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

搜索资源列表

  1. Shell实例

    0下载:
  2. t_shell 一个简单完整的命令解释程序 适合shell入门的实例程序-t_shell a simple explanation of command shell entry procedures for the sample program
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:7631
    • 提供者:wzy
  1. shellsort111

    0下载:
  2. 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19421
    • 提供者:乐乐
  1. ysh

    1下载:
  2. 一个简单的shell解释程序,能完成简单的命令解析,支持管道,重定向,前后台任务,历史查看,exit退出she-a simple shell interpretation of the procedures, the completion of a simple analytic order to support pipelines, redirection, before and after the Taiwan mission, history View, exit from she
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3360
    • 提供者:罗晓峰
  1. basicnew

    0下载:
  2. 可以在嵌入式应用中,使用basic语言。 不用编译立即解释,可以作为shell的原形-in embedded applications, the use of basic language. No need to compile an immediate explanation, as the prototype shell
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1005645
    • 提供者:刘易
  1. shell

    1下载:
  2. Linux下的shell解释器,实现了基本命令的解释,管道,重定向,列表等功能。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:13867
    • 提供者:zz
  1. shell

    0下载:
  2. 文字操作系统与外部最主要的接口就叫做shell。shell是操作系统最外面的一层。shell管理你与操作系统之间的交互:等待你输入,向操作系统解释你的输入,并且处理各种各样的操作系统的输出结果。
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:249648
    • 提供者:浦良
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:8186
    • 提供者:香烟
  1. shell

    1下载:
  2. 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
  3. 所属分类:Shell编程

    • 发布日期:2013-10-24
    • 文件大小:22346
    • 提供者:souven
  1. lab

    0下载:
  2. Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:254163
    • 提供者:zhangcf
  1. 1

    0下载:
  2. 实现一个功能简单的shell解释程序,模拟MS-DOS命令交互界面。-The realization of a simple shell function to explain the procedure to simulate the MS-DOS command interface.
  3. 所属分类:Shell api

    • 发布日期:2017-04-06
    • 文件大小:1091
    • 提供者:王仍
  1. linux_c_func

    0下载:
  2. 详细解释SHELL编程。shell编程人员必备,LINUX C人员编程资料-SHELL programming explained in detail. shell programmer must, LINUX C programming staff information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:794093
    • 提供者:付强
  1. Shell

    0下载:
  2. 关于linux中的shell的详细解释,还有很多shell的应用举例,是很好的学习资料-The shell on the linux detailed explanation, there are many applications of the shell, for example, is a very good learning materials
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3972
    • 提供者:Michael
  1. Shell

    0下载:
  2. Shell编程入门:Linux解释器原理详细介绍.doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7440
    • 提供者:wuxiaolong
  1. shiyan2

    0下载:
  2. 学习如何编写一个UNIX的外壳——Shell,即命令解释程序。学习怎样接受命令,解释命令、执行命令,特别是创建子进程的方式来执行一个程序,以及父进程如何继续子进程的工作。-Learn how to write a UNIX shell- Shell, the command interpreter. Learning how to receive an order to explain the command, the command, in particular, the way is to
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:2557
    • 提供者:evaplum
  1. shell

    0下载:
  2. 一个简单的shell解释程序,供大家参考-A simple shell interpreter, for your reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2926
    • 提供者:曹大伟
  1. shell

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

    • 发布日期:2017-11-22
    • 文件大小:643
    • 提供者:廖文轩
  1. 实现简单的shell解释程序,

    0下载:
  2. 实现一个功能简单shell解释程序,即MS-DOS命令交互界面。代码对电脑上盘区进行操作,不调用自带的cmd.exe,对各盘区进行操作。在shell程序实现盘符切换、cd、dir、mkdir、chdir等五个ms-dos命令。具体实现参照各命令在cmd.exe中调用情况。
  3. 所属分类:系统编程

    • 发布日期:2013-05-23
    • 文件大小:1512842
    • 提供者:lancer13
  1. shell

    1下载:
  2. 华南理工大学操作系统实验六一个简单的shell解释程序的源代码(South China University of Technology operating system experiment, 6th a simple shell interpreter source code)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:chenx
  1. Shell脚本学习指南

    0下载:
  2. Shell就是一个命令行解释器,它的作用是解释执行用户的命令,用户输入一条命令,Shell就解释执行一条,这种方式称为交互式(Interactive)。(Shell is a command line interpreter, whose function is to explain the execution of user commands. The user enters a command, and Shell explains the execution, which is calle
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-27
    • 文件大小:2880512
    • 提供者:黑茶某
  1. main

    0下载:
  2. 基于linux的操作系统外壳。 编写一个C 语言程序作为Linux 内核的shell 命令行解释程序,所执行的结果需和系统命令行方式保持一致。 对用户编写的shell 增加后台运行功能。即用户可以使用”&”作为一个命令,表示该命令 在后台启动。前台还可以处理其他命令。 修改程序,增加I/O 重定向功能。即用户可以使用”<”、”>”和”|”符号改变程序/文件 的输入和输出。(shell of os based linux)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2021-02-03
    • 文件大小:3072
    • 提供者:hong_15
« 12 3 »
搜珍网 www.dssz.com