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

搜索资源列表

  1. shell

    0下载:
  2. shell 操作监视程序, 通过捕获shell输入操作,在文本框中打印出来-shell monitor program
  3. 所属分类:Shell api

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

    0下载:
  2. 这是一个用汇编写的shell源码程序.漏洞利用经常用到.-This is a compilation of source program written in shell. Loopholes in the use frequently used
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:8368
    • 提供者:chenmianyu
  1. src

    0下载:
  2. linux环境下的shell模拟程序,程序起名为ysh其特征为:能执行外部程序命令,命令可以带参数。能执行fg,bg,cd,history,exit等内部命令,使用管道和输入输出重定向-shell under linux environment simulation program, the program named ysh characterized by: external procedures to carry out orders, the order parameter can ta
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:15577
    • 提供者:dd
  1. WindowsShell

    0下载:
  2. WindowsShell编程指南与实例 本书对Windows Shell编程指南与实例进行介绍,先从COM说起,把Windows Shell名字空间、扩展、进行介绍,还有考贝钩子处理程序、上下文相关处理程序、拖放处理程序、图标处理程序、属性表处理程序、放置处理程序、数据处理程序、任务条通知区、应用程序桌面任务条、Windows Shell链接、屏幕保护程序等知识进行讲解,有很强的知识性,可读性,值得参考阅读。-WindowsShell
  3. 所属分类:Shell api

    • 发布日期:2017-05-23
    • 文件大小:7522009
    • 提供者:顾云建
  1. shell

    0下载:
  2. linux中SHELL的 介绍. HELL 为我们在用户和 linux 系统之间提供了一个交互界面。它读取我们的输入然后执行特 定的程序。-describe about the SHELL
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:110330
    • 提供者:haozzy
  1. uCOS51Shell

    0下载:
  2. 这个程序犀利了,是我的得意之作,他在ucOS51上增加了一个shell程序,希望对大家有用,即使没有商业应用,希望大家也自己做做,因为真的很有意思,shell是linux下的终端交互,在51上实现,不是很神奇的事情吗?-This procedure has been sharp, it is my finest creations, he added ucOS51 a shell procedure, useful for all of us hope that, even in the abs
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-24
    • 文件大小:169276
    • 提供者:huyongjiang
  1. uCOS51shell

    0下载:
  2. ucos shell的程序讲解,UCOs 只提供了内核,自己要添加文件处理,网络接口等 -ucos shell on the procedures, UCOs provided only kernel you want to add their own document processing, network interface, etc.
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:169250
    • 提供者:歪歪
  1. start-stop

    0下载:
  2. shell编程,shell简单实用而且很强大,用SHELL实现程序的start、stop、restart。-shell programming, shell simple and practical and very powerful program with the SHELL achieve start, stop, restart.
  3. 所属分类:Shell api

    • 发布日期:2017-03-26
    • 文件大小:3078
    • 提供者:
  1. shell.tar

    0下载:
  2. Spider程序:shell编程,实现文件内容的逐行读取,并抓取种子节点开始的网页,4层深度-Spider programs: shell programming, the contents of the file line by line read, and crawl seed nodes in the beginning pages, 4-layer depth
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1548117
    • 提供者:王亮
  1. uploadlog.sh.doc

    0下载:
  2. linux 下的用ftpput把板子上的日志文件传到ftp服务器上的shell程序-linux ftpput ftp shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:87673
    • 提供者:evayin
  1. mycal

    5下载:
  2. 使用vi编辑器编写一段Shell程序,取名为mycal1459,实现与Linux中cal命令类似的功能,当输入: $mycal [月份名] 年时,屏幕输出指定的年月的月历。例如: $mycal October 2009 屏幕输出2009年10月的月历。 注:参数可以是英文或者是数字。 -Using the vi editor to write a Shell program, named mycal1459, Implementation and Linux in
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-05-16
    • 文件大小:1523
    • 提供者:zy
  1. build

    0下载:
  2. ANT 是一个Java项目生成工具 本批处理程序模仿其功能可以生成Java 工程可编译Java程序可运行Tomcat 本程序小巧,移植性好-ANT is a Java project build tool to mimic the function of this batch program can generate Java project can be compiled Java program can run Tomcat in this procedure a small, port
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:2895
    • 提供者:玉兵
  1. shell.finish

    0下载:
  2. 1,此源代码为本人所写,非GNU的源代码,不要因此而唔到大家,摆出此来仅供交流 2,此源代码不完整,shell的很多功能都没有实现,知识实现了一些主要的功能 3,实现功能如下: a,输入命令,并运行 b,实现if 和while的深层嵌套 c,实现环境变量,和shell本身变量 d,实现管道和重定向等功能。 4,由于能力问题,程序可能有错误,欢迎高手指点。-1, this source code I wrote, non-GNU source code, do not
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:9736
    • 提供者:刘云
  1. Shell_MsgBox_dlg

    0下载:
  2. 用汇编语言直接给程序加壳,在这里只给程序加一个对话框,你可以加些其他代码-Using assembly language programs directly to packers, here only to the processes in a dialog box, you can add some other code ... ...
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:12526
    • 提供者:liuzhong
  1. Myshellv0.1

    1下载:
  2. 作业控制是操作系统的首要功能,是连接用户与操作系统内核的最主要的通道。UNIX的作业控制由shell程序实现,它接收终端用户的联机命令,或执行shell脚本程序,完成用户的作业。shell以用户进程的方式运行于用户模式,因此,用户可以选择自己喜欢的shell程序,也可以使用自行设计的个性化shell程序。-Job control is the primary function of the operating system is to connect the user with the oper
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:331138
    • 提供者:谢海斌
  1. shell

    0下载:
  2. 这是一个用c语言模拟shell的小程序,比较适合学习Linux编程的各位。-This is a shell with a small c-language simulation program, more suitable for you to learn Linux programming。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:20431
    • 提供者:张恒
  1. filesystem

    0下载:
  2. 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:476749
    • 提供者:ji
  1. Linux_shell

    1下载:
  2. Linux用户管理的shell程序设计,可以添加、修改、删除用户,且可以批处理-Linux user management shell programming, you can add, modify, delete users, and can be batch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:4143
    • 提供者:单洋
  1. Linux

    0下载:
  2. linux的shell程序源代码,Linux,shell,源码-The shell linux source code, Linux, shell, source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:12817
    • 提供者:Nigel
  1. partition-hard-disk-automaticly

    0下载:
  2. 在Linux下自动硬盘分区Shell程序。-Automatically partition in Linux Shell program.
  3. 所属分类:Shell api

    • 发布日期:2017-03-27
    • 文件大小:654
    • 提供者:zhangzhiyin88
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »
搜珍网 www.dssz.com