-
I wrote it myself Delphi data type conversion function set is from an accumulati...
我自己写的Delphi下数据类型转换函数集,是多年积累而成的。-I wrote it myself Delphi data type conversion function set is from an accumulation of years.
- 2022-06-15 08:00:42下载
- 积分:1
-
功能和DELPHI的窗体设计器相同的控件,可让你的程序在运行时设计窗体。
解压后有个FormDesigner.bpl,将它add到component中,编...
功能和DELPHI的窗体设计器相同的控件,可让你的程序在运行时设计窗体。
解压后有个FormDesigner.bpl,将它add到component中,编译的时候,请将lib路径加上解压的目录。
或者将DesignCommon.dcu、FormDesigner.dcu、ObjectInsp.dcu、WsPopupList.dcu、ObjectInsp.dfm、WsPopupList.dfm拷贝到你的工程文件的同一个文件夹中。不过把FormDesigner.bpl add到component中是需要的。-function and form design for the same control that will allow you to the procedures in operation at design forms. After extracting FormDesigner.bpl months, it will add to the component, compile time, I would be grateful if lib with decompression path to the directory. Or will DesignCommon.dcu, FormDesigner.dcu, ObjectInsp.dcu, WsPopupList.dcu, ObjectInsp.dfm, WsPopupList.dfm copy of your project documentation with a folder. But put FormDesigner.bpl add to the component is needed.
- 2023-01-27 20:05:04下载
- 积分:1
-
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 Pagecontrol
Delphi编程 自己绘制Pagecontrol控件-Delphi Pagecontrol
- 2022-02-02 20:20:48下载
- 积分:1
-
本文件为使用Delphi开发的学生信息管理系统,演示了如何使用BDE来开发数据库应用程序!...
本文件为使用Delphi开发的学生信息管理系统,演示了如何使用BDE来开发数据库应用程序!-this document for the use of Delphi"s student information management system, demonstrated how the use of BDE to develop database applications!
- 2023-06-20 17:40:04下载
- 积分:1
-
Delphi Classic Module Development Daquan source of the document management syste...
Delphi经典模块开发大全中的文档管理系统源码-Delphi Classic Module Development Daquan source of the document management system
- 2023-08-08 21:15:05下载
- 积分:1
-
在delphi中简单动画的实现,相关连的实现,对以后的游戏开发有帮助哦...
在delphi中简单动画的实现,相关连的实现,对以后的游戏开发有帮助哦-in delphi simple animation to achieve related to the realization of the future development of the game help oh
- 2023-05-13 20:05:03下载
- 积分:1
-
实现UP、DOWN原语
产生3个进程:
两个进程模拟需要进入临界区的用户进程。
当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程...
实现UP、DOWN原语
产生3个进程:
两个进程模拟需要进入临界区的用户进程。
当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;
申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;
当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;
当申请返回,显示:“进程x已退出临界区。”
一个进程作为原语的管理进程,接受其他进程的临界区进入请求:
如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回;
如果不允许进入,则进入循环等待,直到允许为止;
退出时模拟UP 操作。
进程间通信可以采用信号、消息传递、管道或网络通信方式。
-achieve UP, DOWN original language have three processes : process simulation of two critical needs for access to the users in the process. When the need to access critical areas, revealed : "The process of x request to enter the critical areas ...", and also to the management process applications; applied to return, entered a critical area. In the critical area to wait for a certain period of time random, and that : "the process of x is the critical area ..."; When the time ended, showed : "x withdraw from the process of critical areas ...", and also to withdraw from the process management applications; When applied to ret
- 2023-08-26 18:05:03下载
- 积分:1
-
delphi 对 excel 报表的操作。只是代码规范。没有提供相应的数据库。...
delphi 对 excel 报表的操作。只是代码规范。没有提供相应的数据库。-delphi report on the operation of excel. Just code specifications. Did not provide a corresponding database.
- 2023-05-01 20:30:04下载
- 积分:1
-
delphi字符串加密,可以将delphi源代码中的字符串作加密处理,发布程序前可以用。虽然加密算法简单,但因为密码是随机生成的,所以还是可以起到一定的保护作用...
delphi字符串加密,可以将delphi源代码中的字符串作加密处理,发布程序前可以用。虽然加密算法简单,但因为密码是随机生成的,所以还是可以起到一定的保护作用的。-delphi string encryption, can be delphi source code of the string for encryption processing, pre-release procedure can be used. Although the encryption algorithm is simple, but because the password is randomly generated, it can still play a protective role.
- 2022-01-27 21:13:33下载
- 积分:1