代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/351845/10602978
h splashpath.h
//========================================================================
//
// SplashPath.h
//
//========================================================================
#ifndef SPLASHPATH_H
#defin
www.eeworm.com/read/351845/10603753
cc gfile.cc
//========================================================================
//
// gfile.cc
//
// Miscellaneous file and directory name manipulation.
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
//====
www.eeworm.com/read/277701/10611450
m select.m
function path=Select(path,SelectP)
[row,col]=size(path);
roulette=cumsum(SelectP); % 玻ネ近絃
for i=1:row
tempP=rand(1); % 繦诀 0~1
for j=1:length(roulette)
if tempP
www.eeworm.com/read/277701/10611475
m fitness.m
function FP=Fitness(path,TSPMatrix)
[row,col]=size(path);
for i=1:row
pathlong(i)=0;
for j=1:(col-1)
pathlong(i)=pathlong(i)+path(path(i,j),path(i,j+1)); % **************** TS
www.eeworm.com/read/277633/10614925
js hacks4_10.js
var _host="www.parkerriver.com"; //localhost
var _fhost="www.parkerriver.com"; //localhost:8080
var _fpath="/";///parkerriver
var _path="/";///parkerriver
//Cookie object definition
function MyCookie
www.eeworm.com/read/422280/10650028
frm frmrestore.frm
VERSION 5.00
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SmartXPButton.ocx"
Begin VB.Form FrmRestore
BackColor = &H00E7DFE7&
BorderStyle = 1 'Fixed Single
C
www.eeworm.com/read/351309/10659235
c dtw.c
/*
* function [error,path1,path2] = dtw(s1, s2)
* [error,path1,path2] = dtw(s1, s2)
* Dynamic Time Warping search... by Malcolm Slaney
* After this routine
* s1 approximately = s2(path1)
* s2 ap
www.eeworm.com/read/421949/10676567
m setpath.m
function []=setpath(toolboxroot)
% []=setpath(toolboxroot)
%
% SETPATH adds path of the Statistical Pattern Recognition Toolbox.
% The function argument determines where the root directory
%
www.eeworm.com/read/421886/10682703
mm library.mm
/* WinterBoard - Theme Manager for the iPhone
* Copyright (C) 2008 Jay Freeman (saurik)
*/
/*
* Redistribution and use in source and binary
* forms, with or without modification, are permi
www.eeworm.com/read/276956/10691949
c 1111.c
#include
#include
#define MAX 10000
#define VEXTYPE int /*顶点值的类型*/
#define ADJTYPE int /*权值类型*/
#define MAXLEN 10 /*最大可能顶点数*/
/*邻接