-
用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
-
DS1302 C language program examples
DS1302的C语言程序例子-DS1302 C language program examples
- 2022-11-20 13:35:03下载
- 积分:1
-
少见的12864万年历,功能齐全12864+万年历,非常适合单片机开发的人用...
少见的12864万年历,功能齐全12864+万年历,非常适合单片机开发的人用-Perpetual Calendar 12864 rare, full-featured 12864+ Calendar, very suitable for development with single-chip microcomputer
- 2023-07-19 16:30:04下载
- 积分:1
-
《单片机仿真入门实用教程》实例(包括源代码)
单片机仿真教程。...
《单片机仿真入门实用教程》实例(包括源代码)
单片机仿真教程。-"PROTEUS Practical Guide Getting Started" examples (including source code)
Proteus-based simulation of single-chip microcomputer.
- 2022-03-17 13:09:42下载
- 积分:1
-
串行通讯_查询方式 有详细的文字说明 可用于单片机 串行通讯时查询连通性用...
串行通讯_查询方式 有详细的文字说明 可用于单片机 串行通讯时查询连通性用-Serial communication _ query has detailed text description can be used for single-chip serial communications connectivity with inquiries
- 2022-01-25 21:31:00下载
- 积分:1
-
pid的一个例程设计程序,希望对大家有用!
pid的一个例程设计程序,希望对大家有用!-pid a routine design process, in the hope that useful to everybody!
- 2022-06-28 08:12:59下载
- 积分:1
-
一种采用CYPRESS的PSOC混合信号控制其系列的智能型充电器设计方案,可支持多种电池理性,根据电池充电曲线进行调整,开发IDE为CYPRESS的PSOC D...
一种采用CYPRESS的PSOC混合信号控制其系列的智能型充电器设计方案,可支持多种电池理性,根据电池充电曲线进行调整,开发IDE为CYPRESS的PSOC Designer,硬件为PSOC。-use of a PSOC mixed-signal control of its series of smart charger design that can support multiple battery rational, battery charging curve adjustment, IDE for the development of the PSOC Designer CYPRESS, hardware PSOC.
- 2022-03-25 04:14:02下载
- 积分:1
-
串口通信程序,该程序实现了串口的基本通信功能。通过串口给单片机发送数据...
串口通信程序,该程序实现了串口的基本通信功能。通过串口给单片机发送数据-Serial communication program, the program implements the basic serial communication function. To the microcontroller through the serial port to send data
- 2022-07-21 10:08:45下载
- 积分:1
-
LED显示面板,基于CAN网络控制的,多主结构
LED显示面板,基于CAN网络控制的,多主结构-LED display panel, based on the CAN network-controlled, multi-master structure
- 2022-05-24 06:00:18下载
- 积分:1
-
DS18B20 source file for msp430 ,thanks!
DS18B20 source file for msp430 ,thanks!
- 2022-05-19 01:03:24下载
- 积分:1