-
数字信号处理
digital signal proce
- 2023-07-03 13:55:06下载
- 积分:1
-
16进制编译器源代码
16进制编译器源代码-16 band compiler source code
- 2022-09-26 09:55:02下载
- 积分:1
-
BDFCreater,用于做bdf字体,非常有用的代码
BDFCreater,用于做bdf字体,非常有用的代码-BDFCreater, used to do BDF fonts, very useful code
- 2023-08-03 08:00:03下载
- 积分:1
-
用c语言编写的拼音输入法
用c语言编写的拼音输入法-prepared by the Pinyin input method
- 2023-07-15 20:35:03下载
- 积分:1
-
tcpip的一个调试工具,请验收,好的话同志我一下,非常的好用...
tcpip的一个调试工具,请验收,好的话同志我一下,非常的好用-This a debugging tool for TCP/IP.
- 2022-03-16 18:17:08下载
- 积分:1
-
windows下输入法
windows下输入法-一昊输入法(钱码)源码-windows imported under law- a vast input (money code) FOSS
- 2022-03-21 08:38:58下载
- 积分:1
-
procedures will one big5 coding English document conversion to gb2312 coding Eng...
程序将一个big5编码的繁体中文文件转换为gb2312编码的简体中文-procedures will one big5 coding English document conversion to gb2312 coding English
- 2022-08-16 06:47:16下载
- 积分:1
-
Windows系统下汉字输入法实际上是将输入的标准ascii字符串按照一定的编码规则转换为汉字或汉字串,进入到目的地。由于应用程序各不相同,用户不可能自己去设计...
Windows系统下汉字输入法实际上是将输入的标准ascii字符串按照一定的编码规则转换为汉字或汉字串,进入到目的地。由于应用程序各不相同,用户不可能自己去设计转换程序,因此,汉字输入自然而然落到WINDOWS系统管理中。-Windows systems Chinese character input method is actually imported to the standard ascii string of coded according to certain rules into Chinese or Chinese character strings, into the destination. Because the application is not the same, users will not be able to design their own conversion process, it naturally fell on the importation of Chinese Windows system management.
- 2022-02-06 00:26:24下载
- 积分:1
-
This is a Japanese input method, the import of Chinese Pinyin be Japanese.
这是一个日文输入法,在输入汉语拼音得到日文。-This is a Japanese input method, the import of Chinese Pinyin be Japanese.
- 2022-03-01 08:20:59下载
- 积分: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