搜索资源列表
队列加多线程的例子
- 队列加多线程例子,基于delphi环境下开发!-queue threads add example, based on Delphi development environment!
BTDemo
- delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortList
Delphi_1016
- 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
sharegem_deskpop
- 主要实现: 利用CREATEWINDOW建立与释放程序窗体。 WM消息队列循环。 向应用程序发送程序ICON。(否则生成的程序无图标类似DOS程序) 隐藏桌面程序。 在TRAY栏右键弹出退出,关于栏。 实现程序在DELPHI下无FORM的编写。 运用WINAPI一些技巧。-main : CREATEWINDOW establishment and release procedures Form. WM Message Queue cycle. Send
mqoper-oldbackup
- IBM MQ工具,可以支持mq队列的查询、发送、接收、全部浏览、全部接收消息等功能 同时支持xml报文格式的校验(通过schema)-IBM MQ tools mq queue can support inquiries, send, receive, all views, all the functions to receive messages at the same time support for xml message format validation (through sche
joeData
- DELPHI实现的基于指针的堆栈和队列。可以用于实现结构的堆栈和队列。-DELPHI realized pointer-based stack and queue. Can be used to achieve the structure of the stack and queue.
queue
- using queue in delphi
TSMSComm_v3.0
- 1.属性 CommName:填写COM1,COM2…等串口的名字,在打开串口前,必须填写好此值。 BaudRate:设定波特率9600,4800等,根据实际需要来定,在串口打开后也可更改波特率,实际波特率随之更改。 ParityCheck:奇偶校验。 ByteSize:字节长度_5,_6,_7,_8等,根据实际情况设定。 Parity:奇偶校验位 pBits:停止位 SendDataEmpty:这是一个布尔属性,为true时
zyltim117
- ZylTimer is a high resolution, long-term Delphi / C++Builder timer component which provides a higher precision than the standard Delphi / C++ Builder TTimer component. TTimer component which ships with Delphi / C++Builder uses the Windows Message
BT.Demo
- 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLis
dcl
- 通用DCL数据结构控件库,可以实现JAVA常用的数据结构,如HASHMAP,ARRAYLIST,ARRAYSET,QUEUE,BINARYTREE,HEAP等等数据结构的DELPHI实现-Common control library DCL data structure can be achieved JAVA common data structures, such as HASHMAP, ARRAYLIST, ARRAYSET, QUEUE, BINARYTREE, HEAP, etc. D
Queue
- This the source code for creating a queue linked list with pointers.-This is the source code for creating a queue linked list with pointers.
Queue-and-stack
- 队列与堆栈在Delphi中的使用示例,供初学者参考!-Queue and stack in Delphi, the use of reference sample for beginners.
sfContnrs
- 一个线程安全的队列类,此版本执行速度比delphi自带的高出一个数量级-A thread-safe queue class, this version faster than the delphi execute an order of magnitude higher than the native
double_buffer_delphi
- 双缓冲队列,(delphi实现)生产者消费者模式,一个读线程和一个写写线程,修改后,可实现多个生产者和多个消费者的情景。 -Double buffering queue (delphi achieve) mode of producers and consumers, a read thread and one write thread modified multiple producers and multiple consumers scenarios.
chineseswish_2014728142352
- QWorker 3.0 - Delphi编写的基于作业的多线程作业管理器,线程池、队列、计划任务总有你所需要的,充分利用现代处理器的多线程处理能力。 它包括: 1、自维护的线程池; 2、普通的后台线程作业; 3、支持精度高达0.1ms的定时重复作业; 4、支持计划任务作业; 5、支持延迟执行作业; 6、信号触发作业; 7、附加的数据指针可以自动释放; 8、支持对象本身函数和全局函数做为作业处理过程; 9、支持作业分组并等待其完成; 10、支持取消未进行
TestTwo
- 队列算法,递归算法,查找目录及其子目录下面的所有文件(Queue algorithm, recursive algorithm, lookup file)