-
Tomes of Delphi:
Algorithms and Data Structures
by Julian Bucknall
This bo...
Tomes of Delphi:
Algorithms and Data Structures
by Julian Bucknall
This book about Algorithms and Data Structures is a highly sophisticated title targeted for advanced developers. Author Julian Bucknall works for one of Inprise s leading and oldest third-party library and tool companies, TurboPower, where he is in charge of technical development. This is the only book on the market that will provide Delphi developers with a comprehensive and current overview of using algorithms and data structures from a practical, not a theoretical, textbook perspective. The book will include a wealth of code examples appropriate for practicing developers. Bucknall s title will provide comprehensive coverage of such topics as arrays, binary trees, data compression, and other advanced topics not treated in any competing titles. The CD includes the author s highly successful freeware library EZDSL along with the code from the book.
- 2022-03-24 22:45:37下载
- 积分:1
-
利用delphi软件做一个重启或关闭计算机的小程序。
利用delphi软件做一个重启或关闭计算机的小程序。-Delphi software using a restart or shut down your computer a small program.
- 2022-03-11 17:53:16下载
- 积分:1
-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有...
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题.
原来是用DLL创建一个对象返回,但发现有很多的问题.
想了半天就去寻根问柳吧.
找到了类.
我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了?
找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功.
接着我又想看看其他的类是不是也能这样,就拿TFrame来实验.
function GetDllFrameClass():TFrame stdcall
第一次是这样声明的,失败.奇怪?!
试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的.
TFormClass = class of TForm
哎呀,恍然大悟!!
class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象
class of TFrame 声明的是类类型, f:TFrameClass 是一个类.
function GetDllFrameClass():TFrame
返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame
运行...成功,
- 2022-01-31 01:59:09下载
- 积分:1
-
ListView display file information demo deal with file drag and drop added to the...
ListView显示文件信息的演示
处理文件拖放加入到listview中的演示,支持多个文件一起操作
获取文件的名称大小类型修改日期等的应用.
-ListView display file information demo deal with file drag and drop added to the listview in the demonstration, to support multiple files together to obtain the name of the file size of the type of modification date, etc. applications.
- 2022-03-17 04:23:25下载
- 积分:1
-
落雪内存智能整理源代码
有兴趣的
落雪内存智能整理源代码
有兴趣的-Intelligent memory落雪collate the source code has interested
- 2023-04-14 17:50:03下载
- 积分:1
-
FancyButton 好用的按钮控件
FancyButton 好用的按钮控件-FancyButton handy button controls
- 2022-07-21 07:50:52下载
- 积分:1
-
投名状
脱机登入源码
游戏更新
delphi开发
想搞脱机登入的可以...
投名状
脱机登入源码
游戏更新
delphi开发
想搞脱机登入的可以-Warlords game offline login update delphi source development can think of off-line login
- 2023-03-13 20:15:04下载
- 积分:1
-
dnotes Delphi和C++ Builder是一套VCL组件和类库的佛…
DNotes For Delphi/C++Builder is a suite of VCL Components and a Class Library for accessing Lotus Notes 4.x databases & servers.
- 2023-04-13 02:25:04下载
- 积分:1
-
Delphi界面美化控件,相信很多人都用过
Delphi界面美化控件,相信很多人都用过-Delphi interface landscaping controls, I believe many people have used
- 2022-10-01 02:20:03下载
- 积分:1
-
里面有TI公司的DSP2812芯片的代码
里面有TI公司的DSP2812芯片的代码-There are TI s DSP2812 chip code
- 2022-08-19 20:14:30下载
- 积分:1