搜索资源列表
thread Console
- 一个控制台类和一个 多线程类,而且调用方便,是多线程的,运行性能超级稳定,SP3 测试、虚拟机测试均无崩溃现象,可正常退出,暂停、继续。这个多线程运行 绝对稳定 IDE中不崩溃,堪称精品…… -A console and a multi-class thread class, and the call is convenient, is multi-threaded, super-stable operating performance, SP3 test, there was no c
code
- 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
easy-thread
- multitasking example. Do multiple things in two thread functions at same time. Easiest multitasking c++ code.
mp3demo3
- mp3播放器,c语言开发,多线程通信,控制台输入控制-mp3 player,developed by c language ,muldily thread,consonle input
tanchishe
- 这是一个贪吃蛇的小游戏,彩色的,其中添加了多线程的结构,但只有一个线程,可以再添加其他线程实现其他功能。-This is a game of Snake, color, to add multithreading structure, but only one thread can add other thread other features.
evsem
- class for thread synchronization using Event Semaphores in C-class for thread synchronization using Event Semaphores in C++
example8_10
- 在本程序中实现了线程的定义及简单的调用和运行,有助于初学线程者理解。-In this procedure the thread and Definition of a simple call and run helps beginner thread understand.
13Mar
- 文档包含着两部分内容:最长公共子串算法实现以及TLS(线程局部存储)的实现代码。-The document contains two parts: the longest common substring algorithm as well as the implementation of the code of the TLS (thread local storage).
manvswoman
- java做的线程同步例子,希望对大家有帮助-java to do thread synchronization example, I hope that everyone has to help
MultithreadAndMemPool
- 多线程与内存的使用,现在是两个类,每个类都有各自的线程,两个独立的线程去共享内存池。本例子是一个空内存池队列,一个使用队列,使用完开辟内存释放还个内存池,而不是换个堆-Multithreading and memory usage, is now two classes, each class has its own thread, two independent thread to the Shared memory pool. This example is an empty queue m
Inject
- 远程线程注入 DLL注入到别的进程运行自己的代码-Remote thread injection
Suspend-and-Resume-Program
- Suspending and resuming an app or thread, how to, delphi 7, pascal
cardframe20140123
- windows多线程的一个框架,线程间通信,定义了标准的业务接口,用户根据自己的需要实现业务接口。- a framework for multi-threaded windows, inter-thread communication, defines a standard service interface, users achieve business interface according to your needs....
NTServer
- VC6.0编写的一个NTServer服务模型,其中包含了完整的NT服务模型类,包括安装,卸载,开始,停止,都已经分装好,而且这个框架那过去,可以直接使用,在线程中添加自己想做的事情就行了。-VC6.0 prepared a NTServer service model, which includes a complete model class NT services, including installation, uninstallation, start, stop, have a goo
SocketSrv
- VS2013下socket通讯的服务端(客户端类似),通讯部分用线程单写。非常适合刚接触socket以及线程以及不熟悉VS2010+版本的同学看。-VS2013 socket communications services (client like), communication part written in a single thread. Very suitable for new socket and thread, and the students are not familiar w
Projects
- 三种VC 6.0的多线程同步方法编写一个多线程的程序(要求在屏幕上先显示Hello,再显示World) 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。-Three kinds of VC 6.0 multi-thread synchronization method to write a multi-threaded program (first display on the screen requires Hello, aga
Thread-pool-and-parallelism
- 通过控制台实现线程池与并行度的具体操作演示-Through the console thread pool to achieve parallelism with the specific operation and demonstration
Wrndows-port-messages
- 基于Windows消息,建立串口监听线程,读取测速雷达数据的程序-Based on a serial port to monitor Windows messages, thread, doppler radar data read program
2048790
- 在Windows环境下,参考Windows环境下线程同步,互斥操作的例子-In the Windows environment, thread synchronization reference Windows environment, example of mutually exclusive operation
