会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不知名的-7
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2020年3月24日
递归
摘要: 所有的递归都是可以用函数来解决的。 位数不定的时候是不是就得用递归来做呢?(倒序输出)
阅读全文
posted @ 2020-03-24 00:04 Arielsixsixsix
阅读(126)
评论(0)
推荐(0)
2020年3月19日
高精度乘法C语言
摘要: #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
阅读(167)
评论(0)
推荐(0)
2020年3月18日
线性表
摘要: 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
阅读(144)
评论(0)
推荐(0)
高精度减法C语言
摘要: #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
阅读(385)
评论(0)
推荐(0)
高精度加法C语言
摘要: #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
阅读(120)
评论(0)
推荐(0)
2020年3月17日
唉我太难了----关于red hat enterprise linux 6因非法关机而导致的网络禁用或者就是网络被禁了
摘要: 谷歌搜索的一个网站上提供的方法: 此法适用于原理虚拟机能够正常上网,但是后来多半是因为非法关机,导致网络突然被禁用,笔者常见的现象是虚拟机右上角的“小电脑”呈暗黑色,点击显示网络已被禁用。 笔者这么乱搞了一通,可以上了,具体原因不明,但是能用就记下。 1、sudo rm /var/lib/Netwo
阅读全文
posted @ 2020-03-17 20:31 Arielsixsixsix
阅读(210)
评论(0)
推荐(0)
2020年3月13日
数据结构与算法---复数的具体实现(C++)
摘要: 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
阅读(570)
评论(0)
推荐(0)
2020年3月12日
错误示范!警!记!5个小时的结果。。。果然不出我所预感。。。就是会出错。。。实在没办法了去找视频看了视频后突然意识到。。。。全!错!了!
摘要: 错误的开始是。。。。我点击了电脑开始配置。。。。后面是错误的一些垃圾记录 a.先建立好模型 (1/选择Console线,PC Switch分别选择RS 232 Console端口) (2/选择Copper Straight-Through,PC Switch分别选择 FastEthernet Fas
阅读全文
posted @ 2020-03-12 22:51 Arielsixsixsix
阅读(146)
评论(0)
推荐(0)
Cisco Packet Tracer的交换机的配置和应用
摘要: 准备好一部电脑 然后准备一台路由器 然后准备一条线,选择console线就是第二种蓝色的 然后把线对着电脑选择RS 232 然后再对着交换机选择第一个Console 然后选择直连双绞线 对着电脑选择第一个(虽然只有一个选项ahh) FastEthernet是网卡的端口 然后点击交换机(Switch)
阅读全文
posted @ 2020-03-12 16:11 Arielsixsixsix
阅读(6369)
评论(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
阅读(356)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告