-
给delphi爱好者提供接触PI的方便,以便作者能够使用中文的WINAPI说明写出比较好的程序...
给delphi爱好者提供接触PI的方便,以便作者能够使用中文的WINAPI说明写出比较好的程序-Delphi enthusiasts to provide convenient access to PI, so the authors can explain the use of Chinese WINAPI write better procedures
- 2022-03-15 21:03:02下载
- 积分:1
-
4.4建立4.4.48 ehlib来源包括版本。
EhLib 4.4 Build 4.4.48 source included version.
- 2022-04-18 09:29:02下载
- 积分: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
-
Delphi的书籍:
The Tomes of Delphi:
Win32 Core Api
by John Ayres, David Bowden, Larry Diehl, Michael Tobin, Rod Mathes, Ovais Reza, Mike Tobin
- 2022-07-13 17:16:58下载
- 积分:1
-
Ctrl-par-picoscope
This software is an example to use Picoscope 3306 DC generator to drive an old Heater.
- 2015-06-04 22:39:19下载
- 积分:1
-
RSA算法的实现,源代码
implementation of RSA algorithm, source code
- 2022-05-16 21:30:51下载
- 积分:1
-
dephi 租书管理 源码
dephi 租书管理 源码-managing source
- 2022-10-17 03:25:03下载
- 积分:1
-
RSMATRIX
提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版,附源码 C++Builder 3.0/4.0/5.0 版适用 ),作者 : Jeff Hiscock。 (provide basic Ju Front (Matrix) operator (product, the sum and difference, transpose, traceof) non-visual components (version 1.0, with C source code version of the application Builder 3.0/4.0/5.0), Author : Jeff Woodside.)
- 2004-10-05 19:19:33下载
- 积分:1
-
music player with source code
music player with source code
- 2022-03-21 02:39:56下载
- 积分:1
-
connector
a tool that connects to mysql with configurable parameters and executes SQL statements given
- 2012-03-13 19:10:02下载
- 积分:1