会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hangyuxi
博客园
首页
新随笔
联系
订阅
管理
2025年4月15日
博客园地址
摘要: https://www.cnblogs.com/hangyuxi
阅读全文
posted @ 2025-04-15 09:14 雾曦
阅读(6)
评论(0)
推荐(0)
2025年4月10日
实验3
摘要: 任务1 1 #include <stdio.h> 2 #include<stdlib.h> 3 4 char score_to_grade(int score); // 函数声明 5 6 int main() { 7 int score; 8 char grade; 9 10 while(scanf
阅读全文
posted @ 2025-04-10 07:35 雾曦
阅读(3)
评论(0)
推荐(0)
2025年3月23日
实验2
摘要: 1 实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); /
阅读全文
posted @ 2025-03-23 10:58 雾曦
阅读(5)
评论(0)
推荐(0)
2025年3月16日
博客链接
摘要: https://www.cnblogs.com/hangyuxi
阅读全文
posted @ 2025-03-16 11:35 雾曦
阅读(2)
评论(0)
推荐(0)
2025年3月8日
实验 1 C语言输入输出和简单程序编写
摘要: 实验任务1 源代码 1 #include<stdio.h> 2 #include<stdlib.h> 3 int main() 4 { 5 printf(" O \n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 printf(" O \n"); 9 prin
阅读全文
posted @ 2025-03-08 11:27 雾曦
阅读(9)
评论(0)
推荐(0)
公告