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

搜索资源列表

  1. multithreadingcorrespondence

    0下载:
  2. 一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。-More than one instance of a communication between threads, we can further deepen the understanding of multi-threaded communications.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1903022
    • 提供者:郑建飞
  1. CommTest

    0下载:
  2. 一个关于vb串口多线程通信的实例,可以看看。-Vb serial port on a multi-threaded communication instance, you can look at.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:1232737
    • 提供者:韩云飞
  1. MultiThread1

    0下载:
  2. 一个关于vc多线程的实例,相当详尽,能运行。-An example of multi-threaded on the vc quite detailed and can run.
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1851362
    • 提供者:韩云飞
  1. BoardProces

    0下载:
  2. 进行了状态条显示进度条的编程,和弹出式进度条的编程,弹出式进度条是多线程编程。状态栏显示进度条为渐变颜色和带文字进度条两种类别。-Conducted a status bar displays the progress of the programming, and the pop-up progress bar of the program, pop-up progress bar is a multi-threaded programming. The status bar displays
  3. 所属分类:StatusBar

    • 发布日期:2017-03-31
    • 文件大小:44182
    • 提供者:任桢
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, critical access issues and ways to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:107670
    • 提供者:204
  1. reader_writer

    0下载:
  2. 读者写者问题,通过临界资源互斥实现多线程的读写控制-Readers to write those problems through the critical resources mutually exclusive multi-threaded read-write control
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2683347
    • 提供者:邹平
  1. ThreadManager

    0下载:
  2. C#自定义多线程,wince cf 自定义多线程-Wince ThreadManager
  3. 所属分类:Windows CE

    • 发布日期:2017-03-31
    • 文件大小:55030
    • 提供者:李小虫
  1. threading

    0下载:
  2. 介绍c#线程.. 创建、启动和终止线程 使用线程池 线程同步和互交 -Introduction c# thread .. to create, start and terminate the thread using the thread pool thread synchronization and mutual cross-
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:16853
    • 提供者:btle
  1. C10K

    0下载:
  2. Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:379668
    • 提供者:fsdfsdfd
  1. multi-thread-simple-crawler-socket

    0下载:
  2. 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:455443
    • 提供者:亿龙
  1. smsSend

    0下载:
  2. java实现线程池,通过最简单的调用方法来实现配置文件中的配置,从而轻松实现多线程-java thread pool implementation, through the most simple way to achieve the configuration file called the configuration, and thus easy to achieve multi-threaded
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3449
    • 提供者:kq
  1. Event

    0下载:
  2. 使用事件对象进行线程同步:先创建线程,然后向内存中复制数据,被创建的线程等待置位事件,在读内存-Use the event object for thread synchronization: first create a thread, and then copy the data to the memory, was created by a thread to wait for the set events, reading the memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1079
    • 提供者:d
  1. thread

    0下载:
  2. 线程池的实现主要分为三部分,线程的创建、添加任务到线程池中、工作线程从任务队列中取出任务进行处理。 主要有两个类来实现,CTask,CThreadPool-Implementation of thread pool is divided into three parts, thread creation, add the task to the thread pool, work out a thread from the task queue task for processing. Th
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:2099
    • 提供者:nel
  1. javaxiancheng2

    0下载:
  2. JAVA线程 (第二版O-Reilly).rar -OReilly.Java.Threads.3rd.Edition.Sep.2004.eBook-DDU
  3. 所属分类:Java Develop

    • 发布日期:2017-06-14
    • 文件大小:20526595
    • 提供者:zhangzheng
  1. Thread_down

    0下载:
  2. 本程序包含5个源文件,实现了多线程下载,并实现了断点续传、-This process consists of 5 source files to achieve a multi-threaded downloads, and implements HTTP,
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6686
    • 提供者:zhang
  1. d1

    0下载:
  2. delphi+多文件的多线程下载封装类. //本下载方法采用的是HTTP下载 //首先采用一个主类TC_DownLoad_Main来下载多个文件 //然后用一个子类TC_DownLoad来下载单个文件 反复创建这个子类便可以下载多个文件 //在子类中用多个线程类TThread1来进行单个文件的多线程下载-it can help you download file by multiple thread..
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:345792
    • 提供者:awfsdfwaf
  1. abc

    0下载:
  2. 复件 Java多线程下载演示文件wdown.jar
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:715777
    • 提供者:zhoulijun
  1. Download

    0下载:
  2. 用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,那个列表虽然可以拉很多进去,不过是摆设。-Through the HTTP protocol is used to download programs to support HTTP and multi-threaded downloading. Note that the program can only download a task that lists Although you can pu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:69014
    • 提供者:fangzhou
  1. InThreads-QQpsw-delAD

    0下载:
  2. 实现:线程注入,API拦截,各子窗口句柄获得及控制,内容的获取及修改......,非常好的源码(实列用:QQ)-To achieve: Thread Injection, API interception, the child window handle access to and control access to and modification of the contents of ......, a very good source (solid line with: QQ)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:79911
    • 提供者:金余结
  1. ftp

    0下载:
  2. ftp协议实现多线程断点续传的代码+c+++builder-ftp protocols, multi-threaded HTTP code+ c+++ builder
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:82257
    • 提供者:小妮
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com