会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
frogwithtrousers
博客园
首页
新随笔
联系
订阅
管理
2024年12月23日
实验7
摘要: task.4 代码: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #define N 80 #define M 3 void write(); void culcuate(); int main() { printf("write\n"); w
阅读全文
posted @ 2024-12-23 20:24 冯启航
阅读(29)
评论(0)
推荐(0)
2024年12月17日
实验6
摘要: task.4 代码: #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; //
阅读全文
posted @ 2024-12-17 13:07 冯启航
阅读(26)
评论(0)
推荐(0)
2024年12月6日
实验5
摘要: task.1.1 代码: #include<stdio.h> #define N 5 void input(int a[],int n); void output(int a[],int n); void find_max_min(int a[],int n,int *pmax,int *pmin)
阅读全文
posted @ 2024-12-06 13:23 冯启航
阅读(23)
评论(0)
推荐(0)
2024年11月5日
实验4
摘要: task.1: 代码: #include<stdio.h> #define N 4 #define M 2 void test1(); void test2(); int main() { printf("测试1: int型一维数组:\n"); test1(); printf("\n测试2: int
阅读全文
posted @ 2024-11-05 23:15 冯启航
阅读(34)
评论(0)
推荐(0)
2024年10月25日
实验3
摘要: task.1 代码: #include<stdio.h> #include<stdlib.h> #include<math.h> char score_to_grade(int x); int main() { int score; char grade; while (scanf("%d", &s
阅读全文
posted @ 2024-10-25 17:36 冯启航
阅读(32)
评论(0)
推荐(0)
2024年10月10日
实验2
摘要: task.1 代码 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define N1 397 #define N2 476 #define N3 21 int main(){ int cnt; int rando
阅读全文
posted @ 2024-10-10 15:38 冯启航
阅读(25)
评论(0)
推荐(0)
2024年9月28日
试验1
摘要: task1_1.c 代码: #include<stdio.h> int main() {printf(" O "); printf(" O \n"); printf("<H>"); printf("<H>\n"); printf("I I"); printf("I I\n"); return 0;
阅读全文
posted @ 2024-09-28 21:39 冯启航
阅读(25)
评论(0)
推荐(0)
公告