-
windos2000流行
WINDOS2000下不需要弹出对话框,直接自动关机或者重新启动-WINDOS2000 pop-up dialog box under no direct automatic shutdown or restart
- 2022-03-25 04:48:17下载
- 积分:1
-
windows系统内存动态存储分配,两种分配算法
windows系统内存动态存储分配,两种分配算法-windows system memory dynamic storage allocation, the two allocation algorithm
- 2022-01-26 05:52:17下载
- 积分:1
-
单道批处理系统的作业调度程序(短作业优先,最高响应比,先来先服务三种算法)...
单道批处理系统的作业调度程序(短作业优先,最高响应比,先来先服务三种算法)-Shan Road Batch Job Scheduling System (short operating priority, the highest response ratio, first-come first three service algorithm)
- 2022-07-17 03:18:26下载
- 积分:1
-
页面置换算法的LRU和FCFS。自己写的。
页面置换算法的LRU和FCFS。自己写的。-replacement pages of LRU algorithm and FCFS. Wrote it myself.
- 2022-08-14 23:30:17下载
- 积分:1
-
通过研究Linux的线程机制和信号量实现读者写者(Reader
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。
1)写-写互斥:不能有两个写者同时进行写操作;
2)读-写互斥:不能同时有一个线程在读,而另一个线程在写;
3)读-读允许:可以有一个或多个读者在读;
4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作;
5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
-By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the read
- 2022-02-06 09:26:49下载
- 积分:1
-
tcp/ip协议栈源码,用于源码开放的嵌入式实时操作系统uCOS-II。...
tcp/ip协议栈源码,用于源码开放的嵌入式实时操作系统uCOS-II。
-tcp/ip protocol stack source code for open-source embedded real-time operating system for uCOS-II.
- 2022-06-27 06:34:30下载
- 积分:1
-
bankers algorithm used to avoid deadlock
采用银行家算法实现死锁的避免-bankers algorithm used to avoid deadlock
- 2022-03-02 17:02:43下载
- 积分:1
-
免费dos操作系统
免费dos操作系统-Free dos operating system
- 2022-02-09 18:53:55下载
- 积分:1
-
MAC oSC下cocoa framwork 编程示例程序,基于Xcode
MAC oSC下cocoa framwork 编程示例程序,基于Xcode-MAC oSC programming examples under cocoa framwork procedures, based on Xcode
- 2023-08-02 01:45:04下载
- 积分:1
-
Assembly Language (Assembly Language) is a computer professional in an importan...
《汇编语言》(Assembly Language)是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。- Assembly Language (Assembly Language) is a computer professional in an important foundation courses, is a low-level language-oriented machines. It depends on the hardware, through clever programming and give full play to the hardware s potential. Assembly language code generated by running the procedures and high efficiency. Hence, up to now, many software systems (such as operating systems, etc.) is still the core of the assembly language used to write.
- 2022-08-17 08:18:05下载
- 积分:1