-
delphi using usb high
delphi 利用usb高速数据采集、及图形打印源代码 -delphi using usb high-speed data acquisition and graphic printing source code
- 2022-09-08 20:20:03下载
- 积分:1
-
组件来生成一些最流行的加密算法。
Component to generate some of the most popular encryption algorithms.
- 2022-03-02 14:59:29下载
- 积分:1
-
Delphi 播放指定avi-mid-wav文件
Delphi 播放指定avi-mid-wav文件,这几种都是音频格式,因此这个可以说是播放音频文件的例子,控制面板中包括了常用的播放控制按钮,在此基础上,可写出一个Delphi音乐播放器,当然本源码比较早了,适合学习一些简单的Delphi音频编程技巧。
procedure TForm1.N2Click(Sender: TObject);
begin
if OpenDialog1.Execute then
begin
with MediaPlayer1 do
begin
Filename := OpenDialog1.FileName ;
Open;
DisPlayrect := Rect(1,1,Panel2.Width ,Panel2.Height );
Notify := true;
end;
end;
end;
- 2023-05-08 02:15:02下载
- 积分:1
-
RSA算法的实现,源代码
implementation of RSA algorithm, source code
- 2022-05-16 21:30:51下载
- 积分:1
-
SitChange
用户坐标转换,主要运用于工程中坐标不一致使用(User coordinate conversion, coordinate projects mainly used inconsistent use)
- 2014-02-26 15:58:38下载
- 积分:1
-
Tomes of Delphi
Tomes of Delphi - Win32 Shell API Windows 2000 Edition-Tomes of Delphi- Win32 Shell API Windows 2000 Edition
- 2022-02-02 21:51:15下载
- 积分:1
-
以Delphi为平台,开发的一个用于计时定时的程序.
以Delphi为平台,开发的一个用于计时定时的程序.-To Delphi7 as a platform to develop a procedure for regular time.
- 2022-01-26 05:52:30下载
- 积分:1
-
烽火引擎+狂人引擎源码
有能力者可自己更新,内有控件,传世爱好者的福音(The ability to update their own, there are controls)
- 2021-05-06 19:28:36下载
- 积分:1
-
delphi用于数据库的多线程的实现,讲解线程生成,等级,使用,消失等过程。...
delphi用于数据库的多线程的实现,讲解线程生成,等级,使用,消失等过程。-delphi database for the realization of multi-threaded, thread-on generation, grading, use, and so the process of disappearing.
- 2022-03-12 06:33:54下载
- 积分:1
-
Indy controls the use of exemplars program, which through the use of the Indy co...
Indy控件使用示例程序,该程序通过使用Indy控件,实现了Ping功能。-Indy controls the use of exemplars program, which through the use of the Indy control, achieving Ping function.
- 2022-02-01 07:42:15下载
- 积分:1