-
梯度函数的逆。我已经提供了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
-
狄克逊检验法
狄克逊检验法的特点:首先认为随机样本来自正态总体,正态总体的方差未知。狄克逊检验法不必计算样本平均值和样本标准差,而是采用极差比来构造狄克逊检验法的统计量。这种检验方法,在测定值的数目较多时,由于不需要计算标准差,所以节省很多时间,比较实用。具体做法如下:将样本观测值按它们的大小,从小到大的顺序排列。采用这一方法,不必计算算术平均值和标准偏差。而是根据数目的不同,计算出相应的值。
- 2022-02-05 08:15:02下载
- 积分:1
-
based on multi
基于多点的快速傅立叶变换算法C++开发环境-based on multi-point fast Fourier transform algorithm C Development Environment
- 2022-07-13 02:52:42下载
- 积分:1
-
蛙跳差分方法,精华分(ˇˍ ˇ) 想~
蛙跳差分方法,精华分(ˇˍ ˇ) 想~...
蛙跳差分方法,精华分(ˇˍ ˇ) 想~
蛙跳差分方法,精华分(ˇˍ ˇ) 想~-leap forg
- 2023-09-08 20:35:03下载
- 积分:1
-
超长整数运算相关――《进位制的高阶扩展》
超长整数运算相关――《进位制的高阶扩展》-long integer operations related-- "into the high-end system-expansion"
- 2022-05-06 10:09:10下载
- 积分:1
-
ArcEngine绘画地图
应用背景arcEngine地图绘画,初学者可以借鉴关键技术arcEngine绘画,地图实例已大连的实际应用为背景
- 2022-01-26 07:45:12下载
- 积分:1
-
MFC简易计算器
基于对话框用以+ - * / 计算,,,并且采用了较为简单的语言特点,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
- 2023-01-05 20:45:05下载
- 积分:1
-
排列组合的第归算法
排列组合的第归算法-permutations and combinations of naturalization Algorithm
- 2023-06-22 07:10:03下载
- 积分:1
-
本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这...
本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这个过程会继续进行……。这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真-the cell simulation of self-reproduction, you will see a soft cell birth on the computer screen, and then with all the percussive elements, cell division, after a period of evolution, the cells in the solution themselves copied, and then the process will continue ... . This self-reproduction of the artificial chemical basis, compared to the original cell-based automatic machine self-replication more vivid
- 2022-07-16 13:06:16下载
- 积分:1
-
c语言实现哈夫曼编码
实现哈夫曼编码的基本功能,包括输入需要编码的字符个数及字符,程序会自动生成哈夫曼编码并且将编码结果进行输出。同时,有解码的过程,可以用于对已经编好的哈夫曼编码进行解码。方便大家进行学习交流。
- 2022-03-17 19:41:11下载
- 积分:1