CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - input method

搜索资源列表

  1. viterbi

    0下载:
  2. 利用viterbi算法实现中文智能输入法-use Viterbi Algorithm intelligent Chinese input method
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:14661
    • 提供者:李澳
  1. Input Method Src

    0下载:
  2. 手写输入法的源代码,包括详细的说明文档,可以移植到任何平台.-input method sourcecode,can be used to any platform.
  3. 所属分类:输入法编程

    • 发布日期:2013-01-30
    • 文件大小:457415
    • 提供者:XP
  1. input-method

    0下载:
  2. 浅谈输入法编程 本文拟结合作者的亲身体验简要介绍一下在Windows环境下如何编写输入法程序。 -On the input method of programming with this first-hand experience to be a brief overview of how to write in the Windows environment, input method program.
  3. 所属分类:IME Develop

    • 发布日期:2017-03-26
    • 文件大小:11109
    • 提供者:王佳佳
  1. input-source

    0下载:
  2. 一个用C语言写的开源输入法的源代码,一个很强大的输入法,现在很多输入法都是基于它来做的。-Written in a language in C source code for open source input, a very powerful input method, many input methods are based on it for the.
  3. 所属分类:IME Develop

    • 发布日期:2017-06-09
    • 文件大小:16614456
    • 提供者:福星
  1. VC++

    0下载:
  2. 一个简单的T9拼音输入法,已经按汉字使用频率排序了.-A simple T9 Pinyin input method, has been sorted according to frequency of use of Chinese characters.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:28860
    • 提供者:liuwei
  1. Input_Method

    0下载:
  2. 目前常用的输入法基本上有两种类型:外挂式(如早期的万能五笔)及输入法接口式(Input Method Editor-IME)。外挂式比较简单,就是一个exe文件,通过模拟一些Windows输入消息来给当前处于活动状态的编辑窗口输入文字,一个显著的优点是输入法只要启动一次,就可以在所有进程中使用;但缺点不不容忽视,首先实现起来也不容易,一个更大的不足是兼容性不够好,通常一个Windows版本需要一人对应的输入法版本,此外这类输入法为了能够截获用户输入,通常需要挂接键盘钩子,容易造成系统不稳定或者效
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:18088
    • 提供者:高军
  1. VB.input.method.development.modular.programming.ra

    0下载:
  2. VB模块化编程输入法开发代码VB code input method development of modular programming -VB code input method development of modular programming
  3. 所属分类:IME Develop

    • 发布日期:2017-03-22
    • 文件大小:2176
    • 提供者:崔振岳
  1. T9InPut

    0下载:
  2. 自己写的一个可以用在XP上的T9输入法,能输入汉字,字母,数字,标点,可以扩充繁体和更多的标点,需要的下载吧,更多介绍请进我的博客:http://blog.csdn.net/rattlerattle/archive/2011/06/13/6540612.aspx-A write can be used in T9 input method on XP, can input Chinese characters, letters, numbers, punctuation, and more ca
  3. 所属分类:IME Develop

    • 发布日期:2017-03-23
    • 文件大小:818811
    • 提供者:刘星
  1. vcswitch--input

    0下载:
  2. vc可以切换当前系统的输入法。根据注册表中输入法的值来切换-vc can switch the current system' s input method. According to the registry value to switch the input method
  3. 所属分类:IME Develop

    • 发布日期:2017-05-09
    • 文件大小:2285715
    • 提供者:zbg
  1. input-method-

    0下载:
  2. windows下输入法编程指南:IME使用方法-Programming Guide under windows input method: IME use
  3. 所属分类:IME Develop

    • 发布日期:2017-03-24
    • 文件大小:174907
    • 提供者:linxoingyang
  1. Method

    0下载:
  2. 使用Win-TC编写的简单输入法,响应拼音按键点击,实现汉字的输入。 另外,这个只是简单的提供输入法案例。 纯C编写,带有源代码和执行文件。 具有参考学习作用-Win-TC using a simple input method written in response to spelling button click, to achieve the input of Chinese characters. In addition, this simply to provide input L
  3. 所属分类:IME Develop

    • 发布日期:2017-04-05
    • 文件大小:212486
    • 提供者:姚庆良
  1. Chinese-pinyin-input-method

    1下载:
  2. 中文拼音输入法,C源程序,比较简单,仅供参考,谢谢!-Chinese pinyin input method C source program
  3. 所属分类:输入法编程

    • 发布日期:2014-01-06
    • 文件大小:11070
    • 提供者:王大
  1. input

    0下载:
  2. 一个拦截并修改输入法的模块(源码) 拦截并修改输入法,就是说比如你用智能ABC输入法,输入法文字是“一二三”,但是确认上屏后出来的内容确是“四五六”这样子,此技术大概可以用来做输入法外挂辅助工具之类的吧。 模块是一个DLL,用VC++写的,压缩包里有这个DLL的源码。原理就是使用API HOOK拦截输入法的相关函数(ImmGetCompositionString函数,应用程序通过调用这个函数取得输入法输入),以达到截获并修改输入信息的目的。 -An intercept and
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1639956
    • 提供者:tunshizhe
  1. input

    0下载:
  2. 精美的输入法设计,优美的画面,简洁的程序。-Fine input method design, beautiful screen, a simple procedure.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:319108
    • 提供者:
  1. Input

    0下载:
  2. 一个简单的输入法,使用VC++开发的。方便学习使用。-A simple input method, the use of vc++ development. Learning to use convenient.
  3. 所属分类:IME Develop

    • 发布日期:2016-05-03
    • 文件大小:86016
    • 提供者:赵江
  1. Pinyin-input-method-source-code

    0下载:
  2. 本软件是基于windows IME 机制编写而成,名称为:自由拼音输入法。 本软件源代码公开,遵循GUN GPL(General Public License)。 本软件支持win95,win98,winNT。-The software is based on the windows IME mechanism prepared, name: free Pinyin input method. The software source code is open, follow GU
  3. 所属分类:IME Develop

    • 发布日期:2017-04-02
    • 文件大小:579546
    • 提供者:LvYahui
  1. cPP-Chinese-Pinyin-input-method-

    0下载:
  2. c++ 中文输入法 通过面向对象实现简单的拼音输入-c++ Chinese Pinyin input method input through a simple object-oriented
  3. 所属分类:IME Develop

    • 发布日期:2017-05-03
    • 文件大小:1270438
    • 提供者:Jimmy yang
  1. input-method

    0下载:
  2. 输入法(附有dosbox,程序要在dosbox中运行)——按照汉字库的内码输入汉字,字的颜色、形状可以改变(形状有3中:正常,粗体,镂空)-Input Method (with dosbox, the program to run in dosbox)- Chinese character input in accordance with the code of Chinese characters, words, colors, shapes can be changed (shape 3:
  3. 所属分类:IME Develop

    • 发布日期:2017-05-13
    • 文件大小:3550966
    • 提供者:WongMan
  1. DNF-by-injection-auxiliary-input

    0下载:
  2. DNF通过输入法注入辅助,是目前最好用的注入方法。-DNF by injection auxiliary input method is the best use of the injection method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:252802
    • 提供者:Stephan
  1. Input-Method-Editor-(IME)-sample

    0下载:
  2. 输入法源码, 这套源码编译直接就可以用.- Input method source code, the source code can be used directly.
  3. 所属分类:IME Develop

    • 发布日期:2017-05-05
    • 文件大小:533423
    • 提供者:yanzheng
« 12 3 4 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com