资源列表
iosdata(N-dimension)
- ISODATA算法实现由原来二维扩展到任意维样本点得聚类分析,具有很强的应用性,代码中对原理性东西作了详细的注释-ISODATA algorithm extended to any dimension from the original two-dimensional sample points have to cluster analysis, has a strong application, the code of the principle of detailed notes of wh
imagefusion_dllrr-master
- 图像融合的一种算法()
ScanView-1.21-Installer
- 三维测量可执行文件 ,斯坦福大学作品,对于从事三维测量的有一定参考价值
12121
- 邵贝贝__uCOS-II__嵌入式实时操作系统全书 邵贝贝__uCOS-II__嵌入式实时操作系统全书-Shao Beibei __uCOS-II__ embedded real time operating system book Shao Beibei __uCOS-II__ embedded real time operating system book
6.0win
- 6.0 win可以编译 -6.0 win可以编译6.0 win可以编译6.0 win可以编译
MSP430_LT_1B_Program
- 郭天祥MSP430教程源码,LT-1B开发板适用-Debates MSP430 tutorial source, LT-1B development board for
123
- 类似于QQ的一个聊天系统,包含完整文档和代码-Similar to the QQ, a chat system, including complete documentation and code
updownload
- struts2文件上传 struts2文件上传-struts2 upload
57sy-cicms-master
- 一个很好用的PHP后台管理系统,非常方便进行二次开发。-A very good PHP administrator management system, very convenient carries on two times of developments.
MIL-Ensemble
- This toolbox contains re-implementations of four different multi-instance learners, i.e. Diverse Density, Citation-kNN, Iterated-discrim APR, and EM-DD. Ensembles of these single multi-instance learners can be built with this toolbox
YYzhuceji
- 这是一个 yy注册机 -This is a This is a yy yy RI RI
pixel
- 用一个简单的例子来说明如何遍历图像:减少图像中的颜色数目。 彩色图片由三个通道,由于每一个强度都是一个8位的unsigned char 表示,所以所有可能的颜色数目为256*256*256,很是庞大。为了降低分析的复杂度,降低图片的颜色数目是有用的。 这个算法很简单,对图片中每个像素的每一个通道,将其值除以N(整数除法,舍去余数),然后乘以N,这样就能得到不大于原始像素值的N的最大倍值。-Use a simple example to illustrate how to tr