搜索资源列表
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备
StringConvertor
- 可以在string, char *, wstring, wchar_t *之间任意转换!
vscap2.0
- 1.解决了不能将avi文件保存在含有中文字符的路径下: 将AVISaveV()函数替换为AVISaveVW(()函数. 修改部分在Merge_Video_And_Sound_File()函数中: fccHandler[1] = galpAVIOptions[1]->fccHandler wchar_t * wout //2008.4.3 pm wout=output_avi_path.
iniRWtest
- 1.本程序文档参考benkaoya提供开源代码编写。 2.封装benkaoya代码中提供的函数成为CIniWR类实现功能功能 3.实现部分参考DEMO 4.修正在VS2005下的部分错误。 主要在GetString函数中VS2005中的严格性出错W_CHAR *问题 修订: wcsncpy((wchar_t *)lpReturnedString, pValue, cchCopied) 原始: //wcsc
chartest
- wchar_t和char互相转换的例子,例子中应用了MultiByteToWideChar和WideCharToMultiByte两个函数
用API 作简繁体转换
- 经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- //函数输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- AnsiSt
用API 作简繁体转换
- 经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- //函数输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- AnsiSt
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备
StringConvertor
- 可以在string, char *, wstring, wchar_t *之间任意转换!-In the string, char*, wstring, wchar_t* conversion between the arbitrary!
vscap2.0
- 1.解决了不能将avi文件保存在含有中文字符的路径下: 将AVISaveV()函数替换为AVISaveVW(()函数. 修改部分在Merge_Video_And_Sound_File()函数中: fccHandler[1] = galpAVIOptions[1]->fccHandler wchar_t * wout //2008.4.3 pm wout=output_avi_path.
chartest
- wchar_t和char互相转换的例子,例子中应用了MultiByteToWideChar和WideCharToMultiByte两个函数-wchar_t and char conversion examples of each other, for example, the application of the two functions MultiByteToWideChar and WideCharToMultiByte
wchar_t
- vc中常用数据格式转换,如wchar_t,char*,CString,int等。-vc commonly used data format conversion, such as wchar_t, char*, CString, int, etc..
simpleini-4.8.2(2)
- Ini文件读写源代码,支持多种操作平台 - support for multi-line values (values with embedded newline characters) - optional support for multiple keys with the same name - optional case-insensitive sections and keys (for ASCII char
xTool
- 常用字符类型转换 多字符转unicode Cstring转 char 等-Cstring Unicode char wchar_t
ANSICaUNICODE
- 关于ansic 和 unicode 以及TCHAR、wchar_t、char及字符串处理函数区别(转)-About ansic and unicode and TCHAR, wchar_t, char, and string handling functions difference (r)
CSerialPort
- 能在Unicode环境下使用的CSerialPort类。主要char和wchar_t两者之间的转换。-Can be used in a Unicode environment CSerialPort class. Between the two main char and wchar_t conversion.
strconv
- 如何在各种字符串类型之间进行转换 本主题演示如何将各种 Visual C++ 字符串类型转换为其他字符串。 可以转换的字符串类型包括 char *、wchar_t*、_bstr_t、CComBSTR、CString、basic_string 和 System.String。 在所有情况下,在将字符串转换为新类型时,都会创建字符串的副本。 对新字符串进行的任何更改都不会影响原始字符串,反之亦然。 -How to: Convert
1
- C/C++中编码转化 ANSI转Unicode Unicode转ANSI UTF8转Unicode Unicode转UTF8 wchar_t* 转 char* char*转 char* UTF8转ANSI ANSI转UTF8-ANSI the C/C++ encoded into turn the of Unicode Unicode turn ANSI UTF8
icu_string_conversions_unittest
- Given a null-terminated string of wchar_t with each wchar_t representing for Linux.
opcsvrsdk
- 史上最简单的OPC Server SDK开发包,最少只需调用4个函数即可完成一个OPC Server的开发。不需要知道OPC规范、也不需要知道任何COM/DCOM、ATL、MFC的知识,不需要理解wchar_t、BSTR等宽字符,甚至不需要理解注册表操作和命令行参数。只需要会C++和会使用标准DLL即可。-The history of the most simple OPC Server SDK development kit, jus