您现在的位置:首页 >> 搜索"代码"
站内搜索
  • Delphi版金额大写(人民币大写读数)代码 2011-09-03 点击:922 评论:0
  • usesmath; const mnUnit:WideString ='分角元'; const OtherWords:WideString='整负'; const hzUnit:W...
  • Delphi使用Zlib示例代码 2011-09-03 点击:1359 评论:0
  • useszlib; //将Src使用Zlib压缩后存入Dst当中 procedure PackStream(const Src:TStream; Dst:TStream); var...
  • Delphi中预想不到的代码 2011-09-03 点击:563 评论:0
  • No.1 Delphi中的Include文件begin ShowMessage({$I File1.txt}; //有错吗? ShowMessage(UpperCase({$I F...
  • Delphi字符串转换成16进制ASM代码 2011-09-03 点击:1168 评论:0
  • function StrToHex(Const str: string): string;asm push ebx push esi push edi test eax,eax j...
  • Delphi获取真正随机数的代码 2011-09-03 点击:3901 评论:0
  • 一、常用的获取真正随机数的代码     我们都知道在Delphi中获取随机数的函数是Random(),比如我们要取得1-100的随机数,一般是使用Random(100)+1,但使用...
  • Delphi 线程池代码 2011-09-03 点击:1174 评论:0
  • TThreadsPool = class(TComponent) private csQueueManagment: TCriticalSection; csThreadManag...
  • Delphi中字符串隐藏写法 2011-09-03 点击:1240 评论:0
  • 具体请看示例代码:==================================================源码如下: 复制内容到剪贴板 代码:unit Unit1;in...
  • Delphi对数据进行BASE64编码/解码单元 2011-09-03 点击:1423 评论:0
  • 代码调用范例Uses CnBase64;CnBase64.Base64Encode(Edit1.Text, Psw64);全部单元代码已经打包 迅雷专用高速下载 ...
  • Delphi 2009泛型容器的两个严重Bug及深入分析 2011-09-03 点击:1117 评论:0
  • 1. 调用TObjectListT.Create(ownsObjects: Boolean)创建列表后可能报AV异常。代码示例: typeTPerson = classend;va...
  • Delphi编写Windows Product Key算法 2011-09-03 点击:570 评论:0
  • 代码单元已经打包,部分函数:function IS_WinVerMin2K: Boolean; // Check OS for Win 2000 or higherfunction...
  • 盒子文章(www.2ccc.com) © 2024 版权所有 All Rights Reserved.
  • 沪ICP备05001939号