搜索资源列表
osbymayfar
- 本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Pr
JThread_manual
- 一个非常好的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
smartclient5
- 本章讨论与智能客户端应用程序中多线程的使用有关的问题。为了最大限度地提高智能客户端应用程序的响应能力,需要仔细考虑如何和何时使用多线程。线程可以大大提高应用程序的可用性和性能,但是当您确定它们将如何与用户界面交互时,需要对其进行非常仔细的考虑。-discussed in this chapter and Smart Client Application Program multithreading in the use of the problem. In order to improve th
CCritionSection
- 线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用 户模式中线程的同步方法主要有原子访问和临界区等方法。其特点是同步速度特别快,适合于对线程运行速度有严格要求的场合。 在MFC中封装了CCritionSection等对象可以对共享资源进行锁定 -thread synchronization is a very big issues, including all aspects of the content
EVC_CThread_doc
- A class that allows the simple implementation of worker threads-A class that allows the simple implementat ion of worker threads
Linux2_6_kernel_interiable
- 该文章提出一种实时化改进方案.关键字:linux,实时性,中断线程化,实时优先级-The article presents a real-time to improve the program. Keywords: linux, real-time, interrupt threads, and real-time priority
SummaryOfMutiThread
- 关于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
JavaDesignModern
- 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
PThreads
- Threads Manual - Utility-Threads Manual- Utility
Threadingconcept
- Threading learning basic concept Laboratory work for making threads to kernel
JavaSockettest
- java线程技术的重要的应用 都知道线程在Java的重要性-java threading of the important applications of all know the importance of threads in the Java
AI
- 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
Multithreading
- 一个关于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
MEDriver
- 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
Scheduler
- Its scheduler document for unix/linux system programming ..its a main part of linux/unix system to manage all the processes and threads .
Producer-Consumer_Problem
- producer-concumer problem with buffering and threads
300_a2
- multi filter ......... it is useful in realising th threads ans semaphore conditions
advancedCSharp
- Tutorial for all advanced features of C# language including Inheritance, Interfaces, Delegates, Exceptions, Namespace and Assemblies, Attributes, Threads and XML comments.
java
- JAVA课程,包括Java基本语法,数组,字符串,输入输出流,线程,继承、多太、类!-JAVA programs, including the basic Java syntax, arrays, strings, input and output streams, threads, inheritance, too, class!
POSIX-Threads-Programming_Modified_07_03_2015
- 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
