资源列表
merger_final_with_remove
- its an external sorting program that sorts a large data using small sized array using some temporary files.
2_1
- 冒泡排序操作,将x插入到线性表的适当位置上以保持线性表的有序性,并且分析算法的时间复杂度.-X is inserted into the appropriate position of the linear form in order To bubble sort operations,to maintain the order of the linear form , and analyze the time complexity of algorithm
graphPrim
- 关于普利姆算法的C++代码,根据最新数据结构图编写-C++ coding for GRAPHPrim
sad
- 编程 主范式 使用真植表 用栈的应用 使用了 后缀表达式 -biancheng zhu fanshi
v
- 使用C++里的strcat()函数,用来进行俩个字符串的连接-The use C++ strcat () function used to carry out the connection of two string
binary_search
- 二分查找算法 在写程序时需要使用可以参考-binary_search when coding encounter problem that need this class you can use it
compile
- 贪心算法 简单的一个算法,实现一个吃饭的问题-Greedy algorithm
whoisthemiddle
- FJ在调查他的奶牛的平均产奶量,他想知道奶牛的产奶量的最中间数,即:一半的奶牛的产奶量比这个中间数多(或者少),另外的一半则刚好相反。 给出一个奇数,表示奶牛的数量N(范围为:1<=N<10000),同时要给出每头奶牛的产奶量,然后找出来最中间的产奶量,这个数也表示大多数的奶牛的产奶量跟这个数差不多。我要做的就是讲输入的这些数进行排序,然后将排序后中间的那个数输出来。 -FJ is surveying his herd to find the most average cow
hash
- 哈希表查找基本代码 用线性探测再散列解决冲突-Hash table to find the basic code with linear probing hash and then resolve the conflict
struct
- 常用的计算机数据结构,包括堆、队列、链表等以及他们的基本操作-Commonly used in computer data structures, including the heap, queues, linked lists, as well as their basic operating
differential
- VC 实现多项式的微分计算,其中使用自己写了一些常用的数据结构-VC in polynomial differential calculations, which use their own written some of the commonly used data structures
111
- 八皇后问题,用C语言实现,在VC++6.0环境中可以运行!92种答案-Eight queens problem
