搜索资源列表
delphi代码编写规范--中科版
- 自己写的代码规范,简短有力。 每个项目开头引用 FastMM4。 每个单元开头写上描述、作者、日期等信息 所有New(pointer)的地方IncMem,所有dispose(pointer)的地方DecMem。 所有从TObject继承过来的类改为从TAutoObject继承。 所有从TInterfacedObject继承的接口实现改为从TAutoInterfacedObject或TAutoUserInterfacedObject继承实
PeerToPeer
- Delphi的P2P源代码,能穿透防火墙建立UDP连接,能在两个不同的局域网中直接通信。-Delphi s P2P source code, can penetrate the firewall to establish UDP connection to two different LAN direct communication.
FastMM4
- delphi fast memory support
TestScktIocp
- 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试.
FastMM4
- Memory Manager for delphi 5-2007. Usefully to find the memory leaks and help for optimalize your memory management.
TestScktIocp
- 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试.
FastMM4
- 以使Delphi以及用Delphi开发的程序变得更快-Delphi, and Delphi to enable the development of procedures with faster
FastMM4
- Fast Memory Manager v4.0
FastMM499
- FastMM Fast Memory Manager v4.99 for Delphi BCB Full Source. A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmenta
FastMM497
- FastMM4.97内存泄漏检测程序,帮助开发者监控内存管理。可以完全取代delphi 自代的 内存管理器!-FastMM4.97 memory leak detection program to help developers monitor memory management. Can completely replace the the delphi self-generation memory manager!
FastMM4
- FastMM4 千年游戏源码 需要的控件!-Millennium controls FastMM4 game needs
FastMM4991
- 使用FastMM检测内存泄露,在工程的第一行引用FastMM4即可(注意,一定要在第一个Uses的位置),可以在调试程序时提示内存泄露情况,还可以生成报告(Using FastMM to detect memory leaks)
FastMM4-master
- 内存漏洞检测控件Fastmm4,适合delphi各个版本(Memory vulnerability detection control Fastmm4, suitable for various versions of Delphi)