搜索资源列表
RPG
- 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
linuxmulti-thread
- 提供了许多线程间通信的实例程序。用linux下的C语言实现。
EventCore0.004
- 什么是EventCore库 EventCore是一个用于提供线程同步,事件驱动,进程间数据传递,高精度计时器等功能的开源库。EventCore的最新源代码,可以在 http://event.googlecode.com 得到。EventCore库使用方便简单,内建线程管理,是开发多线程程序非常实用的一个库。 为什么要开发EventCore库 开发EventCore的目的是为了解决多线程程序通信,数据传递,函数调用,防死锁,线程同步,高精度计时器等问题。笔者在开发多线程程序时常常被线
1406457248
- VC下进行窗口和线程间,窗口之间通信通常采用消息机制,这个例子比较全面,应用到了具体工程-VC under the window and threads, the window between the commonly used communications mechanism news, the more comprehensive example of the application of a specific project
DiningPhilosophers
- Linux下多线程实现哲学家进餐算法。使用了线程间协调通信,有优先级,防止了死锁。-Dining philosophers algorithm Multithread was utilized. Compiled in Linux GCC
SharedMemory
- linux下共享内存的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of shared memory under linux as well as sample code. This package is used for inter-process communication.
linuxC_sourcecode
- 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books matching CD-ROM information, incl
linux_queue_message
- 实用、效率高的linux下消息队列程序,可以快速,方便的应用于linux线程间的通信-Practical and efficient procedures for message queue under linux, you can quickly and easily applied to the linux-thread communication
testqt.tar
- Linux QT的测试程序 关于多线程,进程间通信的,服务器方向的-Linux QT testing procedures on the multi-threading, interprocess communication, the server direction
Semaphore
- linux下posix信号量的C语言封装,以及示例代码。可用于线程间和进程间通信。-Provide C-language package of posix semaphore under linux as well as sample code. This package is used for inter-process communication.
MessageQueue
- linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
Linux
- 含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
GlobleVarThread
- vc 使用全局结构进行线程间的通信\GlobleVarThread的程序源码,希望对大家有所帮助-vc use the global structure of inter-thread communication \ GlobleVarThread the program source code, we hope to help
IPC_Funs
- c++写的在linux环境下多线程间使用互斥锁、posix信号量和system v信号量,实现的通信程序。自己编写的,自己测试过。-written in c++ linux environment using multi-thread mutex locks, posix semaphores and system v semaphore, to achieve the communication program. I have written, and tested.
yuan
- 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。-research on the Linux process/thread communication mechanism
Communication-thread
- 线程创建与线程间通信,编写一个MFC的对话框的应用程序。程序中主要实现1个环形缓冲区和2 个线程。-Communication thread created with thread
SXButtonDll
- Visual c++ 2008多线程间的通信实例-Visual c++ 2008 examples of communication between multiple threads
winpool
- 一个简单的windows线程池,实现多线程的创建和状态维护,以及线程间通信。-A simple windows thread pool.
LINUX_IPC-master
- linux下C/C++ 进程/线程间通信-LINUX_IPC-master C/C++
sysnet_day01.tar
- linux下的一些系统编程的函数使用,进程线程间的通信(Some of the system programming functions used in Linux)