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

搜索资源列表

  1. Cron的实现

    0下载:
  2. Cron的实现 UNIX 下设计编写中小型程序的能力,巩固加深对Unix 环境下文件目录操作、进程控制、信号等内容的理解。-UNIX Cron achieve the design process of the preparation of small and medium capacity, enhance the consolidation of the Unix environment directory operations, process control, signal c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:25.8kb
    • 提供者:冯昊飞
  1. JCHENG

    0下载:
  2. 设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间(Alltime) 将PCB块联接在一个单链表(数据结构)中,并在屏幕上显示其内容-n design process procedures, which each process control block PCB include : process (ID), the process priority (Priority), the p
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:姚紫欣
  1. c++chengxu

    0下载:
  2. 专业的VB编程网站、含VB源码、教程、控件、文章、最新VB试题、VB毕业设计和毕业论文等。-professional VB website containing VB source code, tutorials, control, articles, the latest test VB, VB design and graduation thesis so.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4mb
    • 提供者:田心
  1. zjzk

    1下载:
  2. 无线电中继中控程序专为KG510和KG110设计-radio relay which control procedures for KG510 design and KG110
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:bg7img
  1. COMkongzhixitongsheji

    0下载:
  2. 控制系统com接口设计,程序适合初学com者,参考学习。内有程序功能设计说明,为了解程序提供帮助。可以运行。-control system interface design, programming suitable for beginners com, the reference to the study. Procedures within the functional design specifications, to provide help to understand the proc
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.51mb
    • 提供者:water
  1. xujiguanlixitong

    0下载:
  2. 为个人所做学籍管理系统的论文及设计成品 其中包括了高校学籍管理系统的设计过程 和所有控件的事件代码和系统文件-done for the personal management system expulsion papers and design products including the university enrollment management system designed Cheng and control all the events code and system fi
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1009.7kb
    • 提供者:chinachen
  1. Class2ControlPanel

    0下载:
  2. 一个实现控制面板的基础类。对学习控制面板的设计很有帮助!-achieve a control panel of foundation classes. Control Panel to study the design helpful!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10.89kb
    • 提供者:何全安
  1. process_minachen

    0下载:
  2. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数 组,非阻塞输入,图形用户界面 GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。-integrated application knowledge point following the design and realization of the process of scheduling the operating system : the adjacent table, boolean arrays, nonblock
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:28.82kb
    • 提供者:陈妙
  1. usb_detect

    0下载:
  2. For many embedded systems USB seems to be a good solution for data acquisition modules - as USB supports a frame rate of 1 ms which is fast enough for many feedback control applications. The problem now is that USB is currently only supported b
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13.83kb
    • 提供者:moseszhang
  1. 本实验要实现一个简单的命令解释器

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

    • 发布日期:2016-04-26
    • 文件大小:7.99kb
    • 提供者:香烟
  1. chulijidiaodu

    2下载:
  2. 1.设定系统中有五个进程,每一个进程用一个进程控制块表示。 2.输入每个进程的“优先数”和“要求运行时间”。 3.为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4.处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5.若某进程运行时间为零,则将其状态置为“结束”,且退出队列。 6.运行所设计程序,显示或打印逐次被选中进程的进程名,以及进程控制块的动态变化
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:266.15kb
    • 提供者:
  1. MFC.design.password.edit.control

    0下载:
  2. MFC编程密码编辑控件设计代码MFC Programming design code the password edit control -MFC Programming design code the password edit control
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:34.45kb
    • 提供者:
  1. design

    0下载:
  2. 声光控制灯开关 的控制,主要是通过声音的控制开关的显示时间长久-Sound and light control light switch control, mainly through the voice control switch the display of the time long-term
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:173.9kb
    • 提供者:wll
  1. BPM_Solution

    1下载:
  2. BPM,业务流程,商业智能,工作流自动化,控件,设计工具,VC,DOTNET,控件源代码,组件库 -BPM, business processes, business intelligence, workflow automation, control, design tools, VC, DOTNET, control, source code, component library
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7.14mb
    • 提供者:jtp
  1. whjt05_iros

    0下载:
  2. Multi-Agent Quadrotor Testbed Control Design: Integral Sliding Mode vs. Reinforcement Learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:317.25kb
    • 提供者:hacen
  1. Modern-Network-Design

    0下载:
  2. 本书是与陈向阳 谈宏华 张彦铎 李伟波等主编的 《现代网络技术》 即 “Modern Computer Networks”配套使用的实践指导用书。要求学生按照实验步骤独立完成,从而理解基本的网络原理,提高实际动手能力,以达到对网络知识的完整掌握。-This book is about the macro Huazhang Yan Chen Xiangyang Duo ABA and other editor of the " modern network technology"
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2.82mb
    • 提供者:wangyadong
  1. numerical--control-emitation-system

    0下载:
  2. 基于以上原因,开发一种数控仿真系统具有重要的意义。本次设计就是:在 VisualBasic 6. 0的环境下利用 Windows技术和面向对象的程序设计方法开发一个可视化数控仿真系统。-Based on the above reasons, the development of a nc simulation system is of great significance. This design is: in the VisualBasic 6. 0 environment using Win
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-01
    • 文件大小:13.39mb
    • 提供者:you
  1. Linux-QoS-Design

    0下载:
  2. Linux网络流量控制实现,这篇文章介绍了底层架构,并描述如何增添新的流量控制功能到Linux内核。-Linux network traffic control implementation, this article describes the underlying architecture, and describes how to add a new flow control function to the Linux kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:469.16kb
    • 提供者:fyang
  1. linux

    0下载:
  2. 简单的字符驱动程序的ioctl方法和并发控制的设计-Ioctl simple character driver and concurrency control design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:228.35kb
    • 提供者:邵军
  1. Control--branch

    0下载:
  2. 1. 设计企业发放的奖金根据利润提成问题 1°利润低于或等于10万元的,奖金可提10 (利润及奖金为实数型) 2°利润高于10万元,低于20万元(100000<P<=200000元)时,低于10万元的部分按10 提成,高于10万元的部分,可提成7.5 3°200000<P<=400000时,低于20万元的部分按上述办法,高于20万元的部分5 提成 4°400000<P<=600000时,高于40万元的部分按3 提成 5°600000&
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:21.14kb
    • 提供者:王晓
« 12 3 4 5 »
搜珍网 www.dssz.com