代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/363641/9941350
h astarpathfinder.h
//------------------------------------------------------------------------------
// PROJECT: The A* Pathfinder base Class
// FILE: ASTARPATHFINDER.H
// OVERVIEW:
// -Pretty good working Astar
www.eeworm.com/read/167847/9950069
c locksvsemrace1.c
#include "unpipc.h"
#define LOCK_PATH "/tmp/svsemlock"
#define MAX_TRIES 10
int semid, initflag, pipefd[2];
struct sembuf postop, waitop;
void
my_lock(int fd)
{
int oflag, i;
union semun arg;
www.eeworm.com/read/363449/9950643
h io.h
/* io.h
Definitions for low level I/O functions.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __IO_H
#define __IO_H
#if !defined( __DEF
www.eeworm.com/read/363449/9950650
h dir.h
/* dir.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#i
www.eeworm.com/read/363449/9950667
h process.h
/* process.h
Symbols and structures for process management.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#if !defined( __PROCESS_H )
#define __PRO
www.eeworm.com/read/363449/9951087
cpp testdir.cpp
#ifndef __STDLIB_H
#include
#endif
#ifndef __IOSTREAM_H
#include
#endif
#ifndef __DIRECTRY_H
#include "directry.h"
#endif
int main( int argc, char *argv[] )
{
www.eeworm.com/read/167822/9951429
py install.py
#!/usr/bin/env python
# $Id: install.py,v 1.7 2002/01/04 11:12:33 marijn Exp $
################# INSTALLER CODE ##################
##### Only touch if you know what your doing! #####
## For configura
www.eeworm.com/read/167659/9956516
cs xmlopp.cs
using System;
using System.Xml;
using System.Data;
using System.Data.SqlClient;
namespace XML
{
///
/// Class1 的摘要说明。
///
public class XMLOpp
{
static string p
www.eeworm.com/read/363352/9957667
java 行读取数据.java
//一行一行读取数据
import java.io.*;
public class 行读取数据
{
public static void main(String args[]) throws IOException
{ String path="f:\\java";//取得当前目录的路径
FileReader fr=new FileReader(p
www.eeworm.com/read/363352/9957676
java 写入数据.java
//将数据写入文件
import java.io.*;
public class 写入数据
{
public static void main(String args[]) throws IOException
{ String path="F:\\java";
FileWriter fw=new FileWriter(path + "\\WriteD