代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/493005/6403529
fpathopen
NAME
fpathopen - open an absolute filename, or a relative filename along a search path
SYNOPSIS
fpathopen(filename, mode [,searchpath])
TYPES
filename string
mode string
searchpa
www.eeworm.com/read/492676/6418453
cpp utils.cpp
// 2002.11.23
// copy from kdphoto projects
#include "stdafx.h"
int GetChar( char ** str )
{
int code = **((unsigned char **)str);
if ( !str ) return 0;
if ( !*str ) return 0
www.eeworm.com/read/492058/6423607
cpp textreader.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.6 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/491567/6437506
m untitled.m
clear all;
path='E:\毕业设计(09-02-23)\new0001\';
file_I=imfinfo([path 'new0001_1'],'bmp');
I=zeros(240,320,numel(1:5:282));
for i=1:5:282
q=imread([path,'new0001_', num2str(i),'.
www.eeworm.com/read/491246/6438028
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/490578/6447790
cpp 迪杰斯特拉算法.cpp
/*关于图的最短路径问题
医院选址问题
问题描述:n个村庄之间的无向图,边上的权值w(i,j)表示村庄i和j之间道路长度.现要从这n个村庄中选择一个村庄新建一所医院,使离医院最远的村庄到医院的路程最短.设计一程序求解此问题.
谁能提供思路或者C++代码更好,谢谢各位大虾了,打的好愿意追加更多得分
提问者: 说唱小生 - 助理 二级 最佳答案
医院选址
1.
代码如下*/
...
www.eeworm.com/read/489949/6464678
cpp sa.cpp
/*
指标函数:访问所有城市的路径的长度
新解的产生: 选择两个城市间的位置交换方式得到一个可能解的邻域, 在随机选择一个解
新解的接受准则:exp(-(fj-fi)/t)
初始温度的确定:产生一组解,使其平均接受概率为0.9
内循环次数:10n
温度的衰减系数:0.95
算法的停止准则:温度低于0.01获没有新解产生
*/
#include
#incl ...
www.eeworm.com/read/490010/6465661
py iscomp.py
#!/usr/bin/env python
"""
C to C++ Translator
Convert a C program or whole project to C++
Copyright (C) 2001 D.G Sureau
This program is free software; you can redistribute
www.eeworm.com/read/490010/6465676
changes
Changes in C to C++
1.4 August 2005
----------------
Modified by Georg Wittenburg
http://page.mi.fu-berlin.de/~wittenbu/
* lexer.py: added support for compiler directive removal.
* allh