资源列表
dopplerparametersestimation
- 该文件为今年来国外发表的关于多普勒中心估计的经典文章,多普勒中心是雷达成像处理的重要参数。-The document published abroad this year on the Doppler center estimation classic article, Doppler radar imaging center is an important parameter.
gaussiangradient
- 是关于高斯混合模型的背景建模程序,是关于opencv改进的,自己编程的程序。-Gaussian mixture model on the background modeling procedure is about opencv improved, their own programming procedures.
mingw-w64-v1.0-snapshot-20100411
- The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. -The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit a
MATLAB GUI设计学习手记第二版.pdf
- 介绍了matlab GUI设计的基础知识,并带有许多案例(matlab GUI learning)
Ray-Tracer-master
- 光线追踪的源码,对图形学深入理解很有帮助-ray trace demo, useful in computer graphics study
PyHum-master
- 侧扫声纳图像处理软件,python。浅水底栖生物成像和底物表征的应用(Shallow water benthic imaging and substrate characterization using recreational-grade sidescan-sonar)
lower_power_show
- 1.NXP 超低功耗模式下的低功耗。 2.DEEP POWN DOWN模式可以在1UA以下 3.POWNER DOWN 模式下12UA左右(the code include the low power of NXP mcu)
jdk-1_5_0-doc
- Sun公司官方网站上下载的JDK文档,
uClinux-2.4.34.5-uc0.tar
- uClinux-2.4.34.5-uc0.tar.gz from uClinux-dist-20090810
READ_MAC_ID
- MFC 读取网卡地址,省略“-”,可以识别电脑有几块网卡,各个网卡的MAC物理地址-MFC read the network card address, omitted , you can identify the computer has a few network cards, each network card MAC physical address
NoTitle
- c#开发 安卓应用,简单例子,整个工程,包含c#源码(example; examples; case; instance; ensample)
模拟页面置换算法Clock
- 采用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串引用长度30-50,要求