搜索结果
找到约 174 项符合
Least 的查询结果
按分类筛选
- 全部分类
- matlab例程 (25)
- 其他书籍 (21)
- 数学计算 (18)
- 书籍 (9)
- 其他 (8)
- 人工智能/神经网络 (6)
- Java编程 (5)
- 书籍源码 (5)
- 数值算法/人工智能 (4)
- Linux/Unix编程 (4)
- 通讯/手机编程 (4)
- 文件格式 (3)
- 文章/文档 (3)
- 电源技术 (2)
- 数据结构 (2)
- 单片机开发 (2)
- GPS编程 (2)
- 编译器/解释器 (2)
- 多国语言处理 (2)
- 压缩解压 (2)
- 通讯编程文档 (2)
- FlashMX/Flex源码 (2)
- 中间件编程 (2)
- 游戏 (2)
- 电子书籍 (2)
- 行业发展研究 (2)
- VC书籍 (2)
- 嵌入式/单片机编程 (2)
- 学术论文 (1)
- 模拟电子 (1)
- 单片机编程 (1)
- 教程资料 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 微处理器开发 (1)
- 操作系统开发 (1)
- 系统设计方案 (1)
- 汇编语言 (1)
- Delphi控件源码 (1)
- 人物传记/成功经验 (1)
- 网络 (1)
- 其他嵌入式/单片机内容 (1)
- 软件设计/软件工程 (1)
- Ajax (1)
- 编辑器/阅读器 (1)
- 驱动编程 (1)
- Modem编程 (1)
- 企业管理 (1)
- DSP编程 (1)
- Jsp/Servlet (1)
- 认证考试资料 (1)
- 接口技术 (1)
- 无线通信 (1)
- 其他 (1)
- 软件 (1)
- 技术资料 (1)
- 源码 (1)
操作系统开发 LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间 ...
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算法的频域快速实现》
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
其他书籍 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
数学计算 多项式曲线拟合 任意介数 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 ...
数学计算 计算最小二乘法ordinary least squares
计算最小二乘法ordinary least squares
人工智能/神经网络 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
数学计算 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
其他 weighted least square line extraction with original sensor data
weighted least square line extraction with original sensor data
数学计算 最小二乘法(least squares analysis)是一种 数学 优化 技术
最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。 最小二乘法通常用于 曲线拟合 (least squares fitting) 。这里有 拟合圆曲线 的公式推导过程 和 vc实现。 ...