会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhj910
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2024年11月10日
实验4
摘要: 1 #include<stdio.h> 2 #define N 4 3 #define M 2 4 void test1() 5 { 6 int x[N] = { 1,9,8,4 }; 7 int i; 8 printf("sizeof(x)=%d\n", sizeof(x)); 9 for (i
阅读全文
posted @ 2024-11-10 15:09 zhj910
阅读(13)
评论(0)
推荐(0)
2024年10月28日
实验3
摘要: 1 1 #include<stdio.h> 2 char score(int s); 3 int main() 4 { 5 int s; 6 char a; 7 while (scanf("%d", &s) != EOF) 8 { 9 a = score(s); 10 printf("分数:%d",
阅读全文
posted @ 2024-10-28 14:10 zhj910
阅读(27)
评论(0)
推荐(0)
2024年10月10日
实验2
摘要: 1 #include<stdio.h> 2 #include<math.h> 3 #include<time.h> 4 #define N 5 5 #define N1 397 6 #define N2 476 7 #define N3 21 8 int main() 9 { 10 int cnt
阅读全文
posted @ 2024-10-10 13:18 zhj910
阅读(41)
评论(0)
推荐(0)
2024年9月25日
实验1
摘要: 实验1源代码 1 #include<math.h> 2 int main() 3 { 4 printf(" 0\n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 printf(" 0\n"); 8 printf("<H>\n"); 9 printf("I I\
阅读全文
posted @ 2024-09-25 19:46 zhj910
阅读(41)
评论(0)
推荐(0)
赵鸿杰的博客
摘要: https://www.cnblogs.com/zhj910
阅读全文
posted @ 2024-09-25 16:54 zhj910
阅读(30)
评论(0)
推荐(0)
上一页
1
2
公告