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

搜索资源列表

  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. shell-design

    0下载:
  2. shell编程教程,PPT格式,内容丰富全面-shell programming tutorial, PPT format, content rich and comprehensive
  3. 所属分类:Shell api

    • 发布日期:2017-04-25
    • 文件大小:74073
    • 提供者:赵玉祥
  1. shell

    0下载:
  2. shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
  3. 所属分类:Shell api

    • 发布日期:2017-03-24
    • 文件大小:14372
    • 提供者:zhanghonglang
  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. 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. Project1

    0下载:
  2. 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles
  3. 所属分类:Shell api

    • 发布日期:2017-04-14
    • 文件大小:3570
    • 提供者:hanxu
  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
  1. pi745

    0下载:
  2. cordic matlab simulation algorithm, Dual-line interpolation FFT harmonic analysis kaiser windows, A window function design FIR digital band-pass filter.
  3. 所属分类:Shell编程

    • 发布日期:2017-12-21
    • 文件大小:7168
    • 提供者:panmanlai
搜珍网 www.dssz.com