CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - threads

搜索资源列表

  1. osbymayfar

    0下载:
  2. 本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Pr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21730
    • 提供者:mayfar
  1. JThread_manual

    0下载:
  2. 一个非常好的windows和unix、linux使用的线程库,继承该类可以很方便地实现自己的线程-a very good windows and unix, linux for the use of threads. inheriting such it is easy to realize their own threads
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:47033
    • 提供者:granite
  1. smartclient5

    0下载:
  2. 本章讨论与智能客户端应用程序中多线程的使用有关的问题。为了最大限度地提高智能客户端应用程序的响应能力,需要仔细考虑如何和何时使用多线程。线程可以大大提高应用程序的可用性和性能,但是当您确定它们将如何与用户界面交互时,需要对其进行非常仔细的考虑。-discussed in this chapter and Smart Client Application Program multithreading in the use of the problem. In order to improve th
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:50277
    • 提供者:hs
  1. CCritionSection

    0下载:
  2. 线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用 户模式中线程的同步方法主要有原子访问和临界区等方法。其特点是同步速度特别快,适合于对线程运行速度有严格要求的场合。 在MFC中封装了CCritionSection等对象可以对共享资源进行锁定 -thread synchronization is a very big issues, including all aspects of the content
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:lst
  1. EVC_CThread_doc

    0下载:
  2. A class that allows the simple implementation of worker threads-A class that allows the simple implementat ion of worker threads
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:94958
    • 提供者:吴刚
  1. Linux2_6_kernel_interiable

    0下载:
  2. 该文章提出一种实时化改进方案.关键字:linux,实时性,中断线程化,实时优先级-The article presents a real-time to improve the program. Keywords: linux, real-time, interrupt threads, and real-time priority
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:266766
    • 提供者:hehe
  1. SummaryOfMutiThread

    0下载:
  2. 关于Windows下多线程编程的一些详细介绍,对线程和线程相关的概念都介绍的很好。推荐大家看看哦-On Windows under a number of multi-threaded programming details of threads and thread-related concepts are well described. Well take a look at the recommended
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:4278
    • 提供者:刘亦枫
  1. JavaDesignModern

    0下载:
  2. Java32种设计模式,和java线程与IO总结. Java32种设计模式,和java线程与IO总结.-Java32 kinds of design patterns, and the java threads and IO concluded. Java32 kinds of design patterns, and the java threads and IO concluded. Java32 kinds of design patterns, and the java threads
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:430541
    • 提供者:cht
  1. PThreads

    0下载:
  2. Threads Manual - Utility-Threads Manual- Utility
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1190846
    • 提供者:Ant
  1. Threadingconcept

    0下载:
  2. Threading learning basic concept Laboratory work for making threads to kernel
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1893749
    • 提供者:talha
  1. JavaSockettest

    0下载:
  2. java线程技术的重要的应用 都知道线程在Java的重要性-java threading of the important applications of all know the importance of threads in the Java
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2359
    • 提供者:realname
  1. AI

    0下载:
  2. AI bot uses A*... Uses threads Based on a bot found on the internet... I don t know the original bot. It was drastically improved-AI bot uses A*... Uses threads Based on a bot found on the internet... I don t know the original bot. I
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:544386
    • 提供者:papant7
  1. Multithreading

    0下载:
  2. 一个关于Java多线程的技术文档,简单介绍了线程的概念,线程的创建,线程的调度,线程的优先级等基本概念,并配有相应的代码讲解。-Java multi-threaded on a technical documentation, briefly introduced the concept of threads, thread creation, thread scheduling, thread priority, the basic concepts and explain with a co
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:793102
    • 提供者:吴贵洪
  1. MEDriver

    0下载:
  2. MEDriver is implemented as a Windows Forms application. It uses the ATL sample CONNECT as the COM server, and it wraps and uses its interface IRandom and source interface IRandomEvent through CoRandom and IRandomEvent_FireEventHandler as if it was a
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:18202
    • 提供者:ag
  1. Scheduler

    0下载:
  2. Its scheduler document for unix/linux system programming ..its a main part of linux/unix system to manage all the processes and threads .
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:134963
    • 提供者:dipen
  1. Producer-Consumer_Problem

    0下载:
  2. producer-concumer problem with buffering and threads
  3. 所属分类:Project Design

    • 发布日期:2017-04-12
    • 文件大小:1638
    • 提供者:nh
  1. 300_a2

    0下载:
  2. multi filter ......... it is useful in realising th threads ans semaphore conditions
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:14103
    • 提供者:koushik
  1. advancedCSharp

    0下载:
  2. Tutorial for all advanced features of C# language including Inheritance, Interfaces, Delegates, Exceptions, Namespace and Assemblies, Attributes, Threads and XML comments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:262354
    • 提供者:jenn
  1. java

    0下载:
  2. JAVA课程,包括Java基本语法,数组,字符串,输入输出流,线程,继承、多太、类!-JAVA programs, including the basic Java syntax, arrays, strings, input and output streams, threads, inheritance, too, class!
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:2299959
    • 提供者:apple
  1. POSIX-Threads-Programming_Modified_07_03_2015

    0下载:
  2. Tutorial Using LLNL s Supercomputers workshop. (Modified: 07/03/2015) Parallel programming with threads. Introduction to concepts, motivations, and design considerations for using Pthreads. Thread Management, Mutex Variables,Condition Variabl
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:354143
    • 提供者:Alex Z
« 12 3 »
搜珍网 www.dssz.com