资源列表
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
DS-Algo-VC
- 数据结构,严蔚敏一书中的全部程序代码,请参考,进行交流学习。-Data structure, Yan Wei-Min a book all the code, please refer to conduct the exchange of learning.
BinaryTree
- binary算法演示 实现二叉树 进行二叉树运算-binary
My_Sort
- C++编写的7种经典的排序,值得初学者学习,源码内置!-C++ build s Sorts!!
