-
我上传使用单
本人上传的是 单片机 利用定时器演奏音乐.asm 源代码
-I upload using the single-chip timers playing music. Asm source code
- 2022-04-12 18:59:29下载
- 积分:1
-
该源代码为单片机的公交ic卡课程设计源代码,需要课程设计报告的,再找我。...
该源代码为单片机的公交ic卡课程设计源代码,需要课程设计报告的,再找我。-The source code for the MCU bus ic cards curriculum design source code, the need for curriculum design report, I find.
- 2022-07-03 01:33:38下载
- 积分:1
-
在微机上模拟I2C总线的设计中,用并行口的D0(PIN2)模拟SCL信号,用D1(PIN3)模拟SDA信号。根据IIC总线的电平规范...
在微机上模拟I2C总线的设计中,用并行口的D0(PIN2)模拟SCL信号,用D1(PIN3)模拟SDA信号。根据IIC总线的电平规范
-Computer simulation on the design of I2C bus with a parallel port D0 (PIN2) Analog SCL signal, with D1 (PIN3) Analog signal SDA. According to the IIC bus specification level
- 2022-03-16 07:37:53下载
- 积分:1
-
欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scan...
欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scanf的回车符-Euclidean algorithm: Principles of travel for more than: gcd (a, b) = gcd (b, a mod b) when b is 0, the two common denominator is the number of a getchar () will accept the previous scanf carriage return
- 2023-01-01 06:00:05下载
- 积分:1
-
16*16点阵,可能显示汉字,同时可以放出音乐
16*16点阵,可能显示汉字,同时可以放出音乐-16*16
- 2022-01-25 14:26:49下载
- 积分:1
-
byte of a reversal procedure
c51的一个字节颠倒程序-byte of a reversal procedure
- 2023-01-23 05:40:03下载
- 积分:1
-
Completed a temperature acquisition and display functions, contains the complete...
完成了温度采集并显示的功能,内含1602LCD的完整显示程序,以及AT502的温度采集,转换并显示。keil c编写-Completed a temperature acquisition and display functions, contains the complete show 1602LCD procedures, as well as the temperature AT502 acquisition, conversion and display. keil c prepared
- 2022-04-20 01:28:27下载
- 积分:1
-
含PPT和书籍插图,
含PPT和书中的例图,《基于PROTEUS的电路及单片机系统设计与仿真》随书光盘-Containing PPT and book illustration,
- 2022-01-25 21:33:19下载
- 积分:1
-
红外线IR在单片机中的应用及原理
红外线IR在单片机中的应用及原理-infrared IR in SCM Application of Principle and
- 2022-06-19 04:17:37下载
- 积分:1
-
用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。
原作使用...
用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。
原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。
因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-(
编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。
打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must
- 2023-04-01 14:55:03下载
- 积分:1