-
计算褶积的程序
在我们不知信号个数时,进行褶积运算,这里用了动态数组控制。可以作为一个地球物理初学者经常用到的外部子程序。
- 2022-08-13 02:05:20下载
- 积分:1
-
opencl 本征值
这种算法是本征值。它是 1 d 和 2 上的基地。此算法有很好的表现。有人想要研究 opencl 使用这将会非常简单。
与该应用程序有很多的命令。输入-h 以显示所有的命令。例如,-t 是打印的时间它成本。
和 — — 设备 gpu 是选择 gpu 为执行设备。.内核是非常简单易懂。
我们可以使用 opencl 加速应用程序。使用 opencl 将是主要趋势。
而且我很运气的 sdk 开发的惠顾。我们做大量的测试。和修复一些 bug。和优化内核。
它是非常酷。
- 2022-06-17 15:12:41下载
- 积分:1
-
声卡声压级计算
本算法主要针对声卡的声压进行测量并换算成相应的声压级,如A计权,B计权,可以直接在Matlab中进行调用计算
- 2023-08-22 00:45:04下载
- 积分:1
-
常用数学计算工具
常用数学计算工具-tool commonly used mathematical calculations
- 2022-01-22 17:15:44下载
- 积分: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
-
组合数学的算法与程序设计
组合数学的算法与程序设计-combination of mathematical algorithms and program design
- 2023-07-02 17:00:05下载
- 积分:1
-
一个VC编写的显示地球小程序员,可随鼠标移动转动
一个VC编写的显示地球小程序员,可随鼠标移动转动-a show prepared by the Earth small programmers, with the rotational mobile mouse
- 2022-08-18 19:08:47下载
- 积分:1
-
在去噪算法的旅行商问题的大文章
Great articles on noising method algorithm for travelling salesman problem-Great articles on noising method algorithm for travelling salesman problem
- 2023-05-10 03:45:03下载
- 积分:1
-
有向加权图的建立、显示和寻找最短路径
有向加权图的建立、显示和寻找最短路径- Has to the weighting chart establishment, demonstrated and
seeks the most short-path
- 2022-12-17 06:50:03下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1