代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/365192/9875383
asv iatsp.asv
function [bestpath,minpath]=IATSP(TSPMatrix,CM,Popsize,TC,Pm,Pc)
path=Initpath(TSPMatrix,Popsize);
MemoryLab=InitLab(TSPMatrix,CM);
[ktjqhl,ktyqhl]=qinheliCalculate(path,TSPMatrix);
MemoryLab=Gene
www.eeworm.com/read/365192/9875389
m ggeneratenewpath.m
function path=GGenerateNewpath(path,Pc,Pm)
[row,col]=size(path);
for j=1:2:row
[path(j,:),path(j+1,:)]=CXCrossover(path(j,:),path(j+1,:),Pc);
end
path=Mutation(path,Pm);
www.eeworm.com/read/365166/9876016
ini mycodewright.ini
[Settings]
Path=c:\cw32\cw32.exe
ArgsOpenAtSpecificLine=-g
ArgsCreateNewDocument=-x"MenuCmnd 'Document' 'New Document'"
ArgsAfterFilename=1
www.eeworm.com/read/365029/9881377
cpp glbalign352.cpp
#include "muscle.h"
#include "pwpath.h"
#include "timing.h"
#include "textfile.h"
#include "msa.h"
#include "profile.h"
#if VER_3_52
#if TIMING
TICKS g_ticksDP = 0;
#endif
SCORE Global
www.eeworm.com/read/365029/9881378
cpp aligntwoprofs.cpp
#include "muscle.h"
#include "msa.h"
#include "profile.h"
#include "pwpath.h"
SCORE GlobalAlign4(ProfPos *PA, unsigned uLengthA, ProfPos *PB,
unsigned uLengthB, PWPath &Path);
SCORE AlignT
www.eeworm.com/read/365029/9881575
cpp glbaligndiag.cpp
#include "muscle.h"
#include "dpreglist.h"
#include "diaglist.h"
#include "pwpath.h"
#include "profile.h"
#include "timing.h"
#define TRACE 0
#define TRACE_PATH 0
#define LIST_DIAGS 0
st
www.eeworm.com/read/365029/9881641
cpp glbalign.cpp
#include "muscle.h"
#include "pwpath.h"
#include "timing.h"
#include "textfile.h"
#include "msa.h"
#include "profile.h"
#if !VER_3_52
#define COMPARE_SIMPLE 0
#if TIMING
TICKS g_ticksDP
www.eeworm.com/read/365029/9881667
cpp tracebackopt.cpp
#include "muscle.h"
#include "pwpath.h"
void TraceBackToPath(int **TraceBack, unsigned uLengthA,
unsigned uLengthB, PWPath &Path)
{
Path.Clear();
PWEdge Edge;
Edge.uPrefixLengthA = uL
www.eeworm.com/read/169058/9882501
java dirlist3.java
//: io/DirList3.java
// Building the anonymous inner class "in-place."
// {Args: "D.*\.java"}
import java.util.regex.*;
import java.io.*;
import java.util.*;
public class DirList3 {
public
www.eeworm.com/read/169058/9883361
py eclipse.py
#!/usr/bin/python
"""
Eclipse.py by Bruce Eckel, for Thinking in Java 4e
Modify or insert package statments so that Eclipse is happy with the code tree.
Run this with no arguments from the root of