搜索资源列表
Delphi 7.0常用函数速查手册
- 函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程没有返回值,而函数能有返回值。 在Delphi 7.0中,已为我们定义好了非常多的函数,大致分类有6种:数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-function sentence by one or more code components, can achieve a
delphi02
- delphi字符串标准函数调用方面的资料,请需要的朋友下。-standard function call the information requested under a friend in need.
字符串汉字统计
- 《Delphi 7经典问题解析》源代码____字符串汉字统计.rar《Delphi 7经典问题解析》源代码____字符串汉字统计.rar-"Delphi 7 classic problem resolution" source code ___ string Chinese statistics. Rar "De lphi seven classic problem resolution "source code ___ string Chinese st
17KDelphi
- 一个只有17K的Delphi字符串加密程序源码
jiami
- delphi字符串加密,可以将delphi源代码中的字符串作加密处理,发布程序前可以用。虽然加密算法简单,但因为密码是随机生成的,所以还是可以起到一定的保护作用的。
delphi 字符串加密
- delphi 写的字符串加密样例
delphi字符串函数
- delphi
AES.rar
- 比较严谨的算法,分别针对字符串、文件、流的加密解密算法,, Respectively, for string, file, stream encryption and decryption algorithm
Pinyin.rar
- unit pinyinfunction //汉字拼音相关的函数定义单元 Function GetHZPY(HZstr: String):String //将任意字符串中的汉字换成拼音首字母(大写) function GetPYIndexChar(hzchar: string):char //将一个汉字转化成拼音首字母(大写) ,unit pinyinfunction // the function of Chinese characters spelling
RC4-Delphi.rar
- RC4 加密解密单元delphi版 附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。 函数名: Rc4_StrEncrypt() 描 述: RC4 Based string encryption 参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型); s_EncryptText ——待加密(解密
MD5
- 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
cardread
- 本读卡用于明华rf35读写器,读写所有的m1号序号,主要用于将射频读写器中的内容读写到你需要的环境里(能接受字符串的当前焦点)。读卡有2种方式。一种是虚拟键盘的方式,另一种是剪贴板方式。这2种方式的区别是:剪贴板方式把读卡的信息放到剪贴板内存中去了,替换了剪贴板内存中的内容,而虚拟键盘的方式则是模拟键盘输入的形式,没替换剪贴板内存中的内容-The reader for the Ming Wah rf35 reader, read and write all of the m1 serial nu
zf
- DELPHI字符串加密算法,加密和解密函数源码-DELPHI string encryption algorithm, encryption and decryption function of source
qzdzfc
- 取指定字符串源码-Take a specified string source
zfcjdjm
- 字符串简单加密 delphi字符串简单加密-delphi zifuchuanjiandanjiami
Advance-Search-And-Replace(DELPHI)
- 对任意类型的文件中的内容进行字符串查找替换的高级工具软件源代码,用DELPHI编写。1.支持两种线程模式进行查找或替换:单线程、多线程 2.支持任意格式文件中查找,文件名支持通配符,可同时支持多种文件名 3.查找、替换内容支持使用二进制数据(16进制格式)或普通文本格式 4.支持替换备份,对不慎误替换的文件可以进行还原,防止误操作 5.使用内存搜索方式,速度很快 6.完全免费,提供完整源代码,没有任何功能限制 。-For any type of file contents s
Delphi code
- Delphi 字符串转 机内码 Delphi10.1(Delphi10.1 String transfer code)
检测xxxxxxxxxx位开始后的xxxxxxxxxx字符
- delphi检测任意位字符或字符串,字符串中间的字符(Detection of arbitrary character or string)
delphi ex生成二维码
- 用delphi 生成二维码,根据字符串可以生成便于扫描的二维码(expenses; outlay; usefulness; hence; therefore)
我编写的delphi字符串炸开分割车成动态数组的库MyUtils
- 我编写的delphi字符串炸开分割车成动态数组的库MyUtils,很好用哦,