-
an "ACE Programmer's Guide" Chapter 16 of the thread pool examples...
一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer"s Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the multi-threaded operation more robust, not when there were no queues at the news, thread pool rapidly disappearing BUG. Many believe that the ACE beginners discovered this issue in the play about.
- 2022-01-26 04:08:20下载
- 积分:1
-
这是用C#编写的多线程下载软件,很好用啊~!
这是用C#编写的多线程下载软件,很好用啊~!-This is a C# Prepared multi-threaded download software, very good with ah ~!
- 2023-05-23 07:05:03下载
- 积分:1
-
一般的都是打印直角三角形式的杨辉三角,本人作了点修改,输出等边三角(非直角)形式的杨辉三角,...
一般的都是打印直角三角形式的杨辉三角,本人作了点修改,输出等边三角(非直角)形式的杨辉三角, -general are right triangle-print Pascal"s Triangle, I made a point changes, the output equilateral triangle (non-Cartesian) form of Pascal"s Triangle.
- 2022-01-25 18:29:56下载
- 积分:1
-
发现系统当前运行的任务
找出系统当前运行的任务 - Discovers the system current movement the duty
- 2023-03-10 09:25:03下载
- 积分:1
-
Mailslot进程通讯机制的服务端和客户端实现的封装类
Mailslot进程通讯机制的服务端和客户端实现的封装类-Mailslot advancement communication mechanism service end and
customer end realization seal class
- 2022-01-30 12:18:29下载
- 积分:1
-
procedures VC preparation, short on how to terminate the designation process.
程序用VC编写,短小,说明如何终止指定进程。-procedures VC preparation, short on how to terminate the designation process.
- 2022-08-14 04:31:00下载
- 积分:1
-
使用共享内存通讯的程序例子
使用共享内存通讯的程序例子-the demo of communication using shared memory
- 2023-05-18 08:00:03下载
- 积分:1
-
获取系统进程的信息的DLL,包括进程列表,进程号,并可对进程进行操作...
获取系统进程的信息的DLL,包括进程列表,进程号,并可对进程进行操作-access to the information system DLL, including the list of process, process, the process can operate
- 2023-08-14 23:55:02下载
- 积分:1
-
一个VB编写出的进程管理工具,类似与windows的进程消息管理器。还可以,请大家指点....
一个VB编写出的进程管理工具,类似与windows的进程消息管理器。还可以,请大家指点.-VB prepare a process management tools, and similar windows process information manager. Also, please guidance.
- 2022-06-28 16:15:19下载
- 积分: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