资源列表
关键路径
- (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
Varios
- Homero Algoritmo Codicioso (Greedy), Programacion Dinámica y Backtracking
Powell
- Powell算法-Powell
hfm
- huffman 哈夫曼编/译码器 利用哈夫曼编码进行通信可以大大提高1言道利用率,缩短信息传速时间,降低传输成本。但是.这要求在发送端通过一个编码系统对待传数据预先编码.在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输俏息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 -huffman Huffman encoder/decoder to communicate using Huffman coding can
migongwentiqiujie
- 迷宫问题求解,数据结构课程设计题目,程序可读性强-failed to translate
jiaotongzixun
- 关于栈的处理,对停车场的安排,通过栈实现车辆的进入进出-On the stack processing, the arrangement of the parking lot, enter through the stack and out of the vehicle to achieve
contor
- 利用contor函数和BSF实现的魔块问题(游戏)-Use magic block problem (game) contor functions and BSF implemented
data-constructure
- 建立学生记录,任意输入学生的学号或姓名可以得出该同学的详细信息。出栈,入栈的C代码
小明买书
- 数据算法,小明买书-data algorithm, Xiao Ming books
prim2
- prim 算法, 能实现效果 ,有需要 的下 -prim algorithm, can achieve results, there is a need for the next
dijkstras
- 迪杰斯科拉算法的实现 其中给出了具体例子-Dinger Scola algorithm implementation are given specific examples of which
3
- 编程实现四种调度算法 编程实现四种调度算法: (1) 先来先服务算法 (2) 短作业优先算法 (3) 优先权算法 (4) 基于时间片的多级反馈队列算法 -Programming implement four scheduling program implement four scheduling algorithms: (1) first come first serve algorithm (2) short jobs first algorithm (3) prior
