搜索资源列表
ThreadMigrate
- 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
SClient
- 时间同步客户端,WINDOWS下的.后面有LINUX下的同步客户端.-time synchronization client, the Windows. LINUX is behind the synchronization client.
p_c.win-linux
- 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
dcscan
- 定时备份程序,多平台,即可在windows下编译,又可以在linux下编译,使用了pwlib库
pi
- windows下利用多线程求PI的值,利用visual studio 2005编写;在linux下利用多线程求PI的值-under windows for multi-threaded use of the value of PI, using visual studio 2005 to prepare in linux using multi-threading for the value of PI
procon
- 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制,windows环境下运行-Test Objective: To study the mechanisms and thread Linux Semaphore producers to achieve concurrency control on consumer issues, windows environment running
process
- Windows和linux下的进程间相互调度的程序,适合初学者进行分析-Under Windows and linux between the process of scheduling the procedure, suitable for beginners analysis
producerandconsumer
- linux和Windows下实现的经典的生产者消费者的操作系统问题-linux and Windows under the producer of the classic problem of the consumer operating system
cucme
- 一个很好的多线程例子, 而且是网络编程的例子, windows linux都有-multithread sample
duohePPT
- 多核程序设计的简介,多线程多实例,对于学习有很大的帮助-It s for the Linux,Windows programing.The history about the multinuclear.And good for studing
p-and-c
- 在Windows和Linux操作系统上,利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-In the Windows and Linux operating systems, the use of their operating system provided Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer
jthread-1.3.1
- jthread是一个多线程开发库,利用它可以方便地在Windows或者Linux开发多线程程序。-jthread is a multi-threaded development libraries, you can easily use it in Windows or Linux multithreaded application development.
DR_MPI
- 标准C开发的MPI例程 计算数字的根数, 在Linux和Windows上均可运行-C development of the MPI standard routines Root of the number of calculations
plat_thread
- 跨平台线程封装,可以windows及linux下运行.提供统一的接口,方便平台移植-Encapsulation, cross-platform threads can run under Windows and Linux. Provide a unified interface, convenient platform transplantation
thread
- 多线程矩阵计算 linux/ windows-matrix multi threads linux/ windows both ok
RWLock_Win_Linux
- 实现了windows和linux跨平台的多线程读并发,读写互斥锁,已经在项目开发中使用,很好用-windows linux mutithread read lock write lock, with C++
2
- 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来
Windows_Linux
- 用Delphi开发Windows系统与Linux进程间通信软件-Development of Windows system and Linux process communication software with Delphi
pthread
- 提供c/c++多线程开发的API,兼容windows linux平台(provide the developer the application program interface of Multithreading)
8765706
- C++比较通用的日志输出函数 适合windows和linux平台()
