-
用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
-
msp430例程序 绝对真实 调试过 可用
msp430例程序 绝对真实 调试过 可用-Example MSP430 debug procedures have been absolutely true that the available
- 2022-03-10 18:08:46下载
- 积分:1
-
步进电机步距角细分单片机控制系统设计与研究
步进电机步距角细分单片机控制系统设计与研究-stepper motor breakdown step angle SCM Control System Design and Research
- 2022-08-23 19:42:43下载
- 积分:1
-
their practice of the small things, the 8031 NE2000 compatible Ethernet control...
自己搞的小东西,单片机控制NE2000兼容网卡的原代码,-their practice of the small things, the 8031 NE2000 compatible Ethernet control of the original code,
- 2022-10-17 23:25:03下载
- 积分:1
-
DS18B20温度测试,欢迎大家指点.......
DS18b20温度测试,欢迎指点。。。。。。。
- 2022-08-20 16:27:48下载
- 积分:1
-
SN75176,用51系列的单片机,波特率为9600,串口方式1,发送数据...
SN75176,用51系列的单片机,波特率为9600,串口方式1,发送数据-SN75176
- 2022-03-16 16:56:45下载
- 积分:1
-
avrmeg32项目的代码编写,其中包含的一般应用…
AVRMEG32编写的一个项目代码,里面包含一般应用的模块.-AVRMEG32 the preparation of a project code, which contains the general application of the module.
- 2022-10-16 23:20:03下载
- 积分:1
-
Elektronska brava sa pic16f84
Elektronska brava sa pic16f84-Elektronska brava sa pic16f84
- 2022-07-24 23:55:47下载
- 积分:1
-
software MPLAB...
writing program (coding .c/.h)
software MPLAB...
writing program (coding .c/.h)
-software MPLAB...
writing program (coding .c/.h)
- 2022-08-24 17:55:09下载
- 积分:1
-
用C51编写的源程序清单(由实验板运行通过)包含器件配置文件.闹时启/停子函数.走时函数.定时器T0 5mS初始化.扫描按键子函数.延时子函数等整个工程源代码...
用C51编写的源程序清单(由实验板运行通过)包含器件配置文件.闹时启/停子函数.走时函数.定时器T0 5mS初始化.扫描按键子函数.延时子函数等整个工程源代码-with C51 prepared by the source list (from the experimental operation through plate) contains device configuration files. When downtown Kai/stop unreachable. Walking function. T0 5mS initialize the timer. Functions scan button. Functions delay the entire project source code
- 2022-06-30 20:47:23下载
- 积分:1