摘要: 所有的递归都是可以用函数来解决的。 位数不定的时候是不是就得用递归来做呢?(倒序输出) 阅读全文
posted @ 2020-03-24 00:04 Arielsixsixsix 阅读(116) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<string.h> int main() { char a[202]={0},b[202]={0}; scanf("%s%s",a,b); int a1[202]={0},b1[202]={0},c1[405]={0},i,j; int alen 阅读全文
posted @ 2020-03-19 00:51 Arielsixsixsix 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #define Max 50 3 using namespace std; 4 typedef char ElemType; 5 6 typedef struct 7 { 8 ElemType data[Max]; 9 int length; 10 }s 阅读全文
posted @ 2020-03-18 22:23 Arielsixsixsix 阅读(137) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> int main() { char a[202]={0},b[202]={0}; scanf("%s%s",a,b); int a1[202]={0},b1[202]={0},c1[203]={0},i; int alen 阅读全文
posted @ 2020-03-18 22:21 Arielsixsixsix 阅读(367) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> int main() { char a[202]={0},b[202]={0}; scanf("%s%s",a,b); int alen=strlen(a),blen=strlen(b); int a1[202]={0}, 阅读全文
posted @ 2020-03-18 17:34 Arielsixsixsix 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 谷歌搜索的一个网站上提供的方法: 此法适用于原理虚拟机能够正常上网,但是后来多半是因为非法关机,导致网络突然被禁用,笔者常见的现象是虚拟机右上角的“小电脑”呈暗黑色,点击显示网络已被禁用。 笔者这么乱搞了一通,可以上了,具体原因不明,但是能用就记下。 1、sudo rm /var/lib/Netwo 阅读全文
posted @ 2020-03-17 20:31 Arielsixsixsix 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 using namespace std; 3 typedef struct { 4 double real; //复数的实部 5 double imag; //复数的虚部 6 } Complex; 7 8 //复数的初始化 9 void initial 阅读全文
posted @ 2020-03-13 17:26 Arielsixsixsix 阅读(528) 评论(0) 推荐(0) 编辑
摘要: 错误的开始是。。。。我点击了电脑开始配置。。。。后面是错误的一些垃圾记录 a.先建立好模型 (1/选择Console线,PC Switch分别选择RS 232 Console端口) (2/选择Copper Straight-Through,PC Switch分别选择 FastEthernet Fas 阅读全文
posted @ 2020-03-12 22:51 Arielsixsixsix 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 准备好一部电脑 然后准备一台路由器 然后准备一条线,选择console线就是第二种蓝色的 然后把线对着电脑选择RS 232 然后再对着交换机选择第一个Console 然后选择直连双绞线 对着电脑选择第一个(虽然只有一个选项ahh) FastEthernet是网卡的端口 然后点击交换机(Switch) 阅读全文
posted @ 2020-03-12 16:11 Arielsixsixsix 阅读(4558) 评论(4) 推荐(0) 编辑
摘要: 怎么和家人朋友相处 第二章:体育锻炼与健康 http://mp.zhizhuma.com/qr.html?crcode=120BYL1XB1C&share_=36216559 第一章: 大学体育与健康教育 https://mp.codeup.cn/qr.html?crcode=120BYL1W8B6 阅读全文
posted @ 2020-03-12 00:48 Arielsixsixsix 阅读(322) 评论(0) 推荐(0) 编辑