会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nuist6
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2023年10月30日
实验3
摘要: task1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 void print_text(int line, int col, char t
阅读全文
posted @ 2023-10-30 20:06 董建标
阅读(35)
评论(1)
推荐(0)
2023年10月16日
实验2
摘要: task1 问题一:line17作用:限制随机数范围在374~465之间 问题二:程序功能:随时间变化,随机生成在202383290376374~202383290376465之间的数 task2 1 #include<stdio.h> 2 int main(){ 3 char a; 4 while
阅读全文
posted @ 2023-10-16 22:21 董建标
阅读(37)
评论(0)
推荐(0)
2023年9月30日
C语言输入输出和简单程序编写
摘要: Task1.1 1 #include<stdio.h> 2 #include<stdlib.h> 3 int main(){ 4 printf(" 0 \n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 printf(" 0 \n"); 8 printf("<
阅读全文
posted @ 2023-09-30 09:54 董建标
阅读(322)
评论(0)
推荐(0)
上一页
1
2