Easy 51Pro v2.0宇宙版,包含Easy 51Pro的制作及使用说明,自制Easy 51Pro串行编程器,Easy 51Pro 的原理与扩充,Easy 51Pro编程器的原理与扩充之Easy ISP篇 | |------并口下载线常见问题.txt
上传时间: 2013-12-10
上传用户:wanghui2438
AT89S52原理图AT89S52是一种低功耗、高性能CMOS8位微控制器,具有8K 在系统可编程 Flash 存储器。使用 Atmel 公司高密度非 易失性存储器技术制造,与工业 80C51 产品指令和引脚完全兼容。片上Flash允许程序储器在系统可编程,亦适于常规编程器。在单芯片上,拥有灵巧的 8 位 CPU 和在系统可编程Flash,使得 AT89S52为众多嵌入式控制应用系统提供高灵活、超有效的解决方案。
上传时间: 2013-12-25
上传用户:qwe1234
crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错
上传时间: 2014-01-16
上传用户:hphh
单片机实验板下载线的制作,如将可以代替编程器
上传时间: 2015-10-17
上传用户:王楚楚
Bin文件转Hex原代码,用于编程器开发的小东西,转自互联网,希望对大家有点用处
上传时间: 2015-11-15
上传用户:dragonhaixm
c51程序集锦,很好的源码,包括资料,其中包含:16进制<->10进制互换程序,24c01-24c16读写驱动程序,通用93c06-93c86系列,ACM-12864汉字液晶显示驱动程序,at29c040_card(有原理图),智能化家电控制,E-1330点阵液晶屏驱动程序,hd44780,HT1380实时时钟驱动程序,ht9200b驱动程序,单个汉字库字摸提取程序,tc2.0编译(源码),按键扫描驱动程序,串行驱动led显示,89C51系列CPU编程器(80F51,87F51),115.2k串行口通信程序,利用复位键作为开关机用,P89CXX编程器控制CPU接收和控制程序,软件红外线接收程序,P89CXX 编程器电脑发送程序,等等。里面还有不少电路图。
上传时间: 2015-12-04
上传用户:hewenzhi
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
Easy 51写入软件,可以兼容很多的编程器!
上传时间: 2016-05-05
上传用户:guanliya
PLC的一个三相异步的实验,有做plc实验的朋友,需要这个的话下来看吧:)外加它的编程器
上传时间: 2016-05-06
上传用户:stewart·
用游标的方法实现对称差的计算,即 (A-B)+(B-A)
上传时间: 2016-05-23
上传用户:远远ssad