资源列表
HFM
- 一个用C写的关于huffman编码的问题的小程序。-failed to translate
joseph
- 数据结构中关于约瑟夫环的问题,是用链表实现的。-failed to translate
8queen
- 此程序用于解决8皇后问题,运行后输出8皇后问题的所有解-This program is used to solve the 8 queens problem, all solutions of 8 queens problem output operation.
expression
- 输入中缀表达式,输出后缀表达式,并计算表达式的值,输出结果。-Input the infix expression , and output the postfix expression, and calculate the value of the expression, then output the results.
queue
- 队列,依次输入要输出的字符,并进行入队操作,然后输出队列中元素-Queue, input the characters, then output all the elements in the queue
Huffman
- 依次输入8个字符及其权重,然后输出每个字符的哈弗曼编码-Input 8 characters and their weights in turn, and then output each character s Huffman code.
tree
- 创建二叉树,按顺序输入各节点的数据,返回该二叉树的中序遍历结果。-Create a binary tree, in order to enter the data of each node, and returns the binary tree traversal sequence results.
Frequency-value
- 频率值。要求输入一个非递减序列,再输入所要查询的区间,然后统计此区间内出现最多的值的次数。-Frequency value. Asked to enter a non-decreasing sequence, and then enter the query interval, then the number of statistics in this range the most value.
LinkList
- 这是实现单链线性表的显示、插入、删除、合并功能。-This is linklist: display, insert, delete, merge function.
rand
- C++ 将产生的随机数存入文件中,使用冒泡、快速、归并、希尔排序并计算排序时间,将排序时间存入excel中-The random number C++ will be stored in the file, using the bubble, quick, merge, Hill sort and calculate the sorting time, sorting time in Excel
kdtree
- 用matlab语言写的kdtree函数(k-d树,是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索)-failed to translate
CollectSample
- 项目中关于kdtree的实际运用,感兴趣的可以看下-failed to translate
