CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - constraints

搜索资源列表

  1. aduc7000_pwm

    0下载:
  2. This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 an
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8.4kb
    • 提供者:郭文彬
  1. timeconstraint

    0下载:
  2. VHDL编程中的时序约束问题,有两个PDF文件,讲的很详细,需要的立刻下载-VHDL programming timing constraints, there are two PDF documents, said very detailed, immediately download the
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:307.82kb
    • 提供者:cenvi
  1. pidcontrolC

    1下载:
  2. 一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-a typical PID ha
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:刘为
  1. c51_PID

    0下载:
  2. 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:jty
  1. Digital_filter

    0下载:
  2. * CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * cond
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.91kb
    • 提供者:Qu chun lei
  1. PIDC

    0下载:
  2. 处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -handling procedures, the use of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:sky
  1. FOXserialportover9

    0下载:
  2. 用于多于9个串口的ce驱动程序。时间仓促。可以参考-for more than nine serial port ce driver. Time constraints. Reference
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:210.42kb
    • 提供者:xjc
  1. xapp134_vhdl

    0下载:
  2. The SDRAM controller is designed for the Virtex V300bg432-6. It s simulated with Micron SDRAM models. The design is verified with timing constraints at 115 MHZ.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2.51mb
    • 提供者:ronsullivan
  1. 比较典型的pid处理程序

    1下载:
  2. 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-This is a typical PID p
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:10.63kb
    • 提供者:伊强
  1. FixToFloat.将16位二进制有符号纯小数转换为32位单精度浮点数

    0下载:
  2. 将16位二进制有符号纯小数转换为32位单精度浮点数。实际应用时,最好加tsu、tco约束条件,速度会快些。,There will be 16-bit binary decimal symbol is converted to pure 32-bit single precision floating point. Practical applications, it is best to increase tsu, tco constraints, the speed will be faste
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-23
    • 文件大小:1.07kb
    • 提供者:li
  1. Timing_Closure

    0下载:
  2. 一份FPGA布局布线的时序约束资料,中文描述-A FPGA placement and routing information on the timing constraints, the Chinese describe the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:1.85mb
    • 提供者:liang
  1. The-Specification-of-SDC

    1下载:
  2. 综合约束文件SDC的写法说明 synopsys 出品-Using the Synopsys Design Constraints Format Application Note
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. 键盘鼠标的源码及约束(verilog)已用FPGA实现-Keyboard and mouse the source and constraints [verilog] has spent FPGA realize
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:13.86kb
    • 提供者:xiaoheng
  1. 6439

    0下载:
  2. Design of a Spider_like Robot for Motion with Quasistatic Force Constraints
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:770.09kb
    • 提供者:joseph
  1. timing_constraint

    1下载:
  2. 主要介绍xilinxFPGA时序约束的方法和技巧。FPGA开发人员进一步提高的必看资料。-XilinxFPGA timing constraints introduces methods and techniques. FPGA developers to further enhance the information of the must-see.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:600.69kb
    • 提供者:刘庆强
  1. The_Softening_of_Hardware

    0下载:
  2. The software and hardware development fields evolved along separate paths through the end of the 20th century. We seem to have come full circle, however. The previously rigid hardware on which our programs run is softening in many ways. Embedded syst
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:124.48kb
    • 提供者:pradozurita
  1. se_IO_485_5

    0下载:
  2. 单片机IO口仿485发送数据,经长时间测试极为稳定,为资源紧缺的单片机扩展资源不可缺少的程序-IO I like single-chip 485 to send data, after a long time to test is extremely stable, single-chip resource constraints for the expansion of resources indispensable to the process
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:75.24kb
    • 提供者:李明
  1. Xilinx-constraints-guide2

    0下载:
  2. xilinx时序约束指南,详细的说明和使用操作实例-xilinx timing constraints
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1.2mb
    • 提供者:zhongyali
  1. Xilinx-design-timing-constraints

    0下载:
  2. 很有用的Xilinx时序约束设计资料,很适合初学者-Very useful Xilinx timing constraints, design data, is very suitable for beginners
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1.19mb
    • 提供者:李静
  1. FPGA-VHDL-Time-Constraints-example

    0下载:
  2. FPGA VHDL Time Constraints Example
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:614.72kb
    • 提供者:mark
« 12 3 4 »
搜珍网 www.dssz.com