CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delphi tthread

搜索资源列表

  1. DELPHI下的多线程程序设计1

    0下载:
  2. 利用DELPHI下标准的多线程类TThread来完成我们的多线程设计-use under standard multithreaded category TThread to complete our multithreaded design
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5124
    • 提供者:黄区
  1. DELPHI下的多线程程序设计2

    0下载:
  2. 利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3512
    • 提供者:黄区
  1. ThreadPro

    3下载:
  2. ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:907768
    • 提供者:王英杰
  1. 99koo_ThreadPro

    1下载:
  2. ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额外封装了一个 THTTPtask 类,该类是基于 INDY9
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:520996
    • 提供者:梁超
  1. baidump3

    0下载:
  2. delphi 源码,自动下载mp3.baidu.com 的分类音乐(top100...),使用了idhttp下载,正则表达式分析下载链接。Tthread实现多线程下载。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:557308
    • 提供者:wgm
  1. SpCommVersion2.5

    0下载:
  2. omm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from, and one for writing to a Comm Po
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:70789
    • 提供者:周三
  1. ThreadWebGet

    0下载:
  2. 使用多线程API创建线程来获取网页源代码。而不使用TThread。-ThreadWebGet
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1694
    • 提供者:方义
  1. TThread

    0下载:
  2. 多线程。包括建立并挂起线程,唤醒并继续线程,单独的挂起线程。时间控件控制循环。-Thread
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:170252
    • 提供者:gh
  1. Sockets

    0下载:
  2. This a HEAVILY optimized version of Borland s ScktComp unit.It works in exactly the same fashion and supports all of it s Win32 functionality except using only 10 of the original vcl overhead. Also included is a TList, TStream and TThread
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:15186
    • 提供者:UnNamed053
  1. ourdev_320222

    0下载:
  2. SPcomm控件源代码 Version 1.00 Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:28113
    • 提供者:彭博
  1. UserTThread

    0下载:
  2. 使用Delphi自带的TThread类实现多线程使用-User Delphi TThread class Multi-thread
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:311647
    • 提供者:郭华伟
  1. TThread-Demo

    0下载:
  2. Delphi线程例子,简单的接受了线程的应用-Delphi TThread Example
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:170143
    • 提供者:yy
  1. DELPHI-TThread-DEMO.RAR

    0下载:
  2. DELPHI TThread 类的示例附多线程类示例带进度条 示例-DELPHI TThread class example with class example with multi-threaded progress bar example
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:181310
    • 提供者:huang
  1. Delphi-multi-threaded-programming

    0下载:
  2. Delphi多线程的编程 多线程的基本概念 Tthread 对象的主要方法 线程应用的简单例子 常用的API 函数 线程的终止和退出 线程的优先级 在数据库中使用多线程 多线程的同步机制 利用Windows的API 实现同步-The main method thread of basic the concept Tthread objects in Delphi multi-threaded programming multithreaded applications simple exampl
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:14956
    • 提供者:长林
  1. SPCOMM

    0下载:
  2. Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from, and one for writing to a Comm P
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:44296
    • 提供者:李稍
  1. delphi-thread-ado

    0下载:
  2. 在一个多线程的应用程序中创建一个TThread的后子类代表一个线程。每一新子类的TThread对象的实例是一个新的线程。从TThread派生的多线程实例可以构成Delphi的多线程应用程序。 -Create a TThread in a multi-threaded application on behalf of a thread after a subclass. Examples of each new subclass TThread object is a new thread.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-30
    • 文件大小:324291
    • 提供者:lwj
搜珍网 www.dssz.com