搜索结果
找到约 8,542 项符合
with-code 的查询结果
压缩解压 EASY G.722 的sample code, 可以生成722文件。
EASY G.722 的sample code, 可以生成722文件。
单片机开发 MSP430F449的AQ430 Practice Code
MSP430F449的AQ430 Practice Code
单片机开发 MSP430F449的读写FLASHAQ430 Practice Code
MSP430F449的读写FLASHAQ430 Practice Code
单片机开发 MSP430F449的i/o口AQ430 Practice Code
MSP430F449的i/o口AQ430 Practice Code
单片机开发 MSP430F449的硬件乘法器操作IAR Practice code
MSP430F449的硬件乘法器操作IAR Practice code
嵌入式/单片机编程 We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a s
We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a simple apparatus. We also present several generalizations of this construction which admit similar decoding algorithms.
嵌入式/单片机编程 The CC1000 RF transceiver is very easy to interface with a microcontroller. The chip is configured
The CC1000 RF transceiver is very easy
to interface with a microcontroller.
The chip is configured using a three-wire
bus, comprising of PCLK, PDATA and
PALE signals.
人工智能/神经网络 This code is to estimate the parameter of model of Mixture Gauss which is popular model used in patt
This code is to estimate the parameter of model of Mixture Gauss which is popular model used in pattern classification .
JAVA 写的估计复合高斯模型中的参数
人工智能/神经网络 Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant
Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble.
Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through ...
人工智能/神经网络 gmeans-- Clustering with first variation and splitting 文本聚类算法Gmeans ,使用了3种相似度函数,cosine,euclidean ,K
gmeans-- Clustering with first variation and splitting
文本聚类算法Gmeans ,使用了3种相似度函数,cosine,euclidean ,KL.文本数据使用的是稀疏矩阵形式.