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

搜索资源列表

  1. WARN

    0下载:
  2. 一般情况下在TC下无法输入中文,或出现乱码。本程序能在TC下自由选择输入法,也可输入中文,且不是乱码-under normal circumstances the TC unable to input Chinese, or to gibberish. This procedure can freely choose TC input method can input Chinese, and not gibberish
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:40408
    • 提供者:叶斐
  1. hzsb

    0下载:
  2. 一个用VC开发的小型汉字识别程序,用户在屏幕上绘出汉字,程序即可识别出是哪个汉字(目前为测试版,识别算法简单,对复杂字的识别率低)-a VC development of the small Chinese character recognition procedures, users draw Chinese characters on the screen, the program can recognize Chinese characters which is (currently in
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:1642462
    • 提供者:看看
  1. propsource

    0下载:
  2. 这是句法分析系统的原代码,可以用于人工智能的各各方面,比如输入法、段词分词程序的进一步补充、语音识别等各方面!-This is the syntactic analysis system source code, which can be used across a diversity of artificial intelligence, such as the input method, word of the Word of the procedures further added, vo
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:49583
    • 提供者:mecen
  1. Typing

    1下载:
  2. 一个打字程序,用来实现练习打字的功能,并且可以判断输入正误,且可以设置打字时间。-a typing procedures used for typing practice, it also can be imported is mistaken judgment, which can be set typing time.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:186747
    • 提供者:刘伟
  1. Dll_Ime

    0下载:
  2. 此动态连接库,支持用户把本机所有输入法列入到一个ComBox中,选中之后对于TextBox可以自动选择输入法。外表现层程序需要自己编程-this dynamic link library support users of this machine include all input to a ComBox, after selected for TextBox can automatically input methods. Outside the performance level it ne
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:7951
    • 提供者:王云鹏
  1. IME

    0下载:
  2. 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。(注:此程序非本人亲手所写,只是珍藏好久,拿出来和大家分享)-This softwar
  3. 所属分类:IME Develop

    • 发布日期:2017-03-27
    • 文件大小:548773
    • 提供者:王祥云
  1. VirtualKeyboard

    0下载:
  2. 输密码时用的虚拟软键盘程序的源代码,运行于VB环境下,类似QQ输入密码时的小键盘,界面是默认的,有兴趣可以找来SKIN包装一下。-Lost password of the virtual soft keyboard with the source code, running on the VB environment, similar to enter a password when the QQ mini-keyboard, the interface is the default, are
  3. 所属分类:IME Develop

    • 发布日期:2017-03-28
    • 文件大小:3787
    • 提供者:762
  1. 国标区位码生成程序

    0下载:
  2. 查找简体汉字的机内码、区位码的好帮手。能成批转换,含示例。-simplified Chinese characters to search the machine code, district code-a good helper. Can bulk conversion, containing examples.
  3. 所属分类:IME Develop

    • 发布日期:2017-03-27
    • 文件大小:163655
    • 提供者:王志
  1. JSiemXP2008-11-14

    0下载:
  2. 经过多年的编写,极速五笔功能上终于达到了一个相当的高度,安全可以和现在流行的《万能五笔》、《极品五笔》输入法一拼高下,现发布《极速五笔》的第一个完整源程序包,以供大家下载研究,为输入法的发展出一份自己的力量。请保留本人信息,以便促进程序交流和极速五笔发展,谢谢。-After years of preparation, speed five functions finally reached a considerable height, safety can and now popular om
  3. 所属分类:IME Develop

    • 发布日期:2017-05-21
    • 文件大小:5310248
    • 提供者:王华
  1. finger_mark

    0下载:
  2. 这是一个指纹识别程序,大家有兴趣的话可以下载看看,或许对大家能有所帮助。-This is a fingerprint identification procedure, we are interested can download and see, perhaps we can help.
  3. 所属分类:IME Develop

    • 发布日期:2017-04-26
    • 文件大小:30094
    • 提供者:kiro
  1. yufafenxi

    0下载:
  2. 这是一款编译原理的语法分析程序,经过编译,可以用-This is a principle of compiler syntax analysis program, the compiler can be used
  3. 所属分类:IME Develop

    • 发布日期:2017-04-05
    • 文件大小:584596
    • 提供者:Baihui
  1. KeyboardDiagnostic

    0下载:
  2. 这款小程序可以监测你击了键盘上的哪个键,并以不同色彩出来,列出该键位的相关硬件信息。如果想编写打字程序的朋友,这款程序可能会对你有所帮助。-This small program can monitor you hit the keyboard on which keys, and out of different colors, sets out the key bits of information related to hardware. Procedures for the prepara
  3. 所属分类:IME Develop

    • 发布日期:2017-03-31
    • 文件大小:13422
    • 提供者:519
  1. change

    0下载:
  2. 本人根据网络的文章写的几种格式转换程序,非常有现实价值,可以直接执行。为Ansi、Unicode、UTF8字符串之间的转换和写入文本文件。题外:PUDN能不能格外开恩让我不用上传5个呢-I wrote an article based on the network several format conversion process, a very realistic value, capable of immediate implementation. To Ansi, Unicode, UTF
  3. 所属分类:IME Develop

    • 发布日期:2017-03-25
    • 文件大小:30162
    • 提供者:aaaaaaaa
  1. vc_yufafenxi

    1下载:
  2. VC++专用的语法分析工具,可以分析出你的VC代码是否正确,它分为词法分析和语法分析两个程序,封装在一个CFenXi类中,,本程序利用了分割窗体技术和单文档设计,压缩包内附有开发文档说明。 -VC++-specific grammar analysis tools, you can analyze your VC code is correct, it is divided into lexical analysis and syntax analysis of the two procedur
  3. 所属分类:IME Develop

    • 发布日期:2017-04-04
    • 文件大小:491285
    • 提供者:160
  1. gbconvert

    0下载:
  2. 编了一个小程序,可以实现GB2312、BIG5(简体中文——繁体中文)之间的互相转换。也算是个实用的小程序。-For a small program can be achieved GB2312, BIG5 (Simplified Chinese- Traditional Chinese) conversion between. Also be regarded as a small program useful.
  3. 所属分类:IME Develop

    • 发布日期:2017-04-02
    • 文件大小:61415
    • 提供者:164
  1. freepy

    0下载:
  2. 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。-The software used has been prepared by VC
  3. 所属分类:IME Develop

    • 发布日期:2017-03-30
    • 文件大小:619235
    • 提供者:张三
  1. hanyupinyin

    0下载:
  2. 实现两个中文词组按拼音排序的功能,也可以用于查找汉字的拼音。效率较高,直接采用哈希表数组存储,程序运行时不需要建立哈希表,直接可索引快速查找-Achieve two Chinese phrases sorted according to the phonetic features of Chinese characters can also be used to check spelling. More efficient, direct use of the hash table array
  3. 所属分类:IME Develop

    • 发布日期:2017-03-28
    • 文件大小:105079
    • 提供者:翁家祥
  1. pinyin

    0下载:
  2. 用于编写输入法程序的拼音码表,通过码表可以实现输入法程序的编写,很好的工具-Used to write the Pinyin input method program code table, the table can be achieved through the code input method program written in a very good tool for
  3. 所属分类:IME Develop

    • 发布日期:2017-04-01
    • 文件大小:10927
    • 提供者:bobo
  1. shurufalanjie

    0下载:
  2. 输入法拦截,可以截获输入输入的数据 而且绕过杀软,无论使用任何程序打开输入法,只要程序是处于打开拦截的状态下,无论用输入法输入任何字符都会被拦截且被修改-Input method interception, you can enter the input data and the intercept to bypass the soft kill, regardless of the use of any program to open the input method, as long a
  3. 所属分类:IME Develop

    • 发布日期:2017-04-02
    • 文件大小:53035
    • 提供者:追忆
  1. ReadAndWrite

    0下载:
  2. 该程序为数据预处理程序,主要功能是将*.txt、*.dat等文件进行重新读写,如将多个空格符转换为一个制表符,易于程序重新读写。-The program can be used for the data preprocessing procedure, whose main function is to read*. txt,*. dat file and re-write again, replacing multiple spaces into a tab character.It s ve
  3. 所属分类:IME Develop

    • 发布日期:2017-03-31
    • 文件大小:2018
    • 提供者:冯景泽
« 12 »
搜珍网 www.dssz.com