-
UPX-Gui-by-ChULi
UPX GUI Compressor By Chuli
- 2014-10-01 00:16:37下载
- 积分:1
-
SPcomm
//for i:=0 to BufferLength-1 do
// begin
// rstr:=rstr+IntToHex(Byte(Pointer(integer(Buffer)+i)^),2)+" ";
Move(buffer^, Rev, 32); //将接收到缓存区的数据转移到数组中
// rstr:=rstr+String(Rev);
for i:=0 to 31 do
rstr:=rstr+inttohex(Rev[i],2)+" ";
// showmessage(rstr);
rstr:=DateTimeToStr(Now)+"接收数据: "+rstr+#13;
Memo1.Lines.Add(rstr);
Memo1.Lines.Add(#13);
// 数据解析
{ case rev[0] of
$20: // 变量1
begin
case Rev[1] of
$00:
begin
if(Rev[2]=$AA)and
- 2022-07-27 09:35:05下载
- 积分:1
-
本程序实现的是delphi实例,练习一下吧
本程序实现的是delphi实例,练习一下吧-This procedure is to realize delphi examples, exercises yourself
- 2023-01-16 06:25:04下载
- 积分:1
-
spcomport
elphi SPComm串口控件源码,支持delphi xe3
在delphi中选安装控件,然后编译运行
控件注册在cportlib组件分类中(elphi SPComm Serial control source to support the delphi delphi xe3 selected to install the control, and then compile and run the control component categories registered in the cportlib)
- 2013-07-22 11:46:20下载
- 积分:1
-
WebBrowser_HTML
直接访问WebBrowser控件中的HTML源码,不是通过document.body.innerHTML方式,而是通过IPersistStreamInit!(WebBrowser control direct access to the HTML source code, not by document.body.innerHTML way, but through IPersistStreamInit!)
- 2007-10-17 09:24:37下载
- 积分:1
-
Delphi中的DLL封装和调用对象技术,学写dll编写最简单的例子。...
Delphi中的DLL封装和调用对象技术,学写dll编写最简单的例子。-Delphi in the package and call the DLL object technology, learn to prepare to write the most simple dll example.
- 2022-03-01 07:58:04下载
- 积分:1
-
qygzglxt
企业工资管理系统,附带毕业论文一篇,精心准备,希望对各位有所帮助与提高。能力所及多多见谅(Wage management system, with a thesis, well-prepared, and they hope to help and improve. Can afford forgive me)
- 2013-12-13 00:29:40下载
- 积分:1
-
delphifr_DBGRID-FILTER___Page
delphi exemple filter dbgrid
- 2010-03-19 18:15:50下载
- 积分:1
-
Delphi 在窗体上显示超级连接效果
Delphi7.0实现超级连接效果,在窗体上显示超级链接,这个似乎比较简单了,在网页上这是基本的功能,不过如何把一个超链接显示在窗口中,和网页上有些区别,通过这个例子你将学会如何在窗体上实现链接的显示,以及多种链接状态的自定义功能。
- 2023-03-23 16:40:03下载
- 积分:1
-
简单的delphi OPC客户端
Simple delphi opc client
- 2022-02-01 16:58:34下载
- 积分:1