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

Search list

[Develop ToolsDelphi 的内存管理器

Description: 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi memory manager. These data types, including the AnsiString. This means that the vast majority of Delphi procedures require memory management device
Platform: | Size: 509233 | Author: pl | Hits:

[ELanguageAnsiString

Description: 仿照C++ Builder自己编的 AnsiString 类,方便在非图形的C++编译器中使用。-modeled on the C Builder own addendum to the AnsiString category, facilitate non-graphical C compiler used.
Platform: | Size: 2967 | Author: zhangsh | Hits:

[Otherw

Description: // 数值转大写人民币函数 AnsiString NumToRMBStr(double val) // 正整数字符串转汉字函数,不建议单独使用 // 输入字符串必须正整数,只允许前导空格(必须右对齐),不宜有前导零
Platform: | Size: 2925 | Author: 李寻找 | Hits:

[SMSCodeCV

Description: Unicode到AnsiString的转换工具。在短信开发过程中,经常需要将Modem上收到的字符串进行解码,本代码就是完成上述功能。
Platform: | Size: 341788 | Author: szpapas | Hits:

[WEB CodeAnsiString

Description: AnsiString类是BCB中最常见类之一,了解它对以后深入学习BCB大有帮助
Platform: | Size: 8024 | Author: xuepeng | Hits:

[Menu controlqlabelToUTF-8

Description: 由 UTF-8 的 DB 轉去 AnsiString 的Quickreport 的Label
Platform: | Size: 984 | Author: Nick Tang | Hits:

[Special EffectsCpp1

Description: 边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name=\"1.bmp\" 中设定) 1.bmp、2.bmp用来测试尺度变换后图像的识别; 3.bmp、4.bmp用来测试尺度变换后图像的识别; 2.bmp、2_shift.bmp用来测试平移后图像的识别。 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 运行后文件夹应该有Image1.bmp,Image2.bmp,Image3.bmp,Image4.bmp; 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 边界直方图数据和归一化后直方图数据分别保存在histogram.txt和NormalHistogram.txt中。
Platform: | Size: 4680 | Author: 方哲 | Hits:

[IME Develop用API 作简繁体转换

Description: 经典:用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 iLen string = 0 / / need to change to the number of characters
Platform: | Size: 1156 | Author: WT | Hits:

[IME Develop用API 作简繁体转换

Description: 经典:用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 iLen string = 0// need to change to the number of characters
Platform: | Size: 1024 | Author: WT | Hits:

[BooksDelphi 的内存管理器

Description: 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi memory manager. These data types, including the AnsiString. This means that the vast majority of Delphi procedures require memory management device
Platform: | Size: 508928 | Author: pl | Hits:

[ELanguageAnsiString

Description: 仿照C++ Builder自己编的 AnsiString 类,方便在非图形的C++编译器中使用。-modeled on the C Builder own addendum to the AnsiString category, facilitate non-graphical C compiler used.
Platform: | Size: 3072 | Author: zhangsh | Hits:

[Otherw

Description: // 数值转大写人民币函数 AnsiString NumToRMBStr(double val) // 正整数字符串转汉字函数,不建议单独使用 // 输入字符串必须正整数,只允许前导空格(必须右对齐),不宜有前导零-//Values to uppercase function RMB AnsiString NumToRMBStr (double val)// positive integer string function to switch characters, it is not recommended to use a separate// input string must be a positive integer, allowing only leading spaces (to be right-justified), there should not be leading zeros
Platform: | Size: 3072 | Author: | Hits:

[SMSCodeCV

Description: Unicode到AnsiString的转换工具。在短信开发过程中,经常需要将Modem上收到的字符串进行解码,本代码就是完成上述功能。-Unicode to AnsiString conversion tools. In the message development process, often need to Modem received to decode the string, the code is the completion of the function.
Platform: | Size: 342016 | Author: | Hits:

[DocumentsAnsiString

Description: AnsiString类是BCB中最常见类之一,了解它对以后深入学习BCB大有帮助-AnsiString is BCB one of the most common category, understanding its depth study of BCB after the great help
Platform: | Size: 8192 | Author: xuepeng | Hits:

[Menu controlqlabelToUTF-8

Description: 由 UTF-8 的 DB 轉去 AnsiString 的Quickreport 的Label-UTF-8 from the DB to switch to the QuickReport AnsiString of Label
Platform: | Size: 1024 | Author: Nick Tang | Hits:

[Special EffectsCpp1

Description: 边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1.bmp、2.bmp用来测试尺度变换后图像的识别; 3.bmp、4.bmp用来测试尺度变换后图像的识别; 2.bmp、2_shift.bmp用来测试平移后图像的识别。 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 运行后文件夹应该有Image1.bmp,Image2.bmp,Image3.bmp,Image4.bmp; 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 边界直方图数据和归一化后直方图数据分别保存在histogram.txt和NormalHistogram.txt中。-Border direction histogram statistics. Canny algorithm used. Testing Photo caption: (image path name in the main function AnsiString name = 1.bmp set) 1.bmp, 2.bmp used to test scaling image identification 3.bmp, 4.bmp used to test After scaling the image identification 2.bmp, 2_shift.bmp used to test post-translational image recognition. Realize the output grayscale, smooth map, edge map, as well as dual-threshold edge map after the treatment running folder should have Image1.bmp, Image2.bmp, Image3.bmp, Image4.bmp realize grayscale output, smooth map, edge map, as well as dual-threshold edge map after the treatment border histogram data and normalized, respectively, after the histogram data stored in histogram.txt and in NormalHistogram.txt.
Platform: | Size: 4096 | Author: 方哲 | Hits:

[OtherBorlandC++BuilderVCLtransfer

Description: 文章介绍:1.将整数转换为AnsiString字符串 2.将整数转换为十六进制字符串 3.将AnsiString字符串转换为整数值-This paper introduces: 1. Will be an integer is converted to AnsiString string 2. Hexadecimal integer is converted to string 3. AnsiString string will be converted to integer value
Platform: | Size: 2048 | Author: 块解 | Hits:

[Windows DevelopAnsiString

Description:
Platform: | Size: 16384 | Author: 邓进锋 | Hits:

[ApplicationsAnsistring

Description: 结论就是我们不用担心VCL中AnsiString变量传值的 效率问题,另外即使是传值得到AnsiString对象,我们也不能对其内部数据直接进行修改(否则你的程序的某些功能模块可以会出现第一次运行正常第二次后就乱七八糟), 尤其是在多线程环境下。原因就不必多说了,大不了复制一份了事。-The AnsiString use Daquan
Platform: | Size: 84992 | Author: zhd | Hits:

[OtherAnsiString

Description: C++BUILDER AnsiString 使用大全,包含所有函数及说明注释。
Platform: | Size: 2048 | Author: 李旭斌 | Hits:
« 12 »

CodeBus www.codebus.net