会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
1970779615zmh
博客园
首页
新随笔
联系
订阅
管理
2024年11月10日
实验四
摘要: 实验四 实验一: 源代码: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 void test1() { 5 int x[N] = {1, 9, 8, 4}; 6 int i; 7 printf("sizeof(x) = %d\n", sizeo
阅读全文
posted @ 2024-11-10 13:54 安宁的空白
阅读(2)
评论(0)
推荐(0)
编辑
2024年10月29日
实验三
摘要: 实验一: 源代码: 1 #include <stdio.h> 2 char score_to_grade(int score); 3 int main() { 4 int score; 5 char grade; 6 7 while(scanf("%d", &score) != EOF) { 8 g
阅读全文
posted @ 2024-10-29 14:48 安宁的空白
阅读(11)
评论(0)
推荐(0)
编辑
2024年10月11日
实验二
摘要: 实验一: 源代码: 1 #include<stdio.h> 2 #include<stdlib.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
阅读全文
posted @ 2024-10-11 16:12 安宁的空白
阅读(10)
评论(0)
推荐(0)
编辑
2024年9月27日
实验任务一
摘要: 实验一: task1_1的源代码: 1 #include<stdio.h> 2 int main() 3 { 4 printf(" o\n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 printf(" o\n"); 8 printf("<H>\n"); 9
阅读全文
posted @ 2024-09-27 17:38 安宁的空白
阅读(6)
评论(0)
推荐(0)
编辑
2024年9月25日
我的博客主页
摘要: https://www.cnblogs.com/1970779615zmh
阅读全文
posted @ 2024-09-25 00:08 安宁的空白
阅读(19)
评论(0)
推荐(0)
编辑