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

搜索资源列表

  1. 10-shell

    0下载:
  2. 命令解析器,将用户输入的指令转换为相应的机器能够运行的程序。 -The command parser, the user input instructions for the machine to be able to run the program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:12238
    • 提供者:cm
  1. shell

    0下载:
  2. 这是一个采用vc++语言编写的shell命令程序,在c++开发平台下,使用shell命令,完成操作。-This is a vc++ language with the shell command procedures, in c++ development platform, use the shell command, to complete the operation.
  3. 所属分类:Shell api

    • 发布日期:2017-05-12
    • 文件大小:2758152
    • 提供者:zhj
  1. shell

    0下载:
  2. 本程序实现linux shell的基本功能,在ubuntu12环境下运行成功-This procedure linux shell running ubuntu12 environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4788
    • 提供者:zhusy09
  1. shell

    0下载:
  2. 基于Linux的shell,包含文件浏览等内部程序,以及执行外部程序,代码简单,适合学习-Linux-based shell that contains the file browser and other internal procedures, as well as the execution of external programs, the code is simple, suitable for learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:16171
    • 提供者:
  1. shell-programming-

    0下载:
  2. shell高级编程,从基础介绍到高级编程,可以当做工具书查询,也可以为程序员编程提供参考-Advanced shell programming, from basic introduction to advanced programming books can be used as the query, and can also provide a reference for programmers programming
  3. 所属分类:Shell api

    • 发布日期:2017-05-03
    • 文件大小:1369195
    • 提供者:li
  1. Nios-II--9.1-Command-Shell

    0下载:
  2. 用于在FPGA烧写程序时不必启动软件,直接通过编写shell文件即可完成相应的工作。-For FPGA programming procedures do not have to start the software, directly by writing shell files to complete the work.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:3856
    • 提供者:于波
  1. shell

    0下载:
  2. shell 脚本练习初学者的简单的应用练习程序,简单易懂-shell scr ipt practice scr ipt practice beginner simple application practice program, easy to understand
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:43763
    • 提供者:高兴
  1. sqlite-shell-linux-x86-3071300

    0下载:
  2. 安装数据库sqlite3的必要文件,安装后可把程序中的数据放在数据库中,方便对数据的操作-Files necessary to install the database sqlite3 installed the program data in the database, and to facilitate the operation of the data
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:316714
    • 提供者:张祥
  1. A-shelll

    0下载:
  2. 简单的shell程序 可以实现cd等命令-Simple shell program can achieve the cd command such
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:1228
    • 提供者:我不改名
  1. shell

    0下载:
  2. vc6.0编写的,调用API,运行程序后就像运行dos命令行的效果,但不一样,因为是自己写的-vc6.0 to write, call API like effect run dos command line to run the program, but not the same, because their own write
  3. 所属分类:Shell api

    • 发布日期:2017-11-07
    • 文件大小:991153
    • 提供者:JNS
  1. Unix.Shells.By.Example

    0下载:
  2. 在《UNIX shell范例精解》(第4版附盘)的再版中,Quigley对她的经典著作进行了全新的改版,增加了当前shell程序员所需的最新内容——使用bash进行Linux shell编程。《UNIX shell范例精解》(第4版附盘)汇聚了Quigley 21年来的 shell编程教学经验。书中不仅展示了能帮助读者快速入门的大量精选范例,还系统地讲解了UNIX与GNU/Linux上的awk、sed及grep等内容。-In the second edition of the " UNI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-12
    • 文件大小:2883534
    • 提供者:沈彤
  1. shell

    0下载:
  2. 一些关于SHELL编程的小程序,可以在LINUX中VI运行-LINUX SHELL
  3. 所属分类:Linux Network

    • 发布日期:2017-12-04
    • 文件大小:2114
    • 提供者:周锡清
  1. shell

    0下载:
  2. 运行于linux/unix环境下的shell解释程序,能实现bsh功能-Running on linux/unix environment shell interpreter, bsh function
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:643
    • 提供者:廖文轩
  1. MyShell

    0下载:
  2. linux c++编程实现shell程序,与DOS相似,但只是其中几种功能-simple shell
  3. 所属分类:Shell api

    • 发布日期:2017-11-10
    • 文件大小:3548481
    • 提供者:ZHAOXIN
  1. gen_lut

    0下载:
  2. Shell程序,功能把hex格式文件转换为bin格式-Shell procedures, functions convert hex format file to the bin format
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:1949
    • 提供者:李自成
  1. Shell

    0下载:
  2. 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:430723
    • 提供者:Hang
  1. shell

    0下载:
  2. 采用c语言,在linux环境下的shell模拟程序。实现了env、sleep等指令-the shell proced in linux using C
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:36875
    • 提供者:xiaohan
  1. program-sheLL

    0下载:
  2. Linux下程序sheLL编程简介,内含pdf文档和exe可执行文件讲解-Introduction to Programming under Linux program sheLL, including pdf documents and explain exe executable file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:7889684
    • 提供者:张曦
  1. shell excute

    0下载:
  2. 一个沉默运行命令的程序,当前是后台运行svrreg注册一个DLL
  3. 所属分类:Windows编程

  1. myshell

    4下载:
  2. 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment
  3. 所属分类:Shell api

    • 发布日期:2017-05-29
    • 文件大小:11836179
    • 提供者:余雅婷
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 33 »
搜珍网 www.dssz.com