搜索结果
找到约 238 项符合
Least-square 的查询结果
数值算法/人工智能 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition
通过奇异值分解实现的最小二乘拟合算法
inear least-squares fit by singular value decomposition
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
生物技术 RMSD: Root Mean Square Deviation 是一种在分子模拟及预测中很常见的评价标准
RMSD: Root Mean Square Deviation 是一种在分子模拟及预测中很常见的评价标准,通过Jacobi变换来的到一个大分子和目标分子的相似程度。常用来评价一个三维结构的预测结果是否足够准确.作者主页http://dillgroup.ucsf.edu/~bosco/
压缩包里的html里还包括有Python代码 ...
软件设计/软件工程 网上的使用vc++圆形按钮制作源代码.Vertical and square resource-buttons get circular. Horizontal, non-square, resour
网上的使用vc++圆形按钮制作源代码.Vertical and square resource-buttons get circular.\nHorizontal, non-square, resource-buttons get stretched.
人工智能/神经网络 Chi Square Test for Independence: calculuate the chi square of a vector and the critical value.
Chi Square Test for Independence: calculuate the chi square of a vector and the critical value.
matlab例程 2D MATLAB EFG CODE - SQUARE DOMAIN
2D MATLAB EFG CODE - SQUARE DOMAIN
matlab例程 By building a nonlinear function relationship between an d the error signal
By building a nonlinear function relationship between an d the error signal,this paper presents a no—
vel variable step size LMS(Least Mean Square)adaptive filtering algorithm.
人工智能/神经网络 有监督自组织映射-偏最小二乘算法(A supervised self-organising map–partial least squares algorithm),可以用语多变量数据的回归分析
有监督自组织映射-偏最小二乘算法(A supervised self-organising map–partial least squares algorithm),可以用语多变量数据的回归分析
matlab例程 Partial Least Squares regression bilinear factor model 的输出源码
Partial Least Squares regression bilinear factor model 的输出源码
操作系统开发 LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间 ...