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

搜索资源列表

  1. 本实验要实现一个简单的命令解释器

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

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

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:300420
    • 提供者:Yang
  1. ShellIconOverlay.rar

    0下载:
  2. 这个程序说明如何实现在Windows Shell Explorer下对文件或文件夹图标进行定制(覆盖图)。,This procedure describes how to achieve in the Windows Shell Explorer on a file or folder icon customization (Overlay).
  3. 所属分类:Shell api

    • 发布日期:2017-03-24
    • 文件大小:9487
    • 提供者:安全
  1. myshell

    0下载:
  2. 通过exec函数族,自己写的shell程序,能实现打算数shell功能。-Via the exec family of functions, write your own shell program, intended to achieve several shell functions.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:519
    • 提供者:王志伟
  1. MyShell.rar

    0下载:
  2. 一个shell程序可以实现管道,重定向,cd,后台,ls等功能,a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:31172
    • 提供者:落木
  1. shell

    0下载:
  2. 自己写的shell解释器,有多重管道、重定向、以及读入双引号功能。程序风格良好,适合阅读。-Write your own shell interpreter, there are multiple pipes, redirection, and read features double quotation marks. Good program style, suitable for reading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:189007
    • 提供者:ryyrzzl
  1. shell

    0下载:
  2. 完成linux下的shell功能。 实现自己的shell,实现了pipe,进程调度等功能。以及后台程序的显示。-implemented the shell in linux . with the technology pipe , scheduled of processus.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:11515
    • 提供者:
  1. minishell

    1下载:
  2. 本实验写了一个小型的shell程序minishell,实现了一个bash shell程序的cd命令,通过quit命令可以退出minishe-In this study, write a small shell program minishell, a bash shell program to achieve the cd command, through the quit command to quit minishell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:18256
    • 提供者:sdf
  1. qcd.tar

    0下载:
  2. 用SHELL编写的快速进入linux不同目录的程序。可记录20个目录,可选择快速进入。-SHELL prepared with quick access to different directories linux programs. It can record 20 directory, choose quick access.
  3. 所属分类:Shell api

    • 发布日期:2017-03-21
    • 文件大小:2077
    • 提供者:
  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-30
    • 文件大小:254163
    • 提供者:zhangcf
  1. adfview_src

    0下载:
  2. 使用虚拟文件夹察看adf磁盘文件(Amiga Disk Files)内容的程序,可以学习Shell Namespace extension编程- Uses the hypothesized folder to observe the adf disk file (Amiga Disk Files) the content procedure, may study Shell Namespace extension to program
  3. 所属分类:Shell api

    • 发布日期:2017-11-12
    • 文件大小:286025
    • 提供者:站长
  1. shellcaption

    0下载:
  2. 程序分,shell,caption,windows管理三个部分-Procedure, shell, caption, windows management of three parts
  3. 所属分类:Network Security

    • 发布日期:2017-11-20
    • 文件大小:40387
    • 提供者:站长
  1. srccount

    0下载:
  2. 在 Windows 的资源管理器窗口中,我们见过 WinZIP,WinRAR 等软件能在文件或文件夹的默认快捷菜单中添加几个菜单项,它可以使用户无须进入软件内部而直接在视窗中进行压缩/解压操作,十分方便用户操作,这无疑是一个较好的应用模型,它就是我们所说的Shell扩展技术。此源代码将以一个普通的源代码统计程序为例来说明怎样实现Shell扩展技术。-In the Windows Explorer window, we have seen WinZIP, WinRAR and other soft
  3. 所属分类:

    • 发布日期:2017-11-17
    • 文件大小:41192
    • 提供者:温馨
  1. Source Code

    0下载:
  2. 管理online的shell程序- Manages online the shell procedure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:66064
    • 提供者:李君
  1. linux_shell_C

    0下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:135647
    • 提供者:secret
  1. zhouyan

    0下载:
  2. shell程序设计-shell programming
  3. 所属分类:Shell api

    • 发布日期:2017-04-11
    • 文件大小:1149
    • 提供者:zhouyan
  1. shell-4

    0下载:
  2. 实现一个画图程序,多文档,可以重复建立多个实例-The realization of a drawing process, multi-document, you can repeat the establishment of multiple instances
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:108030
    • 提供者:gaoyubin
  1. NSExtWithSubFld_src

    1下载:
  2. 演示MS Namespace Shell Extension的范例程序,可以在档案总管理建置自己的目录和次目录-MS Namespace Shell Extension demonstration example of the procedure, you can build your own files the total management of the directory and sub-directory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:41501
    • 提供者:bt2001
  1. shell_prog

    0下载:
  2. 文件里包含了几个Linux 下几个简单得shell程序,可以作为平时使用-Document contains a number of Linux under the shell a few simple procedures can be used as usual to use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2105
    • 提供者:陈轩辕
  1. shell

    0下载:
  2. 基于RTX51系统,C语言写的程序,实现简单SHELL的功能-Based on RTX51 system, C language to write procedures, to achieve a simple function of SHELL
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:15346
    • 提供者:yyfeng
« 1 2 3 4 5 67 8 9 10 11 ... 33 »
搜珍网 www.dssz.com