资源列表
software_fifo
- 一种软件FIFO的实现源代码,供学习参考-FIFO implementation of a software source code reference for the study
yinghanjia
- 这是操作系统的银行家算法,实验源代码,共同分享吧-This is the operating system of the banker' s algorithm, the experimental source code and share it
creatgraph
- 图的建立和图的广度深度优先遍历(有向图和无向图)-Map creation and map the breadth of depth-first traversal (with the map and undirected graph)
polynomia
- 用链表完成对多项式的计算,数据结构经典算法。-Complete with a list of polynomial terms, the classical algorithm data structure.
T7_42zipo
- 以邻接表为存储结构实现求从源点到其余各顶点的最短路径的Diijkstra算法-Dijkstra,已通过测试。 -Adjacency list, ask the rest of the vertices of the shortest path from source to the storage structure Diijkstra algorithm-Dijkstra, has been tested.
assistant
- 输入说明: 文本文件“input.c”作为程序输入,统计C语言关键字(见附加信息)在程序中出现的次数和行号。 输出说明: 对所有出现在程序中的关键字按字典顺序各占一行输出,在关键字之后输出出现次数,和按递增顺序排列的所有出现行号 -Input Descr iption: Text file " input.c" as a program input, statistics C language keywords (see Additional Informa
SanYuanZu_20131029110238
- 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N 为本结点的元素,P 为其父结点,L 指示N 为P 的左孩子,R 指示N 为P的右孩子。试写一个建立二元树的左右链表示算法,并实现先根、中根、后根以及层序遍历算法。-Suppose a hierarchical top-down, left to right to enter a triple each node (N, P, L/R). Wherein the element N-based node, P i
station
- 关于数据结构的一个算法问题,主要解决停车场的问题,拿出来分享,希望能为大家提供帮助
data_structure_short_path
- 根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,1,0,0, 1, 0,0,0,0,1,1,1,
BiTree
- 强大的二叉树代码大全,前序,中序,后序,叶子结点,入度为1,2的节点的计数-Encyclopedia of powerful binary tree code, the former sequence, in order, after the sequence, the leaf nodes, to the degree of the node counts 1,2, etc.
biaodashi
- 数据结构中线性结构应用堆栈实现表达式求值-Application of the linear structure of the data structure to achieve expression evaluation stack
ssc
- 学生成绩管理系统文件合并冒泡排序快速排序-score manage
