CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 Dephi控件源码 搜索资源 - 字符串转换

搜索资源列表

  1. Delphimd5DEMO

    0下载:
  2. 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换-1, MD5String, MD5File, MD5Print. 4 MD5Match this function is called for. The other is used to support several functions
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:16.42kb
    • 提供者:kingsay
  1. 繁简体互相转换

    0下载:
  2. 繁简转换控件属性:Mode:(GBtoBig,BigtoGb)GbtoBig:进行简繁转换;BigtoGb:进行繁简转换;方法:SetString(ss:string)返回字符串ss的转换结果(返回繁,简体视mode设定而确定).-simplified change control attributes : Mode : (GBtoBig, BigtoGb) GbtoBig : for signpost; BigtoGb : for simplified conversion; Methods
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:25.23kb
    • 提供者:何智峰
  1. MD5

    2下载:
  2. DELPHI MD5加密 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。-DELPHI MD5 encryption 1, MD5String, MD5File, MD5Print, MD5Match the four f
  3. 所属分类:Delphi VCL

    • 发布日期:2016-07-30
    • 文件大小:9.13kb
    • 提供者:韩夜
  1. datamatrixcodingprocedures

    0下载:
  2. data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1.26mb
    • 提供者:gdq
  1. testStrtoXDef

    0下载:
  2. 字符串转换为各种类型,很多人用Try Except去做,这样不但调试不方便,也是不经济的,试下这段代码。-String is converted to various types, Try Except with a lot of people do, so that debugging is not only inconvenient, is not the economy, the code under test.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:177.82kb
    • 提供者:kendychong
  1. strto2

    0下载:
  2. 字符串转成二进制字符串,再由二进制转换成字符串-String into a binary string, and then converted from binary string
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:170.9kb
    • 提供者:
  1. PublicUnit

    0下载:
  2. 常用函数,字符串,TGrid表格操作,类型转换-Commonly used function, string, TGrid form operations, type conversion
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:19.17kb
    • 提供者:faller
  1. at_send

    0下载:
  2. 通过at发送手机短信.转字符串转换为Unicode代码,例如“中”的unicode代码为 4E2D,(好像是将中字的ASCII码分开,分别转成16进制)-At sending text messages via mobile phones. Turn the string is converted to Unicode code, such as " in progress" unicode code 4E2D, (as if the word is the ASCII cod
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:LYC
  1. xyTypeConv

    0下载:
  2. delphi 关于各种字符串转换和处理的函数-delphi string conversion and handling of various functions
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:3.62kb
    • 提供者:ffuy
  1. StrFuncs

    0下载:
  2. 一个字符串处理类,包含中文拼音转换、简繁转换、随机字符、字符编码转换、字符比较等,非常方便的类。-A string handling class that contains the Chinese Pinyin conversion, convert all models, random characters, character encoding, character comparison, very easy class.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:118.25kb
    • 提供者:小小书童
  1. Delphi7functions

    1下载:
  2. Delphi7函数速查,包含常用的数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-Quick Delphi7 functions, including common data type conversion functions, string, array function, file, disk manipulation functions, memory, pointer manipulation functions, math fu
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6.24kb
    • 提供者:ninja
  1. code

    1下载:
  2. Delphi中有很多人分享如何用StrToInt将字符串转换为整数,但是在很多时候当需要用Byte(即十六进制用8位表示)来写出时就束手无策了。还有就是怎么将8位的十六进制数转换为十进制时也没有可以参考的了。本文试图给一个答案,可以使大家省些时间。-In Delphi there are a lot of sharing about using StrToInt but it givs out a String format, it has a problem when you are goin
  3. 所属分类:Delphi VCL

    • 发布日期:2016-01-22
    • 文件大小:3kb
    • 提供者:zenger
  1. Stringtobyte

    0下载:
  2. 一个小程序,可以非常清楚地进行字符串与ACSCII码之间的相互转换。对于Delphi工程师非常有用。-A small program that can do both directional conversion from string to ASCII code. It is very useful for Delphi engineers.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:174.97kb
    • 提供者:zenger
  1. Delphi_Conver

    0下载:
  2. 10进制转换2,8,16 进制 2进制转换10,8,16 进制 八进制转换成二进制字符串
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:2.66kb
    • 提供者:vivi
  1. hanzizifuchuanzhuan16jinzhi

    0下载:
  2. 带汉字字符串转换成16进制, 任意形式的输入均可转换-With a Chinese character string converted to hexadecimal, any form of input can be converted
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:166.37kb
    • 提供者:jiecai
  1. TsyXMLTable

    0下载:
  2. 将XML文件或字符串转换成数据集,将数据集转换成XML文件或字符串-The XML file or string into a dataset, the dataset into an XML file or string
  3. 所属分类:Delphi VCL

    • 发布日期:2017-10-31
    • 文件大小:150.87kb
    • 提供者:王心惟
  1. hexconversion

    0下载:
  2. Delphi转换进制,可实现的功能:将16进制字符串转换成十进制整数、16进制AI转换成10进制数、2进制和十进制之间的转换、十进制数32转换成2进制数00000100000、2进制数01110转换成10进制数、将十进制整数转换成任意16进制以内的字符串、将10进制转换成罗马字符10进制数20转换成罗马进制数XX。有些进制间的转换平时见的不多,因此本源码还是有一定参考价值的。-Delphi conversion system, can realize the function: the 16 h
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4.35kb
    • 提供者:gpudn67
  1. getprocessid

    0下载:
  2. delphi获取进程连接端口,是一个进程连接端口查看器的源码,可输出TCP连接表,获取UDP连接表,将连接表信息保存到文件,创建进程快照,根据文件名查找文件信息,根据进程ID查找可执行文件路径,根据进程ID查找可执行文件名,将连接状态转换为说明字符串,获取TCP连接表的IP帮助函数声明等。-Delphi access to the process of connecting port, a port process viewer source code, can output the TCP c
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:14.78kb
    • 提供者:lpudn17
  1. Delphidatestring

    0下载:
  2. Delphi如何将日期转换成字符串呢?Delphi新手可参考的一个代码,源代码在Delphi中可完美编译运行,如示例截图所示。程序将借助Excel2000中的相关组件实现。-How Delphi the date into a string? A code Delphi novice can refer to, the source code can be compiled to run in Delphi, such as the example shown in the screenshot
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:5.87kb
    • 提供者:wpudn52
  1. DX10.1-strtohex

    0下载:
  2. 原来的很多中方法在android中都不在支持了,现在我已经找到解决方法了,可以把中英文字符串转换成十六进制字符串 delphi 10.1版本的哦-Many of the original method is not supported in android, now I have found the solution, can put the string converted to hexadecimal string Delphi 10.1 in both English and Chines
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-02
    • 文件大小:13.97mb
    • 提供者:黄启宝
« 12 »
搜珍网 www.dssz.com