-
斯奈尔定理求取反射系数
此程序用来求取反射系数。通过左普利兹方程组,知道反射角,给出两层水平地层的横波速度,纵波速度,以及两层的密度,即可来求取反射系数,透射系数。超过临界角时候,使用虚数,并取模作为最终结果。此程序可用来进行地球物理中,反射波,投射波能量、振幅的求取。
- 2023-04-18 05:45:03下载
- 积分:1
-
一种用C语言实现的快速傅立叶变换和傅立叶反变换,经测试十分好用...
一种用C语言实现的快速傅立叶变换和傅立叶反变换,经测试十分好用-A C-realize the fast Fourier transform and Fourier inverse transform, have been tested and is very easy to use
- 2022-09-19 23:55:03下载
- 积分:1
-
prosecutors iteration of linear equations
sor迭代求解线性方程组-prosecutors iteration of linear equations
- 2022-03-07 17:12:15下载
- 积分:1
-
二维函数数值最优化方法-复合形法程序
C语言编写的复合形法程序。属于计算数学算法内容,可用于求解二维函数的数值最优化问题,通过简单修改可解多维函数问题。
- 2022-04-19 09:49:37下载
- 积分:1
-
利用自动机上加语义动作实现对所有常数的正确处理以及显示其结果。...
利用自动机上加语义动作实现对所有常数的正确处理以及显示其结果。-The use of automatic machines plus semantic actions to achieve the proper handling of all constants and display the results.
- 2022-01-28 03:16:49下载
- 积分:1
-
用结构体实现复数数据类型定义并实现复数运算,实现输入数据...
用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
- 2022-10-31 18:25:03下载
- 积分:1
-
粒子群优化算法
Um algoritmo de otimização por 考试 de particulas。Utilizando matlab,简单 e 缀 de entender。
- 2022-04-19 21:20:34下载
- 积分:1
-
这个图书馆对多项式定义的基本操作,并包含3不同…
This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs)
Implemented in ANSI C++ Templates. Handles all real and complex floating point types. Html doc is included.-This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs)
Implemented in ANSI C++ Templates. Handles all real and complex floating point types. Html doc is included.
- 2022-01-22 15:11:18下载
- 积分:1
-
zigzag code
这是我用matlab编写的zigzag算法的示例源代码,对于使用dct函数后压缩图像文件或从图像中提取信息非常重要
- 2022-07-06 14:25:22下载
- 积分:1
-
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能
力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压...
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能
力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期
和长期禁忌列表存储器来保证算法能搜索到全局空间的每一点, 并且不重复搜索。经过验算和分析, 证明它是一种较好的
全局启发式搜索法-Tabu search method, the initial solution, neighborhood and tabu list size of the number of parameters such as have more stringent requirements, these parameters directly affect the ability to optimize the algorithm. This paper presents an improved tabu search method, it is used effectively to compress the search space, so that can improve search efficiency and global search capabilities. Short-term and long-term memory tabu list to ensure the algorithm to search to the global space, each point, and do not repeat the search. After checking and analysis, to prove that it is a good global heuristic search method
- 2022-04-06 20:06:04下载
- 积分:1