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

搜索资源列表

  1. myls

    2下载:
  2. 完成ls的如下功能 不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录 ls -a:列出当前目录下的所有文件和目录 ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数 ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件 列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2215
    • 提供者:叶黎
  1. myls

    1下载:
  2. 自己编写的Linux下的C程序,实现ls命令的功能。 可选参数有-a -l -al 后面可以加上目录或文件名,也可不加。不写路径的默认是当前目录。 输入错误命令会提示正确的命令格式。-A C program under Linux to achieve ls commands. Optional parameters are-a-l and-al Can be followed with the directory or file name. If the comma
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1552
    • 提供者:李淑怡
  1. myls

    0下载:
  2. LINUX下FTP服务器需要的list。个人觉得还不错-LINUX required under the FTP server of the list
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:960
    • 提供者:aidy22
  1. myls

    0下载:
  2. Programm, which works like ls or dir in unix
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:863
    • 提供者:zzzzz
  1. myls

    0下载:
  2. 在linux下使用C代码,实现shell指令ls -l 的功能。注重于从文件中读取目录中的信息,然后控制格式,达到ls -l 的功能。-In linux using C code, and achieve the shell command ls-l functions. Focus on reading from the file directory information, and then control the format, to ls-l functions.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1992
    • 提供者:李俊
  1. MyLS

    1下载:
  2. 最小二乘法Matlab编程实现//最小二乘法Matlab编程实现-Least Squares Matlab Programming Least Squares Matlab Programming
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1527
    • 提供者:dugumengyouzi
  1. myls

    0下载:
  2. 在linux下,用C编写一个能够实现类似shell ls命令功能的程序-In linux, using C to write a similar shell ls command to achieve the program functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1065
    • 提供者:丁凡
  1. myls

    0下载:
  2. myls.c "ls -la" recursively searches all directories and colors the files for readability. a basic and important example for system programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:884
    • 提供者:Baik
  1. myls

    0下载:
  2. 这个模块的代码主要是模拟在linux 系统下的Ls命令的功能。-The code of this module is to simulate the Ls in the linux system command capabilities.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:8103
    • 提供者:
  1. myls

    0下载:
  2. Linux下用C语言实现控制台ls -al-Implemented in C under Linux console ls-al
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:700
    • 提供者:张俊杰
  1. myls

    0下载:
  2. 自己在Linux系统下实现的一个类似ls命令的功能-Achieve a similar function of the ls command. . .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1657
    • 提供者:娄德成
  1. main

    1下载:
  2. 实现myls的功能,linux课的小程序,希望对大家有帮助-Achieve functionality of myls, Linux lesson program, we want to help
  3. 所属分类:Driver develop

    • 发布日期:2016-07-13
    • 文件大小:3072
    • 提供者:杨翔
  1. myls.tar

    0下载:
  2. 本人是一初学者,这是一简单的ls,愿与大家分享,支持-l,-a等参数,-I was a beginner, this is a simple ls-l,-a parameter would like to share with you, to support
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:2074
    • 提供者:ziqiang
  1. Normal-files-directories-

    0下载:
  2. 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:12218
    • 提供者:weiwei
  1. myls

    0下载:
  2. ls 命令列表的详细信息,可以指定路径(绝对路径)-LS the message about the rode or local,if the rode please enter base rode
  3. 所属分类:Document

    • 发布日期:2017-12-05
    • 文件大小:1355
    • 提供者:scc
  1. UseNameSpace

    0下载:
  2. C#使用命名空间NameSpace的一个基础实例,以命令提示符控制台的形式显示出演示结果,挺基础的C#例子,使用using指令引入命名空间NameSpace,实例化NameSpace中的类,调用类中的Myls方法,建立命名空间,自定义NameSpace中的类,输出字符串-C# using namespace NameSpace instance of a base, to form the command prompt console demo results, very basic C# ex
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:5763
    • 提供者:胡祖德
  1. myls

    4下载:
  2. 在linux环境下使用C语言编写的一个myls程序,实现类似linux的ls命令。实现的命令选项:-a、-l、-i、-d、-t、-F、-R-In linux environment using C language a myls program to achieve similar linux ls command. Achieve command options:-a,-l,-i,-d,-t,-F,-R
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:7168
    • 提供者:azioli
  1. myls

    0下载:
  2. myls 实现对输出的文件、目录进行排序等功能。-myls achieve the output file, directory, sort and other functions.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-05
    • 文件大小:1693
    • 提供者:范轶聪
  1. myls.tar

    0下载:
  2. ls命令的简单实现。myls.c myls -a myls -l myls myls filename myls -r -simple implementation of the ls command. myls-a myls-l myls myls filename
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2797
    • 提供者:洋洋
  1. myls

    0下载:
  2. 大连东软信息学院 Linux 项目,实现myls,-i,-l,查看目录文件等功能-Linux myls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:疯狂的鬼鱼
« 12 »
搜珍网 www.dssz.com