搜索结果

找到约 174 项符合 Least 的查询结果

操作系统开发 LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的

LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间 ...
https://www.eeworm.com/dl/531/221835.html
下载: 198
查看: 1148

matlab例程 This program simulates plant identification least mean square (NLMS) alogrithm reference: 《LMS算法的

This program simulates plant identification least mean square (NLMS) alogrithm reference: 《LMS算法的频域快速实现》
https://www.eeworm.com/dl/665/265508.html
下载: 102
查看: 1047

matlab例程 This program simulates plant identification using frequency block least mean square (FBLMS) alogrith

This program simulates plant identification using frequency block least mean square (FBLMS) alogrithm reference: 《LMS算法的频域快速实现》 LMS is modified by XXX in XXX place, see details in XXX relevant document
https://www.eeworm.com/dl/665/265510.html
下载: 53
查看: 1124

其他书籍 Please read them carefully before you write the package to their specific functions (at least 20 cha

Please read them carefully before you write the package to their specific functions (at least 20 characters). As far as possible not to let the station for the time you have spent on that amendment. Have to extract the password to the password
https://www.eeworm.com/dl/542/277499.html
下载: 100
查看: 1029

数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by ...
https://www.eeworm.com/dl/641/279819.html
下载: 135
查看: 1119

数学计算 计算最小二乘法ordinary least squares

计算最小二乘法ordinary least squares
https://www.eeworm.com/dl/641/299074.html
下载: 28
查看: 1096

人工智能/神经网络 C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes

C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes double and single precision LM versions, both with analytic and finite difference approximated jacobians
https://www.eeworm.com/dl/650/306460.html
下载: 118
查看: 1182

数学计算 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.

基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
https://www.eeworm.com/dl/641/317567.html
下载: 89
查看: 1046

其他 weighted least square line extraction with original sensor data

weighted least square line extraction with original sensor data
https://www.eeworm.com/dl/534/318711.html
下载: 106
查看: 1073

数学计算 最小二乘法(least squares analysis)是一种 数学 优化 技术

最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。 最小二乘法通常用于 曲线拟合 (least squares fitting) 。这里有 拟合圆曲线 的公式推导过程 和 vc实现。 ...
https://www.eeworm.com/dl/641/342589.html
下载: 46
查看: 1049