-
Prim算法完整实现代码
用Prim算法求无向图的最小生成树
Prim算法完整实现代码
用Prim算法求无向图的最小生成树
-Prim algorithm to achieve a complete code with Prim algorithm try to map the minimum spanning tree
- 2023-03-18 20:15:04下载
- 积分:1
-
Falcon 4220 DataSheet.pdf
Falcon4220 DataSheet.pdf Falcon 4220 DataSheet.pdf-Falcon 4220 DataSheet.pdf
- 2022-03-20 04:46:59下载
- 积分:1
-
nachos的使用文档,含操作系统的几个实验说明
nachos的使用文档,含操作系统的几个实验说明-nachos use files, the operating system containing several experimental note
- 2022-02-07 01:54:12下载
- 积分:1
-
五子棋游戏源代码,可在wince平台上运行,是一款非常好的游戏...
五子棋游戏源代码,可在wince平台上运行,是一款非常好的游戏-Renju game source code can be run on wince platform, is a very good game
- 2022-05-31 23:33:24下载
- 积分:1
-
稿件名称:用VC++编小游戏
稿件作者:李华英
程序名称:mgzy
运行环境:vc++6.0
注意事项:
1、 本程...
稿件名称:用VC++编小游戏
稿件作者:李华英
程序名称:mgzy
运行环境:vc++6.0
注意事项:
1、 本程序用vc++6.0版本编成,用vc++6.0以上程序运行
2、 解压后直接运行mgzy.dsw程序;
3、 当屏幕被覆盖时,窗口中图象就会消失,手动刷新即可。-Article Name: used VC++ Series game releases Author:李华英Program Name: mgzy operating environment: vc++ 6.0 NOTES: 1, the procedures used vc++ 6.0 version compiled with vc++ 6.0 program to run more than 2, after extracting a direct run mgzy.dsw procedure 3, when the screen is overwritten, the image window will disappear, you can manually refresh.
- 2022-04-17 01:54:15下载
- 积分:1
-
消息值,托管字符串,扰乱代码
消息值,托管字符串,扰乱代码-news value, the takeover string disrupt code
- 2022-01-22 02:32:53下载
- 积分:1
-
包括打印需要的启动停止信号
实时温度控制等程序及源码
包括打印需要的启动停止信号
实时温度控制等程序及源码-Printing needs, including start-stop signal in real-time temperature control procedures and source
- 2022-07-06 19:47:01下载
- 积分:1
-
Chinese font, is a C program code, a good use for the beginner Friend font has a...
中文字库,是一个C程序代码,很好用,对于初学字库的朋友有一定的帮助.-Chinese font, is a C program code, a good use for the beginner Friend font has a certain degree of help.
- 2023-01-04 20:45:03下载
- 积分:1
-
压缩包中有一个javascript脚本,作用是随机产生1000个核苷酸碱基序列,此外,还有一个产生下拉菜单的脚本。...
压缩包中有一个javascript脚本,作用是随机产生1000个核苷酸碱基序列,此外,还有一个产生下拉菜单的脚本。-compressed javascript have a script, is to randomly generated 1000 nucleotide sequence, in addition, there is a drop-down menu generated scripts.
- 2022-01-23 10:35:19下载
- 积分:1
-
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许...
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
- 2022-03-11 11:19:26下载
- 积分:1