Welcome![Sign In][Sign Up]
Location:
Search - mbcs

Search list

[File OperateTextFileIO_src

Description: Reading or writing a line from/to an ANSI/Unicode encoded text file in Unicode/MBCS applications-Reading or writing a line from / to an ANSI / U nicode encoded text file in Unicode / MBCS appli cations
Platform: | Size: 4373 | Author: 周惠 | Hits:

[TCP/IP stackmbcs

Description: 一个组播的源代码,可以加入一个组播,然后可以往这个组播上发送数据-a multicast source code, can join a multicast, which can then be multicast to send the data
Platform: | Size: 8805 | Author: 胡永春 | Hits:

[Windows Developsimpleopt-2.8

Description: Cross platform command line parsing and file globbing By brofield. Parse almost any of the standard command line formats in use today with the same code on both Windows and Un*x. Includes full processing of filename wildcards (glob). Fully MBCS and Unicode enabled. http://www.soft234.com
Platform: | Size: 49511 | Author: LiuZP | Hits:

[Windows Developsimpleopt-doc

Description: Cross platform command line parsing and file globbing By brofield. Parse almost any of the standard command line formats in use today with the same code on both Windows and Un*x. Includes full processing of filename wildcards (glob). Fully MBCS and Unicode enabled.
Platform: | Size: 66396 | Author: LiuZP | Hits:

[Windows DevelopTextFileIO

Description: Reading or writing a line from or to a text file maybe a very common task in programming. The CTextFileIO class wants to simplify this task, whatever your text file encoding type be, and your program environment could be ANSI or Unicode. The class properly reads/writes a text file in ANSI, UTF-8, UTF-16 Little Endian, and UTF-16 Big Endian encoding. Its aim is to simplify read/write a line from/to a Unicode or ANSI encoded text file in a MBCS program or in a Unicode program. You don't have to bother about the file's encoding type or your program's environment, it does all this work for you. The class can read or write a text file created by Notepad or any Notepad compatible editor like UltraEdit or EditPlus in ANSI, UTF-8, Unicode, or Unicode Big endian encoding.
Platform: | Size: 4048 | Author: windfall | Hits:

[File OperateTextFileIO_src

Description: Reading or writing a line from/to an ANSI/Unicode encoded text file in Unicode/MBCS applications-Reading or writing a line from/to an ANSI/U nicode encoded text file in Unicode/MBCS appli cations
Platform: | Size: 4096 | Author: 周惠 | Hits:

[TCP/IP stackmbcs

Description: 一个组播的源代码,可以加入一个组播,然后可以往这个组播上发送数据-a multicast source code, can join a multicast, which can then be multicast to send the data
Platform: | Size: 8192 | Author: 胡永春 | Hits:

[Windows Developsimpleopt-2.8

Description: Cross platform command line parsing and file globbing By brofield. Parse almost any of the standard command line formats in use today with the same code on both Windows and Un*x. Includes full processing of filename wildcards (glob). Fully MBCS and Unicode enabled. http://www.soft234.com-Cross platform command line parsing and file globbingBy brofield. Parse almost any of the standard command line formats in use today with the same code on both Windows and Un* x. Includes full processing of filename wildcards (glob). Fully MBCS and Unicode enabled. http://www.soft234.com
Platform: | Size: 49152 | Author: LiuZP | Hits:

[Windows Developsimpleopt-doc

Description: Cross platform command line parsing and file globbing By brofield. Parse almost any of the standard command line formats in use today with the same code on both Windows and Un*x. Includes full processing of filename wildcards (glob). Fully MBCS and Unicode enabled.-Cross platform command line parsing and file globbingBy brofield. Parse almost any of the standard command line formats in use today with the same code on both Windows and Un* x. Includes full processing of filename wildcards (glob). Fully MBCS and Unicode enabled.
Platform: | Size: 69632 | Author: LiuZP | Hits:

[MultiLanguageMBandWC

Description: 选择字符集,输入一个双字节字,点击“Get”按钮,得到其对应的Unicode编码。注意:同一个字形,如果字符集不同,MBCS编码很可能不同,但其Unicode编码相同。-Select character set, enter a double-byte characters, click " Get" button, and get its corresponding Unicode encoding. Note: the same shape, if a different character set, MBCS encoding is likely to be different, but its the same as Unicode encoding.
Platform: | Size: 268288 | Author: TianYi | Hits:

[Windows Develop(2009042115)Trans2UNICODE

Description: mbcs源代码转成unicode源代码 以前做过很多项目,都是多字节的,最近做了几个库,用的是unicode,实在不愿意再针对那些函数,做一套ansi的,于是想着自己做个小工具,把以前整个项目的代码,都改成unicode函数,比如strcpy替换成lstrcpy,"字符常量"替换成_T("字符常量"),这种方式的好处就是两种编码方式,可以快速切换。 -translate mbcs code to unicode code
Platform: | Size: 1110016 | Author: chenfeng | Hits:

[OtherFontMaker_demo_v1.03

Description: 1. 支持Windows的所有字符集。 中(简繁),日,韩,西欧,中欧,泰文,西里尔文。。。 2. 支持 unicode 与 内码(MBCS)两种编码格式的字库 3. 支持对单个字符的编辑修改保存。 4. 支持不同大小点阵 (16, 24, 32 。。。) 5. 支持字符集组合(只针对unicode编码格式) ,不包含的字符集将不会生成点阵信息。(如:西欧 + 简中 + 日文 + 。。。) 6. 提供详细文档和Demo程序(C语言编写)-1. 支持Windows的所有字符集。 中(简繁),日,韩,西欧,中欧,泰文,西里尔文。。。 2. 支持 unicode 与 内码(MBCS)两种编码格式的字库 3. 支持对单个字符的编辑修改保存。 4. 支持不同大小点阵 (16, 24, 32 。。。) 5. 支持字符集组合(只针对unicode编码格式) ,不包含的字符集将不会生成点阵信息。(如:西欧+ 简中+ 日文+ 。。。) 6. 提供详细文档和Demo程序(C语言编写)
Platform: | Size: 754688 | Author: wujianguo | Hits:

[Windows CEsimpleini-4.8.2(2)

Description: 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 characters only) - saves files with sections and keys in the same order as they were loaded - preserves comments on the file, section and keys where possible. - supports both char or wchar_t programming interfaces - supports both MBCS (system locale) and UTF-8 file encodings -This component allows an INI-style configuration file to be used on both Windows and Linux/Unix. It is fast, simple and source code using this component will compile unchanged on either OS. @section features FEATURES - MIT Licence allows free use in all software (including GPL and commercial) - multi-platform (Windows 95/98/ME/NT/2K/XP/2003, Windows CE, Linux, Unix) - loading and saving of INI-style configuration files - configuration files can have any newline format on all platforms - liberal acceptance of file format - key/values with no section - removal of whitespace around sections, keys and values - 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 characters only) - saves files with sections and keys in the same order as they were loaded - preserves comments
Platform: | Size: 56320 | Author: michael | Hits:

[Windows DevelopAllStringTraining

Description: 在开发过程中,我们常常会遇到ASCII、Unicode以及MBCS等不同类型的字符串,而且还需要经常进行转换操作。本文先介绍字符的编码方式、各种基本字符串类型,然后说明相关的帮助类,如CComBSTR、_bstr_t、CString和basic_string等,最后讨论在它们之间以及和其他的数据类型的转换方法。-In the development process, we often encounter ASCII, Unicode and MBCS and other different types of strings, but also frequently change operation. This article first introduces the character encoding of basic string type, and then explain the relevant helper class, such as CComBSTR, _bstr_t, CString and basic_string, etc. Finally, and between them and other data types of conversion methods.
Platform: | Size: 66560 | Author: 姜爱逢 | Hits:

[Windows DevelopVC-internat

Description: 本文主要讲解以下内容   (1)CAsyncSocket类编程模式。   (2)CSocket类编程模式。   (3)CSocketFile类和CArchive类简介。   通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsyncSocket类 的成员函数中都可以找到它们对应的函数。一个CAsyncSocket对象就代表着一个Windows Socket, 使用这个类进行网络编程,就要求程序员对网络通信和Socket编程模式有相当的了解,因为程序员 要自己编写程序处理阻塞、字节顺序以及Unicode与MBCS之间的转换等问题。 -This text mainly explains in detail a following contents (1)CAsyncSocket weave distance mode. (2)CSocket weave distance mode. (3)CSocketFile and CArchive brief introduction. Pass study, can control CAsyncSocket and CSocket plait distance mode, understand CSocketFile and CArchive.CAsyncSocket pursued a postting Winsock function, the introduction led before of the Winsock function is in CAsyncSocket Of member function amid can find out it
Platform: | Size: 24576 | Author: AAA | Hits:

[Internet-NetworkAnyChatCoreSDK_Win32(MBCS)_V4.0

Description: 网络上会牛的网络编程,点对点聊天工具.socket套接字实现、-Cattle on the network the network programming, peer to peer chat. Socket socket implementation,
Platform: | Size: 4346880 | Author: lqf | Hits:

[ICQ-IM-ChatAnyChatCoreSDK_Win32(MBCS)_V4.0

Description: AnyChatCoreSDK_Win32(MBCS)_V4.0.rar 即时通信的软件 可以多用户视频通话-AnyChatCoreSDK_Win32 (MBCS) _V4.0.rar instant messaging software that can be multi-user video calls
Platform: | Size: 4290560 | Author: frank | Hits:

[Multimedia DevelopAnyChatCoreSDK_Win32(MBCS)_V4.1

Description: 佰锐多媒体应用开发库,应用例程,库文件,dll文件-Bai Rui multimedia application development library, application routines, library files, dll files
Platform: | Size: 8829952 | Author: 九霄云 | Hits:

[P2PAnyChatCoreSDK_Win32(MBCS)_V4.2

Description: 这是一个P2P视频会议开发工具包,它支持C#和C++等编程语言。-This is a SDK for programming video conference system.
Platform: | Size: 5129216 | Author: 林场 | Hits:

[ActiveX/DCOM/ATLIN-ATL

Description: UNICODE及MBCS/DBCS和ANSI/SBCS及TCHAR/_TCHAR使用过程中的一个详细总结 希望对您有帮助-UNICODE and MBCS/DBCS and ANSI/SBCS and TCHAR/TCHAR _ during use of a detailed summary I hope for your help
Platform: | Size: 4096 | Author: ffl | Hits:
« 12 »

CodeBus www.codebus.net