搜索资源列表
TestUseMatlab
- VC 中调用MATLAB 程序功能: 为了在vc中调用MATLAB而写的一个简单测试程序 设置路径: 根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为 D:\MATLAB6p1\extern\include\,在工程中设置 需包含的头文件: //matlab中的头文件调用matlab的函数 #include "engine.h" 需要连接的LIB库: D:\MATLAB6p1\extern\lib\win32\dig
test
- 算法设计作业,简单的24点算法,创建num类用于输出路径-Algorithm design job, a simple 24-point algorithms, create num class is used to output path
DijkstraFloyd
- Dijkstra&Floyd的matlab 算法实现,计算出最短的路径,简单实用-Dijkstra & Floyd' s algorithm matlab to calculate the shortest path, simple and practical
divideroute1
- 路径规划TSP简单实现,基于遗传算法java代码,-route planning TSP algorithm based on generation implemented by Java
PCA
- 主成分分析程序,简单易懂,修改路径可直接运行,附带详细说明-The PCA program with detailed explanations is very useful and effective,easy to understand. It can be run after modifying the input path.
DP
- DP简单例子:多源路径规划:求一座建筑物中每个电梯入口到所有电梯出口的最短路径-DP example:Multiple source shortest path
PowerSystem
- 在电力系统中,能够实现不同节点与节点之间以及区域与区域之间的相互送电路径的搜索。形成简单的网络拓扑,完成输电网架的构建。(In the power system, the search for the mutual transmission path between the different nodes and the nodes and between the region and the region can be realized. A simple network topology i
untitled0.py
- 简单测试最短路径到最长路径的排序计算,可以借鉴到链路预测算法上去。(It is about the complex network and the link prediction, download by yourself. share and free)