CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 状态

搜索资源列表

  1. Process Info

    0下载:
  2. 系统进程状态查看源代码
  3. 所属分类:操作系统开发

    • 发布日期:2012-03-16
    • 文件大小:8.59kb
    • 提供者:
  1. AjaxParser.zip

    0下载:
  2. 词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParserDlg::OnInitDialog。
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:4.29mb
    • 提供者:
  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7.26mb
    • 提供者:wesong
  1. 进程调度程序模拟程序

    0下载:
  2. 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simulation program, the process in
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:67.86kb
    • 提供者:吴晓辉
  1. PDM系统持久状态管理分析

    0下载:
  2. PDM系统持久状态管理分析,这是一个开发CORBA中间件方面的学术讨论报告,比较权威。是关于CORBA与数据库对接方面的文档。也是CORBA编程规范的剖析。-PDM system lasting state of management analysis, which is a development of the CORBA middleware academic discussions, authoritative. CORBA is on the docking with the datab
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:223.4kb
    • 提供者:孙中雨
  1. 进程状态转换

    1下载:
  2. 这个程序是用java写的一个模拟进程各种状态之间的转换。通过不同的操作,直观的看到进程之间的状态转换是由什么操作引起的。-the procedure is written in java with a variety of modeling process for conversion between the state. Through the operation, intuitive process to see the state of transformation is what cau
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:刘凯
  1. 状态转换

    1下载:
  2. 这是一个用flash制作的动画,用于说明编译原理中的状态转化问题-This is a production with flash animation, compiler theory used to describe the state of transformation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12.39kb
    • 提供者:ddd
  1. dpram2.ram的读写,使用状态机完成

    0下载:
  2. ram的读写,使用状态机完成,两片ram实现乒乓操作,ram read and write, using the state machine completed, two ping-pong operation to achieve ram
  3. 所属分类:并行运算

    • 发布日期:2016-10-14
    • 文件大小:1.38kb
    • 提供者:李群
  1. progressbar-statusbar

    0下载:
  2. delphi实例,在状态栏中显示进度条。-delphi example, in the status bar shows the progress bar.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:3.73kb
    • 提供者:maomao
  1. process

    0下载:
  2. 一、 进程控制 目的:利用简单的结构和控制方法模拟进程结构、进程状态转换和进程控制。 方法:用PCB表示整个进程实体,利用键盘交互式命令控制方法模拟进程执行中产生的事件。 -First, the process control purposes: the use of a simple structure and control method for simulation of the process structure, process state transitions and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:16.75kb
    • 提供者:fangfei
  1. state_machine

    0下载:
  2. 状态机的描述,基于EasyFPGAv1.04 用状态机描述流水灯,状态机在1s的周期下流水灯,方向又sel控制-Descr iption of state machine, based on the state machine described by EasyFPGAv1.04 water lights, state machine at the cycle 1s under water lights, direction and control of sel
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1.19mb
    • 提供者:劳杰勇
  1. Chapter1-5

    0下载:
  2. 第一章到第五章的代码 本书通过100多个模块实例,详细地讲解了Verilog HDL程序设计语言,全书共分13章,内容涉及VerilogHDL语言基本概念、建模、同步设计、异步设计、功能验证等,实例包括各种加法器/计数器、乘法器/除法器、编码器/译码器、状态机、SPIMaster Controller、I2C Master controller、CAN ProtocolController、Memory模块、JPEG图像压缩模块、加密模块、ATA控制器、8位RISC-CPU等及各个实例
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1.51mb
    • 提供者:xiao
  1. LabVIEW状态机实用课程

    0下载:
  2. 介绍labview中常用到的技术——状态机以及附带的相关源码(Describes the commonly used technology in LabVIEW - state machine, as well as the associated source code)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-16
    • 文件大小:1.28mb
    • 提供者:zht01
  1. 例7-1 求稳定状态时的曲线

    0下载:
  2. 求稳定状态时的曲线,程序为《labview2015程序设计从入门到精通》内的例程,labview2015编译环境下编写的程序,对初学者很有用(Stable state curve, the program for "labview2015 programming from entry to master" routines, labview2015 compiler environment written procedures, useful for beginners)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-31
    • 文件大小:10kb
    • 提供者:tongtong1111
  1. simple state machine

    0下载:
  2. 使用labview开发环境,对经典状态机功能完成实现(simple state machine)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-03
    • 文件大小:15kb
    • 提供者:ghbit
  1. 生产者消费者+状态机

    0下载:
  2. 一个简单的生产者+消费者+状态机例子,使用了光栅尺和步进电机,没有附驱动程序,因此有些VI不能打开,但是并不影响结构的完整性(Producer and consumer)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-20
    • 文件大小:1.18mb
    • 提供者:厘米你哥
  1. Labview状态机架构模板

    1下载:
  2. 想使用labview状态机架构的小伙伴们,附件提供了使用模块让你快速入门!
  3. 所属分类:LabView编程

  1. 状态机+对话框模式

    0下载:
  2. 基于状态机的labview简单界面 主要为利用对话框结构对布尔灯进行不同模式的操作(LabVIEW simple interface based on state machine)
  3. 所属分类:LabView编程

    • 发布日期:2018-05-03
    • 文件大小:20kb
    • 提供者:解决106288
  1. 取按键状态

    0下载:
  2. 无模块纯API取按键状态,体积小功能强大
  3. 所属分类:易语言编程

  1. 状态机实现中断ok

    1下载:
  2. 状态机实现定时,仔细看看值得学习。适合初学者(very nice ilove it.if you want learn more.pls contact me.)
  3. 所属分类:LabView编程

    • 发布日期:2020-10-27
    • 文件大小:7kb
    • 提供者:KAKA2012
« 12 3 4 5 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com