-
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。...
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。
设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。
实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。-Description: list queue model procedures for practice and understand the basic principles of the queue list and realization method. Functions: to achieve a leading node in the queue list to create, insert, delete, traverse, judge for the space, as well as the destruction of other functions. Set debug parameters output function can be used to track the major changes in single-step variables. Realize a custom command-line SHELL, receive an explanation and implementation of the operation command.
- 2022-03-17 09:51:00下载
- 积分:1
-
很有用的网络客户端与服务端接口,在实验中比较使用
很有用的网络客户端与服务端接口,在实验中比较使用-very using
- 2022-05-06 00:19:10下载
- 积分:1
-
TDMA算法
计算流体算法求解时必须使用TDMA直接求解程序,应用非常之多,尤其是流体数值计算和传热学应用居多,通过一维引申到二维和三维,扩展了算法的使用局限性
- 2023-03-20 04:10:03下载
- 积分:1
-
基于CUDA的心脏四腔室跳动模拟程序,数据来源www.ices.utexas.edu/~jessica/medical_data/heart/Heart_Val...
基于CUDA的心脏四腔室跳动模拟程序,数据来源www.ices.utexas.edu/~jessica/medical_data/heart/Heart_Valve_new.htm-CUDA-based four-chamber heart beating simulation program, data sources www.ices.utexas.edu/ ~ jessica/medical_data/heart/Heart_Valve_new.htm
- 2022-04-11 20:51:25下载
- 积分:1
-
一本书上提供的一个线性表的类,感觉不错,我再VC上调试通过了,希望可以有帮助...
一本书上提供的一个线性表的类,感觉不错,我再VC上调试通过了,希望可以有帮助
-First book to provide a linear form of the class, I feel good, I would like to debug through the VC, and hope to have help
- 2023-01-17 10:00:03下载
- 积分:1
-
这个程序罗列了VC++如何制作DLL的一系列过程,可以参考
这个程序罗列了VC++如何制作DLL的一系列过程,可以参考-How to develop windows DLL by VC++.
- 2022-04-24 07:27:34下载
- 积分:1
-
point的设计
point的设计-point designing
- 2023-06-20 10:20:04下载
- 积分:1
-
在VC下面开发的小程序,利用MCI知识,实现了录音,播放,打开,保存等功能...
在VC下面开发的小程序,利用MCI知识,实现了录音,播放,打开,保存等功能-below in the development of the VC small procedure, and use MCI knowledge and to the recording, playback, open, functional preservation
- 2023-08-19 11:15:03下载
- 积分:1
-
建立一个ADOCE项目使用Visual C++ 6是相当简单的。假设…
Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a *very* simple one illustrating how to instantiate the proper COM objects, and the basics of how to interface with them (in a very simple example)-Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a*very* simple one illustrating how to instantiate the proper COM objects, and the basics of how to interface with them (in a very simple example)
- 2022-09-06 10:45:03下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?回溯-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Back
- 2023-03-01 07:20:02下载
- 积分:1