搜索资源列表
zhou_bus
- 我的数据库课程设计,模拟的湘潭市公交管理系统。用PB做的。总体上感觉一般般,唯一満意的是实现了任意两点之间的最少转车次数的查询。-database curriculum design, simulation of Xiangtan City transit management system. Using PB do. On the whole, as the general feeling, the only satisfactio
两点间距离公式
- 本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助.-realized by the mathematical 2:00 for the distance between the algorithm and its implementation process. We hope to have some help.
jetmin
- 通过鼠标左键进行点击,所点击的两点之间可自动形成一条直线-conducted by the left mouse button click, click between the two points can automatically create a straight line
求一个Dijkstra优化算法
- 求解一个最短路径问题程序,可以参考一下求一个Dijkstra优化算法! 谢谢了 目的是求给定两点之间的最短距离 或者改一下我的程序也行 -shortest path to solve a problem of procedure, can seek a reference Dijkstra algorithm optimization! Thank you, the purpose is scheduled for 2:
北京交通大学校园旅游导航系统
- 北京交通大学校园旅游导航系统,利用Dijkstra算法在任意两点之间找到最短路径。-Beijing Jiaotong University Campus Tourism navigation systems, the use of arbitrary Dijkstra algorithm to find the shortest between the two paths.
李森数据结构作业
- 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dy
d_s_3
- 利用优化算法,实现寻找一个网络的两点之间的最短路经-using optimization algorithms to achieve the search for a network between two points is the shortest pass
gps_pos
- 用于计算地球两点之间的距离,计算结果可以精确到10米以内。-used in the calculation of the Earth the distance between two points, the results can be accurate to within 10 meters.
Differentialcalculuscalculateway
- 计算机图形的直线微分算法可以执行任意两点之间的直线画图-computer graphics linear differential algorithm can execute arbitrary line between the two Painting
Count_load
- 计算两点之间的最段路程,用C++实现-calculation of the distance to achieve C
guide
- 该程序实现公园导游功能,使用改进的深度遍历算法,给出两点之间的若干最短路径,程序界面简单,使用方便-park guide function, the use of improved depth traversal algorithm, given the number between 2:00 shortest path, program interface simple and easy to use
wuxianlouyuchuanshu
- 移动通信--无线楼宇数据传输系统的仿真.分析915M的楼宇通信特性,建立楼宇数据通信系统的仿真模型,采用无线收发芯片NRF905,依据其性能参数来判断楼宇内两点之间能否进行数据传输。-mobile communications -- wireless data transmission system building simulation. Analysis of cellphone communications characteri
Dijkstra_src
- 最短路径算法,采用Dijkstra算法实现两点之间的最短路径算法。-shortest path algorithm Dijkstra algorithm used between two points is the shortest path algorithm.
AnchoredSpringForceMFC
- haptic主控臂的弹簧力效果测试,力的大小和两点之间的距离成正比。-haptic controlling arm of the spring test results, the size and strength between two points is proportional to the distance.
AlogortithmsExperiment
- 在eclipse下开发的求平面上两点之间的最短距离。通过随机在平面上生成无数个点,求其中两点间的最短距离,以及这两点。-the eclipse under development for the plane between two points is the shortest distance. Through random plane generated numerous points, two points for the shor
两点间距离公式
- 本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助.-realized by the mathematical 2:00 for the distance between the algorithm and its implementation process. We hope to have some help.
all_Way
- 求两点之间的所有路径,采用dfs深度搜索加回溯-Find all paths between two points, the depth of the search plus backtracking by dfs
两点连线canvasline
- 多个元素之间,两两连线,连线之后,这两个元素将不能再被选择。(The two elements will no longer be chosen after multiple elements,)
dist
- 用最短路径算法算出特定两点之间的距离 输入:直接读取net.in文件 第一行为四个整数N,M,S,T,每两个整数之间用一个空格隔开,分别表示网络的节点(编号为1到N),网络线段数,以及起点终点编号 接下来M行,每行三个整数U,V,D,每个整数之间用空格隔开,表示节点U和V之间有一条线路相连,距离是D,(两个节点可能有多条线路) 输出:直接写入到net.out文件,输出只有一行,表示从S点到T点的最短距离(如果不通则输出-1)
求两点之间的距离
- 求任意两点之间距离的程序,可以求解坐标系内任意点之间的距离方法(A program for finding the distance between any two points)