资源列表
8sort
- 8种排序法,希尔排序,二分法等,c语言编写 -Eight kinds of sort write by C
CreateTree
- 用递归方法创建二叉树的算法,会提示某节点左儿子和右儿子的输入,避免一次输入所有节点导致出错的情形-Recursive method to create the binary tree algorithm, a node will be prompted son left and right inputs son, enter all the nodes to avoid a situation that caused the error
PetersonAlgorithm
- 线程同步问题的的Peterson算法的经典解决办法-Thread synchronization problem of the classical solution Peterson algorithm
BSTree
- 搜索二叉树实现,使用C++ 模板,在linux g++环境编译正确-binary search tree code in c++
hash_ceil
- conway细胞演化模型的哈希表实现 借鉴SGI STL的hash_table实现简易通用哈希表 -conway cell evolution model reference SGI STL hash table to achieve the realization of simple universal hash table hash_table
The24Card
- 根据输入的数据,进行24点枚举。并转换为中缀表达式输出。-Based on the input data, 24-point enumeration.
HuffmanCode
- 一个字符串哈夫曼编码的计算程序。附带一些堆栈的类,可以生成一段文字的哈夫曼编码,并予以显示。-Huffman coding a string calculation program. Classes with some of the stack, you can generate a text Huffman coding, and displayed.
cpp_design_pattern
- 包括学习《大话设计模式》的笔记、截图,以及C++的实现源码-Including learning " Westward design mode" notes, screenshots, and C++ to achieve source
dongtaifenqu
- 计算机操作系统实验,使用动态分区分配方式的模拟的程序-Computer operating system experiment using simulated dynamic partitioning allocation procedures
nHuangHou
- 队列式分支界限法实现的n皇后问题,采用文件的方式输入输出-Queue-type branch and bound method to achieve the n-queens problem, using the method of file input and output
INSERT
- 插入排序,非常适用,并且有完整的算法分析-Insertion sort, very suitable, and a complete analysis of algorithms
searchtree
- 在二叉查找树中增加一个成员函数,找出集合中第i大的元素。-In a binary search tree to add a member function to identify a large collection of the i-th element.
