搜索资源列表
os2_VirtualMemory
- 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture
gmm
- 混合高斯背景建模C++源程序 在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应。-Before the the mixed Gaussian background the modeling C++ source. During foreground detection, background training, each background image using a Gaussian mixture model simu
voc-release5
- DPM可变形部件模型的matlab代码,在linux环境下,用于图片中目标的检测,里面包含一些模型的文件,也可以自己训练-DPM deformable component model of the matlab code, in the Linux environment, for the image of the target detection, which contains a number of models of the file, you can also own training
smokeRecognize-master
- 利用SVM对烟雾进行分类检测,很方便使用,内有SVM模型(Classification and Detection of Smoke Using SVM)