资源列表
lcs
- 最长子序列,问题描述: 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3,即长度为3的递增子序列。 -lcs
MainElement
- 主元素问题,求给定数组中的主元素,并将结果输出到文件-The main elements of the problem, seeking to set the main elements of the array, and the resulting output to a file
rtree-core-lib
- r-tree及其变形的库,对于开发gis的人员很有帮助-r-tree and the deformation of the Treasury, for the development of the staff very helpful gis
qiongjusuoyouquanpailie
- 穷举所有的二进制数。输入一个小于10的正整数n,按把每个元素都交换到最前面一次的方法,输出前n个小写字母的所有排列。-Enter a positive integer n is less than 10, according to the exchange of each element to the top of the first method, and output the first n lowercase letters all the permutations.
AVLTtreeSource
- AVL平衡二叉树。原本在这里下载了其他人的平衡二叉树,但发现都不好用,于是从codeguru下载了一个。现在经修正后,已经符合ANSI C规范,并作了适当的封装,用起来和一个类的用法也差不多。这里的代码作为一个demo展示了树的用法。
scale-conversion-2-16
- 一个实现不同进制之间转换的程序,输入一个数 和进制 计算出在不同进制下的值-An implementation program to convert between different scale, enter a number and calculated values in under a different band
delete-ABC
- 使用链表的数据结构,删除链表A 与 B及 C中相同的数。-Linked list data structure used to delete the list A and B and C, the same number.
Dijkstra求最短路径
- dijkstra suanfa dijkstra suanfa
calculator
- 用c语言编写的可以计算整数表达式的计算器,利用了数据结构中的栈-Using c language calculator can calculate the integer expression, the use of the data structure stack
LCS_Ex
- 最长公共子序列问题求解,采用动态规划的算法,对两个字符串进行求解最长公共子序列。-Longest common subsequence problem solving, using dynamic programming algorithm to solve the two string longest common subsequence.
travelagency
- 模拟退火算法,用于处理一个波兰程序设计竞赛问题,值得借鉴-Simulated annealing algorithm for dealing with a problem of Poland Programming Contest, worth learning
shujujiegou
- 数据结构课程设计实例,集合的交,并,和差运算-Curriculum design instance data structures, set intersection, and difference operations
