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

搜索资源列表

  1. InterThread

    0下载:
  2. 在ATL组件的 Apartment 线程模型中进行进程间通信的例子-ATL components in the Apartment-threaded model for inter-process communication examples
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:84.7kb
    • 提供者:陈玉米
  1. mqsample

    0下载:
  2. 使用消息队列的例子,用于新学习消息队列示范-use the example for the new learning model Message Queue
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:孙盛
  1. ThreadPool_Source

    0下载:
  2. 提供了线程池的封装,开发者能够比较容易的建立服务器应用模型。-thread pool for the package, developers can more easily create server application model.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.71kb
    • 提供者:王家全
  1. COM_Thread_STA_MTA

    0下载:
  2. com线程模型演示代码,包括单线程套间(STA),多线程套间(MTA)模型-com thread model demonstration code, including thread suites (STA), the multithreaded apartment (MTA) model
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:136.75kb
    • 提供者:程序
  1. MvpProject

    0下载:
  2. n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21.97kb
    • 提供者:dozingcat
  1. zby6

    0下载:
  2. 一个封装了线程模型的类-a package of thread-like model
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.96kb
    • 提供者:张庆
  1. 多线程编程

    0下载:
  2. 多线程编程示范例子,学习的好资料-multithreaded programming model example of a good learning information.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9.69kb
    • 提供者:吴吴
  1. PrimaryPC code

    0下载:
  2. 一个基于串口控件的多线程代码!其中使用了设计模式中的工厂方法;对很多串口编程有比较大的实际意义-based on a serial control multithreading code! With the use of the design model of the factory; For many serial programming is a more substantial practical significance
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:327.81kb
    • 提供者:高飞
  1. RWCriticalSection_src

    0下载:
  2. 一种可以利用它来实现线程安全读写控制的模型,可以在vc下编译运行。-one can use it for reading and writing threaded control of the security model, the compiler running under vc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.9kb
    • 提供者:dd
  1. ThreadPool_src

    0下载:
  2. 当前比较流行的线程POOL的类,利用它就可以实现服务器的实时处理模型,代码为vc7下-current more popular threads POOL class, it can be used to achieve real-time processing server model, under the code-vc7
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.98kb
    • 提供者:dd
  1. producerConsumerModel_src

    0下载:
  2. 当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译-current more popular threads model of producers and consumers, mainly in the signal mechanism. The compiler vc6
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19.77kb
    • 提供者:dd
  1. Threadforppc

    0下载:
  2. 用于PPC的多线程使用范例,MFC,适用于初学者-PPC for the use of multi-threaded model, MFC, applicable to beginners
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:54.93kb
    • 提供者:汤胜
  1. MyThreadPool.rar

    0下载:
  2. 使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。,STL use under windows to do the thread pool, semi-synchronous/semi-asynchronous model, when the thread was not using suspend.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:13.58kb
    • 提供者:刘应
  1. TheadQueue.zip

    0下载:
  2. 使用命令模式和责任链模式以及STL优先级队列实现线程池,可以直接加入现在的任何程序,Responsibility for the use of chain of command model and STL model and the realization of priority queue thread pool, you can direct any proceedings to join now
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:356.34kb
    • 提供者:蒋坤地
  1. SPQR-1.1.2.tar

    2下载:
  2. 基于C++编程的多线程的多波前稀疏矩阵的QR分解,Timothy A. Davis编写-SuiteSparseQR is an implementation of the multifrontal sparse QR factorization method. Parallelism is exploited both in the BLAS and across different frontal matrices using Intel s Threading Building Blocks
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.11mb
    • 提供者:mengdieaaq
  1. jwthread-2.2.4

    0下载:
  2. 比较全面的多线程编程规范及模式,对学习多线程有很强的指导意义-More comprehensive specification and multi-threaded programming model of learning has a strong multi-threaded guide
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:302.53kb
    • 提供者:朝发羊
  1. Producer-Consumer-Model

    0下载:
  2. 生产者消费者模型,多线程程序,主要涉及互斥、信号量等操作系统知识-Producer consumer model, multi-threaded programs, mainly related to mutual exclusion, semaphores and other operating system knowledge
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4.28mb
    • 提供者:李明
  1. a-multiThread-Model

    0下载:
  2. 一个多线程编程模型,用于MFC的的后台设计。其包含一个线程池。-A multi-threaded programming model, the background for the design of MFC. It contains a thread pool.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3.72mb
    • 提供者:xxx
  1. multihread-server-model

    0下载:
  2. 一份介绍多线程服务器的常用编程模型的文档,pdf格式-this is a pdf file about multithread server model
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:352.37kb
    • 提供者:chenchangjun
  1. model

    0下载:
  2. HLA基于COM的对象模型实现和重构,文章资料 不错的(HLA object model implementation based on COM and refactoring, good article data)
  3. 所属分类:进程与线程

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