-
c++builder下的多线程例程,多线程演示三种排序方法,为初学者理解多线程很有帮助~!...
c++builder下的多线程例程,多线程演示三种排序方法,为初学者理解多线程很有帮助~!-c++ builder under the routine multi-threaded, multi-threaded sort of three methods of presentation, for beginners to understand multi-threaded helpful ~!
- 2022-04-25 12:34:18下载
- 积分:1
-
series of multi
多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
- 2022-07-17 00:04:04下载
- 积分:1
-
一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。...
一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of the anonymous pipe mechanism.
- 2022-03-03 18:50:32下载
- 积分:1
-
CTR
ctr-del-alt就能看到系统的进程,你是否也想在你的程序中显示出来呢?看完这个代码你在可以轻松在ABOUT中显示出来,不用再显示什么磁盘的容量等信息了,换个花样吧-ctr- del-alt system will be able to see the process, do you also think your procedures are displayed? Reading the code you can relax in ABOUT revealed, no longer shows any disk capacity information, a change in the Mood for it
- 2023-07-20 08:35:03下载
- 积分:1
-
主要讲的是售票功能,在不同站点售同一组票,而不会发生错误。...
主要讲的是售票功能,在不同站点售同一组票,而不会发生错误。-Major topics of the ticketing functions in different sites selling the same set of votes without error.
- 2022-03-07 14:47:57下载
- 积分:1
-
动画及多线程演示
动画及多线程演示-animation and multi-threaded demo
- 2022-04-10 10:50:06下载
- 积分:1
-
多线程利用windowsapi函数实现同步
多线程利用windowsapi函数实现同步-multithreading function using synchronized windowsapi
- 2022-01-24 15:57:30下载
- 积分:1
-
用TC编写的一段电梯模拟程序,界面也是TC编写的,简洁美观。主要是用作c语言的线程编程练习。...
用TC编写的一段电梯模拟程序,界面也是TC编写的,简洁美观。主要是用作c语言的线程编程练习。-TC prepared with a lift of the simulation program, the interface is prepared by the TC, simple beauty. C is mainly used for threaded programming language exercises.
- 2022-02-16 10:23:21下载
- 积分:1
-
看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach...
看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单独的线程。
-look at the UNIX System and the process of Mach"s mandate and the relationship between the threads. In UNIX systems, a process includes an executable program and a range of resources, such as file descriptors table and address space. In Mach, a task only a series of resources; Threads handle all the executable code. A Mach task can have any number of threads and its associated, and each one must thread related tasks. And to a certain set of tasks related to the threads are sharing all the resources. Thus, a thread is a program counter, a stack, and a series of registers. All need to use the data structures are covered by the mandate. A UNIX system in the process of Mach which corresponds to a mandate and a separate thread.
- 2022-12-05 01:30:03下载
- 积分: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