-
扫雷 原代码 C#制作 适合于学生的课程设计 及实验
扫雷 原代码 C#制作 适合于学生的课程设计 及实验 -mine C# source code suitable for the production of students in the curriculum design and experiment
- 2022-03-10 18:29:49下载
- 积分:1
-
这是一个段式lcd显示,利用OKI单片机的外部时钟直接分频,得到0.5秒的时钟,进而利用段式lcd显示时钟。...
这是一个段式lcd显示,利用OKI单片机的外部时钟直接分频,得到0.5秒的时钟,进而利用段式lcd显示时钟。-This is a piece lcd shows that the use of OKI MCU directly external clock frequency, the 0.5 seconds of the clock, and the use of struts lcd display clock.
- 2022-07-09 05:18:52下载
- 积分:1
-
班机成员管理软件
班机成员管理软件-flight management software
- 2022-01-25 15:55:20下载
- 积分:1
-
VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了N...
VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人.-Sometimes temporary files generated by VC s really annoying! When you compile a program, suddenly the system pop up a dialog box: "D drive has enough space ~~~~~~~~~ does not need to do Disk Cleanup," and it can only Qingdiao the Nkb the Dongdong, what is your reason not to write a special clean up their own litter of small VC tool? From time to time run once to remove the specified types of junk files: clean, the Chinese people.
- 2022-08-18 08:27:55下载
- 积分:1
-
经典的点灯游戏. 如果需要点灯算法的话,我这里也有,我可以提供给大家....
经典的点灯游戏. 如果需要点灯算法的话,我这里也有,我可以提供给大家.-classic games. If the algorithm needs to light lamps, I also have here, I can provide to the public.
- 2023-07-22 02:10:04下载
- 积分:1
-
该文件夹给出802.11a仿真源程序,推荐参考
该文件夹给出802.11a仿真源程序,推荐参考-The folder is 802.11a simulation program, recommended reference
- 2022-06-20 19:04:21下载
- 积分:1
-
中小型企业网站,用ASP.NTE 和C#实现
中小型企业网站,用ASP.NTE 和C#实现-Small and Medium Enterprises website, with ASP.NTE and C# implementation
- 2022-04-29 18:24:46下载
- 积分:1
-
这是一个键盘程序,用于了解键盘输入原理,
简单易用,
这是一个键盘程序,用于了解键盘输入原理,
简单易用,
-This is a keyboard program for keyboard input to understand principle, easy to use,
- 2022-05-17 04:51:24下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
此文件为RTF文件转换为TXT文件的解码程序。
此文件为RTF文件转换为TXT文件的解码程序。-RTF file for this file is converted to TXT file decoding process.
- 2022-02-03 11:53:53下载
- 积分:1