资源列表
shujujiegou
- 数据结构常用算法C语言集合大全 学习参考 经典算法集合 -Algorithm for data structure commonly used set of C language learning reference Daquan collection of classical algorithms
BubbleSort
- 数据结构课程设计 Java GUI 冒泡排序-Bubble Sort Demo in Java GUI
StringSort
- 对一些列字符串进行一定规则的排序,这些字符串都是由数字组成。法则1:哪个重复的数字出现的多,哪个排在前面 比如11133和12233,前面的字符11133出现了3次111,而后面的字符的重复次数是2,所有11133 要在112233的前面。 法则2 当两个字符串的重复个数一样时,比如都重复了3次,11133和22244,那么,重复的数字较大 的排在前面,即22244排在11133的前面。 -To sort out the string of a certain number of rule
liblinear-cdblock-1.7
- about libsvm for string data to classification-about libsvm for string data to classification
LCS
- 最长公共子序列问题求解
minumumPrim
- 基于c++的数据结构程序设计,prim算法求最小生成树的程序代码-it is about c++
congxiaodaoda
- 能求出所有你输入数字的从小到大的排序,所有的都可以。-Can solve for you to enter numbers from small to large sort, All all OK.
struction
- 很好用的很简单的张孝祥数据结构配套代码,直接复制粘贴到VC里边即可使用-Good use of a very simple data structure supporting Auspicious code, copy and paste directly to the VC can be used inside
package
- 经典的01背包问题,采用动态规划算法,C语言编写-01 classic knapsack problem, using the dynamic programming algorithm, C language
3
- 实现队列运算程序(队列的运用)程序结构: 类型说明; Clearqueue(q)、Emptyqueue(q)、Enqueue(q)、Dequeue(q); main() -Implement queue operations procedures (application queue) program structure:A descr iption of the type
奇妙的二叉树
- 奇妙的二叉树.rar 里面对数据结构里的二叉树进行了非常详细的说明,对大家学习数据结构有非常大的好处-wonderful binary tree. Rar inside of the data structure, the binary tree for a very detailed descr iption of the data structures you learn a lot more benefits
sort
- 这是数据结构的课程设计,对起泡排序、直接排序、简单选择排序、快速排序、希尔排序和堆排序算法进行比较和分析,C语言实现。
