-
在C51上 mp3 开发程序 32M MP3 MP3功能的测试源码
在C51上 mp3 开发程序 32M MP3 MP3功能的测试源码-mp3 on the C51 development process 32M MP3 MP3 function tests FO
- 2022-07-10 16:09:51下载
- 积分: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
-
这是一个输出字节和汉字的程序...可以用的我已调试过的
这是一个输出字节和汉字的程序...可以用的我已调试过的-output byte characters and procedures can be used to ... I have tuned in
- 2022-05-28 01:25:00下载
- 积分:1
-
cstn 1.5 with ST7636的C51测试程序.
cstn 1.5 with ST7636的C51测试程序.-cstn ST7636 1.5 with the C51 test procedures.
- 2022-02-22 03:16:27下载
- 积分:1
-
2个F040之间的CAN通讯,可以远程帧收发,c语言
2个F040之间的CAN通讯,可以远程帧收发,c语言-2 of the CAN communication between the F040, you can send and receive remote frames, c language
- 2022-01-26 05:51:08下载
- 积分:1
-
decoder source file system
c51文件系统源码-decoder source file system
- 2022-08-03 07:24:20下载
- 积分:1
-
最好的字模工具,完全免费,单片机开发必备
最好的字模工具,完全免费,单片机开发必备-The best matrix tools, completely free, microcontroller development of essential
- 2022-06-20 15:31:54下载
- 积分:1
-
空调控制器中按键功能实现的子程序,包括模式设定,温度湿度设定等....
空调控制器中按键功能实现的子程序,包括模式设定,温度湿度设定等.-air conditioning controller button functions of the subroutine, including setting mode, temperature humidity limit.
- 2022-10-19 00:35:03下载
- 积分:1
-
flash m25p80的读写程序,使用软件模拟SPI总线进行操作。
flash m25p80的读写程序,使用软件模拟SPI总线进行操作。-flash m25p80 of reading and writing, the use of software simulation of SPI bus operations.
- 2023-04-10 14:15:05下载
- 积分:1
-
LTC1446是一种采用12位逐次逼近式工作的A/D转换器。内部包含系统时钟、采样和保持、12位A/D转换器、数据寄存器以及控制逻辑电路。LTC1446每25u...
LTC1446是一种采用12位逐次逼近式工作的A/D转换器。内部包含系统时钟、采样和保持、12位A/D转换器、数据寄存器以及控制逻辑电路。LTC1446每25uS重复一次“输入――转换――输出”。器件有两个控制输入:DIN CLK和片选(CS)。
内部系统时钟和DIN CLK可独立使用。应用电路的设计只需利用时钟启动转换或读出转换结果。当CS为高电平时, Dout处于高阻态且DIN时钟被禁止。
- 2022-04-16 02:58:29下载
- 积分:1