虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

延时<b>开关</b>

  • 第12章(/12/) BasicUSB.SchDoc 电路原理图 FX2Test/FX2Test.Uv2 Keil C51工程 FX2Test/EZUSB.LIB

    第12章(/12/) BasicUSB.SchDoc 电路原理图 FX2Test/FX2Test.Uv2 Keil C51工程 FX2Test/EZUSB.LIB EZ-USB库文件 FX2Test/dscr.a51 USB描述符 FX2Test/USBJmpTb.OBJ USB中断跳转表 FX2Test/syncdly.h 同步延时 FX2Test/lpregs.h 寄存器声明 FX2Test/lp.h EZ-USB头文件 FX2Test/fw.c C51主程序 FX2Test/periph.c 初始化及任务调度 FX2Test/FX2Test.hex 单片机Hex文件 FX2Test/STARTUP.A51 启动代码 程序描述:使用Cypress提供的EZ-USB开发工具包进行基本的固件程序设计。 安装:把源码拷贝到硬盘特定目录下,使用Keil C编译器运行即可。 注意:这里需要添加完整的头文件及库文件才可以编译。

    标签: Test BasicUSB FX SchDoc

    上传时间: 2016-01-17

    上传用户:cooran

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • GPIO实验以核心板上的4的LED灯作为指示

    GPIO实验以核心板上的4的LED灯作为指示, 四个灯我们定义如下: xx LED1 LED2 xx LED3 LED4 LED1 绿色LED EINT7/GPF7 LED2 绿色LED EINT6/GPF6 LED3 红色LED EINT4/GPF4 LED4 红色LED EINT5/GPF5 实验内容: 灯亮-延时-灯灭-延时-灯亮

    标签: GPIO LED 实验 核心板

    上传时间: 2016-01-26

    上传用户:czl10052678

  • 本文主要描述了如何在QUARTUSII中输入程序文件

    本文主要描述了如何在QUARTUSII中输入程序文件,生成网表及标准延时文件,然后通过MODELSIM进行功能仿真与后仿真的过程,主要为图解,含全部代码及仿真波形。

    标签: QUARTUSII 输入 程序

    上传时间: 2016-01-27

    上传用户:xg262122

  • 本代码用VC++6开发,包含了利用控件和API开发的串口通信,其中API通信部分用多线程写,并且在USB转串口的情况下也经过测试,用控件写的在USB转串口情况下不适用,但是串口转串口可以适用 另外传送

    本代码用VC++6开发,包含了利用控件和API开发的串口通信,其中API通信部分用多线程写,并且在USB转串口的情况下也经过测试,用控件写的在USB转串口情况下不适用,但是串口转串口可以适用 另外传送不存在延时,接受十分迅速并不存在理论和实际速度的差异性.

    标签: API USB 转串口 控件

    上传时间: 2014-09-01

    上传用户:邶刖

  • 十字路口交通灯课程设计报告 本设计主要是利用PLC进行编程

    十字路口交通灯课程设计报告 本设计主要是利用PLC进行编程,运用了所学过的基本指令和简单的典型电路,包括了各种方向的定时电路、闪烁电路、通车控制电路、报警电路、延时熄灭电路等基本模块,实现了交通灯控制的模拟,并在发生故障的时候关灭系统并出现报警信号,具有一定的实际价值

    标签: PLC 十字路口 交通灯 报告

    上传时间: 2013-12-29

    上传用户:zhoujunzhen

  • 初学者参考:为89c51下P1口循环点亮程序

    初学者参考:为89c51下P1口循环点亮程序,在晶振12M左右,延时约为1S

    标签: 89c51 初学者 P1口 循环

    上传时间: 2014-02-28

    上传用户:270189020

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • 开发环境是FPGA开发工具

    开发环境是FPGA开发工具,描述的是VHDL延时程序,文章中也有程序

    标签: FPGA 开发环境 开发工具

    上传时间: 2014-01-23

    上传用户:refent

  • 在LPC2368下

    在LPC2368下,采用定时器3中断作为键盘扫描时间间隔,因此此键盘扫描函数不需要死循环实现抗抖动延时

    标签: 2368 LPC

    上传时间: 2014-01-21

    上传用户:1079836864