会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1970779615zmh
博客园
首页
新随笔
联系
订阅
管理
随笔 - 8 文章 - 0 评论 - 0 阅读 -
78
2024年12月29日
实验七
摘要: 实验七 实验四: 源代码: 1 #include<stdio.h> 2 #include<ctype.h> 3 4 int main(){ 5 FILE *fp; 6 char a; 7 int b=0,c=0; 8 9 fp=fopen("data4.txt","r"); 10 if(fp==NU
阅读全文
posted @ 2024-12-29 19:52 安宁的空白
阅读(8)
评论(0)
推荐(0)
编辑
2024年12月21日
实验六
摘要: 实验六 实验四: 源代码: 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; // 作者 8 dou
阅读全文
posted @ 2024-12-21 20:32 安宁的空白
阅读(5)
评论(0)
推荐(0)
编辑
2024年12月8日
实验五
摘要: 实验一 源代码: 1 #include<stdio.h> 2 #define N 5 3 void input(int x[],int n); 4 void output(int x[],int n); 5 void find_min_max(int x[],int n,int *pmin,int
阅读全文
posted @ 2024-12-08 15:04 安宁的空白
阅读(9)
评论(0)
推荐(0)
编辑
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 安宁的空白
阅读(4)
评论(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 安宁的空白
阅读(13)
评论(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 安宁的空白
阅读(13)
评论(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 安宁的空白
阅读(7)
评论(0)
推荐(0)
编辑
2024年9月25日
我的博客主页
摘要: https://www.cnblogs.com/1970779615zmh
阅读全文
posted @ 2024-09-25 00:08 安宁的空白
阅读(19)
评论(0)
推荐(0)
编辑
昵称:
安宁的空白
园龄:
5个月
粉丝:
0
关注:
0
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
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
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2024年12月(3)
2024年11月(1)
2024年10月(2)
2024年9月(2)
阅读排行榜
1. 我的博客主页(19)
2. 实验三(13)
3. 实验二(13)
4. 实验五(9)
5. 实验七(8)
点击右上角即可分享