-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1
-
马文强 五子棋
本程序实现了一个五子棋的游戏,简单智能,人机对弈,电脑是在棋盘随机一个棋子,初步实现了五子棋的功能,简单实用,适合新手练手项目(This program realizes a game of gobang, simple and intelligent, man-machine game, computer is a random chess on the chessboard, preliminary realization of the function of gobang, simple and practical, suitable for novice hands-on projects.)
- 2018-12-06 15:52:37下载
- 积分:1
-
FormEx_Sample_Project
说明: Painting in non-client area using c#
- 2019-05-01 05:47:58下载
- 积分:1
-
SMILSwitchElement
Defines a block of content control. See the switch element definition .
- 2014-02-27 16:00:09下载
- 积分:1
-
GLAG_PRO_S-B
Geodesic calculation of theodolite lines
- 2016-02-08 03:46:34下载
- 积分:1
-
Detection-localization-master
说明: 基于TOA测量和DOA测量的目标节点定位可以比RSS测量获得更高精度的位置参数(The location of target nodes based on TOA and DOA measurement can obtain higher precision position parameters than RSS measurement)
- 2020-01-14 15:24:58下载
- 积分:1
-
疯狂坦克
自己联系所写的坦克大战,非常简陋,但是可以借鉴参考一下(The battle of the tank that he created)
- 2018-08-08 10:43:08下载
- 积分:1
-
此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载
此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载 如果想做成内部升级程序(在主程序内部自动检测及自动升级),只需要在主程序启动时相关的代码即可,大家不仿试试,主要的思路与这个是差不多的,不同之处是怎么处理主程序的自动关闭与启动问题.-This program is an external upgrade (requires the main program call), the specific code is not listed here, or to look up the source code for it. The main idea of this procedure is obtained by reading the file server upgrade and update address, a new version If you want to get inside is to download the upgrade process (in the main program within the auto-detection and auto-upgrade), just start in the main program code can be related, we do not try to imitate, the main idea and this is about the same, different The Department is how to deal with the main program automatically shut down and startup problems.
- 2022-06-17 12:40:28下载
- 积分:1
-
GetColor
说明: 流行的一个VC++颜色拾取器源代码,现又经完善修正,加入了取色时的颜色提示,接近完美。(The source code of a popular VC ++ color picker has been improved and added color hints when picking colors, which is close to perfection.)
- 2020-04-03 15:27:25下载
- 积分:1
-
bwyu
文件中包含了歌曲名,专集名,歌手名,发行日期等信息 一个合格的播放器是可以将其提 取出来予以显示的 这些信息存在偶们称之为ID(The file contains information about the name of the song, the name of the collection, the name of the singer, the date of release, and so on. A qualified player is able to pull it up and display this information that we call ID.)
- 2019-04-02 10:09:57下载
- 积分:1