本程序提供了经典PID算法的优化算法,适合单片微控制器的应用,请大家共享并提出宝贵的意见!
上传时间: 2015-11-17
上传用户:JIUSHICHEN
一个320*240的液晶的C51驱动,程序不光可以用在51单片机上,还可以应用在其他单片机上,已成功移植到MSP430,移植时只需要重新改下引脚定义
上传时间: 2013-12-10
上传用户:王小奇
在做一个单片机系统时,常常会遇到这样那样的数据采集,在这些被采集的数据中, 大部分可以通过我们的I/O 口扩展接口电路直接得到,由于51 单片机大部分不带AD 转换 器,所以模拟量的采集就必须靠A/D或V/F 实现。下现我们就来了解一下AD0809与51 单 片机的接口及其程序设计。
标签: 单片机系统
上传时间: 2015-12-09
上传用户:古谷仁美
这是适用I/O口模拟的 I2C 程序,直接适用所有Microchip PIC 系列单片机, 稍作改动即可移植到其他单片机上
上传时间: 2014-01-19
上传用户:李彦东
国外的一个微型开源FAT文件系统源码,支持FAT12,FAT16以及FAT32文件系统,可以支持多少驱动系统,并提供SD,HDD驱动源码,可以很方面的移植到各种需要文件系统支持的单片机上,
上传时间: 2013-12-26
上传用户:ouyangtongze
介绍EEPROM的书,或许对单片及开发的入门者有一定的帮组
标签: EEPROM
上传时间: 2013-12-09
上传用户:tzl1975
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
51作处理器,0809采集数据,比较大小,去掉最大值(毛刺),即有效值的采集,再用串口传到单片机上
标签: 处理器
上传时间: 2016-01-24
上传用户:wangzhen1990
目前普遍采用的MCS51 和PIC 系列单片机通常只有一个(或没有)UART 异步串行通信接口,在应用系统中若需要多个串行接口(例如在多机通信系 统中,主机既要和从机通信又要和终端通信)的情况下,通常的方法是扩展 一片8251 或 8250 通用同步/异步接收发送芯片(USART),需额外占用单 片机I/O 资源。本文介绍一种用单片机普通I/O 口实现串行通信的方法,可 在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信
上传时间: 2016-01-25
上传用户:皇族传媒
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