资源列表
Introduction of decoration process on MB
- 详细地介绍了世界上先进的表面处理工艺 很实用-detailed introduction of the world's advanced surface treatment technology is practical
Goscam GD2805 GD2806 manual
- Informative documentation about goscam cameras
Dynamic Modelling, Simulation and Analysis of an Offshore Variable-Speed Directly-Driven Permanent-Magnet Wind Energy Co
- Dynamic Modelling, Simulation and Analysis of an Offshore Variable-Speed Directly-Driven Permanent-Magnet Wind Energy Conversion and Storage System (WECSS)
Dynamic Modelling, Simulation and Analysis of an Offshore Variable-Speed Directly-Driven Permanent-Magnet Wind Energy Co
- Dynamic Modelling, Simulation and Analysis of an Offshore Variable-Speed Directly-Driven Permanent-Magnet Wind Energy Conversion and Storage System (WECSS)
富兰德-风力发电基础知识
- 富兰德-风力发电基础知识,丰富的风力发电知识!
nano-x和microwindows文章
- 我自己收集的关于nano-x和microwindows 的一些文章,比较基础的那种,适合初学者
A HISTORY OF FATIGUE
- A HISTORY OF FATIGUE Abstract--The history of fatigue from 1838 to the present is described in detail, with special emphasis on the German contribution in the time period of 1920-1945. A number of distinguished scientists and engineers, and their
人力资源新手必读的书籍推荐.doc
- 人力资源新手必读的书籍推荐.doc 这些书都是非常经典的书籍,从事人力资源管理的话,必须看的书籍。 强烈推荐刚从业的人员看看哦!
tapestry框架介绍
- tapestry框架介绍,使用说明,实例
Speed Hump Indicator
- This document consists of a project posted for IEEE
JAVA经典算法90题
- Java最经典的算法题,初学者必懂。好好学,好好练,这就是学习的最终的秘诀
Otsu算法(大律法或最大类间方差法).doc
- 利用阈值将原图像分成前景,背景两个图象。 前景:用n1,csum,m1来表示在当前阈值下的前景的点数,质量矩,平均灰度 后景:用n2, sum-csum,m2来表示在当前阈值下的背景的点数,质量矩,平均灰度 当取最佳阈值时,背景应该与前景差别最大,关键在于如何选择衡量差别的标准,而在otsu算法中这个衡量差别的标准就是最大类间方差(英文简称otsu,这也就是这个算法名字的来源),在本程序中类间方差用sb表示,最大类间方差用fmax