CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux opendir

搜索资源列表

  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): it uses the POSIX opendir/read
  3. 所属分类:Game Program

    • 发布日期:2017-05-09
    • 文件大小:2507281
    • 提供者:futuh
  1. opendir

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

    • 发布日期:2017-03-29
    • 文件大小:584
    • 提供者: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=opendir(pszDir);if(NULL==pstD
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:59267
    • 提供者:tianwang
  1. umut

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

    • 发布日期:2017-04-11
    • 文件大小:638
    • 提供者:liuwei
  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), getgrgid(3), getpwuid(3), ctim
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:52264
    • 提供者:The king C
  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 file information. Write a ful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1248
    • 提供者:Selena Wang
搜珍网 www.dssz.com