-
矩阵求逆。输入任意的矩阵,能判断该矩阵是否可逆,如果可逆,能给出逆阵,否则,提示该矩阵不存在逆矩阵。...
矩阵求逆。输入任意的矩阵,能判断该矩阵是否可逆,如果可逆,能给出逆阵,否则,提示该矩阵不存在逆矩阵。-Matrix inversion. Arbitrary input matrix, the matrix can judge whether or not reversible, if reversible, can be given against the array, otherwise, suggesting that the matrix inverse matrix does not exist.
- 2022-08-08 03:16:32下载
- 积分:1
-
有关CAD/CAM的资料,希望对大家有帮助
有关CAD/CAM的资料,希望对大家有帮助-Related to CAD/CAM data, and they hope to have everyone help
- 2022-08-24 07:45:25下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
自己编写的一个小软件,可以方便的计算出LM317输出某个电压时,调压电阻的所有组合及误差,相当方便!...
自己编写的一个小软件,可以方便的计算出LM317输出某个电压时,调压电阻的所有组合及误差,相当方便!-their preparation, a small software can easily calculate a LM317 voltage output, Surge resistor all combinations and error, it"s very convenient!
- 2022-06-15 09:00:22下载
- 积分:1
-
航空管理系统的可执行文件,用的VB前台,excel后台,
航空管理系统的可执行文件,用的VB前台,excel后台,-Aviation management system executable file, using the VB outlook, excel background
- 2022-03-20 00:14:01下载
- 积分:1
-
字体颜色一个小程序
字体颜色一个小程序-font color a small program
- 2022-03-04 07:58:03下载
- 积分:1
-
a process has begun to request the initialization of a number of factorial proce...
程序中一开始已初始化一个需要求的阶乘数字 程序只需要运行就可得到结果,如要修改,可在源代码作一个小小修改即可-a process has begun to request the initialization of a number of factorial procedure can only be run, to changes in the source code for a small change can be
- 2023-04-03 18:25:03下载
- 积分:1
-
详细介绍kalman filter的理论知识,通过实例说明kalman filter的工作机理...
详细介绍kalman filter的理论知识,通过实例说明kalman filter的工作机理-Kalman filter introduce in detail the theory of knowledge, through the examples of the work of kalman filter mechanism
- 2022-04-27 18:36:20下载
- 积分:1
-
GPS开发的sdk资料
GPS开发的sdk资料-development of the GPS information sdk
- 2022-09-20 22:45:03下载
- 积分:1
-
复数类,傅立叶类(DFT,IDFT,FFT,IFFT),BIGINT类(其中包含用FFT优化乘法mul_fft)...
复数类,傅立叶类(DFT,IDFT,FFT,IFFT),BIGINT类(其中包含用FFT优化乘法mul_fft)-complex class,fourier class(DFT,IDFT,FFT,IFFT),BIGINT class(including FFT optimized multiplication mul_fft)
- 2022-12-25 02:55:03下载
- 积分:1