资源列表
zuixiaoshu
- 实用数据结构基础(第三版),实验八,最小生成书-Based the practical data structure (third edition), experimental eight, minimum spanning book
haxichazhao
- 实用数据结构基础(第三版),实验,哈希查找-Based the practical data structure (third edition), experiment, hash to search
shuanxiaomaopao
- 实用数据结构基础(第三版),实验,双向冒泡排序-Based the practical data structure (third edition), experiment, two-way bubble sort
Nqueen
- 8皇后一直是C语言中的经典问题,本代码利用回溯法解决了N皇后问题-8 Queen has been a classic problem in the C language, the code uses backtracking to solve the N queens problem
bsf
- 实用数据结构基础(第三版),实验七,标识符树与表达式求值-Based the practical data structure (third edition), experimental seven, identifier tree and expressions are evaluated
shdl
- 实用数据结构基础(第三版),实验4,循环队列的实现和运算-Based the practical data structure (third edition), experimental 4, circular queue implementation and operation
tuopu
- 图的拓扑排序 输入存储有向图 查找第一个入度为零的顶点,有就返回OK 没有则输出ERROR 用主对角线元素做“标记”当所有主对角线元素都变为1时,完成拓扑排序-Topological sorting of the input memory graph directed graph to find the first zero-degree vertices, there is no OK to return to the output ERROR to do with the main diag
hafuman
- 哈弗曼树c程序 建立,建立哈夫曼树求哈夫曼编码 测试函数 结束界面函数-Ha Fuman tree c program established to build the Huffman tree find the end of the test function Huffman coding interface function
GPIO
- 数据库数据结构方面的编程 采用c++程序语言编写 很不错的一个代码-Programming database data structure using c++ programming language, a code written very good
maipiao
- 插队 买票 算法 数据结构 C++ 可以作课程设计 和实验作业-Tickets to jump the queue data structure C++ algorithm can be used for curriculum design and experimental work
airline-reservation-system
- 一个简单的航空订票系统,利用C++和队列数据结构实现实现。-A simple airline reservation system, using C++ and queue data structure implementation.
Huffman
- 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。-Given the right value as the n-n-leaf node, a binary tree structure, if the minimum weighted path length, saying such a binary tree for the optimal binary tree, also called Huffm
