-
牛顿法解方程之混沌情况,帮助你对牛顿法解方程的领悟,具有非常强的视觉冲击力,美仑美奂,不看将后悔一辈子的!...
牛顿法解方程之混沌情况,帮助你对牛顿法解方程的领悟,具有非常强的视觉冲击力,美仑美奂,不看将后悔一辈子的!-Newton equation solution chaotic situation and help you right Solving equations of Newton"s grasp, with very strong visual impact, attractive, and will not look at a lifetime of regret!
- 2022-03-04 07:42:14下载
- 积分:1
-
c语言编写数学常用算法
c语言编写数学常用算法--commonly math algorithm written in C language
- 2023-08-05 00:35:04下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序1
按照既定的步长,输入后筛选已有数据 程序1-accordance with the established step, the imported data screening procedures have a
- 2023-01-09 13:25:04下载
- 积分:1
-
牛顿
牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
- 2022-03-02 14:15:10下载
- 积分:1
-
蚁群算法
实现了蚁群算法,程序精炼,结果正确,代码可直接引用,对于致力于基础算法研究的,有重要意义,参考价值较高。
- 2022-03-11 16:17:52下载
- 积分:1
-
卡尔曼滤波在精留塔建模中的应用
卡尔曼滤波在精留塔建模中的应用- The kalman filtering in fine keeps in the tower modelling the
application
- 2022-11-16 09:30:02下载
- 积分:1
-
这是一个用VB编的九九乘法表。很好用!
这是一个用VB编的九九乘法表。很好用!-This is a VB series Jiujiuchengfabiao. With good!
- 2022-01-25 15:21:05下载
- 积分:1
-
vb CRC校验源码
"CRC算法函数
Public Function CRC(STR1 As String) As String
Dim CRCREG As Long
Dim MVAL As Long
Dim R As Integer
Dim T As Integer
CRCREG = 65535
For R = 1 To Len(STR1) Step 2
MVAL = Val("&H" + Mid(STR1, R, 2))
CRCREG = CRCREG Xor MVAL
CRCREG = C
- 2022-02-10 03:39:12下载
- 积分:1
-
For solving a number of matrix even by the best algorithm that can optimize the...
对于求解多个矩阵连乘的最好的算法,能最优化的最短时间能求出值-For solving a number of matrix even by the best algorithm that can optimize the shortest time that can derive value
- 2023-03-03 19:10:03下载
- 积分:1
-
基于哈夫曼编码的实现
基于哈夫曼编码的实现-based on the achievement of Huffman coding
- 2022-02-10 04:46:37下载
- 积分:1