频道分类
您的位置:网站首页 > 单元

delphi BufferedFileStream单元

varF:Text;sourceFile:textFile;//推荐用textFile速度会比Text快很多AssignFile(F,'data.txt');Ass…

类别:单元 标签: 作者:admin 日期:2020-10-11 22.03.25

Delphi 阿里云发送短信的Delphi单元

阿里云发送短信的Delphi单元

类别:单元 标签: 作者:admin 日期:2020-06-27 00.03.59

delphi 常用函数库

unitJrCommon;interfaceusesWindows,Messages,SysUtils,Classes,Graphics,Controls,Forms,Dialogs,ShellAPI…

类别:单元 标签: 作者:admin 日期:2020-06-02 11.09.09

delphi DBGridEhToExcel 单元文件

unitDBGridEhToExcel;interfaceusesSysUtils,Variants,Classes,Graphics,Controls,Forms,Excel2000,ComObj,…

类别:单元 标签: 作者:admin 日期:2020-03-06 00.03.07

delphi GUID单元

unituGUID;{采用的开源算法https://github.com/martinusso/ulid加已改造成32位有序GUID}interfaceusesDateU…

类别:单元 标签: 作者:admin 日期:2020-03-05 21.30.17

Delphi 进程程序多开调用单元

unitfun;interfaceusesWindows,Forms,SysUtils,TlHelp32,ActiveX,ComObj,ShlObj;procedureMutex;//进程互斥…

类别:单元 标签: 作者:admin 日期:2020-02-08 13.19.24

Delphi hex 相关单元

unitHEXE.Utils;interfaceusesSysUtils,StrUtils;typeTText=arrayofstring;procedureExChange(varC1,C2:Cha…

类别:单元 标签: 作者:admin 日期:2020-01-22 12.51.45

Delphi uCPUUsage 单元

CPUandRAMusageinformation*.pasforDelphix32/x64unituCPUInfo;(*lightweightunitforaccesstoCPUandRAMusag…

类别:单元 标签: 作者:admin 日期:2020-01-20 01.37.04

Delphi 收藏字符串处理单元

unitMyStrUtils;interfaceusesTypes;functionRight(S:String;Count:Integer):String;functionStartsWith(S,…

类别:单元 标签: 作者:admin 日期:2020-01-04 19.04.14

Delphi纯真IP数据库查找[源码]

{*******************************************************}{}{纯真IP数据库查询}{QueryWryData.pas&...

类别:单元 标签: 作者:admin 日期:2019-10-06 22.47.47

Delphi utf8处理单元

unitutil_utf8;interfaceusesWindows;typeUTF8String=AnsiString;functionAnsiToWide(constS:AnsiString):W…

类别:单元 标签: 作者:admin 日期:2019-10-05 16.03.30

Delphi 生成日志记录单元

调用方法:usesuntLog;log.WriteLog('hello');{********日志单元*******}{}{Cobbler}{}{版权所有(C)2011Co…

类别:单元 标签: 作者:admin 日期:2019-10-03 21.36.12

Delphi 常用函数单元 uMyFunctions

unituMyFunctions;interfaceusesSystem.Classes,System.Types,System.SysUtils,System.IniFiles,System.IOU…

类别:单元 标签: 作者:admin 日期:2019-09-11 19.15.04

DELPHI XE10 串口操作单元

DELPHIXE10串口操作单元一、串口单元unitSPComm;//{$WARNSYMBOL_DEPRECATEDOFF}////ThisCommunicatio…

类别:单元 标签: 作者:admin 日期:2019-04-13 09.37.58

delphi 随机函数单元uRandomUtils

unituRandomUtils;interfaceusessystem.math,system.SysUtils;functionGe****andomCharS****(ADig:integer)…

类别:单元 标签: 作者:admin 日期:2018-03-15 15.44.46

delphi 高人写的实用单元 uStrUtils

unituStrUtils;interfaceusesSysUtils,Classes,System.RegularExpressions,StrUtils,StdCtrls,System.NetEn…

类别:单元 标签: 作者:admin 日期:2018-03-13 21.50.50

delphi 提升权限查找进程关闭进程单元

unitProcUtils;interfaceusesWindows,SysUtils,Tlhelp32;functionKillTask(ExeFileName:string):Integer;//…

类别:单元 标签: 作者:admin 日期:2018-02-04 00.24.07

delphi EjectUSB.pas 单元

unitEjectUSB;interfaceusesWindows,SysUtils,Classes,Dialogs,ShlObj;const{BusTypeUnknown=$0000;BusType…

类别:单元 标签: 作者:admin 日期:2018-01-23 15.14.03

delphi WtsApi32 单元文件

{}{Thecontentsofthisfileareusedwithpermission,subjectto}{theMozillaPublicLicenseVersion1.1(the"Licen…

类别:单元 标签: 作者:admin 日期:2018-01-16 14.06.30

delphi HASH类

这个HASH类是我在学习《DELPHI算法与数据结构》的时候按照上面的文字和例子重新整理的,就是为了自己看起来…

类别:单元 标签: 作者:admin 日期:2017-12-31 00.23.44