会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LittleZcy
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2024年11月4日
实验四
摘要: 任务一: 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", sizeof(x)); 8
阅读全文
posted @ 2024-11-04 19:33 Little_Zcy
阅读(24)
评论(0)
推荐(0)
2024年10月23日
实验三
摘要: 任务1: 1 #include <stdio.h> 2 char score_to_grade(int score); // 函数声明 3 int main() { 4 int score; 5 char grade; 6 while (scanf_s("%d", &score) != EOF) {
阅读全文
posted @ 2024-10-23 18:31 Little_Zcy
阅读(41)
评论(0)
推荐(0)
2024年10月9日
实验二
摘要: 任务一 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 in
阅读全文
posted @ 2024-10-09 17:30 Little_Zcy
阅读(31)
评论(0)
推荐(0)
2024年9月25日
实验1
摘要: 任务一: #include<stdio.h> int main() { printf(" O O \n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } #include<stdio.h> int main() { printf(" O
阅读全文
posted @ 2024-09-25 20:15 Little_Zcy
阅读(27)
评论(0)
推荐(0)
上一页
1
2
公告