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

搜索资源列表

  1. the-multi-thread-named-pipe

    0下载:
  2. 这一份源码是多线程命名管道的实现。包括服务器端工程MultiThread和客户机工程client。代码里面有详细的注释,读者应该能够看懂。-This source is the implementation of the multi-threaded named pipes. The package includes the projects of MultiThread and client. There are detailed notes between the codes, and th
  3. 所属分类:Communication

    • 发布日期:2017-05-23
    • 文件大小:7309563
    • 提供者:laymu
  1. async32

    0下载:
  2. 多线程 ( Multi-Thread ) RS232 串行口通讯控件 ( 1.82 版,无源码 Delphi 3.0/4.0/5.0 版适用 ),作者: Varian Software Services NL。 ,Multi-threaded (Multi-Thread) RS232 serial port communications control (1.82 version, non-source version of Delphi 3.0/4.0/5.0 applicable), the
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-08
    • 文件大小:511311
    • 提供者:
  1. multi-Thread.rar

    0下载:
  2. VB实现多线程的应用程序,使用前请先在VB中引用multiThread.ocx,VB to achieve multi-threaded applications, the use of before in VB quoted multiThread.ocx
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:12005
    • 提供者:rz
  1. threads-2.0.tar

    1下载:
  2. 多线程库 -Multi-thread library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:171265
    • 提供者:站长
  1. Linux_multithread

    0下载:
  2. Linux下多线程编程的相关资料,:研究了在LINUX 操作系统下多线程的编程方法,主要包括多线程的基本创建方法、如何修改 多线程的属性以及线程之间的数据处理. 重点论述了多线程数据处理方法中的互斥锁和条件变量.-Linux multi-threaded programming under the relevant information: The LINUX operating system in multi-threaded programming methods, including
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:36262
    • 提供者:林雁冉
  1. VBActiveXmultithread

    1下载:
  2. VB 实现多线程 ActiveX 多线程读取网页-use VB to create Active X multi thread loading multi web pages
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:13662
    • 提供者:kenny
  1. pthreadmatrix

    0下载:
  2. Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1468
    • 提供者:cui
  1. MultiThread

    0下载:
  2. 本程序是一个多线程实例,界面中包含了三个进度条。-This procedure is a multi-threaded example, the interface includes three progress bar.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2766133
    • 提供者:zhaojie
  1. CNetworking

    0下载:
  2. wince 下网络通讯类,实现了,网络监听,网络连接,数据发送以及数据接收,远程计算机信息获得,程序采用多线程回调方式,有详细的文档说明。-wince under the category of network communications to achieve the network monitor, network connection, data sent and received data, remote access to computer information, the prog
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:16830
    • 提供者:chen
  1. thread-m

    0下载:
  2. linux下多线程网络应用实例,很实用的哦。-linux network under the multi-threaded application examples, it is useful oh.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:132177
    • 提供者:Tanker
  1. daothreadfix

    0下载:
  2. 在Dao中使用多线程-Using multi-thread in DAO
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:257690
    • 提供者:站长
  1. RWLock

    0下载:
  2. 多线程下的文件读写加锁 -File accesss lock in multi-thread
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:26036
    • 提供者:站长
  1. multidown

    0下载:
  2. 用来通过HTTP协议下载的程序,支持断点续传和多线程下载--Program which could dowanload files through HTTP protocol,it supports resume at break-point and multi-thread downloading
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-09
    • 文件大小:76500
    • 提供者:站长
  1. PortScan0623

    0下载:
  2. 一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描-An multi-threaded port scanning program. It can open any number of threads, and stop scanning at any time.
  3. 所属分类:Scanner

    • 发布日期:2017-11-18
    • 文件大小:35414
    • 提供者:andy
  1. linux-mul-thread

    0下载:
  2. linux的多线程编程源码,对于linux的编程非常有帮助。-linux-source multi-threaded programming, linux programming for the very helpful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5433
    • 提供者:dfpdn
  1. thread

    0下载:
  2. 线程锁.Windows系统是多任务操作系统,系统内核为我们提供了 事件(Event)、Mutex、信号灯(semaphore)和计时器4种对象来控制线程间的同步。 在C++Builder中,为我们提供了用于创建Event的TEvent对象供我们使用。-Thread lock. Windows system is a multi-tasking operating system kernel to provide us with the event (Event), Mutex, sema
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:3313
    • 提供者:叶浩全
  1. thread

    0下载:
  2. 本程序详述了利用.net技术开发多线程程序的例子-This procedure details the use of. Net technology development process multi-threaded example
  3. 所属分类:.net

    • 发布日期:2017-04-05
    • 文件大小:14314
    • 提供者:李刊
  1. multiftpthreadprj

    0下载:
  2. 用C#编写了多线程的程序,大家相互学习.希望能够在这里认识很多的编程爱好者-this program is for ftp multi-thread. We can learn each other.Bless
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:91290
    • 提供者:胡伟
  1. Dijkstra-omp

    0下载:
  2. C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:computing
  1. a

    0下载:
  2. A multi-threaded simple crawler with C# socketsmulti-thread-simple-crawler-socket
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:469069
    • 提供者:cerberus
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com