资源列表
The-tree-array
- 数据结构内容,讲解树状数组的具体内容,有详细的分析,步步深入。-Data structure content to explain the specific content of tree array, a detailed analysis of depth step by step.
Cpp-algo
- C++常用小算法,各种常用排序,包括求三角形边长等-C++ small algorithm commonly used in a variety of commonly used sorting
Submit_Final
- 波兰计算机程序设计大赛试题Mushroom[B] (http://main.edu.pl/en/archive/pa/2010/grz)-The answer to PA2010 Mushroom[B](http://main.edu.pl/en/archive/pa/2010/grz)
jiaoxuejihuabianzhi
- 大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是确定的,而且课程在开设时间的安排必须满足先修关系。每门课程有哪些先修课程是确定的,可以有任意多门,也可以没有。每门课恰好占一个学期。在这样的前提下设计一个教学计划编制程序。-Each university should develop a professional teaching programs. Assuming that any profession
InsertSort
- 插入排序#sort the number from small to big #insert the rest number into an sorted array ,compare with the former element, #if smaller then insert before the element,and all the array number move backward.-Insert Sort
project
- 数据结构课程设计。基于多种查询策略的航班信息管理系统。实现一个航班信息管理系统,能对已有的航班信息文件进行管理,具体包括航班信息的查询、增加、删除等,其中查询的实现要分别基于线性表、二叉排序树、哈希表三种策略。-Data structure curriculum design. Query strategy based on a variety of flight information management system. Achieve a flight information manage
ThePsuanfa
- 初写RSA算法,要很多纰漏,算法比较简单,望各位多多指教。-Early writing RSA algorithm, to a lot of flaws, the algorithm is relatively simple, hope you exhibitions.
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
ForestToBTree100
- 森林转化二叉树。输入森林中各树的广义表,建立森林,并将其转化为二叉树,输出森林中各树的先序遍历结果以及转化后的二叉树先序遍历结果-Convert forest to binary tree. Input generalized lists of each tree in a forest, establish this forest, and convert it to a binary tree. Output preorder traversal results of each tree i
Art-of-Computer-Programmin
- 计算机程序设计艺术.第4卷.第4册生成所有树组合生成和历史-Art of Computer Programming. Volume 4 Part 4 generates all trees combined generation and history
Simrosotu
- Fira league to join the strategy battle
124
- 比较简单的堆排序算法提供了一个很好的思路,简单易懂值得看哦-Heap sorting algorithm is relatively simple, straightforward worth Kane
