-
-
pathfinding.rar
... 例子程序:
=== === === === === ===
Part 1-Adding connections
Part 2-Simple Path
example
| ?- path1(a,b,P,T).
will produce the response:
T = 15
P = [a,b] ?
Part 3 - Non-repeating path
As an example, the query:
?- path2(a,h,P, ...
-
第8章 网上招标系统.rar
源代码\Path.asp 数据库配置文件
源代码\Const.asp 系统常量文件
源代码\default.asp 用户登陆主页面
源代码\AdminLogin.asp 管理员登陆主页面
源代码\IsAdmin.asp 判断用户身份文件
源代码\ChkUser.asp 登陆处理页面
-
gentica-thority.rar
This directory contains the Genetic Algorithm Optimization Toolbox for
Matlab 7.
To use this, if you are local to NCSU and have AFS access to this
directory, simply extend the matlab path using the following command.
-
matlog.zip
... , discrete uncapacitated facility location
Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP)
Networks: Shortest path, min cost network flow, minimum spanning tree problems
Geocoding: U.S. city or ZIP code to longitude and ...
-
Fadingchannel.zip
简单混合衰落信道
This mfile inputs an unmodulated sinewave through a simple Rayleigh two path fading channel and shows the output with phase, gain, and attenuation characteristics via animation.
-
-
FindPath_kinpoo.rar
连连看 寻路算法 递归实现
/**
* Author:郭剑波(KINPOO)
* Last Modify:2005/11/21 13:40
* Purpose:find path for lian lian kan
*/
-
spath.rar
... .3.15
Made By : Sunny
--================================================================--
SPATH 命令解释
选项:
SPATH + 目录 --------- 在 PATH 尾部增加目录。
SPATH ( 目录 --------- 在 PATH 首部增加目录。
SPATH - 目录 --------- 在 PATH 中删除目录。
注意路径一定不能为空。 ...
-
huidu.rar
#include "stdio.h"
#include "malloc.h"
#define TRUE 1
#define n 39
#define max 500
typedef struct
{
char p[n]
float w[n][n]
}graph
graph *ga2
int visit[n]
int path[n][n]
float C[n][n]
float A[n][n]
-
-