搜索资源列表
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
CUDA
- 大量平行處理器程式設計訓練課程Programming Massively Parallel Processors:the CUDA experience -Introduction and Motivation The CUDA Programming Model CUDA Memories CUDA Threads Performance Tuning Floating-Point Considerations and CUDA for MultiCore CPU A
multithreadingjava
- 鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The Dinin
posi-cmulti-threaded
- posic多线程编程学习笔记整理,包含了线程的基础知识,多线程解决方法:信号灯,互斥量,条件变量,共享内存;内容详细-multi-threaded programming posic finishing study notes, including a basic knowledge of threads, multi-threaded solution: traffic lights, the volume of mutually exclusive condition variables,
create_a_thread_under_linux
- 简单的介绍线程的创建和基本的使用,关于线程的高级使用(如线程的属性,线程的互斥,线程的同步等等问题)可以参考我后面给出的资料. -Brief basic thread creation and use, on the high-level use of thread (such as the attributes of threads, thread the mutex, thread synchronization and so on) can refer to the information
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
ARoadMapThroughNachos
- Nachos i nstructional software that allows students to examine modify and exe cute operating system software Nachos provides a skeletal operating system that sup ports threads userlevel processes virtual memory and interruptdriven input o
RFC3063-chinese
- RFC3063 MPLS(多协议标签交换)环路预防机制 本文讲述了一种基于“线程”的、用于防止多协议标签交换协议(MPLS)设置含有环路的标签交换路径(LSP)的简单机制。此机制与虚电路(VC)的合并相兼容,但此兼容u并不是必需的。该机制还可用于下游按需等级分配也可用于下游等级分配。在协议消息中对要传输的信息进行了紧密的捆绑(也就是,不需使用路径矢量)。当一个节点需要转换到它的下一跳时,分布式程序被执行。不过,这只针对那些下游变化的节点。-RFC3063 MPLS (Multi-protoc
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
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
