搜索资源列表

  1. VB-shell

    0下载:
  2. VB中使用shell时会有一些需要注意的地方,这是一些实例程序-VB using shell when there will be some need to pay attention to place, this is some examples of procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:林风
  1. linux-shell

    0下载:
  2. linux下的shell编程命令详解值得学习和参考-programming under linux command shell worthy of detailed study and reference
  3. 所属分类:电子书籍

    • 发布日期:2024-05-09
    • 文件大小:395264
    • 提供者:徐图
  1. Shell.bak20070428

    0下载:
  2. 利用Linux系统函数实现的SHELL程式,自己重写了LS,CLEAR等常用命令,在ECLIPSE下编译通过,可进行进一步扩展。-Linux system function using the SHELL program realize that they rewrite the LS, CLEAR command, such as commonly used in the ECLIPSE adopted under the compi
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:真实姓
  1. shell

    0下载:
  2. 学习unix/linux的shell编程的很好的源代码,供大家参考-Learning unix/linux programming shell of a good source for reference
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:天地
  1. shell

    0下载:
  2. 我编写的linex 下的一个子shell,可以运行linux的基本的命令。对于 shell的初学者,是一个不错的参考。-I prepared a subset of under LINEX shell, can run the basic linux commands. For the beginner shell, is a good reference.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:李长顺
  1. shell

    0下载:
  2. shell解释器,unix命令指导,相当专业,不错,值得一看-shell interpreter, unix command guidance, a professional, well worth a visit
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:114688
    • 提供者:lisha
  1. shell(who+cp)

    0下载:
  2. shell编程,实现who以及cp命令。-shell programming, the realization of who and cp command.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:小于
  1. shell

    0下载:
  2. 计算机操作系统的实验作业,SHELL的源代码-Experimental computer operating system operations, SHELL source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:张三
  1. shell

    0下载:
  2. shell是重要的脚本语言和工具 本文件夹中搜集了比较经典的shell入门的代码,供初学者学习和参考 通过实践编程能更快的掌握shell编程-it is important to shell scr ipting language and tools of this folder to collect a relatively classic shell entry code, and reference for beginne
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:钟伟
  1. shell

    0下载:
  2. 老师给的linux下的shell程序设计的流程控制.doc 非常实用-Linux teachers to the shell under the program design process control. Doc very useful
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:8192
    • 提供者:lishuchao
  1. shell

    0下载:
  2. linux下shell解释器的进一步完善 附有完整的代码和实验报告,对实现原理进行了详细的注释-linux under the shell interpreter attached to the further improve the integrity of the code and experimental reports on the realization of the principle in detail Notes
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:25600
    • 提供者:gxw
  1. shell

    0下载:
  2. shell编程命令详解/shell编程入门/shell入门实例-Detailed programming shell command/shell programming entry/shell entry examples
  3. 所属分类:Shell编程

    • 发布日期:2024-05-09
    • 文件大小:40960
    • 提供者:guo_yirong
  1. shell

    0下载:
  2. 本书详细讲述了SHELL编程技巧,对shell编程感兴趣的可以下了-This book a detailed account of the SHELL programming skills, programming of interest to the shell can be a
  3. 所属分类:Shell编程

    • 发布日期:2024-05-09
    • 文件大小:4260864
    • 提供者:李冬华
  1. something-about-shell

    0下载:
  2. shell编程命令,很全,非常适合初学者使用-command shell programming, it is wide, very suitable for beginners to use
  3. 所属分类:Shell编程

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:张翠
  1. shell.sh

    0下载:
  2. 详细介绍了如何用shell逐行读取文件内容,(当然你可以读取每行做其他的处理),本文实现了shell逐行读取文件的8种方法,并且比较这些方法的时间优越性。-Described in detail how to use shell to read the content of the document line by line, (Of course, you can read each line to do other treatmen
  3. 所属分类:Shell编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:llr
  1. shell

    0下载:
  2. Linux下的shell解释器,实现了基本命令的解释,管道,重定向,列表等功能。-Linux under the shell interpreter, the realization of the basic commands, pipelines, redirection, a list of functions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:13312
    • 提供者:zz
  1. shell

    0下载:
  2. 一个带有shell的ucos工程,在keil下打开工程后debug运行,可以通过串行窗口与ucos进行交互,实现了几个简单的命令如help,clr等,大家可以自己加一些其他的命令-With a shell of uCOS works to open the project in keil after the debug run through serial uCOS interact with the window, realize a
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-09
    • 文件大小:385024
    • 提供者:
  1. shell

    0下载:
  2. linux shell十三问 比较经典的 问题 自己在网上搜集得 基本上涵盖了 初学者遇到的问题-linux shell 13 asked the classic question of comparing their own online collected essentially covers the problems encountered by the beginner
  3. 所属分类:Shell编程

    • 发布日期:2024-05-09
    • 文件大小:13312
    • 提供者:warrior
  1. shell

    0下载:
  2. Linux shell实现,包括管道,重定向,后台进程等实现-Linux shell realize, including pipelines, redirection, background processes, such as the realization of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:herofj1986
  1. ShelL

    0下载:
  2. linux shell编写程方面的书籍.很好的 一本入门书-linux shell-way aspects of the preparation books. a very good primer
  3. 所属分类:Shell编程

    • 发布日期:2024-05-09
    • 文件大小:40960
    • 提供者:曹三
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org