搜索结果
找到约 3,147 项符合
M-Files 的查询结果
压缩解压 source code for unrar3.3.4,uppack the .rar files,for multi-os
source code for unrar3.3.4,uppack the .rar files,for multi-os
人工智能/神经网络 K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模 ...
游戏 vfsome installation files are corrupt a fresh copy and retry the installtion
vfsome installation files are corrupt a fresh copy and retry the installtion
Internet/网络编程 CWebGrab is a simple class that allows you to quickly and easily download files from the net. The cl
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a light wrapper for the MFC internet classes, and as such supports any protocol that the MFC classes support.
matlab例程 LMS toolbox LMS的工具箱。 内有多个有关LMS和RLS的m文件!
LMS toolbox LMS的工具箱。 内有多个有关LMS和RLS的m文件!
matlab例程 内有多个m文件!希望能帮助到有需要的朋友!其中有几个关于lms的m文件!
内有多个m文件!希望能帮助到有需要的朋友!其中有几个关于lms的m文件!
matlab例程 如何在VC中利用matlab的资源呢? 在这里我简要的以一个简单的例子来说明一下如果在VC中调用matlab中定义的.m文件。
如何在VC中利用matlab的资源呢? 在这里我简要的以一个简单的例子来说明一下如果在VC中调用matlab中定义的.m文件。
matlab例程 基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of
基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MA ...
数学计算 实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算
实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算
人工智能/神经网络 L-M算法。除了动量法(基于梯度下降的训练算法)外
L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。