-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
CScheduledTask_demo
使用Windows上的计划任务的程序(The example of using the plan task in the Windows)
- 2021-04-15 22:28:54下载
- 积分:1
-
GetCurTime
很好的系统编程指南,希望大家认真学习,能够写出好的系统代码(Very good system programming guide, I hope you seriously study, to write a good system code)
- 2017-03-09 10:32:57下载
- 积分:1
-
DataReport_SQl
用VB6.0在DataReport中使用带参数的SQL语句实现选择数据(Select the data achieved using VB6.0 with parameters in the SQL statement DataReport)
- 2014-06-23 20:48:38下载
- 积分:1
-
mousepointer_rar
鼠标指针的改变程序,下载了一定会对你们有帮助的(The mouse pointer changes to procedures, to download a certain amount you will have help)
- 2008-05-10 13:45:25下载
- 积分:1
-
TRACKER_RECT
CTrackerRect使用用例,用户直接编译就能运行,运行环境VC 8.0(CTrackerRect the use of use case, users will be able to direct the compiler to run, VC 8.0 runtime environment)
- 2008-01-22 13:17:20下载
- 积分:1
-
Screen
VC根据DirectX的截图示例源码下载,你看懂了话都能截图了。要编译此程序需DirectX SDK5.0示例中的ddutil.h与ddutil.cpp文件,请自行参加工程,VC++编程学习源码,很好的参考资料。(VC according to the DirectX screenshot example source code download, you read the words can screenshot. To compile this program requires DirectX SDK5.0 example of ddutil.h and ddutil.cpp files, please participate in the project, learning VC++ programming source code, a good reference.)
- 2013-12-29 14:12:04下载
- 积分:1
-
max
计算arcgis属性表中的各字段的最大值(Calculate the maximum field arcgis attribute table)
- 2021-03-20 18:59:18下载
- 积分:1
-
moshishibiesuanfashiyanshuju
该数据集中的数据是由鸢尾属植物的三种花——Setosa、Versicolor与Virginica——的测量结果所组成,数据集中共包含150组数据信息,每一类别植物有50组数据。( The data in the dataset is composed of three species of Iris flowers- Setosa, Versicolor and Virginica- consisting of the measurement results, the data set contains a total of 150 groups of data, each class plants have 50 sets of data.)
- 2014-02-22 22:18:42下载
- 积分:1