-
一个可以方便地在Delphi下进行多线程编程的控件。很好用的。...
一个可以方便地在Delphi下进行多线程编程的控件。很好用的。-a convenient in Delphi under multithreaded programming controls. Very good use.
- 2022-03-18 11:06:30下载
- 积分:1
-
谢谢!我们老师教的例子。GuiThread.有基本的功能
谢谢!我们老师教的例子。GuiThread.有基本的功能-Thank you! We teaches example. GuiThread. A basic function
- 2022-04-19 23:36:55下载
- 积分: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
-
操作系统原理实例代码,涉及进程、线程、信号量等操作系统的原理和思想的实现。...
操作系统原理实例代码,涉及进程、线程、信号量等操作系统的原理和思想的实现。-operating system code examples principle involved process, threads, signals and so on the operating system principles and ideas of achievement.
- 2022-04-27 08:13:42下载
- 积分:1
-
一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函...
一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函数包含需要被执行的代码-A workhorsing thread C++ Type of package can be used as middleware to easily create, start, pause, synchronized release of a thread. Only in this category on a new type of derivative, overloaded virtual function run (), this function contains the code needs to be implemented
- 2022-10-12 22:20:03下载
- 积分:1
-
windows用delphi监视进程运行
windows用delphi监视进程运行-windows monitors the advancement with delphi to move
- 2022-05-07 06:10:44下载
- 积分:1
-
在操作系统存储器的管理方式中若采用一次性将作业全部装入内存的方式...
在操作系统存储器的管理方式中若采用一次性将作业全部装入内存的方式-the operating system memory management approaches to the use of one-time operations loaded into memory all the way
- 2022-03-06 15:06:47下载
- 积分:1
-
发现系统当前运行的任务
找出系统当前运行的任务 - Discovers the system current movement the duty
- 2023-03-10 09:25:03下载
- 积分:1
-
实现进程互斥的源代码,并有演示
实现进程互斥的源代码,并有演示- The realization advancement incompatible source code, and has
demonstrates
- 2022-03-19 11:03:09下载
- 积分:1
-
学习辅助线程不错的例子,主线程进行一般的数学运算,辅助线程定时开启,进度条显示辅助线程运行状态...
学习辅助线程不错的例子,主线程进行一般的数学运算,辅助线程定时开启,进度条显示辅助线程运行状态-Study aids a good example of thread, the main thread that involves a general mathematical calculations, auxiliary thread regularly opened, the progress bar shows auxiliary thread running
- 2022-06-01 07:59:30下载
- 积分:1