CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 线程

搜索资源列表

  1. 多进程 线程

    0下载:
  2. 一个多进程及线程操作的例子,比较实用 -a multi-threaded process and the operation of the examples, more practical. .
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:24527
    • 提供者:谔谔
  1. T-Mouse v1.0 基于远程线程结构程序vc++

    0下载:
  2. 基于远程线程结构程序。开发环境vc++。-thread structure based on remote procedure. Vc development environment.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2811
    • 提供者:得可爹
  1. 8.如何正常终止线程?

    0下载:
  2. 简单明了的介绍了关于线程的正常终止释放内存的过程。主要是通过关闭释放线程局丙来实现此功能-straightforward presentation of the normal thread termination release memory process. Mainly through the release of closed-threaded C Board to achieve this function
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33454
    • 提供者:邢鹏翔
  1. 进程和线程

    0下载:
  2. 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20111
    • 提供者:朱善发
  1. 多线程访问数据库

    0下载:
  2. 用vc6实现的多线程数据库访问程序!数据库系统是DAO的访问方式!- Multi-thread database visit procedure realizes which with vc6! The database system is the DAO visit way!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:272688
    • 提供者:刘通
  1. VC清理助手使用了多线程

    0下载:
  2. VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿! -VC liquidation aides use the multithreading can find a large number of documents UI will not lead to a halt!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:395690
    • 提供者:啊啊啊啊
  1. 一个多线程的后台管理扫描器

    0下载:
  2. 一个多线程的后台管理扫描器,用delphi开发 ,是一个多线程软件 -a multithreaded background of the management software, with delphi development is a multi-threaded software
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:239409
    • 提供者:lsd
  1. 实例51-多线程SPIDER

    0下载:
  2. 多线程SPIDER:本实例使用多线程技术实现了网络蜘蛛应用程序,可以自动搜索HTML页面并下载指定文件。-multithreading SPIDER : examples of the use of the multithreading technology to achieve a spider network applications, it will automatically search HTML pages and download a specific file.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:93707
    • 提供者:zhu
  1. VC多线程编程大全

    2下载:
  2. VC多线程编程大全的好书,值得推荐哟,欢迎下载!-VC multithreaded programming accessible books worth recommending yo welcome to download!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1198777
    • 提供者:曹海波
  1. LanScan (多线程的局域网扫描组)

    0下载:
  2. 软件简介:多线程局域网扫描组件,参考了几位虾米的代码,然后进行多线程封装.速度还可以,能在三妙内扫描完毕 0.0 至 0.255 IP段.-software descr iption : multithreading LAN scanning components, several shrimp reference to the code, then multithreading package. Speed can also capable of scanning within three M
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47246
    • 提供者:思沃琪
  1. vb多线程

    0下载:
  2. vb多线程-vb multithreading
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9249
    • 提供者:阿诺
  1. 用ftp协议完成多线程断点续传的源码

    0下载:
  2.  各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:96233
    • 提供者:屠理峰
  1. 数据库多线程储存

    0下载:
  2. 本代码主要是实现多线程存储数据到SQL Server数据库。-this is the main source multithreaded store data to SQL Server databases.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2727
    • 提供者:谢刚
  1. vc-ftp多线程断点续传

    0下载:
  2. 一个关于VC多线程,可断点续传的下载程序源码.-VC on a multi-threaded, HTTP download the source code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:101676
    • 提供者:凤龙
  1. 多线程——医院门诊模拟程序

    1下载:
  2. 本程序演示一个模拟医院门诊系统多线程编程。模拟“我”与医院开之间发生的“错综复杂”的关系。-this program demonstrated a mock hospital outpatient system multithreaded programming. Simulation of "I" and hospitals opened between the "complex" relationship.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38348
    • 提供者:李亚成
  1. VB中实现多线程事例+VB源代码

    0下载:
  2. 本人做的双线程测试程序,因为有人说vb程序不能实现多线程,故才测试一下,可能有不足,多谢站长指教
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6954
    • 提供者:杨小辉
  1. 另类多线程使用方式

    0下载:
  2. 在C++builder中多线程的实现是很简单的... 但作为初学者的我来说还是费了一定的工夫的... 为方便与我相同的初学者在此提供我对多线程的一种使用方式-C builder of multi-threading to achieve is very simple ... But as a beginner or charges me a certain effort ... to facilitate the same with me here for beginners on a
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14859
    • 提供者:zds
  1. 多线程画笔

    0下载:
  2. 用delphi实现的多线程画笔工具 用来交多线程作业绝对没问题-use of the multi-threading paintbrush tool is used to pay multi-threaded operation absolutely no problem
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:167698
    • 提供者:汤献聪
  1. 创建工作线程

    0下载:
  2. 采用VC++编程,创建工作线程例子,通过例子可以了解如何创建工作线程-using VC program, work to create threads example, by example, we can understand how to work to create threads
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34725
    • 提供者:adan
  1. 线程的创建与撤消

    0下载:
  2. 操作系统课程设计:线程的创建与撤消(有文档)-courses on operating system design : the creation of threads and withdrawn (with documentation)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:林明
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com