会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liuseki
博客园
首页
新随笔
联系
订阅
管理
2024年12月29日
实验7
摘要: 实验4: 源码: #include<stdio.h> #include<stdlib.h> #define N 3 #define M 100 void write(); int fun1(); int fun2(); int main(){ write(); printf("data4.txt统计
阅读全文
posted @ 2024-12-29 23:28 liuseki
阅读(14)
评论(0)
推荐(0)
2024年12月22日
实验6
摘要: 实验4: 源码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 10 4 5 typedef struct{ 6 char isbn[20]; 7 char name[80]; 8 char author[80]; 9 double sal
阅读全文
posted @ 2024-12-22 00:41 liuseki
阅读(11)
评论(0)
推荐(0)
2024年12月10日
实验5
摘要: 实验1 源码1: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 5 4 5 void input(int x[],int n); 6 void output(int x[],int n); 7 void find_min_max(int x
阅读全文
posted @ 2024-12-10 18:01 liuseki
阅读(20)
评论(0)
推荐(0)
2024年11月9日
实验4
摘要: 实验1: 源码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 4 4 #define M 2 5 void test1(){ 6 int x[N]={1,9,8,4}; 7 int i; 8 printf("sizeof(x)=%d\n"
阅读全文
posted @ 2024-11-09 16:19 liuseki
阅读(26)
评论(0)
推荐(0)
2024年10月28日
实验3
摘要: 实验1: 1 #include<stdio.h> 2 #include<stdlib.h> 3 char score_to_grade(int score); 4 int main(){ 5 int score; 6 char grade; 7 while(scanf("%d",&score)!=E
阅读全文
posted @ 2024-10-28 13:00 liuseki
阅读(28)
评论(0)
推荐(0)
2024年10月12日
实验2
摘要: 实验1代码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 #define N1 397 7 #define N2 476 8 #define N3 21 9 10 int main() 1
阅读全文
posted @ 2024-10-12 21:54 liuseki
阅读(18)
评论(0)
推荐(0)
2024年10月8日
博客地址
摘要: https://www.cnblogs.com/liuseki
阅读全文
posted @ 2024-10-08 17:34 liuseki
阅读(20)
评论(0)
推荐(0)
2024年9月27日
实验1 C语言输入输出和简单程序编写
摘要: 实验1: 源代码1: #include<stdio.h> #include<stdlib.h> int main() { printf(" O\v"); printf("<H>\v"); printf("I I\v"); printf(" O\v"); printf("<H>\v"); printf
阅读全文
posted @ 2024-09-27 14:09 liuseki
阅读(60)
评论(0)
推荐(0)
公告