Welcome![Sign In][Sign Up]
Location:
Search - unicode to an

Search list

[SourceCodeSDI_Note_demo.zip

Description: This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique 这是一个与记事本类似的简单的SDI应用程序,演示了怎样使用MFC来支持 Unicode,对指定的菜单条目进行Turkmenize标签化。实际上,Windwos 2000并不支持Turknen,因此,创建了那些菜单资源以便那些字符串可以在Turknen中显示,为此我必须开发其它的技术。 来源: http://www.codeguru.com/advancedui/SDI_Note.html
Platform: | Size: 11402 | Author: | Hits:

[CSharpTextExchangeSrc12源代码

Description: 本软件用于将文本的字符串转换为 Text、ASCII、Default、Unicode、BigEndianUnicode、UTF-8、UTF-7、GBK、BIG5 之间的互相转换,用于文本查询。转换结果使用十六进制表示。   本软件是一个开放源代码软件,遵循 GPL 协议,版权属于所有开发者共同拥有,对于使用本软件源代码的任何软件,也必须使用 GPL 协议采用开放源代码的方式发布,具体细节请参见 license.txt 。-software for the text string to Text, ASCII, Default, Unicode, BigEndianUnicode, UTF-8, UTF-7, GBK, BIG5 among the conversion, the text for inquiries. Conversion results using hexadecimal representation. The software is an open source software, follow the GPL, the copyright belongs to all the developers in common ownership, for the use of the software source code of any software, we must also use the GPL open-source approach to the release, the specific details please see License.txt.
Platform: | Size: 34205 | Author: lee | Hits:

[GUI Developtableq

Description: 构建 GB2312 汉字库的 unicode 码表嵌入式系统总离不了处理汉字。一般汉字的处理方法是(以手机接受短信为例):比如你收到了一封短信,该短信解码后是按照 UTF-16 表示的,那么我们需要根据每一个汉字的unicode 码找到它在 GB2312 库中的位置,然后再用对应的点阵数据在屏幕上显示出来。 -GB2312 Store Construction of unicode code table from the total embedded system can handle Chinese characters. Ordinary Chinese method of disposal is (to accept phone messages for example) : For example, you received an SMS, after decoding the messages is UTF-16 said, we need every one of the Chinese characters unicode code found in GB2312 repository location, Then the corresponding lattice data on the screen is displayed.
Platform: | Size: 1367 | Author: qifang | Hits:

[Speech/Voice recognition/combineMS-agent

Description: msagent说明文档。机器人接口 Agent,COM,角色,语音识别,语音合成。 对Agent编程的方法主要有使用VB,VC等语言进行ActiveX调用,除此之外还有直接通过VC进行COM编程调用。在VB中调用Agent是最简单不过了,但由于VB程序本身存在诸多缺陷,很难在实际中应用。而在VC中,由于Agent内部完全采用了UNICODE编码,同时还要处理各种繁杂的COM接口,从而也存在一定的问题。AgentShell是建立在Agent和应用程序之间的一个外壳程序,通过它可将Agent复杂的COM接口封装起来,转变为简单的函数调用,很好的实现对Agent的控制。同时AgentShell也作为一个独立的程序,可处理英文自动朗读等功能,本文将详细介绍其实现原理。 (一) 原理介绍 AgentShell和Agent Server的连接是通过COM调用来实现的,对于与应用程序的通信是通过WM_COPYDATA消息来实现的, 下图表示出AgentShell与其它程序的关系: [ Agent Server ] ¦ [ COM调用 ] ¦ [ AgentShell ] ¦ [ 消息 ] ¦ [ 应用程序 ]-msagent documentation. Robot Interface Agent, COM, role, voice recognition, voice synthesis. Right Agent programming method mainly used VB, VC language called ActiveX. in addition to direct VC calls for COM programming. In VB called Agent is the most simple, but VB program itself, there are many shortcomings, very difficult to be applied in practice. The VC, as Agent completely within the UNICODE coding, Meanwhile, we need to deal with various complicated COM interface, so there are some problems. AgentShell is based on the Agent and applications between a shell, through its Agent can be complicated COM interface package, changing to a simple function call. to achieve good control of the Agent. While AgentShell also as an independent process, can be handled automatically read English and o
Platform: | Size: 721552 | Author: xpnt | 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: 4373 | Author: 周惠 | Hits:

[Other resourceUnicode.Demystified

Description: Offers an in-depth introduction to the encoding standard and provides the tools and techniques necessary to create today s globally interoperable software systems. Presents strategies for implementing various aspects of the standard. Softcover.
Platform: | Size: 7438263 | Author: wsj | Hits:

[SourceCodeSDI_Note_demo

Description: This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique 这是一个与记事本类似的简单的SDI应用程序,演示了怎样使用MFC来支持 Unicode,对指定的菜单条目进行Turkmenize标签化。实际上,Windwos 2000并不支持Turknen,因此,创建了那些菜单资源以便那些字符串可以在Turknen中显示,为此我必须开发其它的技术。 来源: http://www.codeguru.com/advancedui/SDI_Note.html- This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique .
Platform: | Size: 11264 | Author: 徐丽志 | Hits:

[CSharpTextExchangeSrc12源代码

Description: 本软件用于将文本的字符串转换为 Text、ASCII、Default、Unicode、BigEndianUnicode、UTF-8、UTF-7、GBK、BIG5 之间的互相转换,用于文本查询。转换结果使用十六进制表示。   本软件是一个开放源代码软件,遵循 GPL 协议,版权属于所有开发者共同拥有,对于使用本软件源代码的任何软件,也必须使用 GPL 协议采用开放源代码的方式发布,具体细节请参见 license.txt 。-software for the text string to Text, ASCII, Default, Unicode, BigEndianUnicode, UTF-8, UTF-7, GBK, BIG5 among the conversion, the text for inquiries. Conversion results using hexadecimal representation. The software is an open source software, follow the GPL, the copyright belongs to all the developers in common ownership, for the use of the software source code of any software, we must also use the GPL open-source approach to the release, the specific details please see License.txt.
Platform: | Size: 33792 | Author: lee | Hits:

[GUI Developtableq

Description: 构建 GB2312 汉字库的 unicode 码表嵌入式系统总离不了处理汉字。一般汉字的处理方法是(以手机接受短信为例):比如你收到了一封短信,该短信解码后是按照 UTF-16 表示的,那么我们需要根据每一个汉字的unicode 码找到它在 GB2312 库中的位置,然后再用对应的点阵数据在屏幕上显示出来。 -GB2312 Store Construction of unicode code table from the total embedded system can handle Chinese characters. Ordinary Chinese method of disposal is (to accept phone messages for example) : For example, you received an SMS, after decoding the messages is UTF-16 said, we need every one of the Chinese characters unicode code found in GB2312 repository location, Then the corresponding lattice data on the screen is displayed.
Platform: | Size: 1024 | Author: qifang | 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:

[GIS programUnicode.Demystified

Description: Offers an in-depth introduction to the encoding standard and provides the tools and techniques necessary to create today s globally interoperable software systems. Presents strategies for implementing various aspects of the standard. Softcover.
Platform: | Size: 7438336 | Author: wsj | Hits:

[OS programurl_unicode

Description: 因为在编写一个应用程序中需要访问网页,URL中带中文,发现在后台保存到数据库中的数据是乱码。原来是API函数 InternetCanonicalizeUrl()并不支持中文的编码,花了大量时间亦找不到合用的API函数,回头一想,自己写个函数比上网找更快,就动手写了这个类CUrlEncodeUnicode。此源程序经精心设计,运行速度非常高,可胜任于高性能应用场合。-Since in the preparation of an application need to access the page, URL in the band English, found in the background is saved to the data in the database are garbled. The original API functions are InternetCanonicalizeUrl () does not support the encoding of English, spent a lot of time can not find the combination of the API function, think back to one that they write a function faster than the Internet to find, on the hands of the Writing category CUrlEncodeUnicode. This source by the well-designed, very high speed, can be competent in high-performance applications.
Platform: | Size: 9216 | Author: editasp | Hits:

[IME Developchange

Description: 本人根据网络的文章写的几种格式转换程序,非常有现实价值,可以直接执行。为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, UTF8 string conversion and write between the text file. Extraneous: PUDN clemency can not let me upload it 5. . .
Platform: | Size: 29696 | Author: aaaaaaaa | Hits:

[GDI-Bitmapphp-Unicode-0.1.3

Description: php-Unicode 轉換 this A number of minor inconveniences-2008-08-26- v0.1.2 * This release resolves an issue with Unicode_String::ToLower(). A number of minor inconveniences (such as errors in the documentation) were also fixed. All unquoted barewords were also removed, to avoid E_STRICT errors. This version requires PHP 5. 2006-04-26- v0.1.1 * This release updates the block database and introduces phpdoc documentation. 2006-04-07- v0.1.0 * There was a bug with XML/HTML encoding, this is fixed now. 2006-02-06- v0.0.3 * This release is compatible with PHP 4.x. 2005-12-14- v0.0.2 * This release adds more string-like functions to Unicode_String (eg explode(), strpos(), trim(), reverse(), cmp()). Unicode_Character can now includes a method to list the homoglyphs for a specific character. 2005-11-01- v0.0.1 * Initial release. -- $Id: ChangeLog,v 1.6 2008/08/26 10:04:21 gavin Exp $
Platform: | Size: 148480 | Author: mm | Hits:

[File OperateCIni

Description: Ini文件读写通用类,主要用于多字节的工程中,下个版本将会增加在Unicode下写ini文件的功能。-Ini file to read and write generic classes, mainly for multi-byte of the project, the next version will be an increase in Unicode to write under the ini files.
Platform: | Size: 2048 | Author: 刘晔瑛 | Hits:

[OtherMy_Ansi_To_Unicode

Description: Ansi 到Unicode相互转换,同时还有注释,非常适合在USB的字符串开发-Conversion between Ansi to Unicode, along with notes, very suitable for development in the USB string
Platform: | Size: 95232 | Author: sunli | Hits:

[Windows DevelopChartCtrl_demo

Description: 高速绘图(当轴固定),允许快速的数据绘制 无限数量的系列(内存的限制) 无限量的数据线,点,面, 标准,对数或日期/时间轴线 自动,和/或倒置轴(相互独立) 轴标签 点标签 光滑曲线 格 图例和标题 交互性(通知时,在特定事件发生的控制) 支持手动变焦和鼠标淘金 支持游标 支持滚动的轴 高度可定制的(颜色,标题,标签,边缘,字体等) 支持Unicode 支持打印和保存到一个图像文件-High-speed graphics (when axis fixed), allowing rapid data drawn unlimited number of series (memory limitations) an unlimited number of data lines, points, surfaces, standard on the number or date/time axis Zi Dong, and/or inversion axis (between independent) labels smooth curve point axis labels and titles interactive grid legend (notice in particular the control of the incident) to support manual zoom and pan for gold to support the mouse cursor support the roll axis highly customizable (colors, title, label, edge, fonts, etc.) to support Unicode support print and save it to an image file
Platform: | Size: 808960 | Author: yaoyao | Hits:

[VC/MFCfy-unicode

Description: Unicode是国际组织制定的可以容纳世界上所有文字和符号的字符编码方案。Unicode用数字0-0x10FFFF来映射这些字符,最多可以容纳1114112个字符,或者说有1114112个码位。码位就是可以分配给字符的数字。UTF-8、UTF-16、UTF-32都是将数字转换到程序数据的编码方案-Unicode is an international organization established to accommodate all the world' s text and symbols of the character encoding scheme. Unicode numerals 0-0x10FFFF to map these characters can hold up to 1,114,112 characters, or bits are 1,114,112 yards. Code bits that can be assigned to the number of characters. UTF-8, UTF-16, UTF-32 are converted to process digital data encoding scheme
Platform: | Size: 4096 | Author: 凌风 | Hits:

[Delphi VCLsynpdf

Description: Synopse PDF engine is an Open Source PDF document creation library for Delphi, embedded in one unit. Among its features, you can use a true TCanvas to create the PDF content, and embed True Type fonts subsets. Handle Unicode, bitmaps, metafiles, rich edit, bookmarks and links. Can generate PDF/A-1 files and be associated to an easy report builder, with preview.
Platform: | Size: 385024 | Author: robt | Hits:

[Web Serverfy-unicode

Description: Unicode是国际组织制定的可以容纳世界上所有文字和符号的字符编码方案。Unicode用数字0-0x10FFFF来映射这些字符,最多可以容纳1114112个字符,或者说有1114112个码位。码位就是可以分配给字符的数字。UTF-8、UTF-16、UTF-32都是将数字转换到程序数据的编码方案。-Unicode is an international organization to accommodate all the characters and symbols in the world of character encoding scheme. Unicode with the number 0-0x10FFFF to map these characters, can accommodate up to 1114112 characters, or 1114112 yards. A code bit is a number that can be assigned to a character. UTF-8, UTF-16, and UTF-32 are encoding schemes that convert numbers to program data.
Platform: | Size: 6144 | Author: gw | Hits:
« 12 3 4 »

CodeBus www.codebus.net