搜索资源列表
dfm
- 通常情况下, 用Delphi开发的程序, dfm是作为资源嵌入可执行文件的, 这就或多或少地带来了一些安全方面的问题. 比如, 通过分析资源, 就能大致了解Form上用了哪些控件 甚至, 通过修改资源, 就可以达到修改程序界面的目的.. 这个小程序就是为了解决这一问题而作的尝试. 主要思路就是, 将dfm作为字符串变量, 保存在程序内部.. 至于代码, 基本上都是抄Delphi的, 只不过把从资源读改为从变量读, 仅此而已.. 如果您有更好的方法, 望不乞赐教,
qsting
- 快速字符串处理原代码!直接操作内存,功能非常强大!-Quick dealing with the original code string! Direct operation of memory, very powerful!
testStrtoXDef
- 字符串转换为各种类型,很多人用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.
at_send
- 通过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
DelphiSRTL
- Delphi常用的函数代码库,如crc、md5、字符串加密呀什么-Delphi code library commonly used functions, such as the crc, md5, string encryption呀what
DESCrypt
- DES 加密 delphi版程序代码,有字符串和十六进制两种-DES encryption delphi version of code, there are two kinds of string and hexadecimal
Delphi_Programming_classic_string_matching_code.ra
- Delphi编程开发匹配字符串经典代码Delphi Programming classic string matching code-Delphi Programming classic string matching code
DELPHI.Programming.code.string.list
- DELPHI编程开发字符串链表代码DELPHI Programming code string list -DELPHI Programming code string list
TPerlRegEx
- delphi正则表达式控件,很好用的。用来处理字符串,html代码功能强大。-delphi controls the regular expression, good use. Used to handle strings, html code, and powerful.
hanzi2piny
- 汉字字符串转拼音,代码简练,delphi xe2下可以正常使用。-Chinese to Pinyin string, concise code, to delphi xe2 under normal use.
Delphi_123858
- Delphi:运用Delphi实现的CRC32-Static静态加密实例,来自Delphi软件加密技术中的一个随书实例,代码内包括了一个基本的Crc32表,可取出指定字符串的CRC32校验值,也可取指定的文件的crc32校验值,加密操作步骤相当简单,看运行截图便知。 -Delphi: using CRC32-Static Static encryption example Delphi implementation, a software encryption technology from
Delphi_750127
- Delphi:Delphi环境下使用RSA算法加密字符串和文件的例子,代码文件较多,比较完整的例子,位数可设置为:128位、256位、512位、768位、1024位。相信通过这个RSA加密实例,你会学会如何运用Delphi语言进行RSA算法的加密技巧。 -Delphi: Delphi environment using the following example of RSA encryption algorithm strings and files, code files larger,
counterstring
- Delphi统计中英文字符个数,对一段含有英文和中文的字符串分别统计,显示出英文个数和中文文字数量,测试了下,源码在Delphi7中可直接编译,但运行时程序功能好像失效了,这里把代码发上来,想用或学习的,自己研究一下修正下。-Delphi statistical number in English character, string for a section containing English and Chinese respectively statistics, shows that t
Delphidatestring
- 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