资源列表
shuxing
- 树形选择排序算法是数据结构中关于排序的重要算法,本程序是树形选择排序算法的源代码。-Tree selection sort algorithm is the sort algorithm, the data structure of this program is the source code of the tree selection sort algorithm.
flower-tree
- 所谓的带花树算法就是,把整个圈缩成一个点,Edmonds称这个超级点为“花”,就是说,原圈里的所有点都作为外点,然后继续搜索。再之后的过程中,已经被缩的点还可能被嵌套地收缩。 当我们找到一条增广路之后,还要把路上的“花”展开。 总之,带花树的算法思想就是缩点-继续找增广路-找到之后把花展开。 这个算法的思想并不难理解、难的是实现。 -The algorithm is called with trees and flowers, the whole circle shrunk t
VBToolsop
- 如何打开文本文件,需要的试试吧。 如何打开文本文件,需要的试试吧。 -How to open the txtfiles by vb6? if you need the source code you can download it free.
qsortPX
- 排序,适合编程初学者用来学习借鉴。谢谢。-Sort, suitable for beginners to learn programming.谢谢.
c
- 题目需求分析 1,游戏(1):类似文曲星里的猜数字: 输入四入不重复的数字(中间用空格隔开) 形式为 " ? A ? B", 四个数中位置和数字都正确为 A,数字相同位置不同为 B, 当 4 A 0 B 时为猜对,每一局有8次机会. 2,游戏(2):计算机随机生成一个1-100中的某数,用户输入一个数字去猜。 -Needs analysis questions 1, games (1): Similar Wenquxing in the number gues
parking
- 停车场!就是一个停车场的程序,数据结构,停车场!-Parking lot! Is a parking lot of the programs, data structures, parking lot!
puzzle_dev_c
- 经典迷宫算法,效率高。适合初学者熟悉数据结构的堆栈。-classic maze algorithm, high efficiency. For beginners familiar with the data structure of the stack.
Multinomial
- 实现一元多项式的相加相减运算,以链表的形式表现-Realize the sum of one dollar polynomial subtraction operations to the form of linked list
fibonacci-heap
- 斐波那契堆是一种具有较好平摊时间的堆数据结构。我使用C语言来实现斐波那契堆。-Fibonacci heap is a heap of time with good flat data structure. I am using C language to implement Fibonacci heap.
conway
- 一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash。-A classic Conway Game, after increasing at a rate improved a lot, which contains a hash.
cirque-n-d-que
- Circular queue and dq-Circular queue and dqueue
LongestSubSequence
- 用动态规划算法求最长公共子序列,并将结果输出到文件中-Using dynamic programming algorithm for getting the longest common subsequence, and the results output to a file
