资源列表
egc
- Here are some programs that are linked in a way to each other, to develop a drawing using the C language.
hfm
- 数据结构经典算法,对给定字符实现赫夫曼编码-Huffman Coding
hfm1
- 数据结构的实验之一 哈弗曼编码的设计,有注释-Data structure, one of the experimental design of coding哈弗曼
jiafa
- 题目描述: 一个正整数有可能可以被表示为n(n>=2)个连续正整数之和,如: 15=1+2+3+4+5 15=4+5+6 15=7+8 请编写程序,根据输入的任何一个正整数,找出符合这种要求的所有连续正整数序列。 输入数据:一个正整数,以命令行参数的形式提供给程序。-Title Descr iption: There may be a positive integer can be expressed as n (n> = 2) mon
calculator
- 简单的计算器,用于大数的计算。位数没有限制。-simple large number calculator
baggreedy
- 改写成面向对象的贪心算法(背包问题),一定容量,每个物体按效益/重量排序,本例只有三个物体-Rewritten into a greedy algorithm for object-oriented (knapsack problem), a certain capacity, for each object according to benefit/weight sorting, which in this case only three objects
migong
- C++版的迷宫问题,可以手动或者自动生成迷宫-Maze problem
maxsub
- 求多个字母序列的最长公共子序列的C++代码-get the maxsimum common subsequence of some subsequence
queen2
- 八皇后问题. C++实现. 采用递归. 版本二 .通过 记录对角线 和 上下 左右的方法实现.比直接的搜索快一些-Queen Problem .Implement In c++
HeapSortQuickSort
- C++实现的快速排序,堆排序 .里面有测试不现算法运行时间多少代码-QuickSort heapSort . including the function of calculate the time that different algorithm uses
10001stprime
- Find the 10001st prime 采用一种比较快的方法求指定的第n个素数-Find the 10001st prime
