摘要:
新建文本文档,复制下面这段代码,重命名为Hyper-V.cmd,管理员运行,最后输入Y重启电脑即可。 pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('fin 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; const int maxn=1010; int getP(int num[],int left,int right){ int temp=num[left]; while(left<right){ while 阅读全文
摘要:
In graph theory, an Eulerian path is a path in a graph which visits every edge exactly once. Similarly, an Eulerian circuit is an Eulerian path which 阅读全文
摘要:
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the 阅读全文