- OV7670_stm32_driver OV7670在STM32上的驱动驱动
- Cmoi This ebook is very helpful for C programmer
- ProcShow C#实现的配置好连接的服务器后
- SmartCrosstab powerbuilder smart crosstab
- A-Novel-Control-Strategy-for-a-Variable-Speed A Novel Control Strategy for a Variable Speed Wind Turbine with a Permanent Magnet Synchronous Generator
- 16 QAM Transceiver 16 QAM (Q amplitude Modulation)
资源列表
XGraph
- 数据结构 有向网 对以邻接链表的方式存储的一个有向网 1.建立并显示出有向网的邻接链表; 2.对该有向网进行深度优先遍历(递归或非递归都可以),显示遍历的结果; 3.给出某一确定顶点到所有其它顶点的最短路径及其长度。-Data structure- to the network For storage in the form of adjacency list a directed network 1. Establish and shows have to mesh a
ZGraph
- 数据结构 无向图 以邻接矩阵的方式存储一个无向网 1.建立并显示出无向网的邻接矩阵; 2.对该无向网进行广度优先遍历,显示遍历的结果(并随时显示队列的入、出情况); 3.用普里姆算法构造其最小生成树,显示其构造的过程。-Data structure- the undirected graph Stored in the form of adjacency matrix an undirected network 1. Establish and shows the ad
BinaryTree
- 数据结构 二叉树的建立和遍历 1.按前序次序建立一棵二叉树,以‘#’表示空。 2.中序、后序遍历该二叉树,输出遍历序列。 3.求出该二叉树的深度并输出,或求出该二叉树的叶子数目并输出。 4.试以栈为辅助存储结构实现二叉树的前序非递归算法或以队列为辅助存储结构实现二叉树的层次遍历算法。-Data structure, the establishment and traversal of binary tree 1. According to the sequence order
Binary-Search
- Binary Search Algorithm Implementation Document of Data Structures
Bubble-Sort
- Bubble Sort Search Algorithm Implementation Document of Data Structures
lineedit
- C++基于栈实现行编辑程序,输入#表示退格,输入@表示退行,CTRL+Z表示结束。-C++ stack implementation based on-line editing program, enter the# represents the backspace, enter @ represent regression, CTRL+Z indicates the end.
poly_product
- 数据结构多项式乘法算法设计,分解,高效,合并-Data structures polynomial multiplication algorithm design, decomposition, efficient merger
HANNUOTA
- 数据结构经典问题,汉诺塔算法,c语言源码下载。-Data structure classic problem, Tower of Hanoi algorithm, c language source code download.
hangkongdingpiao
- 数据结构经典问题,航空订票算法,c++源代码下载。-Data structure classic problem, airline reservation algorithms, c++ source code download.
fastsort
- 数据结构经典问题,快速排序算法,c语言源码下载-Classic problem of data structure, fast sorting algorithm, c language source code download
kuohaopipei
- 数据结构经典算法,括号匹配问题,c语言源代码下载-Data structure classical algorithm, matching brackets, c language source code download
DFS
- 数据结构经典算法,宽度优先遍历,c语言源代码。-Data structure classical algorithm, breadth-first traversal, c language source code.
