搜索资源列表
philosophers05
- 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
Productor_Consumer
- 1、在Windows系统环境下,用Windows API编程实现操作系统经典同步问题。 2、理解和运用信号量、PV原语、进程间的同步互斥关系等基本知识。 3、在实习过程中,加强对于进程同步概念的理解,对于实验进行分析。 4、掌握在Windows环境下多线程(进程)程序设计的一些基本方法。 -1, in the Windows system environment, Using Windows API programming operating system classic syn
WindowsMulti-thread
- Windows环境下的多线程编程原理与应用一书的源码,原书中没有提供源码,是本人根据文中内容自己创建的源码。 提供了所有Win32下的多线程编程源码,包含有事件、mutex、信号量等等。 多线程设计难得的源码。
run
- 讨论临界区问题及其解决方案,分别利用Windows的mutex机制和软件方案解决。
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
thread
- 线程锁.Windows系统是多任务操作系统,系统内核为我们提供了 事件(Event)、Mutex、信号灯(semaphore)和计时器4种对象来控制线程间的同步。 在C++Builder中,为我们提供了用于创建Event的TEvent对象供我们使用。-Thread lock. Windows system is a multi-tasking operating system kernel to provide us with the event (Event), Mutex, sema
mutex
- windows下互斥量的范例实现,使用waitForsingleobject-the implement
pb9(topwiz)
- 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
Windowssystemcoreprogram
- windows操作系统的核心编程,包括如何获取系统信息、互斥锁、处理器信息、虚拟内存的获取-windows operating system' s core programming, including how to obtain system information, mutex lock, processor information, access to virtual memory, etc.
Thread
- 验讨论临界区问题及其解决方案,利用Windows的mutex机制,采用软件方案 然后比较这两种方案的性能优劣。-ThreadTest
xianchengtongbu
- 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
thrd-win32
- Win32 现成创建,包括Win32 MUTEX 锁和WIN 32 SEMAPHORE 信号灯。-Windows 32 thread create.
mutex
- 通过windows程序 实现两个线程间简单的同步和互斥-Program through windows to achieve two simple synchronization between threads and the mutex
Test_Mutex
- 这是一个演示windows编程中互斥量用法的程序,非常适合windows编程的初学者-This is a Produre for Mutex !
LogModule
- 程序日志文件,windows Linux通用,完全的模块化 规范化编程 整合LINUX windows 线程库,互斥锁库. VC2005-Log files, windows Linux general, fully integrated modular standardized LINUX windows thread programming library, library mutex. VC2005
08281018_ShenChaobo_lab02
- 讨论临界区问题及其解决方案。实验首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,实验过程中会发现某些异常现象。针对观察到的现象,请分别采用以下两套不同的解决方案: (1) 利用Windows操作系统提供的mutex机制。 (2) 采用软件方案。 最后请比较这两种方案的性能优劣。 -Discuss problems and solutions critical region. Experiment first to share data resources to c
mutex
- windows filedisk虚拟磁盘-windows filedisk virtue disk
Mutex
- windows下调用系统API函数进行Mutex缓存操作-windows system API function call the Mutex cache operation
mutex
- 本实验讨论临界区问题及其解决方案。实验首先创建两个共享数据资 源的并发线程。在没有同步控制机制的情况下,我们将看到某些异常现象。 针对观察到的现象,本实验采用两套解决方案: • 利用Windows 的mutex 机制 • 采用软件方案 然后比较这两种方案的性能优劣。-In this study, discuss problems and solutions critical region. Experiment first create two share
deleteMutex
- Visual Studio C# project for deleting Windows mutex object .