CHAPT12Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12Chapt12.dsp The
CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12\Chapt12.dsp Th...
CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12\Chapt12.dsp Th...
通用串行总线(USB)是一种新兴的计算机外围串行通信接口标准,与常用的计算机接口(如串口、并口等)相比,通用串行总线(Universal Serial Bus,USB)具有热插拔、即插即用、数据传输可...
THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interes...
Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li...
SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be...
SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be...
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg...
中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised cluster...
基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very h...
高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means ...