资源列表
[数学计算/工程计算] Multiplicative-matrix
说明:矩阵连乘:矩阵的连乘,利用动态规划算法解决次序问题-Multiplicative matrix: matrices with multiplication, the order of the dynamic programming algorithm to solve the problem<赵莉> 在 2025-06-09 上传 | 大小:164kb | 下载:0
[数学计算/工程计算] zuoye1
说明:北航数值分析作业第一题 用幂法、反幂法求一个501*501的矩阵的最小特征值、最大特征值、按模最大特征值以及条件数和行列式.-Northern numerical analysis operations with the first question the power method, inverse power law find a matrix of 501* 501 minimum eigenvalue, maximum eigenvalue, maximum eigenvalue,<tongfei> 在 2025-06-09 上传 | 大小:197kb | 下载:0
[数学计算/工程计算] zuoye2
说明:北航数值分析作业第二题 用带双步位移的QR分解法求矩阵的全部特征值,并对其中的每个特征值求特征向量。-The second question Beihang numerical analysis operations with two-step displacement with QR decomposition of a matrix with all the characteristics of value, and one of the feature vector for each<tongfei> 在 2025-06-09 上传 | 大小:241kb | 下载:0
[数学计算/工程计算] Use_FFT_Make_Convol
说明:利用DEV C++ 平台,用FFT实现卷积的功能-Using DEV C++ platform, using FFT convolution function to achieve! ! ! !<ZHUDE> 在 2025-06-09 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] Use_FFT_Make_Convols
说明:利用DEV C++ 平台,应FFT实现分段卷积的功能!!!,希望对大家有用-Using DEV C++ platform, should be the function of FFT convolution to achieve sub! ! ! , And I hope useful! ! !<ZHUDE> 在 2025-06-09 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] CalculationCRC
说明:Calculation of CRC in C-Calculation of CRC in C++<Jason> 在 2025-06-09 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] zuoye3
说明:北航数值分析作业第三题 试用数值方法求出f(x,y)在区域D={(x,y)|0<=x<=0.8,0.5<=y<=1.5}上的一个近似表达式-Northern Numerical Analysis Numerical Methods for operating the third try find the problem f (x, y) in the region D = {(x, y) | 0 < = x < = 0.8,0.5 < = y < =<tongfei> 在 2025-06-09 上传 | 大小:343kb | 下载:0
[数学计算/工程计算] Use_FFT_ToMake_IFFT
说明:用DEV C++实现的简单的用FFT实现IFFT的c语言程序。-DEV C++ implementation with a simple implementation with the FFT IFFT of the c language program.<ZHUDE> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] WGL02
说明:自行编写一个简单的Vector3 向量类,至少需支持3D向量间的加减乘除操作,向量与标量浮点数的乘除操作,以及点乘(Dot)和叉积(Cross)以及归一化(Normalize)操作。(20 ) (2) 自行编写一个Matrix4x4矩阵类,至少需要支持矩阵间加减操作,矩阵乘操作,矩阵单位化操作(Identity,即输出一个单位矩阵),转置操作,以及矩阵与3D向量相乘的操作。(请思考为何使用4x4的矩阵,并注意其与3D向量的相乘方式,实际上,我们需要将3D向量转为4D齐次表示形式,相乘后再转换<sun> 在 2025-06-09 上传 | 大小:513kb | 下载:0