会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1youling
博客园
首页
新随笔
联系
订阅
管理
2023年6月1日
202183300215 刘璎珂 实验六
摘要: 实验4 #include <stdio.h> #include <stdlib.h> #include<string.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 doubl
阅读全文
posted @ 2023-06-01 14:08 刘璎珂
阅读(8)
评论(0)
推荐(0)
2023年5月10日
实验五 202183300215刘璎珂
摘要: #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 < N; +
阅读全文
posted @ 2023-05-10 19:23 刘璎珂
阅读(6)
评论(0)
推荐(0)
2023年4月20日
实验四 202183300215 刘璎珂
摘要: 实验一 1.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("size
阅读全文
posted @ 2023-04-20 15:02 刘璎珂
阅读(10)
评论(0)
推荐(0)
2023年4月6日
实验三
摘要: 实验一 #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-06 09:22 刘璎珂
阅读(26)
评论(0)
推荐(0)
2023年3月23日
实验二
摘要: 实验一 代码: #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
阅读全文
posted @ 2023-03-23 09:38 刘璎珂
阅读(17)
评论(0)
推荐(0)
2023年3月6日
实验1 C语言开发环境使用与数据类型,运算符,表达式
摘要: #include<stdio.h> int main() { printf(" 0\n"); printf("<H>\n"); printf("I I\n"); printf(" 0\n"); printf("<H>\n"); printf("I I\n"); system("pause"); re
阅读全文
posted @ 2023-03-06 21:09 刘璎珂
阅读(32)
评论(0)
推荐(0)
公告