资源列表
PHEAP
- 联通图G的一个子图如果是一棵包含G的所有顶点的树,则该子图称为G的生成树 生成树是联通图的极小连通子图。所谓极小是指:若在树中任意增加一条边,则 将出现一个回路;若去掉一条边,将会使之编程非连通图。生成树各边的权 值总和称为生成素的权。权最小的生成树称为最小生成树,常用的算法有prime算法和kruskal算法。 -Unicom graph G is a subgraph of G is the one that contains all the vertices of the tree,
jieshiqi
- 用C语言编写实现解释器,希望对你们有所帮助。 #include<stdio.h> #include<stdlib.h> #include<string.h> main()-C language interpreter, you want to be helpful.# Include <stdio.h># Include <stdlib.h># Include <string.h> main ()
Chimbal---Theory-of-information-and-coding
- Theory of information coding
Graph
- 建图, 市场博弈模型,用来模拟股票市场运行,最终产生股票指数的模拟结果-create graph
ryglxi
- 基于C语言所写的人员管理系统,具有查找,储存,排序等功能!第一次上传,请支持!-Based personnel management system written in C language, has to find, store, sort! First upload, please support!
STM32_DSP_FFT
- 使用STM32 的DSP库进行FFT变换说明及例程-stm32 dsp lib fft examples
SqList
- 数据结构顺序表,包括其基本功能和高级功能-Data structure sequence table, including the basic and advanced features
zuoye
- 用堆栈的方法,来实现两位数的简单四则运算。 -Stack method to achieve the simple four double-digit arithmetic operations.
zuoye
- 快速排序,北航数据结构课的第四次数据结构作业。-Quicksort, Beijing University of Aeronautics and Astronautics fourth data structure of the data structures course job.
hannuota
- 数据结构汉诺塔经典算法,包括详细的实现程序,适合学习数据结构的学生,理解数据结构算法。-Data structures classic Tower of Hanoi algorithm, including the detailed implementation procedures for student learning data structures, and understand the data structure algorithms.
xiaohaifentang
- 数据结构解决数学问题算法,关于小孩分糖果的问题算法实现。-Data structure to solve mathematical problems algorithms about the child points candy algorithm to achieve.
maze
- 用C语言,通过典型的线性数据结构栈来解决迷宫问题,算法与严蔚敏的数据结构中相同-C language, typical stack linear data structure to solve the maze problem, the same algorithm and data structure Yan Wei Min
