Page replacement algorithms Use c++ to implement page replacement algorithmCode :https://github.com/moblackwhite/Page-replacement-algorithm Running result: 2022-01-15 Operating System
Wrong topic summary of integral(1) \begin{aligned}\int \frac {x} {(x+2)^3} \,{\rm d}x & = \int \frac {(x+2)-2} {(x+2)^3} \, {\rm d}x \\ & = \int \frac {1} {(x+2)^2} \, {\rm d}x - 2 \int \frac {1} {(x+2)^3} \, {\rm d}x 2022-01-09
Clone using a proxy ExampleIf you need to download files with git under a proxy, setting proxy server system-wide couldn’t be enough. You could also try the following:git config --global http.proxy http://<proxy-serv 2022-01-09 #Git
pip switch to domestic source Domestic source Tsinghua: https://pypi.tuna.tsinghua.edu.cn/simple Aliyun: https://mirrors.aliyun.com/pypi/simple University of Science and Technology of China: https://pypi.mirrors.ustc.edu.cn/simple 2022-01-09 #pip
Visual Studio Code recommended plugins Web HTML CSS Support CSS Intellisense for HTML Live Server Launch a development local Server with live reload feature for static & dynamic pages open in brower This allows you to open the cur 2022-01-07 #Visual Studio Code
Installing Git 1. Downloadhttps://git-scm.com/downloads 2. InstallClose your eyes and click next 3. Configuration12git config --global user.name "HardyHu"git config --global user.email 1243971719@qq.com 4 2022-01-06 #Git
Visual Studio uses JetBrains Mono Download JetBrains mono fontOpen website:https://www.jetbrains.com/lp/mono/ Unzip the archive and install the fontUnzip the archive, open /fonts/ttf. Ctrl + A, select all font files, right-click any o 2022-01-01 #Visual Studio
Setting up Visual Studio for Assembly MASM What is MASM ?The Microsoft Macro Assembler (MASM) is an x86 assembler that uses the Intel syntax for MS-DOS and Microsoft Windows. Let’s start1. Create projectCreate a new project -> Select Empty 2021-12-30 Assembly language #Visual Studio