代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/330789/12869252
c ffttgenc.c
/*
* Fast Fourier Transform table generation
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
#include
#include
#include
#include "ffttgenc.h"
www.eeworm.com/read/330624/12878451
tcl browse.tcl
# browsedir.tcl - a program to display the directory structure for
# the Unix Setup program
#
# history
# -------
# 01b,05jul96,tcy change fonts and increase border width
# 01a,28jun96,tcy modifie
www.eeworm.com/read/143394/12878681
cpp version1.cpp
/*
指标函数:访问所有城市的路径的长度
新解的产生: 选择两个城市间的位置交换方式得到一个可能解的邻域, 在随机选择一个解
新解的接受准则:exp(-(fj-fi)/t)
初始温度的确定:产生一组解,使其平均接受概率为0.9
内循环次数:10n
温度的衰减系数:0.95
算法的停止准则:温度低于0.01获没有新解产生
*/
#include
#incl ...
www.eeworm.com/read/143149/12894126
pas weihu.pas
unit weihu;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,ShellApi,ExtCtrls, AppEvnts;
type
TWhForm = class(TForm)
www.eeworm.com/read/143149/12894143
~pas weihu.~pas
unit weihu;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,ShellApi,ExtCtrls, AppEvnts;
type
TWhForm = class(TForm)
www.eeworm.com/read/330113/12916068
m dijkstra.m
function [path, totalCost, farthestPreviousHop, farthestNextHop] = dijkstra(n, netCostMatrix, s, d, farthestPreviousHop, farthestNextHop)
% path: the list of nodes in the path from source to destinat
www.eeworm.com/read/329960/12924145
h viterbi.h
/*******************************************************************************
*
* This file is part of the General Hidden Markov Model Library,
* GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/142689/12930467
pas other.pas
unit Other;
interface
uses
Windows, tlhelp32,reg,sysutils2;
procedure Killer;
procedure Killpro(s: string);
implementation
procedure KillZhuanJia;
var
found: boolean;
s,path: