资源列表
middle
- 中点法画圆,利用VB编写,采用循环设计。-Point in the circle
qiulingdian
- 求解多项式方程的零点,输入为先输入n,多项式的次数。然后输入从高到低项的系数,接着输入范围[l,r]。输出[l,r]范围内,零点-Polynomial equation zero, enter the first input n, the degree of the polynomial. Then enter high to low coefficient, and then enter the range [l, r]. Output [l, r] range, the zero
VECTOR_MATRIX_VECTOR4_MATRIX4
- 矩阵标准API(实矩阵相乘,Bsdet求实方阵的行列式值,求实方阵的逆)的C++封装,一个可复用的C++ 3阶方阵类和4阶方阵类-The a the matrix standard API (real matrix multiplication, Bsdet realistic matrix determinant value, realistic matrix inverse) C++ package, a reusable C++ 3 square matrix classes and 4
fcomplex_hypgeo
- 超几何级数的计算,所有实现代码都放在hypgeo.cpp这个文件中,不依赖于任何非标准库-The hypergeometric series calculation, all code on the this file hypgeo.cpp, does not depend on any non-standard libraries
fcomplex_hypgeo_Arcsinlemnx
- 利用超几何级数计算双纽线正弦函数,所有实现代码都放在Arcsinlemn.cpp这个文件中,不依赖于任何非标准库-Hypergeometric series lemniscate sine function, all code on the the Arcsinlemn.cpp this file, does not depend on any non-standard libraries
quaternion
- 一个可复用的C++四元数模板类,类的定义与实现都放在quaternion.h这个文件中。-The the a reusable C++ quaternion template class, the class definition and implementation of on quaternion.h the this file.
2-10
- 可将二进制装换为十进制,支持浮点数据,有效位数可以自己设定。-Installed binary converted to decimal, support for floating-point data, the effective number of bits can be set.
10-2
- 十进制转换为二进制数据,可以将浮点型数据进行转换,精度可以自行修改。-Convert from decimal to binary data, you can float data conversion accuracy can modify.
guiyihua
- 数值序列归一化—— 数值序列归一化——数值序列归一化-Numerical sequence- numerical sequence of normalized normalized- numerical sequence- numerical sequence of normalized normalized
DelGauss1
- 用来计算线性方程组,有高斯消去法,高斯约当消去法,LU分解法-Used to calculate the linear equations, Gaussian elimination, Gauss Jordan elimination method, LU decomposition method
finitedifference
- 用有限差分的方法解微分方程,并给出了一个实例,用的时候可以直接套用。-The finite difference method for solving differential equations, and gives an example, the time can be directly applied.
newton
- 用牛顿迭代法来解微分方程,并给出了实例,用的时候可以直接替换-Newton iterative method for solving differential equations, and gives an example with a direct replacement
