Operating system: banker algorithm

Report Download Code download 1. Problem description 1.1 banker algorithm The applicant shall state in advance the maximum demand for various resources. When dynamically applying for a certain type of resources during process activities, the system reviews whether the number of existing resources in the system can meet the maximum demand of ...

Added by ryanbutler on Fri, 11 Feb 2022 09:48:15 +0200

[yunyunguai] item 4: addition and subtraction within 20 (plot version)

[project preview] [creative background] The creative background of this project is a very long story, which is quite wonderful. In other words, a long time ago, Ben Yun was a big horse since he was in the lower grade of primary school. What was wrong in the math exam was always a simple question. For this, my parents really broke their hea ...

Added by madkris on Wed, 09 Feb 2022 15:40:49 +0200

After the nanny series, it's so simple, so straight

catalogue 1, What's going on at the bottom of IO? 2, Sort out the structure of classes 3, IO big point 4, Demonstration of incoming wave examples Summary: Click like and watch again, form the habit of praise, search on wechat [coriander Chat Game] and pay attention to me. preface: Some big guys in the group said they wanted me to write ...

Added by EY on Wed, 09 Feb 2022 06:53:49 +0200

rtsp video decoding analysis forwarding HTTP flv WS flv webrtc

explain Because the code is not completely completed, the complete code is not put up. If necessary, you can email me and I will send the code to you. But the most important key parts have been posted. The picture shows receiving RTSP server video, receiving, playing, analyzing and forwarding flv. After the completion of the framework, one is ...

Added by rawky on Tue, 08 Feb 2022 21:45:54 +0200

Dynamic partitioned storage management

The free partition table is as follows: 1. NF 1) NF theory In order to avoid leaving many small space partitions in the low address part and reduce the cost of finding available free partitions, when allocating memory space for the process, the cyclic first adaptation algorithm no longer starts from the head of the chain every time, but ...

Added by russellcox77777 on Tue, 08 Feb 2022 00:33:44 +0200

Completely clear the wrong submitted SVN version

This paper mainly introduces how to clear the wrong submitted version of SVN through the dump and load commands of svnadmin. It mainly includes the following aspects: svnadmin commandBack up and record the wrong version numberDump version warehouseCreate a new version warehouseRecover warehouse dump fileCheck out the new version warehouseUpdat ...

Added by moberemk on Sat, 05 Feb 2022 11:07:49 +0200

[operating system] MIT 6 s081 LAB6

Lab6: Copy-on-Write Fork for xv6 Original address: YSBLOG reference material: MIT 6. S081 xv6 LaB6 cow - Zhihu (zhihu.com) Experimental background: In the original xv6, when Shell processes instructions, it will create a child process through fork, which contains a complete Shell copy, calling exec to execute the corresponding instruction pr ...

Added by one on Fri, 04 Feb 2022 09:03:19 +0200

[2022ROS melodic version installation trial and error]

This chapter records the installation of ROS system: We can learn more about the current mainstream robot framework platform ROS from the videos or books explained by ROS (it is not a real operating system, but a set of environment framework similar to various virtual machines or dockers running on the host. Its main function is to correlate a ...

Added by gterre on Fri, 04 Feb 2022 06:32:30 +0200

Alios things 3.3.0 Wi Fi networking

    1. Alios things Wi Fi Networking Background Accessing Wi Fi network is the first step of networking most IoT devices. Access to Wi Fi generally requires two stages: distribution and networking. 1.1 introduction to Netmgr The Netmgr module introduced in this paper abstracts the distribution network and networking capabilities driven ...

Added by tomkure on Tue, 01 Feb 2022 01:26:25 +0200

Operating system course design pintos project1 experiment notes

*** * this article aims to record the experimental report and implementation process of pintos project1, the course design of operating system at the end of this semester. The whole experiment refers to many articles and some codes. Some of them are the same as other articles. Please forgive me. At the same time, it is also to test the article ...

Added by Dan06 on Mon, 31 Jan 2022 17:43:03 +0200