搜索结果
找到约 34 项符合
Inverse 的查询结果
按分类筛选
其他 包括使用修正Gram-Schmit算法实现QR分解
包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse p ...
Java编程 hibernate一对多双向关联映射 一对多双向关联映射的方法 在"一"一端的集合中使用<key>标签,在对方表中加入一个外键指向"一"端 在"多"的一端采用<ma
hibernate一对多双向关联映射
一对多双向关联映射的方法
在"一"一端的集合中使用<key>标签,在对方表中加入一个外键指向"一"端
在"多"的一端采用<many-to-one>
注意:<key>标签指定的外键字段必须和<many-to-one>指定的外键一至,否则引用字段的错误
inverse和cascade
inverse是关联关系的控制方向;
cascade操作上的连 ...
数学计算 IML package provides efficient routines to solve nonsingular systems of linear equations, certifie
IML package provides efficient routines to solve nonsingular systems of
linear equations, certified solve any shape systems of linear equations,
and perform mod p matrix operations, such as computing row-echelon form,
determinant, rank profile, inverse of a mod p matrix.
技术资料 单片机实现ADPCM编码和解码
INTRODUCTION In the past, adding speech recording and playback capability to a product meant using a digital signal processor or a specialized audio chip. Now, using a simplified Adaptive Differential Pulse Code Modulation(ADPCM) algorithm, these audio capabilities can be added to any PICmicro devic ...