-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1
-
RS
VB人力资源管理系统(Access版源码),有需要的下吧。(VB (Access version of the source), human resource management system in need of it.)
- 2013-08-04 09:00:03下载
- 积分:1
-
PMMv1.0
MFC架构下,通过ADO方式连接Access数据库的实例,事先了完整的添加、修改、删除功能,VS2010编写。特点是实现了数据库中日期数据类型的读写,比较有借鉴意义。(MFC framework, connected through the Access database, ADO instance, in advance of the complete add, modify, delete function, VS2010 preparation. Feature is realized in the database to read and write the date data type, compared with reference.)
- 2010-07-31 15:11:21下载
- 积分:1
-
PointToPoint
本程序采用VS2008实现的网络的点对点通信,大家可以参考一下!(The program uses a network of VS2008 to achieve point to point communication, we can refer to!)
- 2011-07-19 08:38:33下载
- 积分:1
-
Virtual-screen-and-realization-
Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
- 2012-11-29 00:55:11下载
- 积分:1
-
socketsvc
用vc6.0实现的强大有界面的sockets通讯程序,可使server端与client端即时通信,需先运行server端。(Vc6.0 achieved using a powerful interface sockets are the communication process, will enable the server-side and client-side real-time communications, the need to run server-side.)
- 2007-11-26 08:45:11下载
- 积分:1
-
TCPIP_Code
在VS2010平台下使用MFC开发的TCP/IP通信应用,里面拥有详细的代码注释,并且支持16进制接受和发送,支持TCP/UCP通信,以及服务器server和客户端client模式选择(TCP/IP communication applications developed using MFC in VS2010 platform, which has a detailed code comments, and support for hexadecimal to receive and send, support TCP/UCP communication, as well as server server and client client mode selection)
- 2013-01-16 14:01:12下载
- 积分:1
-
OPNET_tutorial_for_Chinese
OPNET软件自带的General Tutorial中文译版,学习OPNET非常实用!(OPNET software s own version of Chinese Translation General Tutorial, learning OPNET very useful!)
- 2021-04-13 09:38:56下载
- 积分:1
-
HookRegister
控制注册表,注册表监控操作、拦截操作,结构清晰(Control registry, registry monitoring operation, blocking action)
- 2011-02-01 12:00:41下载
- 积分:1
-
Wumpus
人工智能中的有关Wumpus世界的源程序
功能非常强大(artificial intelligence of the Wumpus source in the world is very powerful)
- 2020-11-03 21:09:52下载
- 积分:1