-
一个进程隐藏的例子
一个进程隐藏的例子-an example of the hidden proce
- 2023-02-08 14:55:03下载
- 积分:1
-
简单线程示例。适合初学者
简单线程示例。适合初学者-threads simple example. For beginners
- 2022-06-26 10:35:31下载
- 积分:1
-
实现了C++中的协程机制,对于支持动态脚本的
C++代码比较有用,请参见我的博客文章
http://www.cublog.cn/u/16663/show...
实现了C++中的协程机制,对于支持动态脚本的
C++代码比较有用,请参见我的博客文章
http://www.cublog.cn/u/16663/showart.php?id=148848-realization of the C-HS mechanism for supporting dynamic script more useful C code, Please see my blog article http :// www.cublog.cn/u/16663/showart.php id = 14 8848
- 2022-07-23 13:29:37下载
- 积分:1
-
SDK用的线程类和一些线程用的同步类
SDK用的线程类和一些线程用的同步类-SDK using threads and some types of thread synchronization category
- 2023-03-22 20:45:03下载
- 积分:1
-
封装的线程类CThread
封装的线程类CThread- Seal line Cheng Lei CThread
- 2023-01-21 19:40:04下载
- 积分:1
-
用户自己实现的一种加锁同步算法
用户自己实现的一种加锁同步算法- User realize one kind locks the synchronized algorithm
- 2023-07-13 22:15:02下载
- 积分: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
-
利用多线程技术实现文件快速查找和“有限责任”。
《运用多线程技术实现文件的快速搜索》配套代码-"use multithreading technology to achieve the document Fast Search" complementary code
- 2022-02-13 04:46:06下载
- 积分:1
-
经典教材“Win32多线程程序设计”(候捷译)的配套程序源代码,都已经编译运行过,十分适合多线程编程学习。...
经典教材“Win32多线程程序设计”(候捷译)的配套程序源代码,都已经编译运行过,十分适合多线程编程学习。-Classic textbook
- 2022-01-21 05:16:19下载
- 积分:1
-
计算机的进程调度算法FCFS视觉服饰FPF
计算机进程调度算法FCFSSJFSFPF-Computer process scheduling algorithm FCFS SJFS FPF
- 2022-11-04 20:30:03下载
- 积分:1