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

搜索资源列表

  1. myshell

    0下载:
  2. 在LINUX下,实现一个简单的模仿SHELL的小程序,供初学者交流
  3. 所属分类:其他小程序

    • 发布日期:2011-05-31
    • 文件大小:69.35kb
    • 提供者:gepeiwei@qq.com
  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
    • 文件大小:293.38kb
    • 提供者:Yang
  1. lab1

    0下载:
  2. linux shell。c语言编写的linux shell.适合初学者。-linux shell. c languages linux shell. suitable for beginners.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:52.71kb
    • 提供者:refinebin
  1. shell.c

    0下载:
  2. 主要用于linuxshell设计实验功能,包含了shell的一些代码-Linuxshell used to design the experimental features, including some of the shell code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:5.09kb
    • 提供者:古月
  1. shell

    1下载:
  2. 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
  3. 所属分类:Shell api

    • 发布日期:2015-08-11
    • 文件大小:3kb
    • 提供者:llm
  1. Windows Shell Programming

    1下载:
  2. 大量windows shell编程例子
  3. 所属分类:Shell api

    • 发布日期:2017-11-09
    • 文件大小:987.17kb
    • 提供者:站长
  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
    • 文件大小:132.47kb
    • 提供者:secret
  1. shell.c.tar

    0下载:
  2. 自己实现的简单的shell 自己实现的简单的she-Their implementation of the simple shell
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1.33kb
    • 提供者:beyond
  1. shell.c.tar

    0下载:
  2. example of shell which include the commands about them. 谋t runs eaisly the unix.(ubuntu/pardus/suse)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:1.22kb
    • 提供者:ozlem
  1. LINUXUNIXSHELL

    0下载:
  2. 《LINUX与UNIX SHELL编程指南》读书笔记-二次发布版.pdf-embedded
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:647.79kb
    • 提供者:吕旭
  1. shell

    0下载:
  2. 在linux上執行指令 ls ctrl+h 等 按 ctrl + c 顯示執行過的指令 按 ctrl + d 結束程式 ctrl + z 顯示曾經執行過的指令 執行history 顯示出執行過的指令 -Run in the linux command ls ctrl+ h and so on in accordance with ctrl+ c show performed by the command ctrl+ d the end of the program ctrl+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:11.7kb
    • 提供者:angela
  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-29
    • 文件大小:775.48kb
    • 提供者:付强
  1. Shell

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

    • 发布日期:2017-03-28
    • 文件大小:7.27kb
    • 提供者:wuxiaolong
  1. allinone.c

    0下载:
  2. 史上最全功能的Backdoor程序,包含了http服务、socks服务等等。-* allinone.c is * a Http server, * a sockets transmit server, * a shell backdoor, * a icmp backdoor, * a bind shell backdoor, * a like http shell, * it can translate file from remote host, * it c
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:5.79kb
    • 提供者:zheng
  1. linuxshellC

    0下载:
  2. linux-shell-C语言实现 至于shell就不多说了,希望对你有用-linux-shell-C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:132.2kb
    • 提供者:海风
  1. shell

    0下载:
  2. 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:2.17kb
    • 提供者:Lynne
  1. minix_shell

    1下载:
  2. 在minix系统下,用C编写的代码,实现Minix系统shell命令解释器功能。-In the minix system, with code written in C to achieve Minix system shell command interpreter functionality.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-21
    • 文件大小:248.22kb
    • 提供者:pry
  1. Visual.Basic.Shell.Programming

    0下载:
  2. Windows users take advantage of shell extensions on the desktop every single day, but understanding what they are and how to program with them can be tricky and, until now anyway, usually required the use of Visual C++. Filled with expert knowledge o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.83mb
    • 提供者:Miley Zhang
  1. Shellprogram.c

    0下载:
  2. This program works as Shell program in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3.99kb
    • 提供者:sriram
  1. 实现简单的shell解释程序,

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

    • 发布日期:2013-05-23
    • 文件大小:1.44mb
    • 提供者:lancer13
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com