搜索资源列表
Zju_2584_Computer Transformation
- 这个程序实现了对N*N的格子的最短距离的计算,下载者可以修改,也可以加以加强-the process of the realization of N * N lattice of the shortest distance, can be downloaded changes can also be strengthened
lianliankan1
- 利用递归来求的,其实连连看的搜索算法也就是搜索从一个点到另外一个点的不超过两次转弯的最短距离!-use recursion to seek the 1000 block of Terry Avenue fact, the search algorithm is a search from one point to another point of not more than twice the minimum distance between turning!
PotDisFromTri
- 用VC控制台程序写的一个计算任意空间点到某一个三角形的最短距离程序,可能对某些搞计算机图形学的人有帮助-VC console procedures written in a calculated arbitrary space to a certain point of a triangle shortest distance procedures, some may engage in the computer graphics help
campus_dao_you
- 数据结构中 有关于图的操作,采用visul c++ 6.0 ,界面显示校园地图,可以计算出两地间的最短距离。-data structure on the operation plan, adopted visul c 6.0, the interface shows the campus map can be worked out between the two shortest distance.
FLoyrC
- 在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用Dijkstra算法就可以了。不过在这里想换换口味,采取Robert Floyd提出的算法来解决这个问题。下面让我们先把问题稍微的形式化一下
floyd
- 简单的floyd运用 第一行输入一个整数C。C是测试的情况(0< C <=30).第二行一个正整数N( 0< N <=100),表示道路的总数.紧接N行,每一行包含两个字符串, Si,,Ti,和一个整数Di,代表从Si到Ti的距离(0<= Di <=150)。最后一行有两个字符串,S 和 T,你得找出从S 到 T的最短的距离。地名是不超过120个小写字符的串(从‘a’到‘z’)。假设这里最多有100条直接连通两个地方的路。 Outpu
tycfgsmatlab
- matlab源程序: 用Fisher两类判别法对样本进行分类 对样本进行主成分分析 用最短距离算法的系统聚类对样本进行聚类 用二次完全式回归法估计一个因变量与两个自变量之间的关系 -matlab source: The Fisher discriminant method, two types of samples to classify the samples by principal component analysis system using the shortest
vbandmapinfoShortestdistance
- 用vb环境下利用mapinfo测量最短距离-Vb environment with the shortest distance measured using mapinfo
language18-22casesofactual
- 实例18 实现基本的串操作 实例19 计算各点到源点的最短距离 实例20 储油问题 实例21 中奖彩球问题 实例22 0-1背包问题- Instance 18 Achieve the basic string operations Instance 19 Points to calculate the shortest distance from source Instance 20
Pipeline
- 程序解决了给定油井位置,求出一条东西向输油管道的位置,使之到各个油井的距离之和达到最小 //程序一次性读入11组测试文件,将油井纵坐标存储在动态开辟的pipey数组里,通过运用在数组中查找第K小个元素的算法找到了管道的最优位置 //最后求得最短距离后,将最终结果一次性存储到11个输出文件中。-Program to solve a given oil well location, find a location east-west pipeline, so that the distanc
CPP-
- 求图两节点的所有最短路径的程序 ,适应用于找两点间的最短距离-Find the shortest path of two nodes in the procedures of all
suanfa
- 自己编写的floyd 最短距离求解程序。实用简单。gcc -Floyd shortest distance to write your own solver. Practical and simple. gcc
Genetic-Algorithm
- 本程序用遗传算法基于C语言解决10个城市的旅行商问题,可求出10个城市之间的最短距离。-The procedures used to solve a 10-city traveling salesman problem, genetic algorithm based on the C language can be calculated the shortest distance between the 10 cities.
ZDJLSF
- 最短距离算法.zip,球两者间最短距离的算法-The shortest distance algorithm
floyd-matlab
- floyd算法,用于计算网络节点间的最短距离-failed to translate
zifu
- 通过插入、删除、替换操作将一个字符串替换成另一个字符串的最短距离- The shortest distance to replace a string with another string by inserting, deleting, or replacing
导航
- 进行校园导航,显示两地点直接最短距离并给出规划路线(Campus navigation shows the direct and shortest distance between the two points)
