-
进程调度算法,使用类做的先来先服务算法进行调度
进程调度算法,使用类做的先来先服务算法进行调度-Process scheduling algorithm, using the class to do a first-come first-served scheduling algorithm
- 2022-03-26 08:49:58下载
- 积分:1
-
微软为中国农历编写的系统程序,大家可以
微软为中国农历编写的系统程序,大家可以-Microsoft for the Chinese Lunar New procedures for the preparation of the system, we can
- 2022-03-21 09:59:13下载
- 积分:1
-
用C语言实现的计算器.功能齐全,且实用,代码却不多
用C语言实现的计算器.功能齐全,且实用,代码却不多-using the C language calculators. Complete functions, and useful, but little code
- 2022-02-01 08:24:58下载
- 积分:1
-
贪吃蛇游戏源程序,可在VC++中运行,欢迎使用
贪吃蛇游戏源程序,可在VC++中运行,欢迎使用-Snake game source, the VC operation, welcomed the use of
- 2023-04-05 07:15:03下载
- 积分:1
-
一个可以用键盘的上下左右控制的色彩的正方体,唯一的缺点是在dos中运行的...
一个可以用键盘的上下左右控制的色彩的正方体,唯一的缺点是在dos中运行的-One can use the keyboard to control the up and down about the color of the cube, the only drawback is that running in dos
- 2023-08-08 12:20:02下载
- 积分:1
-
A rewrite its own landscaping off listBox control, can be brought directly to th...
一个自己重写美化过的listBox控件,可以直接拿来使用-A rewrite its own landscaping off listBox control, can be brought directly to the use of
- 2022-02-13 13:37:07下载
- 积分:1
-
这里有多个用c++ builder6编写的小游戏程序,适合初学者!
这里有多个用c++ builder6编写的小游戏程序,适合初学者!-here are some small games source codes by c++ builder6.it is useful for new learner
- 2022-01-24 16:43:04下载
- 积分:1
-
电子文档,基于互信息的图像配准,配准的文献为局部互信息,还有香农信息论文献...
电子文档,基于互信息的图像配准,配准的文献为局部互信息,还有香农信息论文献-Electronic documents, based on mutual information image registration, registration of documents for the partial mutual information, as well as the Shannon information theory literature
- 2023-06-24 17:35:03下载
- 积分:1
-
GPRS 模块 MC55 测试程序.rar
GPRS 模块 MC55 测试程序.rar-MC55 GPRS module test procedures. Rar
- 2022-04-29 02:56:58下载
- 积分:1
-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1