登录
首页 » IME Develop » 实现BIG 与 GB 的转换 VC源代码程序,形式为C函数,

实现BIG 与 GB 的转换 VC源代码程序,形式为C函数,

于 2022-03-29 发布 文件大小:70.11 kB
0 91
下载积分: 2 下载次数: 1

代码说明:

实现BIG 与 GB 的转换 VC源代码程序,形式为C函数,-achieve BIG with VC GB of source code conversion process, in the form of C function,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 执行文件,请放心使用. 一个用Windows API写的屏幕键盘(软键盘)执行文件,完全模拟了键盘输入.可以完全替代键盘输入,可以输入汉字,不同输入法切换....
    执行文件,请放心使用. 一个用Windows API写的屏幕键盘(软键盘)执行文件,完全模拟了键盘输入.可以完全替代键盘输入,可以输入汉字,不同输入法切换.不亚于windows自带的虚拟键盘程序!其中参考了不少人的代码,这里不一一列举.-Implementation document, please rest assured that use. A Windows API used to write the screen keyboard (soft keyboard) to implement documents, fully simulated keyboard input. Can completely replace the keyboard input, you can input Chinese characters, different input method switch. No less than windows built-in virtual keyboard program! Which made reference to many people
    2022-08-31 11:00:03下载
    积分:1
  • 是在网上下的一个打字练系统, 里面有一些重要的知识点,适合于初学者!...
    是在网上下的一个打字练系统, 里面有一些重要的知识点,适合于初学者!-on the Internet under a system of typing training, there are some important knowledge, suitable for beginners!
    2022-05-07 00:54:58下载
    积分:1
  • use : first select an input, you have to find the words posted up, and then the...
    使用说明:先选择一种输入法,把你要查询的字贴过来,然后相应会输出这个字的对应的五笔编码,请查阅readme文件-use : first select an input, you have to find the words posted up, and then the corresponding output will be the word of the corresponding five coding, please refer to the readme file
    2022-01-26 08:10:44下载
    积分:1
  • 输入法编程指南(根据msdn翻译) Windows 95输入法编辑器(IME) 原著:Microsoft 翻译:TBsoft Software Studio 一...
    输入法编程指南(根据msdn翻译) Windows 95输入法编辑器(IME) 原著:Microsoft 翻译:TBsoft Software Studio 一、关于Windows 95混合语言IME 在Windows 95中,IME是一个动态链接库(DLL),与Windows 3.1远东版本IME不同的是,每一个运行的IME相当于混合语言键盘布局中的一种。与Windows 3.1 IME相比较,Windows 95混合语言IME提供下列增强功能:-input method Programming Guide (under flowing translation) Windows 95 Input Method Editor (IME) works : Microsoft Translation : TBsoft Software Studio 1, on Windows 95 IME mixed language in Windows 95, IME is a dynamic link library (DLL), and Windows 3.1 IME different versions of the Far East is that each and every one of IME equivalent of running mixed language keyboard layout in one. IME with Windows 3.1, compared to Windows 95 mixed-language IME provide the following enhancements :
    2022-02-21 16:28:17下载
    积分:1
  • 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py...
    拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败-Pinyin input method dark and quiet exercise the function: unsigned char code* py_ime (unsigned char input_py_val []) input_py_val phonetic code for the string you have entered the first pointer, and anti-back value is the starting address in Chinese, when is 0, the dark and quiet exercise failed
    2022-06-15 13:30:22下载
    积分:1
  • 完成了T9输入法程序,功能与联想。直接存取
    完成了T9输入法程序,具有联想功能。可以直接使用-completed T9 input method procedures, functions with Lenovo. Direct access
    2022-02-25 22:33:09下载
    积分:1
  • bhhz能支持各种嵌入式的中文笔画输入法.
    bhhz能支持各种嵌入式的中文笔画输入法.-bhhz to support various embedded in Chinese stroke input method.
    2022-08-13 03:23:38下载
    积分:1
  • 用java实现的输入法函数,里面含GB2312数据库。
    用java实现的输入法函数,里面含GB2312数据库。-used to achieve the input function, inside database containing GB2312.
    2022-01-25 15:29:48下载
    积分:1
  • 经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //
    经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- //函数输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb(AnsiString sBig) { char* pszBig5=NULL //Big5编码的字符 wchar_t* wszUnicode=NULL //Unicode编码的字符 char* pszGbt=NULL //Gb编码的繁体字符 char* pszGbs=NULL //Gb编码的简体字符 AnsiString sGb //返回的字符串 int iLen=0 //需要转换的字符数-classic : A Brief History API for a change. Input Big5 characters return Gb English characters //---------------------------------------// Function input characters Big5 return Gb English characters //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb (AnsiString sBig) (char* pszBig5 = NULL// Big5 Coding wchar_t characters wszUnicode = NULL*// Unicode character encoding pszGbt char = NULL*// Gb coding of traditional characters pszGbs char = NULL*// Gb coding simplified characters AnsiString sGb// int i
    2022-03-19 08:08:08下载
    积分:1
  • 软键盘输入法原代码,方便简单易求…
    软键盘输入方法原代码 其设计方法简单易懂 便于初学者学习输入法的编程-soft keyboard input methods original code designed to facilitate simple easy beginners to learn the programming input method
    2022-03-20 05:44:47下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载