代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/364264/9916836
m antsim.m
function antsim(vars,simspeed)
%ANTSIM Simulates the behaviour of the best GPLAB artificial ant.
% ANTSIM(VARS) evaluates the best ant stored in the given variable.
% Also simulates the ant'
www.eeworm.com/read/168218/9932300
cpp gpath.cpp
// find a path in an undirected graph
#include
#include "ag.h"
void main(void)
{
AdjacencyGraph G(7);
int path[7];
cout
www.eeworm.com/read/168218/9932707
out wire.out
Enter grid size
Enter start
Enter finish
Enter wiring grid
The wire path is
42
52
53
54
64
65
66
56
46
www.eeworm.com/read/168218/9933145
out wire.out
Enter grid size
Enter start
Enter finish
Enter wiring grid
The wire path is
42
52
53
54
64
65
66
56
46
www.eeworm.com/read/168218/9933458
cpp gpath.cpp
// find a path in an undirected graph
#include
#include "ag.h"
void main(void)
{
AdjacencyGraph G(7);
int path[7];
cout
www.eeworm.com/read/168167/9935937
cpp student_test.cpp
/*******************************************************************************
* Student Name: Zou Wenzhu Student Number:1284932 *
************************************
www.eeworm.com/read/363056/9969620
c fuse.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LI
www.eeworm.com/read/362941/9974137
c srchpath.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/362573/9990567
cpp zoj1303.cpp
#include
#define MAX 21
#define LEN 201
using namespace std;
int dif[LEN], sum[LEN];
int path[MAX][2 * MAX * MAX + 1];
int f[2][2 * MAX * MAX + 1];
int n, m;
void solve() {
www.eeworm.com/read/362517/9994276
txt 一个连接池的例子(来自jive.txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-5-17 11:37:22
//文件:PropertyManager.java
//这个类其实没什么用了,可以去掉,但需要去掉前面几个类中对这个类的引用。
package com.qingtuo.db.pool;
import java.util.*;
import java.io