一.先谈几个重要的东西 virtual memory是一个抽象概念,书上的原文是"an abstraction of main memory known as virtual memory"(参考资料p776).那么什么是抽象概念.下面说说我个人对这个东西的理解. 所谓抽象概念是指抽象出来的概念,通过抽象这个动作得到的结果.那么抽象这个动作又是什么,即是怎么一个动作,思维做了什么动作或者做了一系列什么动作.举个生活中的例子,现在有排球.足球.篮球.乒乓球,我们按照某个方向(共性)对排球…
using System; using System.Net; using System.Net.Sockets; using System.Net.NetworkInformation; using System.Runtime.InteropServices; using System.Collections.Concurrent; using System.Linq; using System.Threading; using System.Threading.Tasks; using S…