搜索资源列表
goodPROGRAME
- 基于MO+VC++开发的公交查询系统代码!实现公交线路的查询输入修改等操作-MO-based development of the VC + Bus Inquiry System code! Implementation bus lines inquiries input operational changes
netlayer
- VC+MO最短路径算法 // 计算线的几何长度 double CalcLength() // 通过线的id得到线数据 BOOL GetLineData(int id) // 得到距离某点最近的线段,返回该线段的id int GetNearestLineData( double x, double y) // 判断两点是否重合 BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond ) /