资源列表
[数学计算/工程计算] conjugate_grads
说明:这是一个实现最优化计算的程序,采用的算法为共轭梯度法。-This is a realization of optimal calculation procedure, the algorithm used to conjugate gradient method.<宋亚平> 在 2025-07-28 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] Experiment-for-FFT-convolution-using-Overlap-Add-m
说明:采用FFT和IFFT的快速卷积的C程序实现源代码。-FFT and IFFT fast convolution C program source code.<minytian> 在 2025-07-28 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] dcjzqn
说明:在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the inpu<史蒂芬> 在 2025-07-28 上传 | 大小:2kb | 下载:1
[数学计算/工程计算] atan_base_on_CORDIC_arithmetic
说明:用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iter<陈朋> 在 2025-07-28 上传 | 大小:2kb | 下载:0