资源列表
a-link-of-student
- 用C++写的一个学生链表。有建立,查询,删除,选择子函数;-Written in C++, a student list. Have set up, query, delete, select Functions
nQueen
- 一个关于N皇后问题的小程序,输出结果为一个n行n列的矩阵-nQueenProblem
Data-structures-and-algorithm
- Data Structures and Algorithms: Annotated Reference with Examples
自适应小波阈值算法matlab源码
- 包含自适应小波阙值算法相应论文及其源码,在去噪方面有很好的效果。
bump-sort
- 实现了冒泡排序,用冒泡排序算法对输入的数进行从小到大的排序。-complish bump sort
linkedQueue
- 二叉树的作用,有哈弗曼算法,链路结构,整个工程的-Binary role, there Huffman algorithm, link structure, the entire project
load
- 有n个集装箱要装上2艘载重量分别为c1和c2的轮船,其中第i个集装箱的重量为wi,要求确定是否有一个合理的装载方案可将这个集装箱装上这2艘轮船。如果有,找出一种装载方案。 注意,在满足 的条件下才可能将这个集装箱装上这2艘轮船。 -There are n containers to be loaded on two load c1 and c2, respectively ships, of which the i-th weight of the container for the w
hhfm
- VC++控制台程序,实现huffman编码。在控制台中输入编码字符数及响应的权重,即能得到相应的编码。-VC++ console program, to achieve huffman coding. Enter the code in the console characters and respond to the weight that can be coded accordingly.
BitTree
- 有关二叉树数据结构的C++程序,有二叉树的建立,增加节点,删除,查找,遍历
edelweiss
- 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
queue
- 一个简单的队列C++代码实现,该队列使用数组的实现形式-A simple queue C++ code implementation, the queue using an array of forms
listk
- 用单链表求第K大元素,利用快排的分割原理-Find the list with the single largest element of K, using fast scheduling segmentation theory