会员
众包
新闻
博问
闪存
赞助商
Trae
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
untian
博客园
首页
新随笔
联系
订阅
管理
2023年6月15日
77
摘要: 实验四: #include <stdio.h> #include <stdlib.h> int main(void){ FILE *fp; char ch; int sum=0, other=0; if((fp=fopen("data4.txt","r"))==NULL){ printf("File
阅读全文
posted @ 2023-06-15 09:43 陈宇潇
阅读(338)
评论(0)
推荐(0)
2023年5月30日
66
摘要: 实验一: #include <stdio.h> #include <string.h> #define N 3 typedef struct student { int id; char name[20]; char subject[20]; double perf; double mid; dou
阅读全文
posted @ 2023-05-30 11:48 陈宇潇
阅读(136)
评论(0)
推荐(0)
2023年5月10日
55
摘要: 实验1.1: #include <stdio.h> #define N 4 int main() { int x[N] = {1,9,8,4}; int i; int *p; for(i=0;i<N;++i) printf("%d",x[i]); printf("\n"); return 0; }
阅读全文
posted @ 2023-05-10 18:39 陈宇潇
阅读(75)
评论(0)
推荐(0)
2023年4月18日
44
摘要: 实验一: #include<stdio.h> #define N 4 int main() { int a[N] = {2, 0, 2, 3}; char b[N] = {'2', '0', '2', '3'}; int i; printf("sizeof(int) = %d\n",sizeof(i
阅读全文
posted @ 2023-04-18 10:36 陈宇潇
阅读(10)
评论(0)
推荐(0)
2023年4月5日
33
摘要: 实验一: #include <stdio.h> #include <stdlib.h> 源代码: #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]);
阅读全文
posted @ 2023-04-05 16:10 陈宇潇
阅读(140)
评论(0)
推荐(0)
2023年3月18日
实验二
摘要: 实验一: #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-18 10:10 陈宇潇
阅读(23)
评论(0)
推荐(0)
2023年3月3日
作业
摘要: 实验一: 源代码: //打印一个小人 #include <stdio.h>int main() { printf(" o \n"); printf("<H>\n"); printf("I I\n"); return 0; } #include <stdio.h> int main() { print
阅读全文
posted @ 2023-03-03 18:17 陈宇潇
阅读(17)
评论(0)
推荐(0)
公告
昵称:
陈宇潇
园龄:
2年4个月
粉丝:
0
关注:
0
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2023年6月(1)
2023年5月(2)
2023年4月(2)
2023年3月(2)
阅读排行榜
1. 77(338)
2. 33(140)
3. 66(136)
4. 55(75)
5. 实验二(23)
点击右上角即可分享