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

搜索资源列表

  1. LinuxNet

    2下载:
  2. 非常好用的网络socket编程代码(服务器端多线程)- Extremely easy to use network socket programming code (server end multithreading)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5312
    • 提供者:penion
  1. codecnt_1020006

    0下载:
  2. 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。-complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:555141
    • 提供者:ms-dos
  1. linuxprocthreads

    0下载:
  2. linux 多线程 proc*c的oracle接口-multithreading proc * c the oracle interface
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3113
    • 提供者:陈全勇
  1. iseemem

    0下载:
  2. 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术,防护效果有了一个质的提升。YZ 编写,编译器:VC6。-for C or C program memory protection system, which can effectively detect memory leaks and memory reader unu
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:23734
    • 提供者:钱 峰
  1. CoolScan

    0下载:
  2. 用winsock编写的端口扫描器,支持多线程和两种扫描方式SYN和ping,附有详细文档.-with winsock prepared by the port scanners, support for multithreading and two SYN scanning and ping, with detailed documentation.
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:818846
    • 提供者:易成
  1. pthread_examples.tar

    0下载:
  2. 多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2556
    • 提供者:李强
  1. serial_com_multithread

    0下载:
  2. Windows环境下,串口操作类,使用多线程,具有极好的可重用性。-Windows environment, the serial port operations, the use of multithreading, with excellent reusability.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:56706
    • 提供者:何足道
  1. GetPasswordcode

    0下载:
  2. 穷举型密码破译器。可以自定义词典,多线程。visual c++6.0 xp/2-exhaustive type code-breaking device. You can define Dictionary, multithreading. Visual c 6.0 xp/2
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:46961
    • 提供者:wd
  1. multi-tasking

    0下载:
  2. vxworks 下多线程编程事例代码 包括:管道,队列,信号,多线程-vxworks multi-threaded programming code examples include : pipeline, queue, signals, multithreading
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:28455
    • 提供者:王忠贵
  1. ExpungeLineTool4NM

    0下载:
  2. 我写的linux之nm命令的win32后续处理工具,多线程实现-I write linux's nm orders win32-processing tools, multithreading
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:49104
    • 提供者:hylaking
  1. 6.4

    0下载:
  2. 类似于WINDOWS的查找文件的例子,使用多线程,对学系统很有帮助-similar to the search for documents examples of the use of multithreading, very helpful for school system
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:16982
    • 提供者:天鹏
  1. 1_rar

    0下载:
  2. 多线程的出版商和用户的过程的模拟,可以实现他们之间的协调工作!-multithreading publishers, and users of the simulation process, can achieve coordination between them!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:22444
    • 提供者:陆虎
  1. RedirectSource

    0下载:
  2. This control makes it possible to redirect the stdin/stdout of a console-application to your program. It s even possible to redirect MS-DOS commands to your application. I ve written this project in Visual C++ 6.0 with ATL 3.0, because you can t use
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:55179
    • 提供者:changming
  1. MultiThreadA--VC++

    0下载:
  2. VC++--系统编程--多线程---代码全! .-VC -- System Programming -- multithreading -- code-! .
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:23127
    • 提供者:LILI
  1. oracle_OCI_UNIX

    0下载:
  2. 将OCI封装,方便C++编程,本类不支持多线程,使用时要注意,-OCI will facilitate the C programming, this collection does not support multithreading, when used to the attention,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:13692
    • 提供者:康伟
  1. FileFind1238

    1下载:
  2. MFC多线程的例子,对大家学习很有帮助,希望有用-MFC multithreading example, we learn very helpful, useful hope
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:344800
    • 提供者:
  1. 20070207_Thread

    0下载:
  2. 多线程基础 .-multithreading basis.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1182340
    • 提供者:宝坤
  1. Multithreading-Find-Files

    0下载:
  2. 多线程查找文件(功能增强版) 多线线程实现快速的查询文件。-Multithreading Find Files (Enhanced Version) Multi-line threading to achieve fast query file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:31769
    • 提供者:yezb
  1. PYthon-multithreading-Test

    0下载:
  2. python 多线程测试 源码 -python multithreading
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3566
    • 提供者:保罗
  1. Mulsitcreading-Multithreading

    0下载:
  2. Multithreading in VB!!! updated-Multithreading in VB!!!!!!
  3. 所属分类:Network Security

    • 发布日期:2017-12-18
    • 文件大小:8192
    • 提供者:Alston
« 12 3 4 5 »
搜珍网 www.dssz.com