代码搜索:Directory

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

代码结果 10,000
www.eeworm.com/read/113668/6126588

cpp directory.cpp

/* $Id: directory.cpp,v 1.11 2004/01/08 16:42:24 harry Exp $ ** ** ClanLib Game SDK ** Copyright (C) 2003 The ClanLib Team ** For a total list of contributers see the file CREDITS. ** ** T
www.eeworm.com/read/113668/6126738

h directory.h

/* $Id: directory.h,v 1.6 2004/01/07 11:22:57 sphair Exp $ ** ** ClanLib Game SDK ** Copyright (C) 2003 The ClanLib Team ** For a total list of contributers see the file CREDITS. ** ** Thi
www.eeworm.com/read/109242/6175337

c directory.c

/* * Unit test suite for directory functions. * * Copyright 2002 Dmitry Timoshkov * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser
www.eeworm.com/read/106490/6192482

java directory.java

//============================================================== // Directory.java - Demonstrates the File class // // Java学习源代码检索系统 Ver 1.0 20031015 免费正式版 // 版权所有: 中国IT认证实验室(www.ChinaITLab.com)
www.eeworm.com/read/101082/6245768

3 directory.3

.\" SCCSID: @(#)directory.3 2.4 8/13/87 .TH directory 3 .SH Name opendir, readdir, telldir, seekdir, rewinddir, closedir \- directory operations .SH Syntax .B #include .br .B #include
www.eeworm.com/read/101082/6247641

3 directory.3

.\" SCCSID: @(#)directory.3 2.4 8/13/87 .TH directory 3 .SH Name opendir, readdir, telldir, seekdir, rewinddir, closedir \- directory operations .SH Syntax .B #include .br .B #include
www.eeworm.com/read/100046/6274387

xbm directory.xbm

#define directory_width 20 #define directory_height 23 static char directory_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x01, 0x00, 0x04, 0x02, 0x00, 0x02, 0x04, 0x00, 0x01, 0xf8, 0x01
www.eeworm.com/read/125603/6280121

asp directory.asp

Directory
www.eeworm.com/read/493401/6402340

cc directory.cc

// directory.cc // Routines to manage a directory of file names. // // The directory is a table of fixed length entries; each // entry represents a single file, and contains the file name, // and the
www.eeworm.com/read/493401/6402349

h directory.h

// directory.h // Data structures to manage a UNIX-like directory of file names. // // A directory is a table of pairs: , // giving the name of each file in the directory,