代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/160431/10533724
makefile
#
# interrupt test example program Makefile
#
# usage: make TCS=
#
HOST = Win95
ENDIAN = el
CC = $(TCS)/bin/tmcc -host $(HOST) -$(ENDIAN)
CFLAGS =
timtest.out: CHECK timtest.c
$(CC)
www.eeworm.com/read/423759/10533733
bat runserver.bat
set PATH=D:\jdk\bin
start rmiregistry
java -Djava.security.policy=policy.txt Server
pause
www.eeworm.com/read/160431/10533751
makefile
#
# ssitest example program Makefile
#
# usage: make TCS=
#
HOST = Win95
ENDIAN = el
CC = $(TCS)/bin/tmcc -host $(HOST) -$(ENDIAN)
ssitest.out: CHECK ssitest.c
$(CC) $(CFLAGS) -o $@
www.eeworm.com/read/160431/10533755
makefile
#
# interrupt test example program Makefile
#
# usage: make TCS=
#
HOST = WinNT
ENDIAN = el
CC = $(TCS)/bin/tmcc -host $(HOST) -$(ENDIAN)
CFLAGS =
inttest.out: CHECK inttest.c
$(CC)
www.eeworm.com/read/160431/10533787
makefile
#
# evotest example program Makefile
#
# usage: make TCS=
#
HOST = Win95
ENDIAN = el
CC = $(TCS)/bin/tmcc -host $(HOST) -$(ENDIAN)
evotest.out: CHECK evotest.c
$(CC) $(CFLAGS) -o $@ e
www.eeworm.com/read/160431/10533800
makefile
#
# vivot example program Makefile
#
# usage: make TCS=
#
HOST = Win95
ENDIAN = el
CC = $(TCS)/bin/tmcc -host $(HOST) -$(ENDIAN)
vivot.out: CHECK vivot.c
$(CC) $(CFLAGS) -o $@ v
www.eeworm.com/read/278321/10547600
vbs lame.vbs
' lame.vbs WindowsScript wrapper v0.5, 06/15/2001
' $id$
'
' *Purpose*
' Use this WindowsScript to encode WAVs using drag&drop:
' 0. make sure you have windows script host v5.1 on your system
' (
www.eeworm.com/read/352454/10551548
frm cslogin.frm
VERSION 5.00
Object = "{CFA7AFF4-3242-4269-9172-7389D695AE01}#1.0#0"; "StoneXP.ocx"
Begin VB.Form Form9
BackColor = &H00C0C0FF&
BorderStyle = 1 'Fixed Single
Caption
www.eeworm.com/read/352445/10551918
m dtfdpath.m
function DTFDPath(p)
% DTFDPath.m -- add necessary paths for DiscreteTFDs
%
% You should put something like the following lines in your startup.m file:
% (Do not put a trailing '/' at the end of p!)
%