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

搜索资源列表

  1. RegexDesigner

    0下载:
  2. 正则表达式设计工具用来设计正则表达式,是一个不可多的的工具-design tools are used to design expression is not one of the tools
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:524471
    • 提供者:张风
  1. GENIE-SHELL

    0下载:
  2. Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和L
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:394538
    • 提供者:天地殇
  1. joseph(选做题)

    0下载:
  2. 课程设计--魔阵问题-curriculum design -- the devil RUF issue
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:1149
    • 提供者:小白
  1. CDROMController

    0下载:
  2. 本资源利用mciSendString()函数实现了光驱的打开和关闭,可作为利用VC++进行mci程序设计的入门参考资料;另外,利用Shell_NotifyIcon()函数实现了任务栏托盘区的增加、删除应用程序图标
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:29967
    • 提供者:zj
  1. shiyan1

    0下载:
  2. 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
  3. 所属分类:Shell api

    • 发布日期:2016-01-27
    • 文件大小:243712
    • 提供者:毕林
  1. 一个简单的shell程序

    8下载:
  2. 《操作系统—精髓与设计原理》一书中myshell编程项目
  3. 所属分类:Shell编程

  1. C++getfile

    0下载:
  2. c++ 程序设计中经常需要用到的代码,希望能够帮助大家-c++ programming often necessary to use the code, hoping to help people
  3. 所属分类:Shell api

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

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

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

    0下载:
  2. 一个简单的工资管理系统源代码, 课程设计写的,漏洞应该不少,请不要-The wages of a simple source code management systems, curriculum design written a number of loopholes should be, please do not
  3. 所属分类:Shell api

    • 发布日期:2017-04-14
    • 文件大小:5017
    • 提供者:我行我素
  1. 44

    0下载:
  2. 本文只介绍《COM应用程序框架》的主要设计部分,更多、更详细的文档信息请参见下载文件包中的文档和源代码。-This article only describes the " COM Application Framework" part of the main design, more and more detailed document information please see the download package in the documentation and s
  3. 所属分类:Shell api

    • 发布日期:2017-04-16
    • 文件大小:424110
    • 提供者:mxb
  1. IPSwitchV1.0

    0下载:
  2. C#源码:如果您电脑的IP地址经常要换来换去(比如:笔记本用户在家里需要一套配置,在公司又是一套),每次都要重新设定IP、网关、DNS服务器等一系列的地址,是不是感觉很不方便?“自由人IP切换器”是本人为解决这样问题而设计的。现在把它拿出来与大家共享,免费使用,支持多网卡、多网络,自动保存不同网络设置。可在不同网络间自由切换而不需要重新启动电脑 -C# Source: If your computer' s IP address in exchange for often go (exam
  3. 所属分类:Shell api

    • 发布日期:2017-03-27
    • 文件大小:326301
    • 提供者:郭宇呈
  1. myshell

    1下载:
  2. 一个shell程序,可以在指定的UNIX平台下运行,里面包含代码,用户手册,详细设计说明-A shell program, you can specify the UNIX platform in the run, which contains the code, user manuals, detailed design descr iption
  3. 所属分类:Shell api

    • 发布日期:2016-07-13
    • 文件大小:20480
    • 提供者:刘晨
  1. simple-shell-program-report

    0下载:
  2. 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。-A simple shell (command line interpreter) and, similar to bash, csh. The main purpose of this design is to learn how to create a process and management process on Unix systems
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:109724
    • 提供者:Ocean
  1. linux-c

    0下载:
  2. linux终端下面的一些Y语言程序代码 设计进程管理等。-linux terminal following the Y language program code design process management.
  3. 所属分类:Shell api

    • 发布日期:2017-11-15
    • 文件大小:705837
    • 提供者:zhangli
  1. shell

    0下载:
  2. 这是一个简单的shell程序的设计。用的是c语言实现的基本的操作。-This is a simple shell program design. C language basic operation.
  3. 所属分类:Shell api

    • 发布日期:2017-11-18
    • 文件大小:8742088
    • 提供者:袁有根
  1. fffd

    1下载:
  2. 现代网络分析仪已广泛在研发,生产中大量使用,网络分析仪被广泛地应用于分析各种不同部件,材料,电路,设备和系统。无论是在研发阶段为了优化模拟电路的设计,还是为了调试检测电子元器件,矢量网络分析仪都成为一种不可缺少的测量仪器-Modern network analyzer has been widely used in research and development, the production of large-scale use, the network analyzer is widely
  3. 所属分类:Shell api

    • 发布日期:2017-11-11
    • 文件大小:3210
    • 提供者:dew
  1. UltraSim_User

    0下载:
  2. IC设计软件virtuoso下使用快速仿真器的方法-virtuoso ultrasim user guide
  3. 所属分类:Shell api

    • 发布日期:2017-05-03
    • 文件大小:672786
    • 提供者:any xiao
  1. gui-filter

    0下载:
  2. 基于matlab的fir数字滤波器,运用filter函数,并且进行了gui界面设计-Fir matlab-based digital filters, using the filter function, and conducted a gui interface design
  3. 所属分类:Shell api

    • 发布日期:2017-04-15
    • 文件大小:5461
    • 提供者:bobo
搜珍网 www.dssz.com