搜索结果

找到约 660 项符合 IMPLEMENTation 的查询结果

按分类筛选

显示更多分类

串口编程 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 The Visual C++ project file for the program. CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program. CHAPT12\Chapt12.h The header file for the app s application class CHAPT12\Chapt12.ico The i ...
https://www.eeworm.com/dl/624/254613.html
下载: 69
查看: 1087

其他 通用串行总线(USB)是一种新兴的计算机外围串行通信接口标准

通用串行总线(USB)是一种新兴的计算机外围串行通信接口标准,与常用的计算机接口(如串口、并口等)相比,通用串行总线(Universal Serial Bus,USB)具有热插拔、即插即用、数据传输可靠、扩展方便、低成本等优点。从问世以来,它得到了广泛的应用,一方面已成为当前计算机必备的接口之一,同时也被广泛地应用于嵌入式系统设计 ...
https://www.eeworm.com/dl/534/260345.html
下载: 184
查看: 1162

Java书籍 THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if you are interes

THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if you are interested in any of the following: &#8226 integrating a Java application with legacy code written in languages such as C or C++ &#8226 incorporating a Java virtual machine implementation into an existing app ...
https://www.eeworm.com/dl/656/264526.html
下载: 35
查看: 1058

数据结构 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ ...
https://www.eeworm.com/dl/654/267011.html
下载: 80
查看: 1108

行业发展研究 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 better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is di ...
https://www.eeworm.com/dl/692/269578.html
下载: 55
查看: 1064

行业发展研究 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 better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is di ...
https://www.eeworm.com/dl/692/269580.html
下载: 56
查看: 1068

压缩解压 The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg

The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
https://www.eeworm.com/dl/617/270242.html
下载: 141
查看: 1069

人工智能/神经网络 中心点漂移是一种非监督聚类算法(与k-means算法相似

中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab imple ...
https://www.eeworm.com/dl/650/276944.html
下载: 85
查看: 1074

人工智能/神经网络 基本的k-means聚类算法c++实现

基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
https://www.eeworm.com/dl/650/276950.html
下载: 25
查看: 1062

人工智能/神经网络 高效的k-means算法实现

高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented ...
https://www.eeworm.com/dl/650/276954.html
下载: 200
查看: 1085