资源列表
EKG
- 使用动态规划高效求解EKG序列。EKG序列现在在质数研究方面有着非常重要的意义,而且EKG序列在医学等方面也有应用。-To get the EKG sequence.
DirectedGraph
- 这是一个针对有向图寻找出两点之间最短路径的程序 是基于最短路径算法完成的-an algorithm to find the shortest path
main1
- /* * Author: m_h_yang@163.com, on March 29th, 2012 * 问题一:删除子串; * 问题二:对两个任意大正整数进行相加,得到其和。 * 注:此俩问题为某公司校招时的上机编程考试题。 */-int delete_sub_str(const char*str, const char* sub_str, char* result_str) void add(const char*num1, const char*num2
bubbleSort_asm
- /* * Author: some gulu, not me. */ 冒泡排序算法的汇编语言实现。 及其它相关内排序算法。-bubbleSort ASM code
compare-the-order-of-words
- 比较单词的顺序,输入两个单词,看他们正序排列的先后顺序-Compare the order of words, enter the two words, look at the positive sequence arranged in the order
Inverse-set
- 单词逆置 输入一个单词,逆序返回这个单词-The word inverse set , enter the word, reverse return word
rbTree
- Red Black Tree Functions
QM
- 数据结构第一次作业,北京大学信息科技学院王晓明-the first homework,Peking University Wang xiaoming
huffmantreefinal
- 霍夫曼树的实现,可以用来霍夫曼编码。简单的CMD程序-The implementation of the Huffman tree, can be used to Huffman coding. Simple CMD program
shuzu
- 数组里面有100个数 实现查找删除 以及按大小排序-There are 100 number array size, and delete and realize the search order
cPP
- 用C++实现的汉诺塔,递归算法,复杂度比较高,但是编码和思路比较简单-C++ implementation of the Tower of Hanoi recursive algorithm complexity is relatively high, but relatively simple coding and ideas
DB_ii_Final
- 基于二进制文件的B+数索引和倒排文件,其中B+树的删除利用插入实现-Achieve based on the number of binaries B index and the inverted file, including the deletion of the B-tree by inserting
