资源列表
sort
- 排序比较算法 对冒泡排序,快速排序,堆排序,希尔排序等几个排序算法排序次数进行比较-The sort comparison algorithm bubble sort, quick sort, heap sort, shell sort the number of several sorting algorithms sort compare
aac
- 利用顺序栈将一个非负的十进制整数N转换为对应的B进制数-Order of the stack will be a non-negative decimal integer N is converted to the corresponding hexadecimal number B
expression
- 这是一个可以计算算式表达式值的程序.-This is a calculation formula of the expression is worth program, users can change the source code to add calculation formula.
eightqueen
- 八皇后问题,实现八皇后算法。包括摆放一到七个皇后的算法。-It is the eight queens problem. Tell you how to do a queens problem algorithm.
HaffmanCode
- 1、了解文件的概念。 2、掌握线性链表的插入、删除等算法。 3、掌握Huffman树的概念及构造方法。 4、掌握二叉树的存储结构及遍历算法。 5、利用Huffman树及Huffman编码,掌握实现文件压缩的一般原理。 -1, understand the concept of the file. 2, to grasp the linear list of insert, and delete). Three, to grasp the concept and structu
bank_algo
- 编制银行家算法通用程序,并检测思考题中所给状态的安全性-Given the state of security in the preparation of the banker s algorithm common procedures, and to detect think the question
leiku
- 数据结构类库,可以少写很多代码!对数据结构的学习帮助极大-Libraries of data structure
Data-structure
- 殷人昆的数据结构的前三章课件,PPT格式。如果有需要可以联系我上传4章以后的-PPTs of Data structure written by Yin Renkun of Tsinghua University
MFC-BST
- MFC编程实现二叉搜索树,包括查找,插入,删除和旋转。-MFC programming for binary search tree, including find, insert, delete, and rotate.
erchalianbiao
- 基于C++开发系统的,变换二叉树左右子树,实现运用两个栈实现队列的操作算法。-Use two stacks queue operation algorithm based on C++ development system, transform the binary tree left and right subtree.
1
- 一个简单的机票预订方案 的先决条件,目标和成果 先决条件:学生应掌握以下必备技能。 • 指针 - 使用指针间接引用和修改对象 • 链表 - 理解的链表实现 • 动态内存管理 - 使用new和delete 目标:这项任务旨在加强学生的理解链表。 结果:成功地完成这项任务的学生将掌握以下成果。 • 了解链表的实现 • 使用指针 • 使用动态内存管理 描述 一个简单的机票预订程序应显示下列选项菜
sequence-list
- 数据结构(C语言版)简单顺序表的实现,希望有帮助啦-The realization of the order form
