代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/165080/10077343
h io.h
/* io.h
Definitions for low level I/O functions.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#if __STDC__
#define _Cdecl
#else
#define _Cdecl cdecl
www.eeworm.com/read/165080/10077350
h dir.h
/* dir.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#if __STD
www.eeworm.com/read/165080/10077365
h process.h
/* process.h
Symbols and structures for process management.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#if __STDC__
#define _Cdecl
#else
#define _
www.eeworm.com/read/360770/10079287
m nlibpath.m
%----------------------------------------------------------------------
% Usage: nlibpath
% Description: This command adds the NLIB toolbox to the Matlab path.
%------------------------------
www.eeworm.com/read/360637/10083712
cws bms1.cws
[Workspace Header]
Version = 710
Pathname = "/g/xiaojiang/to xiaowu/bms-1-16/bms/bms1.cws"
CVI Dir = "/d/program files/national instruments/cvi71"
IVI Standard Root Dir = "/C/Program Files/IVI"
V
www.eeworm.com/read/360637/10083730
prj bms.prj
[Project Header]
Version = 710
Pathname = "/f/bms/bms.prj"
CVI Dir = "/c/program files/national instruments/cvi71"
IVI Standard Root Dir = "/C/Program Files/IVI"
VXIplug&play Framework Dir = "/c/
www.eeworm.com/read/360637/10083734
prj bms1.prj
[Project Header]
Version = 800
Pathname = "/d/bms-1-16/bms/bms1.prj"
CVI Dir = "/d/program files/national instruments/cvi80"
IVI Standard Root Dir = "/C/Program Files/IVI"
VXIplug&play Framework
www.eeworm.com/read/360401/10097916
bat setenv61_7.0.bat
@devices -setdefault @Series60_v21_C:com.nokia.Series60
@set EPOCROOT=\Symbian\7.0s\Series60_v21_C\
@set PATH=C:\Program Files\Common Files\Symbian\tools;E:\Program Files\Microsoft Visual Studio .NE
www.eeworm.com/read/164576/10101343
cpp ospf.cpp
/*OSPF的简单实现*/
#include
#include
#include
#define MAXINT 65535
//图的类定义
class Graph{
private:
int Num,*dist,*path,*S;
public:
int *Edge;
Graph(int N
www.eeworm.com/read/360206/10106351
c srchpath.c
#include
#include
void main (int argc, char *argv[])
{
char *path;
if (path = searchpath(argv[1]))
printf("Pathname: %s\n", path);
else
printf("File