-
这是一个PC机串口通信控制软件
开发环境:基于window xp的delphi 7.0平台
开发语言:pascal语言...
这是一个PC机串口通信控制软件
开发环境:基于window xp的delphi 7.0平台
开发语言:pascal语言-This is a serial communication PC-control software development environment: window xp based on the delphi 7.0 platform development language: pascal language
- 2022-03-12 07:25:41下载
- 积分:1
-
Delphi 简单获取Windows时间的例子
简单获取Windows时间-Delphi源代码,改时间的小程序,在Windows自带的时间管理中也可完成系统时间的修改,这个只是一个帮助了解Windows与Delphi编程的例子,如何通过Delphi的程序来修改Windows时间,大致就是这样实现的。可参见以下源码:
procedure TForm1.Button1Click(Sender: TObject);
var
Dtimer : TSystemTime;
hh,Ghh : Integer;
begin
hh := StrToInt(Trim(Edit4.Text));
if hh < 8 then
Ghh := 16 + hh
else
Ghh := hh - 8;
with Dtimer do
begin
wYear:=StrToInt(Edit1.Text);
wMonth:=StrToInt(Edit2.Text);
wDay:=StrToInt(Edit3.Text);
wHour:=Ghh;
wMinute:=StrToInt(Edit5.Text);
wSecond:=StrToInt(Edit6.Text);
end;
SetSystemTime(Dtimer);
end;
- 2022-07-09 18:55:23下载
- 积分:1
-
PeerToPeer
Delphi源码,网络相关,仿QQ,点对点聊天,UDP
真正的点对点通讯实例,实现类似QQ的技术,主是通过UDP穿透NAT进行通讯。程序要用到两个控件:DXSock和Rzaize 3.10。(Delphi source, network-related imitation QQ, peer-to-peer chat, the UDP point-to-point communication instance, similar QQ technology, the main NAT Traversal via UDP to communicate. Program to use two controls: 3.10 of DXSock and Rzaize.)
- 2012-05-23 18:02:06下载
- 积分:1
-
delphi programming gain curve drawing, enter the coordinates and V the value of...
delphi编程增益曲线绘图,输入坐标和伏值,自动绘制坐标曲线-delphi programming gain curve drawing, enter the coordinates and V the value of automatic drawing coordinate curve
- 2023-03-11 17:10:03下载
- 积分:1
-
Rotinas uteis para strings e altera a caixa de dialogo de mansagens, delphi 2.....
Rotinas uteis para strings e altera a caixa de dialogo de mansagens, delphi 2.. 7
- 2022-04-13 06:16:18下载
- 积分:1
-
delphi最新版JEDI插件
delphi最新版JEDI插件delphi最新版JEDI插件
- 2022-07-24 11:05:57下载
- 积分:1
-
ACMConvertor
ACMConertor v.1
mp3播放,转换工具(This source code included TACMConvertor and uses it for mp3 to wave file conversion. TAudioInfo used to read from mp3 and TWaveFileWrite used to write to wave file.)
- 2010-05-17 11:36:24下载
- 积分:1
-
- 2023-04-25 12:25:02下载
- 积分:1
-
Ehlib是一个很好的
Ehlib 是著名的数据库连接控制,版本为4.5.62,DBgrid增强VCL控件;支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印。可以和PB的ataWindow媲美。
本版本含完整源代码,支持以下 IDE:
Delphi 5,6,7,2005
C++Builder 5,6
BDS 2006 (Delphi 2006, C++Builder 2006)
Delphi 2007
RAD Studio 2009 (Delphi 2009, C++Builder 2009)
Embarcadero RAD Studio 2010 (Delphi 2010, C++Builder 2010)
本人已在Delphi 2010中运行通过,在本人编制的进销存软件中应用完全正常。
-Ehlib is a well-known database connection control, version 4.5.62, DBgrid enhanced VCL controls support multi-header, multi-fixed columns, according to the table header to sort, support total columns, and support for direct printing. PB can be comparable to the ataWindow. This version contains the full source code, to support the following IDE: Delphi 5,6,7,2005 C++ Builder 5,6 BDS 2006 (Delphi 2006, C++ Builder 2006) Delphi 2007 RAD Studio 2009 (Delphi 2009, C++ Builder 2009) Embarcadero RAD Studio 2010 (Delphi 2010, C++ Builder 2010) I have run in the Delphi 2010 is enacted, I prepared Invoicing software application c
- 2023-06-07 22:15:02下载
- 积分:1
-
飞信Delphi版控件,可实现飞信的提交好友、发送手机短信
飞信Delphi版控件,可实现飞信的提交好友、发送手机短信-Fetion Delphi Version Control
- 2022-03-15 12:44:12下载
- 积分:1