代码搜索:PATH

找到约 10,000 项符合「PATH」的源代码

代码结果 10,000
www.eeworm.com/read/372465/9509592

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
www.eeworm.com/read/372465/9509602

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/372465/9509655

c srch_env.c

#include #include void main (int argc, char *argv[]) { char path[128]; _searchenv(argv[1], "LIB", path); if (path[0]) printf("Pathname: %s\n", path)
www.eeworm.com/read/372465/9509659

c creattmp.c

#include #include #include void main(void) { char path[64] = "C:\\TEMP\\"; int handle; if ((handle = creattemp(path, 0)) == -1) printf("Error cr
www.eeworm.com/read/372148/9519277

bat compile.bat

echo You Should set the Borland C compiler PATH! echo eg. set path=d:\bc31\bin; set path=d:\bc31\bin; del hello.exe bcc -mh hello.c lib\gui.lib graphics.lib>编译结果.txt type 编译结果.txt hello
www.eeworm.com/read/371950/9529319

cpp main.cpp

/********************************************************************************* 24. 某地街道把城市分割成矩形方格,每一方格叫作块,某人从家中出发上班, 向东要走M块,向北要走N块,(见图)。请设计一个程序,由计算机寻找并 打印出所有的上班的路径。
www.eeworm.com/read/371950/9529408

cpp main.cpp

/******************************************************************************* 11. 巧排数字。将1、2、...、20这20个数排成一排,使得相邻的两个数之 和为一个素数,且首尾两数字之和也为一个素数。编程打印出所有的排法。 //用回溯法求解 //经验证n为偶数时有解. *****************
www.eeworm.com/read/371872/9532434

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/371851/9533260

m voronoipath.m

% plot voronoi diagram for path planning: Map = 100*rand(20,2) [Vx,Vy] = voronoi(Map(:,1),Map(:,2)); plot(Vx,Vy,'b-',Map(:,1),Map(:,2),'r.');
www.eeworm.com/read/175688/9536150

m stprpath.m

function stprpath(toolboxroot) % STPRPATH sets path to Statistical Pattern Recognition Toolbox. % % Synopsis: % stprpath % stprpath(toolboxroot) % % Description: % stprpath(toolboxroot) se