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

搜索资源列表

  1. 015_bakosova

    0下载:
  2. Software for PID controller tuning PIDTOOL has been developed in the MATLAB– Simulink programming environment using its graphic user interface. The main aim of the PIDTOOL design was creating user friendly tool for simple and fast identificatio
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:272259
    • 提供者:amina
  1. 088

    0下载:
  2. Software for PID controller tuning PIDTOOL 1.0 was developed in the MATLAB – Simulink programming environment using its graphic user interface. The main aim of the PIDTOOL design was creating user friendly tool for simple and fast identificatio
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:723858
    • 提供者:amina
  1. csb

    0下载:
  2. 实现基于单片的超声波测距。 单片机每隔1秒发送一串40KHz的方波,开中断待接收到回拨时,响应进行报警。-Ultrasonic Distance-based monolithic. SCM every 1 second to send a bunch of 40KHz square wave, open interrupt to be received back, the response of the police.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1596
    • 提供者:
  1. Linux

    0下载:
  2. 在嵌入式系统中,GUI的地位也越来越重要,但是不同于桌面机系统,嵌入式GUI要求简单、直观、可靠、占用资源小且反应快速,以适应系统硬件资源有限的条件。另外,由于嵌入式系统硬件本身的特殊性,嵌入式GUI应具备高度可移植性与可裁减性,以适应不同的硬件条件和使用需求。-In embedded systems, GUI' s status has become increasingly important, but unlike desktop systems, embedded GUI seek
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1440925
    • 提供者:曾勇
  1. key_1602

    0下载:
  2. C写的8051程序,用来实现1602对16键键盘的响应-C programs written in 8051, used to achieve the 1602 pairs of 16-key keyboard response
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2840
    • 提供者:yyy
  1. FIR-using-bit-serial

    0下载:
  2. 用bit serial方法设计来有限长冲击响应滤波器,并用FPGA实现验证-Designed to use bit serial finite impulse response filter, and verify with the FPGA implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:63364
    • 提供者:hui
  1. securite

    0下载:
  2. 这是一个电梯控制系统。实现三层电梯控制器,并记忆内有的所有请求信号,并按照电梯运行规则一次响应。-This is an elevator control system. To achieve three elevator controller, and memory of all requests within some signal, and a response in accordance with the operating rules of the elevator.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:103214
    • 提供者:linpy
  1. fir_gen

    0下载:
  2. finite impulse response generator verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:4954
    • 提供者:zcos123
  1. fir_lms

    0下载:
  2. finite impulse response LMS algorithm verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:37272
    • 提供者:zcos123
  1. hybrid-fuell-cells

    0下载:
  2. Power sources hybridization for fuel cell vehicles can overcome short comings such as slow cold start-up, slow dynamic response to load change, and no regenerative energy capture. The hybridization can also reduce the vehicle weight and power source
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:114016
    • 提供者:ab
  1. ds18b20

    0下载:
  2. ds18b20测温电路的设计,包括主程序、读出温度子程序、复位应答子程序、写入子程序、以及有关DS18B20的程序(初始化子程序、写程序和读程序)-ds18b20 temperature circuit design, including the main program, subroutine temperature readout, the reset response subroutine, write subroutine, and the DS18B20 program (initia
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:33633
    • 提供者:hanti
  1. jianpanxianshi

    0下载:
  2. 51系列单片机的键盘响应程序与显示程序,实现对键盘操作的响应-51 computers keyboard response procedures and display program
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:728
    • 提供者:divid
  1. fir-c

    0下载:
  2. fir低通滤波程序,处用冲激响应函数,实现对信号的低通滤波。-fir low-pass filtering process, at the use of impulse response functions, to achieve a low-pass filtering the signal.
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:740
    • 提供者:李卫东
  1. Timer-interrupt-for-task-switching

    0下载:
  2. 定时中断实现任务切换,CPU 在空闲任务循环等待,定时中断将 CPU 周期性唤回,根据任务设计了不同的响应频度,满足条件的任务将获得CPU资源,CPU为不同任务“关照”完成后,再次返回空闲任务,如此周而复始,对于各个任务而言,好像各自拥有一个独立的CPU,各自独立运行。用这种思想构建的程序框架,最大的好处是任务很容易裁剪,系统能够做得很复杂。本程序就用了这种思想,使不同的灯用不同的频率闪烁。 -Timer interrupt for task switching, CPU cycles wa
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:20860
    • 提供者:五句
  1. pic18f_usart

    0下载:
  2. PIC18F 串口环形缓冲区测试,通过电脑串口调式助手向设备端发送指令字符串,设备端识别指令后,返加应答指令字符串。所有的事件由电脑端发起,设备只能响应请求!-PIC18F serial ring buffer tests through the computer serial port tuning assistant sends command strings to the device, device-side identification instruction, returning r
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:103354
    • 提供者:张宏
  1. TouchPic630

    1下载:
  2. 该项目是用PIC16F630单片机构建一个简单的电容式触摸感应开关方案。占用PIC16F630的片上比较器,内部基准电压,Time0定时器,Time1定时器。PIC16F630将实时反应当前状态的数据通过串口总线发回电脑串口调试助手进行监控。-The project is PIC16F630 microcontroller to build a simple capacitive touch sensor switch program. Take PIC16F630 chip comparato
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:40926
    • 提供者:张宏
  1. baseofshiboqi

    0下载:
  2. 示波器的基础资料:01、关于示波器的带宽;02、采样深度和存储深度;03、DOS中的内插技术;04、触发;05、电源纹波测量;06、顺序模式;07、 RIS和Roll模式;08、基本操作步骤;09、高压测量-;10、参数测量;11、4通道以上测量;12、AIM-Rick;13、 测量参数算法;14、范围内测量和门限测量;15、时基精度;16、示波器前端响应 ——非原创网上整理-Scope of basic data: 01, on the bandwidth of the oscillosc
  3. 所属分类:SCM

    • 发布日期:2017-06-02
    • 文件大小:14456849
    • 提供者:fei
  1. com

    0下载:
  2. 单片机与PC通信实例功能:从PC机串口端接收13个字节的数据,然后将接收到的数据加上"Serial Port OK!"的后缀后,发送给PC作为应答-Microcontroller and PC communication function examples: from the PC serial port terminal to receive 13 bytes of data, then the received data with " Serial Port OK!" Su
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:kingnetwork
  1. pwm-speed-1

    0下载:
  2.  PWM控制技术以其控制简单,灵活和动态响应好的优点而成为电力电子技术最广泛应用的控制方式,也是人们研究的热点。由于当今科学技术的发展已经没有了学科之间的界限,结合现代控制理论思想或实现无谐振软开关技术将会成为PWM控制技术发展的主要方向之一。-PWM control technology with its simple control, flexible and dynamic response good advantage and makes power electronic technol
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:118298
    • 提供者:小崔
  1. NRF21L04

    0下载:
  2. NRF21L04的51代码 ,包括制动应答功能,希望对大家有用。-NRF21L04 51 code, including brake response function, we want to be useful.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:32464
    • 提供者:dddd
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com