搜索资源列表
SIP-0.5.2
- 一个 Delphi 版本的 SIP 协议栈,实现了 SIP相关的很多 RFC 规范-a version of the SIP protocol stack, achieved many of the SIP RFC norms
Stack
- 源码教程,介绍了delphi环境下的链表创建及操作,并在文档中介绍了与C语言中的区别。
EurekaLog.v6.0.1.4
- EurekaLog 是集成在 Delphi, C++Builder, Visual Studio 等 IDE 下的辅助工具,能快速生成带 Error Report 功能的应用程序。能将错误报告发送到指定邮箱、服务器、记录在本地文件中等。其报告可具体指出出错的代码行,以及机器当前信息、寄存器信息等诸多重要诊断信息。新版还支持内存泄露检测。 -EurekaLog is a complete bug resolution tool for Delphi, C++Builder, C# and VB
Sandpile
- 模拟2维沙堆效果,如果每个点大于高度4,则向前后左右分1个高度的沙子,本身减去4-Analog 2维沙stack effect, if greater than the height of each point of 4, then after moving around at a high level of sand, itself minus 4
SIP-0.5.1
- 一个 Delphi 版本的 SIP 协议栈-A Delphi version of the SIP protocol stack
ExcMagicControl
- ExceptionalMagic is shareware unit for use with Inprise Delphi 3,4,5 and C++ Builder 4,5. This unit replaces standard exception handling behaviour with much more controlled and informative one. It allows you to customize many aspects of excep
em151demo
- 1. Add ExcMagic into uses clause in your project main source file. 2. Compile and link your project with stack frames and debug info turned ON. Also turn on include TD32 debug info linker option. 3. Run TDSPack utility with options -a -o -p -e
Queue-and-stack
- 队列与堆栈在Delphi中的使用示例,供初学者参考!-Queue and stack in Delphi, the use of reference sample for beginners.
threadpool
- 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程。每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中。如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙。如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值。超过最大值的线程可以排队,但他们要等到其他线程完成后才启动 -The thr
TCP-programming-examples
- tcp编程示例实现文件上传下载以及对文件的修改和删除。tcp一个小小的改动就可以改变全局-A tiny change in the tcp stack, but a big difference overall.
ArrayStack
- array stack implementation zip file