代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/361402/10054626
java path.java
// path.java
// demonstrates shortest path with weighted, directed graphs
// to run this program: C>java PathApp
////////////////////////////////////////////////////////////////
class DistPar
www.eeworm.com/read/164363/10113086
h path.h
#include
#include
#include
#include
#include
#include
#include
#define KEYBOARD_INT 0x09
#define KEY_BUFFER 0x60
#defi
www.eeworm.com/read/355453/10264870
gif path.gif
www.eeworm.com/read/161812/10370943
init_path
#!/bin/sh
# $Id: init_path,v 1.7 2002/11/10 12:29:04 crypt Rel-1.6-3 $
INIT_PATH=./
if [ -d $1/init.d/ ]; then
INIT_PATH=./init.d/
fi
if [ -d $1/../init.d/ ]; then
INIT_PATH=../init.d/
f
www.eeworm.com/read/161812/10370948
man_path
#!/bin/sh
# $Id: man_path,v 1.2 2002/10/29 07:11:45 crypt Rel-1.6-3 $
MAN_PATH=/usr/man/
if [ ! -d $MAN_PATH ]; then
MAN_PATH=/usr/share/man/
fi
echo $MAN_PATH
www.eeworm.com/read/161812/10370966
mod_path
#!/bin/sh
# $Id: mod_path,v 1.3 2003/12/24 08:16:36 nail Rel-1.6-3 $
KERNEL_VERSION=`uname -r|sed 's/\(.\..\).*/\1/'`
MOD_PATH=/lib/modules/`uname -r`/block/
if [ $KERNEL_VERSION = "2.4" ]; then
www.eeworm.com/read/161812/10371212
rc_path
#!/bin/sh
# $Id: rc_path,v 1.4 2002/10/29 07:11:45 crypt Rel-1.6-3 $
RC_PATH=/etc/rc.d/
if [ ! -d $RC_PATH ]; then
RC_PATH=/etc/
fi
echo $RC_PATH
www.eeworm.com/read/161034/10461172
asm path.asm
Page ,132
title Path Searching Routines
; PATH.ASM - Code to search the environment for a particular data string,
; and to search the path for a particular file. Adapted fro
www.eeworm.com/read/278961/10485604
png path.png
www.eeworm.com/read/160841/10488928