test
test
LVM介绍 LVM的强大之处,比之前的传统分区方式强太多(mbr)。下面主要翻译ubuntu wiki中lvm的介绍。 What is LVMLVM stands for L...
操作系统 An operating system is a software controlling the operation of a computer system a...
南北桥 北桥 wiki定义 A northbridge or host bridge is one of the two chips in the core logic ch...
cpu与外设之间的种种不匹配,速度不匹配,缓冲,信号电平不同等等。所以必须有专门的代理来处理IO事件。输入输出控制中心(ICH,I/O controller hub),也就是...
CPU实模式,主要讲的是x86cpu 基本概念 实模式是8086cpu的寻址方式、寄存器大小、指令用法等。用来反应cpu在该环境下如何工作的概念。——《操作系统真象还原》 R...
1. 开始 The most basic project is an executable built from source code files. For simple ...
官网介绍 CMake is an open-source, cross-platform family of tools designed to build, test an...
makefile作用 一个工程中的源文件不计其数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,...
ros还是有个ide写起来方便很多。 之前参照网上很多中文的博客什么的配置,要么写的不全,要么就是配不起来。后开就直接去看官方wiki了,所有有什么问题最好看官方文档或者wi...
contourArea Calculates a contour area. Parameters:contour – Input vector of 2D points (...
Opencv 轮廓检测相关api文档 opencv2的c++接口 官方文档相关api Finds contours in a binary image.在二值图像中找到轮廓 ...