会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ccyj66-c
博客园
首页
新随笔
联系
订阅
管理
2023年6月14日
第七次上机作业
摘要: task 4 #include<stdio.h> int main() { char s[100]; FILE *fp; int i = 0,j,k = 0; char ch; fp = fopen("data4.txt","rb"); if(fp == NULL) { printf("fail t
阅读全文
posted @ 2023-06-14 22:29 chen,,
阅读(22)
评论(0)
推荐(0)
2023年5月25日
第六次上机作业
摘要: task 4 #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 100 typedef struct { char num[10]; int s1; int s2; double sum; char level[10]
阅读全文
posted @ 2023-05-25 18:14 chen,,
阅读(13)
评论(0)
推荐(0)
2023年5月10日
第五次上机作业
摘要: task 1_1 #include <stdio.h> #include<stdlib.h> #define N 4 int main() { int x[N] = {1, 9, 8, 4}; int i; int *p; // 方式1:通过数组名和下标遍历输出数组元素 for (i = 0; i
阅读全文
posted @ 2023-05-10 23:43 chen,,
阅读(29)
评论(0)
推荐(0)
2023年4月14日
第四次上机作业
摘要: task1_1 #include <stdio.h> #include<stdlib.h> #define N 4 int main() { int a[N] = {2, 0, 2, 3}; char b[N] = {'2', '0', '2', '3'}; int i; printf("sizeo
阅读全文
posted @ 2023-04-14 18:21 chen,,
阅读(33)
评论(0)
推荐(0)
2023年3月31日
第三次上机作业
摘要: task 1 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); voi
阅读全文
posted @ 2023-03-31 13:14 chen,,
阅读(40)
评论(0)
推荐(0)
2023年3月17日
第二次上机作业
摘要: task 1 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand(time(0));
阅读全文
posted @ 2023-03-17 22:12 chen,,
阅读(20)
评论(0)
推荐(0)
2023年3月2日
第一次上机作业
摘要: task1 //打印一个字符小人 #include <stdio.h> #include <stdlib.h> int main() { printf(" 0 \n"); printf("<H>\n"); printf("I I\n"); printf(" 0 \n"); printf("<H>\n
阅读全文
posted @ 2023-03-02 22:01 chen,,
阅读(23)
评论(0)
推荐(0)
公告