-
67120119
说明: 本人写的wap网站程序,希望给大家带来学习的好处,不错(I wrote the wap website program, hoping to bring you the benefits of learning, good)
- 2019-05-20 06:49:24下载
- 积分:1
-
uerwf
雨滴风格显示图片的Delphi特效,编程学习源码,很好的参考资料。(Raindrops style display pictures of Delphi effects, programmed learning source, a good reference.)
- 2014-02-03 21:29:45下载
- 积分:1
-
files
osyshestlyaetsya rabota s failama
- 2009-03-19 07:20:00下载
- 积分: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
-
Delphi---SQL-Links-for-Windows-Users-Guide---Delp
SQL Links for Windows User s Guide - Delphi for Windows
- 2013-01-09 06:49:09下载
- 积分:1
-
tree_Kidney
以从医院病案室获得的3022例数据为样本,在完成样本数据库以及糖尿病并发症的多维数据集设计后,以糖尿病并发症流行病学知识发现为重点,研究定性数据定量化挖掘模型及算法引擎的设计与实现,即将关联模型引入糖尿病并发症的流行病学研究,运用决策树技术对数据样本进行分析.程序功能:增熵分析(cases from the hospital to obtain the data for 3,022 cases samples the completion of the sample database and diabetic complications multidimensional data sets design, Complications of diabetes epidemiology knowledge discovery as the focus, Quantitative study of qualitative data mining engine model and algorithm design and implementation, Relational Model forthcoming introduction of diabetic complications epidemiological studies the use of decision tree technical data sample for analysis. Programming : increasing entropy analysis)
- 2007-05-04 12:04:36下载
- 积分:1
-
DelphiCodeRule
dephi代码规范,比较完整,建议初学者先看看(dephi code specification )
- 2013-07-09 12:10:56下载
- 积分:1
-
Dll-sample
a sample to use a dll in your delphi application
- 2011-04-21 05:59:16下载
- 积分:1
-
codehook
Win32 CodeHook is a API hooking library.
You can use it in Delphi, VC, Borland C++, or any programming
language that supports Windows DLL.
- 2016-08-17 01:31:17下载
- 积分:1
-
UntPools.pas
一个Delphi对像池操作类源码,可以池化所有TObject 对像, 同样是对像池,可以只支持模板。(A Delphi operations source, like a pool can be pooled TObject object, is also like a pool, you can only support template.)
- 2013-04-09 23:38:52下载
- 积分:1