-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1
-
BlogSysManage
个人博客管理系统的代码,较为完整,用c++编的(Personal blog management system code, more complete, with c++ compiled)
- 2009-11-11 17:26:34下载
- 积分:1
-
CZoomoutanin
C语言实现的矢量图形的缩放等功能,初学的可以参考参考(C language implementation of graphical zoom functions, can refer to reference)
- 2011-09-06 23:12:57下载
- 积分:1
-
student0
一个简易的班级成绩统计系统,可以在此基础上做一个完善的统计处理系统.(a simple statistics system, we can complete a integrated statistics processing system )
- 2005-05-20 17:58:57下载
- 积分:1
-
code1
代码去注释,C++描述,趋势科技2011笔试题,修改网上一些版本的代码错误(Code to comments, C++ description, Trend Micro 2011 pen questions, modified version of the code line number of error)
- 2010-11-29 20:56:10下载
- 积分:1
-
Tutorial---DirectShow-Tutorial-III
DirectShow 编程必读,非常经典(Tutorial for DirectShow)
- 2012-03-21 01:25:30下载
- 积分:1
-
TMS320X281x_DSP
《TMS320X281x_DSP原理及C程序开发》.pdf(" TMS320X281x_DSP principle and C program development" . Pdf)
- 2011-09-07 17:57:55下载
- 积分:1
-
DCDlg
利用兼容DC保持绘图Dlg
利用兼容DC保持绘图Dlg
利用兼容DC保持绘图Dlg
(Dlg use compatible DC to keep drawing to keep the use of compatible graphics Dlg use compatible DC DC kept drawing Dlg)
- 2013-09-13 09:05:16下载
- 积分:1
-
VC_Control
本程序是实现VC控制操作的小例程,可实现属性页,列表框、编辑框等多种控件的操作。适合初学VC的同学参考。(This procedure is to achieve VC control operation of small routines, enabling property pages, list box, edit box and other control operations. Suitable for beginners VC reference students.)
- 2016-12-18 15:15:56下载
- 积分:1
-
RemindYou
带数据库的日程提醒工具,启动后托盘显示,可以设置数据库和提醒间隔,数据库暂为access,可以方便的移到其它数据库(With the agenda to remind the tool database, start after the tray, it can be set up databases and to remind the interval, database temporarily for access, can be easily moved to other databases)
- 2007-09-06 15:18:41下载
- 积分:1