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

搜索资源列表

  1. gdbhx

    0下载:
  2. 哥德巴赫猜想的应用程序过程。 可供数学编程爱好者使用。 -Goldbach's conjecture application process. For the use of mathematical programming enthusiasts.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:38417
    • 提供者:汪无聊
  1. ae

    0下载:
  2. 本程序实现了数据压缩中“算术编码”的全过程。执行环境为 VC++/Unix-realized by the data compression "arithmetic coding" of the entire process. The environment for the implementation of VC / Unix
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:1370827
    • 提供者:wubo
  1. gbuni

    0下载:
  2. 实现BIG 与 GB 的转换 VC源代码程序,形式为C函数,-achieve BIG with VC GB of source code conversion process, in the form of C function,
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:71789
    • 提供者:hugang
  1. WinCe_InputMethod(1)

    0下载:
  2. wce下输入法的例子代码1,只是整个程序中的第一部分.-wce imported under the law an example of code, but the whole process of the first part.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:46691
    • 提供者:lyj
  1. IME输入法编程

    0下载:
  2. Windows系统下汉字输入法实际上是将输入的标准ascii字符串按照一定的编码规则转换为汉字或汉字串,进入到目的地。由于应用程序各不相同,用户不可能自己去设计转换程序,因此,汉字输入自然而然落到WINDOWS系统管理中。-Windows systems Chinese character input method is actually imported to the standard ascii string of coded according to certain rules into
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:11253
    • 提供者:WT
  1. JIAN

    0下载:
  2. SQL的基本操作---数据的检索篇 什么在查询中对字段命以别名,或重新命名,这样做的原因有两个: ☆所涉及的表的字段名很长,想使字段在结果集中更易处理一些。 ☆创建的查询产生了某些计算或合计列,需要对之进行命名。 不管是什么原因对字段命以别名,在 SQL 中都可以容易地使用 As 子句做得-the basic operation of SQL data retrieval -- What Part of the field inquiries to life alias, or re-namin
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:10343
    • 提供者:刘辉
  1. InputintotheuseofanyDLLdemo

    0下载:
  2. 利用输入法注入任意DLL演示(可绕过大多数安全软件的检测,能够注入带有自我保护的进程)-Input into the use of any DLL demo (which can bypass most security software testing, will be filled with the process of self-protection)
  3. 所属分类:IME Develop

    • 发布日期:2017-03-29
    • 文件大小:105857
    • 提供者:小路
  1. py

    0下载:
  2. 拼音输入发源代码,能帮助你初步的认识输入法的实现过程-Pinyin input originates in the code, can help you input the initial understanding of the implementation process
  3. 所属分类:IME Develop

    • 发布日期:2017-03-26
    • 文件大小:74433
    • 提供者:evan
  1. homework3

    0下载:
  2. 简单的基于频率的音字转换程序实现 学生作业 故可读性不是很好-Simple word-based frequency conversion process to achieve the sound operation so students are not very good readability
  3. 所属分类:IME Develop

    • 发布日期:2017-05-16
    • 文件大小:2451059
    • 提供者:theo
  1. inputstreamprogramingexplain

    0下载:
  2. 对输入法例程的介绍,内容威输入法程序产生的过程有用的 -Input method on the routine introduction of the contents of the input method Granville process procedures useful
  3. 所属分类:IME Develop

    • 发布日期:2017-04-29
    • 文件大小:58978
    • 提供者:笑天
  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. 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. BIG2GB

    0下载:
  2. 一个在C++中进行简体中文(GB2312)向繁体(BIG5)转换的程序。两地通软件曾将些程序应用到了项目中。因此还是值得学习一下的。-One carried out in C++ Simplified Chinese (GB2312) to Traditional (BIG5) conversion process. Concerto Software has two more procedures will be applied to the project. So it is worth l
  3. 所属分类:IME Develop

    • 发布日期:2017-03-30
    • 文件大小:118305
    • 提供者:176
  1. BIG2GB

    0下载:
  2. 中文繁体、简体(BIG-GBK)编码转换程序。本程序是批量转换程序,需要指定待转换的文本文件位置,选中一个空的输出文件,点击“转换”按钮即可,转换过程可逆,也就是可以繁体、简体互相转换。 -Chinese Traditional and Simplified (BIG-GBK) encoding conversion. This program is batch conversion process, need to specify the location of the text file
  3. 所属分类:IME Develop

    • 发布日期:2017-03-28
    • 文件大小:65258
    • 提供者:李琳
  1. weiwanchengshurufa

    0下载:
  2. 未完成,不知道哪里出了问题,可编译,可是有使用效果,过程需加载头文件和lib库-Not completed, do not know what went wrong can be compiled, but the effects are used, the process required to load the header files and lib library
  3. 所属分类:IME Develop

    • 发布日期:2017-04-09
    • 文件大小:314153
    • 提供者:黄少
  1. freepy31

    0下载:
  2. c写的一个输入法程序,包括各种模式的输入。-c write an input process, including various modes of input.
  3. 所属分类:IME Develop

    • 发布日期:2017-05-16
    • 文件大小:4560762
    • 提供者:bajoige
  1. Input_Method

    0下载:
  2. 此程序为本人写的输入法输入拼音的基本程序,输入拼音显示汉字(不过还只支持当个汉字拼音)。在VC下调试通过,源代码程序有详细的解释,花点时间应该能看懂。希望对你们有帮助。-This program as I write pinyin input method input the basic process of the Chinese character input pinyin display (but also support only when a Chinese pinyin) under
  3. 所属分类:IME Develop

    • 发布日期:2017-03-29
    • 文件大小:242603
    • 提供者:蓝颜
  1. diancan

    0下载:
  2. 微普外卖点餐系统拥有用户网上订餐、菜单管理、订单流程管理等功能,能够实现网上订餐、扩展餐厅业务的愿望。 -Micro-General Surgery selling point ordering system user online ordering, menu management, order process management capabilities to online ordering, extended restaurant business aspirations.
  3. 所属分类:IME Develop

    • 发布日期:2017-11-06
    • 文件大小:5221117
    • 提供者:轻描淡写
  1. zywb

    0下载:
  2. 这是一个基于易语言这样一个最简单的开发平台的编写的五笔输入法程序,主要是方便大家了解输入法的过程和实现的原理。同时基于外挂hook模式开发,未来会改进并基于ime模式。1.2.lpk是支持库文件,主要实现了按键拦截和模拟,调试程序前请先安装。基于这个输入法框架进行开发,可以实现大部分输入法的设计要求。避免了vc和windows复杂的消息机制及ime机制的学习成本,使业余爱好者专注于编码的实现,大部分人可以在一周熟练使用易语言开发程序。代码写的比较简陋,内置码表从极点五笔导出,实现了生僻字的输入,
  3. 所属分类:IME Develop

    • 发布日期:2017-05-03
    • 文件大小:1284006
    • 提供者:leehaywen
  1. JFinal_v2.1

    0下载:
  2. JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级、易扩展、Restful。 在拥有Java语言所有优势的同时再拥有ruby、python、php等动态语言的开发效率!为您节约更多时间,去陪恋人、家人和朋友。 JFinal有如下主要特点: MVC架构,设计精巧,使用简单 遵循COC原则,零配置,无xml 独创Db + Record模式,灵活便利 ActiveRecord支持,使数据库开发极致快速
  3. 所属分类:IME Develop

    • 发布日期:2017-04-29
    • 文件大小:305473
    • 提供者:黄灿奕
搜珍网 www.dssz.com