搜索资源列表
netlayer
- VC+MO最短路径算法 // 计算线的几何长度 double CalcLength() // 通过线的id得到线数据 BOOL GetLineData(int id) // 得到距离某点最近的线段,返回该线段的id int GetNearestLineData( double x, double y) // 判断两点是否重合 BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond ) /
imu_ahrs
- 基于IMU(三轴角速率、三轴加速计和三轴磁场)的方位姿态解算系统(ahrs),基于C语言开发,VC 6.0编译器,可方便的移植到其他环境。-Based on the IMU (three-axis angular rate, three-axis accelerometer and three-axis magnetic field) to locate gesture Solution System (ahrs), based on C language development, VC 6.0
LabeledIconWndDemo
- 使用VC++编写的城市间最短路径问题的演示程序,具有图形化界面,采用Dijkstra算法,能够生成任意两个城市间的路径长度和具体路径。-This project is programmed in VC++ to demonstrate a demo which solves shortest path problem between two cities。This program has a city network GUI, utilizes Dijkstra algorithm and c
1hangjiguanlian
- 实现航迹融合的算法,多雷达探测实现目标数据的融合并完成对目标的模拟仿真,这里主要是对一个目标的跟踪,需要在vc++6.0上实行-Track fusion algorithms, multi-radar detection to achieve the target data fusion and complete simulation of the target, mainly tracking a target, you need to implement in vc++6.0
PSO_demo
- 粒子群算法求解TSP问题,VC++运行平台-particle swarm optimization for TSP