把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
VC++教学视频由孙鑫老师主讲并录制,这个文件夹是视频中所有程序的源码。-VC++ Teaching video by the Sun Xin speaker teachers and recording, this folder is the video source for all procedures.