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

搜索资源列表

  1. multithread_programming_tuitor

    0下载:
  2. Sun的手册,多线程编程方面的,内容比较详尽,可以作学习或查阅之用-Sun' s manual, multi-threaded programming, the content of more detailed inspection can be used for learning or
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-06
    • 文件大小:1350699
    • 提供者:chenguo
  1. boost-thread

    0下载:
  2. BOOST库线程库详细说明,可移植的下一代模板元编程。-BOOST library thread library details, the next generation of portable template meta-programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:210915
    • 提供者:朋古
  1. Programming_with_POSIX_Threads

    2下载:
  2. 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:8444538
    • 提供者:sgu
  1. CPPMultiThread

    0下载:
  2. C++ 面向 对象 多线程 编程,值得 一看。-C++ object-oriented multi-threaded programming, worth a visit.
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-12
    • 文件大小:19656006
    • 提供者:xu
  1. VB001001

    0下载:
  2. 《VB多线程机制研究》,非常透彻地说明了其原理,并对各种方案做出了比较结论,具有非常高的参考价值。-" VB Multithread Mechanism" , a very thorough descr iption of its principle, and made a comparison of various programs concluded with a very high reference value.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:72293
    • 提供者:ahbkj
  1. CThreadProgram

    0下载:
  2. C 多线程编程指南 学学 挺好的 呵呵 -C yuyan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1237872
    • 提供者:huangyan
  1. VC

    0下载:
  2. VC多线程编程参考资料,供深入学习多线程编程人员参考!-VC multithreaded programming reference for in-depth reference for programmers to learn multiple threads!
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:65101
    • 提供者:gongyuzhishi
  1. ThreadBool

    0下载:
  2. 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动-Thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:182919
    • 提供者:lavey
  1. Win32MultithreadedProgramming(perfectVersion)

    0下载:
  2. Win32多线程程序设计(完美版)凡是 C/C++ 程序开发人员,并有 Windows 程序设计经验企图对线程、线程池、线程同步、核心对象、overlapped I/O完成端口等等 in Win32获得更坚实之认识者,本书就是针对你们而写的。-Win32 Multithreaded Programming (perfect version) Any C/C++ application developers, and Windows programming experience in an att
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2746467
    • 提供者:野火冉冉
  1. BSDRootkit

    0下载:
  2. 一本关于rootkit的书籍,很好,我就是从这本书入门的,希望大家喜欢.-rootkit book,rootkit book,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:806230
    • 提供者:li xian
  1. multi-threaded_programming

    0下载:
  2. 此文档为SUN公司的技术文档,讲解多线程编程的方法,非常规范详尽。-This document is the company' s technical documentation for the SUN to explain the multi-threaded programming method, very detailed specifications.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1349561
    • 提供者:
  1. [Cplusplusobjectorientedmultithreadedprogramming.r

    0下载:
  2. C++面向对象多线程编程,是市面上学习多线程编辑的较好的书籍,共享了以供大家参看-C++ object-oriented multi-threaded programming is to learn the market better multi-threaded editing books, shared for all to see
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-12
    • 文件大小:19655783
    • 提供者:c3e4
  1. threadCreate

    0下载:
  2. 关于线程编程的文档。讲述线程的创建与取消、私有数据、同步和中止。-Programming document on the thread. About the creation and abolition of the thread, private data, synchronization and termination.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:211496
    • 提供者:雪逸
  1. Posix

    0下载:
  2. Posix多线程编程指南,含有案例说明,适合初学者-Posix threads programming guide for beginners
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:690954
    • 提供者:bonnie
  1. win32.multisthread

    0下载:
  2. 关于visual c++的多线程编程的详细介绍和部分源码讲解-On visual c++ multi-threaded programming and some source code to explain details
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-14
    • 文件大小:22098622
    • 提供者:wangan
  1. Win32-Multithread-Design

    0下载:
  2. 这个电子书很著名,是台湾的侯捷写的。 这本书的名字是:Win32多线程编程。本人把它分享给大家,希望你能给喜欢。-This book is very well-known, is written by Taiwan' s Hou Jie. The book name is: Win32 multi-threaded programming. I have to share it with everyone, I hope you can give love.
  3. 所属分类:进程与线程

    • 发布日期:2012-11-28
    • 文件大小:22098596
    • 提供者:
  1. est

    0下载:
  2. Multi-core多核多线程处理器的随机测试流量生成技术-Multi-core multithreaded processor flow generation of random test
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1090532
    • 提供者:
  1. MutiThread

    0下载:
  2. 多线程编程指南 多线程编程指南 -Multithreaded Programming Guide Programming Guide for multi-threaded multi-threaded Multithreaded Programming Guide Programming Guide
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:8145747
    • 提供者:孙大圣
  1. RootkitDetectionpaper

    0下载:
  2. Rootkit检测方面的有关隐藏进程检测方面的技术文章-Rootkit detection process of detecting hidden aspects of the relevant technical articles
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3501309
    • 提供者:刘东
  1. MultiTask

    0下载:
  2. 多线程的一些资料,希望大家能够喜欢,多多交流-Multithreaded some information, I hope you will like, more exchanges
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:790622
    • 提供者:ss
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com