搜索结果
找到约 331 项符合
bi-linear 的查询结果
matlab例程 线性规划工具箱-performing the standard two phase simplex method on linear programming problems.具体介绍里面有
线性规划工具箱-performing the standard
two phase simplex method on linear programming problems.具体介绍里面有
数学计算 这是C语言版本的Linear Programming,同lpmex的功能是一样的
这是C语言版本的Linear Programming,同lpmex的功能是一样的
matlab例程 Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
其他书籍 线性代数的发展(Linear Algebra)是代数学的一个分支
线性代数的发展(Linear Algebra)是代数学的一个分支,它以研究向量空间与线性映射为对象;由于费马和笛卡儿的工作,线性代数基本上出现于十七世纪。直到十八世纪末,线性代数的领域还只限于平面与空间。
Linux/Unix编程 conversions between Oki ADPCM and linear voice files.
conversions between Oki ADPCM and linear voice
files.
matlab例程 LPC(linear predictive coding)线性预测编码及改进型voice excited LPC源代码
LPC(linear predictive coding)线性预测编码及改进型voice excited LPC源代码
其他书籍 linear公司的充电器IC的选型
linear公司的充电器IC的选型,省得有些要做充电器的的人总是追问
数学计算 Using Gaussian elimination to solve linear equations.
Using Gaussian elimination to solve linear equations.
数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.