CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 中文输入法

搜索资源列表

  1. 用C51编写的中文拼音输入法 .zip

    0下载:
  2. 用C51编写的中文拼音输入法
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:
    • 文件大小:11503
    • 提供者:
  1. 51单片机的 中文拼音输入法 c源程序

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

    • 发布日期:2008-10-13
    • 文件大小:11816
    • 提供者:汪新宏
  1. 中文拼音输入法(KEIL C51)

    2下载:
  2. 51单片机的中文拼音输入法c源程序,芯片AT89C52,编译器KEIL C51-51 SCM Chinese Pinyin input method c source, chip AT89C52, C51 compiler KEIL
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11816
    • 提供者:劳中建
  1. AboutWiz

    0下载:
  2. 一个中文输入法的源程序,用VC下编写的。-a Chinese character input method of the source, with VC prepared.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:21480
    • 提供者:蓝天
  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. ucdos30

    0下载:
  2. UCDOS,DOS下功能最强、兼容性最佳的外挂汉字系统,内有各种中文输入法及WPS字处理软件,UCDOS98特别袖珍版还可运行在WIN9X环境中,小巧实用-UCDOS, DOS functions strongest and best compatibility of the external system of Chinese characters, there are all kinds of Chinese input method and WPS word processing soft
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:694477
    • 提供者:yintaixi
  1. brewChineseinput

    0下载:
  2. 在brew中实现中文输入法,在模拟器上不支持的,本例在SCH X809上测试成功~!-achieve the brew Chinese input method, the simulator does not support. The cases in SCH X809 successful testing ~!
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:18151
    • 提供者:宣东言
  1. zhongwen1

    0下载:
  2. 用C51实现单片机的中文输入法,可用于单片机的中方显示 -C51 with the Chinese input method can be used to show the Chinese MCU
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:21488
    • 提供者:tan
  1. fcitx-3.4.tar

    0下载:
  2. linux 下最好用的中文输入法,这是其最新的 3.4 版。与大家分享-linux under the best of Chinese input methods, and this is its latest 3.4 version. Share with you
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:3167025
    • 提供者:秦湘
  1. LevensionPinyin

    0下载:
  2. 这是在凌阳单片机,使用超级终端,显示的一个中文输入法.-This is the Sunplus microcontroller, the use of the Super Terminal, a show of Chinese input method.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:21125
    • 提供者:chesnu
  1. C51PY

    0下载:
  2. 这是一个C51写的程序,采用Keil C51 编译开发.本程序生成了一个简体中文输入法,对在51开发中需要中文输入的有帮助.-This is a C51 written procedures, using Keil C51 compiler development. The procedure to generate a simplified Chinese character input method Development of the 51 needed to import the Chi
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:13190
    • 提供者:邓力
  1. cinputc

    0下载:
  2. C51实现单片机的中文输入法 拼音输入法杳询函数-C51 Chinese input method Pinyin input method disappear with the function
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:11281
    • 提供者:毛建文
  1. WINDowsIMEsetup

    0下载:
  2. 进行中文输入法的安装是源代码可以直接进行编辑-Chinese input method for the installation of the source code can directly edit
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:26026
    • 提供者:王华
  1. HOOKsr

    1下载:
  2. //以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的. //后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说 //WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息 //时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContext,ImmGetCompositionString等等.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2010
    • 提供者:lypdl
  1. arm-howto.tar

    0下载:
  2. arm9上安装qte3的一点心得,包括触摸屏设置、中文输入法、程序国际化、qte交叉编译方法等。-ARM9 install qte3 that experience, including touch-screen settings, the Chinese character input method, procedures internationalization, qte cross compiler methods.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:5955
    • 提供者:更勤
  1. shurufa

    0下载:
  2. 在VB中切换中文输入法,在mis管理软件中会用到-Switch in the VB in the Chinese character input method, in the mis management software will be used
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:5977
    • 提供者:黄双
  1. t9

    1下载:
  2. mtk手机的T9中文输入法源文件, mtk手机的T9中文输入法头文件。-MTK Mobile T9 English input method of the source file, mtk mobile phone' s T9 English input method header files.
  3. 所属分类:MTK

    • 发布日期:2017-05-10
    • 文件大小:2220567
    • 提供者:wujia
  1. wnpy_for_ppc

    1下载:
  2. wince 中文输入法,适用于wince 4.0 及其以后的版本-wince Chinese input method
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:1317712
    • 提供者:zhangbo
  1. embeddedInput

    0下载:
  2. 基于qtopia2的嵌入式中文输入法,缺点就是没有联想功能。-Based on qtopia2 embedded Chinese input, shortcomings is no lenovo function.
  3. 所属分类:IME Develop

    • 发布日期:2017-03-31
    • 文件大小:223176
    • 提供者:sucreshao
  1. HMM

    2下载:
  2. 用python实现基于HMM的简单中文输入法(Implementing a Simple Chinese Input Method Based on HMM with Python)
  3. 所属分类:其他

    • 发布日期:2020-02-16
    • 文件大小:576512
    • 提供者:长岛冰茶65-
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com