-
This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of...
This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
- 2022-12-05 05:20:03下载
- 积分:1
-
经典教材“Win32多线程程序设计”(候捷译)的配套程序源代码,都已经编译运行过,十分适合多线程编程学习。...
经典教材“Win32多线程程序设计”(候捷译)的配套程序源代码,都已经编译运行过,十分适合多线程编程学习。-Classic textbook
- 2022-01-21 05:16:19下载
- 积分:1
-
演示了如何在一个程序当中去控制另一个程序的运行!从而实现自动化功能!...
演示了如何在一个程序当中去控制另一个程序的运行!从而实现自动化功能!-demonstrated how, in a program to control the operation of another program! To achieve automation!
- 2022-08-18 15:33:55下载
- 积分:1
-
生产者和消费者:C 有相应的文字说明与注释
生产者和消费者:C 有相应的文字说明与注释-Producers and consumers: C there is a corresponding text description and Notes
- 2022-03-24 20:17:43下载
- 积分:1
-
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理...
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the s
- 2023-08-27 14:25:03下载
- 积分:1
-
理发师睡觉问题 可以利用它来解决嗜睡的理发师问题 进程调度与信号量问题...
理发师睡觉问题 可以利用它来解决嗜睡的理发师问题 进程调度与信号量问题-Seville sleep problems can use it to solve the problem sleepiness barber process scheduling and capacity problems of signal
- 2022-11-07 10:15:03下载
- 积分:1
-
使用ntdll.dll中未公布的函数实现的资源读写加锁的例子
使用ntdll.dll中未公布的函数实现的资源读写加锁的例子-An example of realising resource lock of reading and writing by using unpublished function in ntdll.d
- 2022-07-19 02:20:03下载
- 积分:1
-
进度条控件的多线程实现程序
进度条控件的多线程实现程序-progress of the control procedures, multithreading
- 2022-07-11 10:11:40下载
- 积分:1
-
信号灯实现多线程控制例子。
信号灯实现多线程控制例子。-signal multi-threaded control examples.
- 2022-03-21 08:25:47下载
- 积分: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