资源列表
JumpQueue
- 对买票插队现象的一个数学上的分析,假设由一个人又很多朋友的情况,利用了哈希表.-queue to buy a phenomenon of mathematical analysis, the assumption that people from a lot of friends, use of the hash table.
big_float
- 巨大浮点数计算的模板 可以计算1000位的浮点数
slotted_page_structure
- 分页槽算法的实现,一般用于变长数据记录的存储,又需要的同志-the implementation of slotted-page
tree
- 树的建立与基本操作,有树的创建,输入数据为广义表方式,采用孩子兄弟法进行存储-tree operation, create, output, and so on.
123
- 25.学生成绩管理系统 现有学生成绩信息文件1.txt,内容如下 姓名 学号 语文 数学 英语 张明明 01 67 78 82 李成友 02 78 91 88 张辉灿 03 68 82 56 王露 04 56 45 77 陈东明 05 67 38 47 学生成绩信息文件2.txt,内容如下: 姓名 学号 语文 数学 英语 陈果 31 57 68 82 李华明 32 88 90
sortusingbinarytree
- 排序二叉树操作,主要实现了二叉排序,二叉查找等主要功能-sort using binary tree
dijkstra
- 自己搜集和编写的dijkstra算法和改进dijkstra算法,可以求出所有最短路径,还有floyd算法及相应的搜索程序-Own collection and preparation dijkstra dijkstra algorithm and the improved algorithm can find all the shortest path, and floyd algorithm and the appropriate search program
Huffman100
- 使用Huffman编码进行文本加密(压缩)的一个示例程序。输入一段文字,自动建立Huffman树并生成各字符对应编码,并对编码前和编码后分别占用的空间进行计算-A sample program using Huffman code for text encryption (compression). Enter a text, program will automatically create Huffman tree and generate the corresponding charact
RBTree
- 一个关于红黑树的C++源码的测试代码,实现了包括红黑树的插入,删除,旋转调整等等功能-codes on Red_Black Tree
The_operation_of_single-strand_table
- 数据结构中通过C++对顺序表的操作 对线性表进行排序、搜索、插入等处理 包括顺序数组与单链表-Data structure through C++ on the operation of the linear order of the table to sort the table, search, insertion order processing, including an array with a single linked list
1
- 输出一定规律的数组,比如[1 1 1 2 1 3 1 4],适当修改可以得到其它类似数组-Array output certain laws, such as [1 1 12 13 14], appropriate changes can be an array of other similar
snake
- 用C语言介绍了贪吃蛇的生成算法 有意的话可以下载使用-Snake in C language descr iption of the generation algorithm
