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

搜索资源列表

  1. dowhile

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-DO-WHILE loop statement, the translation of program design (simple priority method, the output quaternion type)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:4304
    • 提供者:sunyu
  1. untitled22

    0下载:
  2. 双闭环直流调速系统启动仿真图,实物图,可以看到启动波形-Double Loop DC Motor System Startup simulation map, physical map, you can see the waveform start
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3398
    • 提供者:余锋
  1. langconv

    0下载:
  2. 一个汉字编码的转换程序(gb,big4,chs,cht...),它的优点是类似于find,cat这类工具,支持管道,比如说 cat xxx.pas | lc 也可以在脚本中循环批量修改编码,比如 set ROOT_DIR= ~sdp0 for /f "delims=" i in ( dir /b /a-d /s " ROOT_DIR " ) do ( lc ~dpnxi ~dpnxi ) -A Chinese character encoding conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:46662
    • 提供者:dingdy
  1. TestingaPC

    0下载:
  2. This is code for testing a PCs RS-232 Port. It call the "Loop-Back" test.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:4070
    • 提供者:khanh linh
  1. 51program

    0下载:
  2. 这段程序是用查询方式,键入程序,这可是用定时器做的,不再是主程序的循环了,实现的目标是让灯闪烁。-This procedure is to use ways to search, type the program, and this is done with the timer is no longer the main program loop, and the goal is to make light flashing.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:662
    • 提供者:qq77
  1. ucf

    0下载:
  2. EDA硬件实验箱lcd显示屏的显示控制 循环显示hello world -EDA hardware experiment box lcd screen display control loop display hello world
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4064
    • 提供者:zhoud
  1. PL0

    1下载:
  2. PL0功能的扩充 一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 增加内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类
  3. 所属分类:Compiler program

    • 发布日期:2016-01-20
    • 文件大小:476531
    • 提供者:dslh
  1. DOWHILEDELRFENXI

    0下载:
  2. do-while循环语句的LR分析,包括文法的建立,文法的LR分析表,词法分析,LR分析过程,输出三地址表示形式。-do-while loop statement LR analysis, including the establishment of grammar, grammar analysis of the LR tables, lexical analysis, LR analysis process, the output three-address representation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:211775
    • 提供者:丁三
  1. pmsm_servo

    0下载:
  2. 永磁同步电动机的矢量控制仿真程序,实现速度闭环和电流闭环,可以直接运行-Permanent Magnet Synchronous Motor Vector Control program, to achieve the speed loop and current loop can be directly run
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:12560
    • 提供者:hong
  1. do-while

    0下载:
  2. do-while循环语句的翻译(递归下降法。输出三地址),编译原理课程设计-do-while loop statement translation (recursive descent method. Output 3 addresses) Principles of Course Design Compiler
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:136615
    • 提供者:xhouyan
  1. KCH_0

    0下载:
  2. 1)实现全自动洗衣机的洗涤控制,其过程为:加水——》洗涤——》漂洗——》排水——》甩干——》报警。(其中漂洗和排水多次重复进行) 2)实现全自动洗衣机洗涤电机的正反向旋转,在洗涤时,正向旋转1分钟,停止30秒,反向旋转1分钟,停止30秒,再正向旋转,重复前面的过程,直到定时时间到停止。 3)在各项控制时,要检测加水的高度、是否排水排水干净等,组成闭环控制。 4) 洗衣机可以人工设定其工作方式:轻柔,标准,快速,大雾。 -1) The realization of fully au
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1269
    • 提供者:lanliufeng588
  1. GPS_carr_loop

    1下载:
  2. GPS跟踪模块的载波跟踪环的仿真程序,可以成功的仿真载波跟踪的过程。-GPS tracking module carrier tracking loop of the simulation program can be a successful simulation of carrier tracking process.
  3. 所属分类:GPS develop

    • 发布日期:2017-03-29
    • 文件大小:44938
    • 提供者:易凯
  1. 123

    0下载:
  2. 一个能识别while循环语句的文法,通过一定的变换使它符合递归下降法的要求,输出结果是三地址形式-One can identify the while loop statement grammar, through a certain transformation to make it comply with the requirements of the recursive descent method, the output result is three-address form
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:451882
    • 提供者:长亭壊蛋
  1. Tank

    0下载:
  2. 堆芯补箱(CMT)是模拟反应堆系统非能动补水实验装置的一个重要组成部分.补水实验是假设当反应堆一回路压力边界上发生踊口事故时,为防止堆芯汽化,将补水箱内的水注入堆芯的过程.当开始补水时,补水箱承受恶劣的热边界条件,随着补水箱内部的水位下降,其内部的蒸汽温度和压力都随时间发生变化,这种动态变化的边界条件,使应力分析的全过程复杂化-Core fill tank (CMT) is a simulation of the reactor system, the non-dynamic replenish
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:56353
    • 提供者:小柳
  1. VOIPIP

    0下载:
  2. 描述了因特网和IP的主要特征,包括包丢失和时延抖动,并让读者了解数字信号处理器(DSP)和语音编码器在VoIP中所扮演的角色。本书还为读者讲述了如何通过ISDN、xDSL、HFC本地环路或其他途径建立与业务提供商之间的通路,以及目前主要的IP电话协议-Describes the main features of the Internet and IP, including packet loss and delay jitter, and to allow readers to understa
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-12
    • 文件大小:19512704
    • 提供者:han
  1. UART

    0下载:
  2. 實作UART 介面 4 byte 傳送 或 4 byte 接收 開發環鏡 quartus 且 附模擬檔-4 byte real interfaces for UART transmission or 4 byte receive loop mirror quartus and the development of simulation files attached
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:1055943
    • 提供者:許大頭
  1. sensor-closeloop

    0下载:
  2. 一个DSP2812做的DSP闭环电机控制程序。-close loop motor control prom,C.
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:348627
    • 提供者:flyingdonkey
  1. q5

    0下载:
  2. what is the output of this small program? ans- this will loop indefinitely. value of i in main() will never exceeds 1.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:52603
    • 提供者:jai prakash
  1. PracticalPhaseLockedLoopDesign

    0下载:
  2. Practical Phase-Locked Loop Design
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:620397
    • 提供者:shn
  1. MATLAB

    2下载:
  2. 整个软件是MATLAB环境下的控制系统仿真,用户输入控制系统前项通道传递函数和反馈通道传递函数以及性能指标,绘制出校正前开环系统的BODE图,并给出稳定裕量和对应的频率。 判断该用哪种校正装置。给出校正装置的传递函数,在一幅图上显示校正后系统的BODE图。给出校正后系统的性能指标。-The software is the MATLAB environment control system simulation, user input control system before the entry
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:24595
    • 提供者:李同学
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com