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

搜索资源列表

  1. freepy.zip

    1下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:3080
    • 提供者:
  1. freepy

    0下载:
  2. 自由拼音输入程序-free phonetic input program
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3393
    • 提供者:罗华
  1. freepy

    0下载:
  2. 移植过来的Windows CE下的自由拼音输入法源码-transplant Windows CE free Pinyin input method FOSS
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:616903
    • 提供者:lx
  1. freepy

    0下载:
  2. 利用VC编写的WinCE的一个输入法的源码,提供给大家学习
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:623176
    • 提供者:欧阳程
  1. src95c

    1下载:
  2. 大熊猫输入法(自由输入法freepy)最新源码。-pandas input method (free input method freepy) The latest source.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:179615
    • 提供者:俞建明
  1. 自由拼音输入法

    1下载:
  2. 本软件是基于windows IME 机制编写而成,名称为:自由拼音输入法。 本软件源代码公开,遵循GUN GPL(General Public License)。 本软件支持win95,win98,winNT。 安装方法】 1. 运行register.exe,注册输入法。实际上是填充 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Keyboard Layouts HKEY_LOCAL_MACHINE\So
  3. 所属分类:Windows编程

    • 发布日期:2009-02-20
    • 文件大小:538104
    • 提供者:cellcore
  1. FreePY.rar

    0下载:
  2. 一个拼音输入法的毕业设计~~~~~里面包含文档和源码,A phonetic input method of graduation design ~~~~~ which contains documents and source code
  3. 所属分类:IME Develop

    • 发布日期:2017-04-09
    • 文件大小:1867484
    • 提供者:丁东旭
  1. freepy

    0下载:
  2. 自由拼音输入法,是由李振春先生写的。属于比较经典的输入法。-Free Pinyin input method, written by Mr. Li Zhenchun. Input method is more classic.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:621708
    • 提供者:chanle
  1. freepy..rar

    0下载:
  2. wince下的输入法编写 一个强大的输入法 优质代码,wince under a powerful input method to prepare high-quality code input method
  3. 所属分类:IME Develop

    • 发布日期:2017-03-29
    • 文件大小:616898
    • 提供者:FoX
  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. freepy-china

    0下载:
  2. wince 中文输入法,很方便二次开发与移值。-wince Chinese input method, it is convenient for the development and transfer of secondary value.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:627045
    • 提供者:wang
  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. freepy

    0下载:
  2. 自由拼音输入法源代码,使用方法类似新全拼。 编写使用WIN32API进行编写。代码简单结构清晰-Pinyin input method free source code, use the method similar to the new Quanpin. Prepared using WIN32API to write. Simple and clear code structure
  3. 所属分类:IME Develop

    • 发布日期:2017-03-30
    • 文件大小:548029
    • 提供者:Ghoskta
  1. imecc

    0下载:
  2. cc输入法,前驱是自由输入法,根据后期改编而成的-ime,freepy plus
  3. 所属分类:IME Develop

    • 发布日期:2017-05-10
    • 文件大小:2515969
    • 提供者:豆腐干
  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. freepy

    0下载:
  2. 优秀的拼音输入法,使用EVC4在WINCE,PPC的SDK上测试过-Excellent Pinyin input method
  3. 所属分类:3G develop

    • 发布日期:2017-04-02
    • 文件大小:657819
    • 提供者:apache
  1. MyFreePy

    0下载:
  2. 开源FreePy的简化,是一个exe文件,与imm脱离关系,可以帮助对freepy的理解。同时为移植到嵌入式机器作好准备-Open Source FreePy simplified, is an exe file, from the relationship with the imm can help understanding of freepy. While preparing to migrate to the embedded machine
  3. 所属分类:IME Develop

    • 发布日期:2017-03-28
    • 文件大小:283678
    • 提供者:张利
  1. freepy31

    0下载:
  2. Free拼音输入法的源码,版本是3.1,对于学习输入法编程的人很有帮助-Free source code Pinyin input method, version 3.1, program for the study were very helpful input
  3. 所属分类:IME Develop

    • 发布日期:2017-03-25
    • 文件大小:579072
    • 提供者:刘茁
  1. xiaoying0182

    0下载:
  2. 本软件是基于windows IME 机制编写而成,名称为:自由拼音输入法。 本软件源代码公开,遵循GUN GPL(General Public License)。 本软件支持win95,win98,winNT。-name:freePY windows IME According to GUN GPL(General Public License)
  3. 所属分类:IME Develop

    • 发布日期:2017-04-02
    • 文件大小:578181
    • 提供者:
  1. freepy2.2_vc6_xp

    0下载:
  2. 网上资源(基于freepy 改动而来的) 输入法编程参考 -Online Resources (based freepy changes come) input method Programming Reference
  3. 所属分类:IME Develop

    • 发布日期:2017-11-07
    • 文件大小:697271
    • 提供者:fast
搜珍网 www.dssz.com