CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 拼音

搜索资源列表

  1. 51py

    0下载:
  2. 51写的拼音输入法-51 write phonetic input method
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:10645
    • 提供者:陶先生
  1. T9rushufa

    0下载:
  2. 8051上T9拼音输入法的编程-8051 T9 on the Pinyin input method Programming
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8875
    • 提供者:陶先生
  1. MurphyPinyin-0.03-src

    1下载:
  2. Linux下的QTE 嵌入式可用的中文拼音输入法c++ ,利用他你可以进程移植到你的linux应用里-Linux embedded under the QTE available in Chinese Pinyin input method c, you can use him to the transplant process your application Lane linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:221381
    • 提供者:蓝鸥
  1. 用C51实现单片机的中文输入法

    0下载:
  2. 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 -Pinyin input method disappear with the function : * unsigned char code py_ime (unsigned char input_py_val []) input_py_va
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15483
    • 提供者:黄永
  1. T9拼音输入法例程

    1下载:
  2. 一个不错的T9输入法例程,可使用Keil通过串口仿真调试-a good T9 input method routines can be used by serial Keil simulation debugging
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3881
    • 提供者:邓生
  1. pdaInputMethod

    0下载:
  2. 使用evc3.0开发的用于windows ce环境的汉字拼音输入发示例程序。内置9000+字汉字字库,40000+词中文词库。压缩包内包括详细使用说明。-evc3.0 use development environment for windows ce the Chinese phonetic input hair sample program. 9,000 Chinese characters embedded font, 40,000 Chinese word thesaurus. Comp
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:703088
    • 提供者:冯雪涛
  1. c51pyshurufa

    0下载:
  2. 一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针,反回值为中文的起始地址,当为0时,杳询失败 -a C51 with the Chinese input method, Pinyin input method disappear with the function : * unsigned char code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:22016
    • 提供者:钟高祥
  1. piny

    0下载:
  2. 51单片机的拼音输入法的程序,用C实现,-51 SCM Pinyin input method to the procedures used to achieve C,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11360
    • 提供者:张强
  1. MCS51-KeilC-Codes

    0下载:
  2. 内容包含:X25045标准子程序集、LM75标准操作子程序集、51读写EEPROM应用实例、PCF8584应用实例、PS7219操作子程序集、拼音输入法源程序、AT29C040读写源程序、ACM12864液晶驱动源程序、320×240液晶驱动源程序、抽水控制器、44780LCD驱动源程序、单片机处理红外遥控信号等源代码,采用keil c51编写-contains : X25045 standard subroutine sets, LM75 standard operating subrouti
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2073901
    • 提供者:cy
  1. pinyin-HZinput

    0下载:
  2. 拼音输入的c语言片成-phonetic input language films into c
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:12607
    • 提供者:万年青
  1. c51拼音输入源码

    1下载:
  2. C51写的一个汉字拼间输入的源码,很有用的-C51 Chinese characters written by a fight between input source, a very useful
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12704
    • 提供者:寒雪
  1. 51pinying

    0下载:
  2. c51单片机的中文拼音输入法c程序源代码-decoder SCM Chinese Pinyin input method c source code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:刘俊杰
  1. PinYin_InputMethod_C51

    1下载:
  2. 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14619
    • 提供者:Jawen
  1. PyImdForKeil

    0下载:
  2. Keil下的拼音输入法源码,很经典的好东东哦!-Keil under the Pinyin input source, the classic Eastern Oh good!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12674
    • 提供者:肖华
  1. 51pingyingshuru

    0下载:
  2. 51单片机的中文拼音输入法c源程序 可以方便用在ARM等单片机上-51 MCU Chinese Pinyin input method c source can be used to facilitate such ARM MCU
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12600
    • 提供者:BQT
  1. 51-pinyin-HZinput

    0下载:
  2. 基于51单片机的拼音输入法,最好使用keil平台。-MCU Pinyin input method, the best use keil platform.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:13103
    • 提供者:石飞
  1. LguiIme

    0下载:
  2. 一套在嵌入式系统中使用的拼音输入法,支持手写-set in embedded system using the Pinyin input method and handwriting support
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:23421
    • 提供者:李杰
  1. pingyinshuru

    0下载:
  2. 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例:-Pinyin input method is unable to exercise functions : unsigned char code py_ime * (unsigned char inpu t_py_val []) inp
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11687
    • 提供者:王汤
  1. pinyinshuru

    0下载:
  2. 嵌入式开发中拼音输入程序的源代码,可供嵌入式开发的应用,很不错,欢迎大家使用-Embedded Development Pinyin input program's source code for embedded application development, is pretty good, Everyone is welcome to use
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11307
    • 提供者:luozhiqiang
  1. PINGIYNc

    0下载:
  2. 拼音输入法,包含检索表。 拼音输入法,包含检索表。拼音输入法,包含检索表-Pinyin input method, contains keys. Pinyin input method, contains keys. Pinyin input method, contains keys. Pinyin input method, contains keys
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:12779
    • 提供者:nj_zbl
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com