搜索资源列表
SQL_PLUS
- SQL Plus是一款通用数据库操纵、存取程序,可以运行在任何平台之上。 可以操纵任何数据库。 开发者:哲涛科技,杨连宝 http://sm.zhetao.com/-SQL Plus is a universal database manipulation, access procedures, can run on any platform. Can manipulate any database. Develop
FullSQLClient
- SQL Plus是一款通用数据库操纵、存取程序,可以运行在任何平台之上。 此版本为发布版。可以直接在装有Java的平台中使用。 可以操纵任何数据库。 开发者:哲涛科技,杨连宝 http://sm.zhetao.com/-SQL Plus is a universal database manipulation, access procedures, can run on any platform. This
chol
- 这是 对矩阵Cholesky分解 的一种方法的源代码.-This is the Cholesky decomposition matrix of a method
shuzhi
- 常用数值算法的fortran程序。有高斯算法,拉普拉斯算法,辛普森算法-Numerical Algorithm
chol
- 矩阵的乔列斯基分解。用VB编程。数值计算方法。-Matrix Qiaoliesiji decomposition. With VB programming. Numerical methods.
matrix_chol
- matlab中chol函数的C++实现,即对矩阵进行分解,分解为上三角矩阵-chol matlab in C++, the function
1CHOL
- Cholesky分解与求行列式值,使用C语言编写,可以在Visual C++中运行。-Cholesky decomposition and demand determinant, the use of C language, Visual C++ can be run.
1CHOL
- 在矩阵运算中用于大型行列式求值,代码简单。容易看懂。-In the matrix operations for large determinant in the evaluation, the code simple. Easy to understand.
stm32-CHPA-CHOL
- stm32时钟时序和时钟极性的配置,解决你头疼的问题-stm32 clock timing and clock polarity configuration to solve your headache
chol-1_0
- eigen value extraction source codes
45225
- STM32F103RBT6控制的两轮平衡小澈何以很平稳的站立起来,可以-STM32F103RBT6 control of two small Chol why very smooth balance standing up, you can play
matrix-codes
- 这是一下关于矩阵分解的程序,用matlab程序关于矩阵的qr分解-This is a program on matrix decomposition, using matlab realize matrix decomposition chol
incomplete_Cho_solution
- C++编写,CVPR牛文,实现chol不完全解的实现,程序可直接运行。-Written in C++, CVPR Niu, chol incomplete solution to achieve the realization of the program can be run directly. .
Chol
- cholesky decomposition matlab code
Choleskydecompositionandforwardsolve
- R 乔布斯及分解,用于解矩阵方程。前进后退法可用于解三角阵-chol decomposition
Zero
- Fast Numerical Computational C++ lib: Including the following classes: class Complex • class ComplexVector • class ComplexMatrix • class RealVector • class RealMatrix • class Kronec
xuanbiliang
- 以悬臂梁为例,用有限元法编程生成质量矩阵和刚度矩阵(采用平面梁单元,单元数在10到30之间)。 使用matlab的用于广义特征值问题分析的函数(eig(A,B,'chol'),该命令使用乔莱斯基分解的方法,计算对称矩阵A和对称正定矩阵B的广义特征值问题。A对应刚度矩阵,B对应质量矩阵)计算梁的前三阶固有频率和振型,计算得到梁的前三阶固有频率和振型,并画出振型图。(Taking cantilever beam as an example,