-
sin
采用delphi自编的sin函数傅立叶离散数据数据表生成器,正弦函数发生器查表输出;(Using the sin function delphi own discrete Fourier data table generator, sine function generator look-up table output )
- 2007-10-24 11:34:49下载
- 积分:1
-
setup-source
一个用delphi写的安装程序.
涉及到的知识:
1.注册表的使用
2.资源文件的制作,使用
3.多线程中api播放wav
4.快捷方式 (A delphi written with the installation process. Relates to knowledge: 1. The use of the registry 2. Resource documentation, the use of 3. Multithreading in api player wav 4. Shortcuts)
- 2008-03-30 15:44:24下载
- 积分:1
-
RotatePic
本实例显示的是Delphi环境下的图片显示效果,可实现图片的翻转显示效果,代码清晰,适合初学者,有兴趣的朋友可以下载一下。(This example shows the Delphi environment, the picture display can be flipped to achieve image display, code clarity, suitable for beginners, are interested in what a friend can be downloaded.)
- 2009-10-20 16:06:14下载
- 积分:1
-
databases-simplesql
Delphi dtabase beginer simple query by sql
- 2016-02-03 23:18:13下载
- 积分:1
-
ADSLcount
ADSL上网计时程序,自动检测因特网联接,每分钟更新一次计费时间,自动检测是否超过19.5小时,主要给计时的ADSL用户的。(ADSL Internet access timing procedures, automatically detects the Internet connection, updated every minute billing time, automatically detect if more than 19.5 hours, mainly to the timing of the ADSL users.)
- 2009-11-10 11:20:44下载
- 积分:1
-
UddCLean
自己写的UddCLeaner for ollydbg。Delphi完成遍历Udd目录下的子文件及文件夹递归删除。最后重建Udd文件夹。达到清空Udd文件夹的目的(Written UddCLeaner. Delphi to complete Udd traverse the directory sub-files and folders recursively deleted. Finally, reconstruction Udd folder. Reach Empty the purpose of the Udd file folder)
- 2012-06-07 19:11:29下载
- 积分:1
-
flexcel
说明: excel report delphi 7
- 2019-02-27 12:51:11下载
- 积分:1
-
PID-Delphi
PID水量控制仿真演示系统-Delphi源代码及EXE.rar(PID control simulation shows the system of water-Delphi source code and EXE.rar)
- 2011-06-13 15:26:10下载
- 积分:1
-
mrwx
说明: 吉林明日Delphi维修管理系统,access数据库(Tomorrow Delphi maintenance management system, Jilin, access database)
- 2011-03-16 11:41:52下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1