资源列表
AVL
- 详细介绍AVL树(平衡的二叉排序树),深入学习数据结构的好材料。-Details AVL tree (balanced binary sort tree), in-depth study of data structures good material.
245724378
- 约瑟夫环的代码,经过我的修改,此代码属于最精练的约瑟夫换代码-Joseph ring code, after I modified this code are among the most refined of Joseph for the code
4
- 数据结构回文判别 运用栈与队列的c语言源程序代码-Data structure to use the stack and queue, palindrome determine c-language source code
Dijkstra
- 迪杰斯特拉算法,求网络上的最短路径,这是算法的实现代码-Dijkstra' s algorithm, find the shortest path on the network, which is code for Algorithm
data
- 数据结构学习的好材料,希望对大家有帮助,顶 -good material for learning data structure
shuyouguandao
- 问题描述: 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,即使各油井到主管道之间的输油管道长度总和最小的位置? 编程任务: 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。-Problem Descr iption: A oil company plans t
code--yuanchuang20091129
- 用PHP编写的,Ax最短路径算法-广度优先搜索.txt
cffxq
- 简单的词法分析程序,可执行,大二时做的简单词法分析器,可打开源文件分析词法。-A simple lexical analysis program, executable, sophomore, when doing a simple lexical analyzer, lexical analysis can open the source file.
JThreadSynch
- 用JAVA实现生产者与消费者的同步与互斥问题-Producers and consumers to use JAVA to achieve synchronization and mutual exclusion problems
0-1knapsackproblem
- 动态规划解0/1背包问题knapsack problem-Dynamic programming solution 0/1 knapsack problem
Compressor
- 分别用huffman编码和范式huffman编码压缩文件-Paradigm respectively huffman encoding and huffman encoding compressed file
ProducerConsumer.exe
- 本代码很形象的描述了生产者和消费者的同步与互斥问题-This code is a descr iption of the image of producers and consumers of synchronization and mutual exclusion problems