-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1
-
DemoMDI
基于VC++的一个标尺小程序,程序用的是vs2010(A ruler program based on VC++, which uses VS2010)
- 2019-02-19 10:33:44下载
- 积分:1
-
GetHardwareInfo
本代码可以读取机器的各种硬件数据,比如CPU 序列号,主板,硬盘序列号,硬盘有几个分区,声卡、显卡,网卡,内存设备,系统帐号等等各种系统信息.(An article to demonstrate how to get system hardware information such as CPU ID, Hard Disk serial number and so on. One of the most efficient ways to do so is to get the CPU ID of the target machine and then, plan your software so that it can just work with the computer that has the same CUP ID. As you very well know, the CPU ID is unique! So, you simply created a lock! )
- 2011-07-19 23:41:27下载
- 积分:1
-
NetDownMTR
说明: VC++ FTP、HTTP 多线程断点续传下载文件源码(VC ++ FTP, HTTP multi-thread breakpoint resume download file source code)
- 2020-05-14 22:41:42下载
- 积分:1
-
biaodashiqiuzhi
本程序的主要功能在对起泡排序,直接插入排序,简单选择排序,快速排序,希尔排序,堆排序六种内部排序算法的时间复杂度进行比较.主要工作是设法在已知算法中的适当位置插入对关键字的比较次数和移动次数的操作.记录比较次数,移动次数,实现对六种算法复杂度的比较(The primary function of this process in the bubble sort, insertion sort of direct, simple options to sort, quick sort, Hill sort HEAPSORT six internal sorting algorithm time complexity comparison. The main work is to try known algorithm the appropriate place to insert keywords compared to the number and mobile number of the operation. Comparison of the number of records, mobile number, the realization of the complexity of the six comparison algorithm)
- 2009-05-06 23:01:53下载
- 积分:1
-
CPPpractice
这里是100多个c++经典小程序,以及C++经典100例,想学C++的赶紧下载吧(100 good programms to practice c++)
- 2011-11-30 20:59:33下载
- 积分:1
-
IPSwitch
使用C++实现的window下的IP 切换器(ip switch)
- 2012-10-05 09:43:34下载
- 积分:1
-
undProgramcoding
(31,21) bch 码编解码程序 C++实现((31, 21) bch Code coding and Decoding Program C)
- 2019-03-30 23:19:10下载
- 积分:1
-
ch3
水晶报表VC实例,实例主要实现了水晶报表的按组字段分类,按字段排序,以及检索功能(CrystalReports)
- 2010-06-23 20:51:18下载
- 积分:1
-
深入浅出MFC
说明: 分析的很深入,学过了第一本后,可以通过这本来进阶,当年我通过这本书获得了许多"原来还可以设计成这样"的感悟(The analysis is very in-depth. After learning the first book, I can advance through this book. At that time, I got a lot of insights from this book that "I could have designed it like this")
- 2020-06-15 18:52:25下载
- 积分:1