-
a multithreaded case management procedures. Win32 system for programming and mul...
一个多线程管理实例程序。对于win32系统编程和多线程编程的人是一个很好的东西。-a multithreaded case management procedures. Win32 system for programming and multi-threaded programming is a good thing.
- 2022-04-14 09:43:18下载
- 积分:1
-
一个进程间的通信的好程序,好源码,值得一看,非常有帮助...
一个进程间的通信的好程序,好源码,值得一看,非常有帮助-A good inter-process communication procedures, a good source, worth a visit, very helpful
- 2022-10-19 12:00:02下载
- 积分:1
-
vc a brief multi
vc多线程编程简单介绍,有个实例介绍的录像。-vc a brief multi-threaded programming, a video examples.
- 2022-03-29 22:41:47下载
- 积分:1
-
在多个线程之间安全地共享有限的资源
在多个线程之间安全地共享有限的资源-threads between the various security sharing limited resources
- 2022-07-03 11:36:30下载
- 积分:1
-
本源码实现了一个"任务管理器",可以对进程进行各种操作.使用了与进程有关的API和进程操作事例....
本源码实现了一个"任务管理器",可以对进程进行各种操作.使用了与进程有关的API和进程操作事例.-The source to achieve a
- 2023-08-24 03:25:03下载
- 积分:1
-
线程的同步
虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运...
线程的同步
虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread synchronization Although multithreading can bring us benefits, but there a lso many problems to be solved. For example, as disk drives such exclusivity system resources and can thread the process of implementation of any code, and the thread running by the scheduling system automatically and to a certain extent the uncertainty, So, then there could be two threads while the disk drives operate, which have operational errors; For example, For the computer banking system, may use a thread to update users of its database, and use another thread to read a database to respond to the needs of depositors, Reading is very likely to read threads database is not fully update the database, Reading may be because the time was only part of the updated dat
- 2022-03-26 17:09:07下载
- 积分:1
-
线程优先级示例-赛马
线程优先级示例-赛马-thread priority example- race
- 2022-08-06 22:34:54下载
- 积分:1
-
显示出系统中的所有进程和每个服务进程的完整路径的源代码...
显示出系统中的所有进程和每个服务进程的完整路径的源代码-Shows that the system of all the process and the process of each service the full path to the source code
- 2023-04-06 12:10:03下载
- 积分:1
-
一个多线程同步问题. 哲学家进餐问题!! java实现
一个多线程同步问题. 哲学家进餐问题!! java实现-a multithreaded synchronization. Dining Philosophers problem! ! Java Implementation
- 2022-01-28 22:22:04下载
- 积分:1
-
readers and writing, the operating system of curriculum design process and threa...
读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
- 2022-05-28 12:10:57下载
- 积分:1