会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
def_Class
山不向我走来,我便向他走去。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2021年12月13日
47、水仙花数
该文被密码保护。
阅读全文
posted @ 2021-12-13 14:21 def_Class
阅读(0)
评论(0)
推荐(0)
2021年12月9日
37、结构体的应用_2018
该文被密码保护。
阅读全文
posted @ 2021-12-09 17:17 def_Class
阅读(2)
评论(0)
推荐(0)
53、日期计算(数组)
该文被密码保护。
阅读全文
posted @ 2021-12-09 15:30 def_Class
阅读(1)
评论(0)
推荐(0)
2021年12月6日
15、最长单词。2020-11
该文被密码保护。
阅读全文
posted @ 2021-12-06 21:52 def_Class
阅读(3)
评论(0)
推荐(0)
18、斐波那契数列
该文被密码保护。
阅读全文
posted @ 2021-12-06 20:11 def_Class
阅读(12)
评论(0)
推荐(0)
19-计算器
该文被密码保护。
阅读全文
posted @ 2021-12-06 19:33 def_Class
阅读(3)
评论(0)
推荐(0)
2021年11月23日
简单的字符串处理函数_C语言
摘要: 字符串数组 // Code file created by C Code Develop #include "stdio.h" #include "stdlib.h" #include "string.h" #include "stdlib.h" // 字符串数组常用的函数 int main(){
阅读全文
posted @ 2021-11-23 16:31 def_Class
阅读(52)
评论(0)
推荐(0)
阶乘-n!_C语言实现
摘要: n! // Code file created by C Code Develop #include "stdio.h" #include "stdlib.h" int main(){ int fac(int c); printf("%d", fac(- 4)); return 0; } int f
阅读全文
posted @ 2021-11-23 16:30 def_Class
阅读(78)
评论(0)
推荐(0)
2021年9月29日
C练习_1005
摘要: 题自:题目 1009: [编程入门]数字的处理与判断_C语言网 题目描述 给出一个不多于5位的整数,要求 1、求出它是几位数 2、分别输出每一位数字 3、按逆序输出各位数字,例如原数为321,应输出123 输入 一个不大于5位的数字 输出 三行 第一行 位数 第二行 用空格分开的每个数字,注意最后一
阅读全文
posted @ 2021-09-29 13:31 def_Class
阅读(56)
评论(0)
推荐(0)
2021年9月26日
栈—顺序栈(C实现)
摘要: // Code file created by C Code Develop // 顺序栈 #include "ccd.h" #include "stdio.h" #include "stdlib.h" #define MaxSize 10 #define OK 1 #define ERROR 0
阅读全文
posted @ 2021-09-26 21:47 def_Class
阅读(90)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告