-
selection排序法
selection排序法-Selection sorting method
- 2022-03-20 17:03:35下载
- 积分:1
-
Matlab Numerical Computing, the whole book pdf+ code, in English
Matlab 的Numerical Computing,全书pdf+全代码,英文版-Matlab Numerical Computing, the whole book pdf+ code, in English
- 2022-03-11 17:03:27下载
- 积分:1
-
二分搜索,不只只是查找(运用单调性)
资源描述二分查找不单单是查找,可以运用单调性
- 2022-01-27 15:25:35下载
- 积分:1
-
Function is passed by value, teach you how to use the C language programming, te...
函数按值传递,教你如何用使用C语言编程,教学用。-Function is passed by value, teach you how to use the C language programming, teaching.
- 2022-10-11 02:35:03下载
- 积分:1
-
三
三维FDTD程序(一个Fortran写的三维FDTD程序)-Three-dimensional FDTD program (written in a Fortran three-dimensional FDTD program)
- 2023-06-04 11:50:02下载
- 积分:1
-
使用lm算法对二维圆数据进行拟和,其中test_circle用于生成测试数据 fit2dcircle用于拟和 document.doc对算法原理进行详细说明 程
使用lm算法对二维圆数据进行拟和,其中test_circle用于生成测试数据 fit2dcircle用于拟和 document.doc对算法原理进行详细说明 程序使用bcc5.60编译通过- Uses the lm algorithm to carry on for the two-dimensional round
data draws up with, test_circle uses in to produce test data
fit2dcircle to use in to draw up carries on the specify procedure with
document.doc to the algorithm principle to use the bcc5.60 translation
to pass
- 2023-07-05 23:00:03下载
- 积分:1
-
单正态检验.rar程序源代码
单正态检验.rar程序源代码-single test is studied. Rar source code
- 2023-02-05 21:25:03下载
- 积分:1
-
哈夫曼编码
在计算机科学和信息理论,霍夫曼编码是用于无损数据压缩熵编码算法。该术语是指使用一个可变长度代码表的编码源符号(诸如字符在一个文件中),其中所述可变长度代码表是来自于基于发生的每个所述估计的概率以特定的方式来源符号的可能值。它是由大卫·霍夫曼研制,而他是一个博士就读于麻省理工学院,并在1952年发表的论文“为最小冗余码的构造方法”。
- 2022-08-06 02:51:26下载
- 积分:1
-
stc89c51芯片加pcf8591测电池电压在lcd1602上显示
采用c语言,用keil编写,用stc89c51芯片,在加上pcf8591adc芯片,非常实用,通讯方式采用iic通讯,可测0~10v电压,用lcd1602显示,希望能过,第一次上传代码
- 2022-02-03 10:41:39下载
- 积分:1
-
梯度函数的逆。我已经提供了1个版本的工作
The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods.
In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated
- 2022-06-02 09:40:06下载
- 积分:1