资源列表
airline
- 航班系统,包括订票,退票,增加航线,删除航线,修改航线等操作。-The flight system, including booking, a refund, increase the route, delete route, route revision operation.
huffman
- 统计符号(字母)出现的次数,并对其进行哈夫曼编码,再进行解码得到原结果-Number of statistical symbols (letters) appears, and its Huffman coding, decoding the original results obtained
biTree_PetManage
- 关于二叉树的示例程序。包括二叉树的接口及其实现,测试程序等。经过CFree编译、验证成功。包含工程文件。-About binary sample program. Including binary interface and its implementation, testing procedures. After CFree compilation, verification was successful. Including engineering documents.
test_QUEUE
- 队列-(FIFO)的实现一种示例,包括接口文件及其实现文件,测试文件等。在CFree下验证成功,包括CFree工程文件-Queue- (FIFO) to achieve one example, includes interface files and implementation files, test files. Verification is successful in CFree, including CFree project file
graph
- 扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表-Extended depth-first search algorithm to generate the forest to build children left graph traversal process- right sibling list
virtual-resequencing-cPPrule4
- 虚拟重排序简单规则c++代码 相信大家都懂的-Virtual simple rules c++ code reordering believe we know everything
Binary-tree-traversal-algorithm
- 数据结构中,实现二叉树的遍历,包含前序,中序和后序-Data structure, binary tree traversal, including former preorder, inorder and postorder
Binary-search-algorithm
- 在数据结构中,用C语言编程实现二分法查找算法-In the data structure, using C language programming binary search algorithm
zonghe
- C语言编写顺序表综合操作,包括初始化,插入,删除-C language integrated operation sequence tables, including initialization, insert, delete, etc.
data-structureCPP
- 数据结构的几个实用例程,包括哈弗曼编译码、各种排序及比较等,很好用-Several useful data structure routines, including Huffman encoding and decoding, various sorting and comparison, the good
biaodashi
- 使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出-
hebinglianbiao
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two ordered circular list with a header node (the so-called orderly clicking the link refers to the size of the data fie
