搜索资源列表

  1. unix仿真

    0下载:
  2. provides implementations of the following UNIX APIs: chdir(), getcwd(), mkdir(), rmdir() dlopen(), dlclose(), dlsym(), dlerror() getpagesize() gettimeofday() link(), unlink() glob(), globfree() mmap(), munmap(
  3. 所属分类:Linux/Unix编程

  1. OpenDir

    0下载:
  2. 2K/XP,Shell编程,右键单击文件或快捷方式时,增加菜单“查找目标”的功能-2K/XP, Shell programming, right-click files or shortcuts to increase the menu
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:99328
    • 提供者:wjj
  1. md3loader

    0下载:
  2. Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting, texture mapping and animation. Includes a sample player model with weapon. See README for how to use it. Note (1):
  3. 所属分类:游戏

    • 发布日期:2024-05-15
    • 文件大小:2507776
    • 提供者:futuh
  1. opendir

    0下载:
  2. 读取目录操作,在linux下使用opendir操作目录,在windows下使用findfirst和findnext操作目录。-open dir
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:james
  1. taoqianzimulu

    0下载:
  2. linux下如果目录为空目录,则只有.和.这两个也是属于目录类型的本代码使用递归来判断目录及其子目录是否为空目录 /*判断目录是否为空目录*/int IsEmptyDir(char*pszDir){DIR*pstDirp=NULL;struct dirent*pstDirStru=NULL;int ulFileNum=0;int ret=1;char szDir[100];memset(szDir,0,100);pstDirp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:59392
    • 提供者:tianwang
  1. test25

    0下载:
  2. 1.编写程序,从指定目录文件开始,打印目录文件树(opendir, readdir); 2.编写程序,打印指定目录文件下的所有的文件(readdir),同时标识除文件的类型(stat); 3.编写程序,在指定目录文件下创建一个新文件,删除一个指定文件,拷贝指定文件;-Write a program file from the specified directory, print directory file tree (the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:丁占成
  1. umut

    0下载:
  2. 这个程序是读取linux文件目录下的所有文件并显示在CGI网页上-this is opendir for cgi in linux 。。。。。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:liuwei
  1. opendir

    0下载:
  2. 本程序实现两种文件来打开指定的文件夹并选中指定的文件,程序用VC2005编译通过,附执行程序。-Two file in the program to open the specified folder and select the file specified, the program VC2005 compiled through with the implementation of the program.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:67584
    • 提供者:kevin
  1. td1

    0下载:
  2. Linux编程 查看文件属性 实现ls -il命令 opendir操作 关键函数:stat(2), opendir(3), getgrgid(3), getpwuid(3), ctime(3).-Linux programming Properties files Discution the links Access to Records stat(2), opendir(3),
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:52224
    • 提供者:The king C
  1. 1234

    0下载:
  2. 完成一个目录复制命令mycp,包括目录下的文件和子目录, 运行结果如下: beta@bugs.com [~/]# ls -l sem total 56 drwxr-xr-x3 beta beta 4096 Dec 19 02:53 ./ drwxr-xr-x8 beta beta 4096 Nov 27 08:49 ../ -rw-r r 1 beta beta128 Nov 27 09:31 Makefile
  3. 所属分类:文件操作

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:于冰
  1. ls

    0下载:
  2. 使用opendir、readdir、closedir等函数来操作目录,使用stat函数来获取文件信息。编写一个功能完整的实现Unix/Linux下ls命令的程序,并且该程序实现了-l(长格式)选项功能,并能在Unix/Linux环境下正确地运行。-Use opendir, readdir, close to operate functions such as directory, use the stat function to get
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Selena Wang
  1. code

    0下载:
  2. opendir()用来打开参数name 指定的目录, 并返回DIR*形态的目录流, 和open()类似, 接下来对目录的读取和搜索都要使用此返回值.(Opendir () is used to open the directory specified by the parameter name, and returns the directory flow of the DIR* form, similar to open (), an
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:啦啦LA

源码中国 www.ymcn.org