源码名称: |
netlayer |
文件类型: |
.rar |
|
源码类型: |
Visual C++ |
源码分类: |
transportation applications |
文件大小: |
13 KB |
热 度: |
℃ |
源码作者 : |
Mark |
整理时间: |
2013-01-02 |
源码简介: |
VC+MO最短路径算法 // 计算线的几何长度 double CalcLength() // 通过线的id得到线数据 BOOL GetLineData(int id) // 得到距离某点最近的线段,返回该线段的id int GetNearestLineData( double x, double y) // 判断两点是否重合 BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond ) // 得到最邻近的点-VC MO shortest path algorithm// calculate the geometric line length double CalcLength ()// line through the data line id be BOOL GetLineData (int id)// a distance to the nearest point of a segment, return to the line of id int GetNearestLineData (double x, double y)// 2:00 judgment whether coincidence BOOL IsPtCoincide (NetPo int ptFirst, NetPoint ptSecond)// most neighboring points
|
下载地址: |
[ 下载地址1 ] |
相关源码: |
无相关信息
|
分 享 : |
|
|
|
|
|