-
Newton迭代法解非线性方程组
编写程序用牛顿迭代法求解下面的非线性方程组:例如 x1 = 0.7 sin(x1) + 0.2 cos(x2); x2 = 0.7 cos(x1)- 0.2 sin(x2);
- 2022-05-14 18:43:17下载
- 积分:1
-
一维或二维光脉冲在光子晶体中的光场分布或演化的计算
此代码可实现一维或二维光脉冲在光子晶体中的反射透射以及光子晶体内部的光场分布或演化的计算. 此代码不仅适用于介电介质, 同样适用于人工特异材料的1DPC材料. 参考文章:Dynamic pattern offinite-pulsed beams inside one-dimensional photonic band gap materials , PHYSICALREVIEW B 73 (19): Art. No. 195119 MAY 2006.
- 2023-07-21 02:45:04下载
- 积分:1
-
plot
数值积--- 复合求积公式对积分问题的求解功能 用复合梯形求积公式和复合抛物线公式,对给定的积分问题进行计算。-plot--- composite numerical quadrature formula to solve the problem of integration functions for composite trapezoidal plot formula and compound parabolic formula, the right to issue integral calculation.
- 2022-03-22 06:07:15下载
- 积分:1
-
一个较完备的HugeNumber类,实现了加减乘除及乘方,阶乘的功能,精确度可以随意调整。...
一个较完备的HugeNumber类,实现了加减乘除及乘方,阶乘的功能,精确度可以随意调整。-A more comprehensive category HugeNumber achieved and involution Math
- 2022-07-27 04:53:28下载
- 积分:1
-
appletviewers
它是在 Java 开发并生成按定义的算法 pesudocode 函数中所述的算法。这种描述可以利用改性的所有代码和用户的必需品。
- 2023-07-30 20:45:02下载
- 积分:1
-
piscaled pic
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
- 2022-02-06 09:27:21下载
- 积分:1
-
快速傅里叶变换的c程序,共分五个部分,此为一维快速傅里叶变换快速算法DFT...
快速傅里叶变换的c程序,共分五个部分,此为一维快速傅里叶变换快速算法DFT-Fast Fourier Transform of the c program is divided into five sections, this is a one-dimensional fast Fourier transform fast algorithm for DFT
- 2022-10-13 13:20:03下载
- 积分:1
-
利用线形组合法,生成随机数,附加随机数检验功能
利用线形组合法,生成随机数,附加随机数检验功能-Using linear combination method to generate random numbers, an additional random number test function
- 2023-08-21 18:55:03下载
- 积分:1
-
PARAMESH 天体物理领域广泛应用的自适应并行计算程序包
WHAT IS PARAMESH ?
PARAMESH is a package of Fortran 90 subroutines designed to provide
an
application developer with an easy route to extend an existing serial
code which uses a logically cartesian structured mesh into a parallel
code with adaptive mesh refinement(AMR).
- 2022-05-27 23:08:31下载
- 积分:1
-
禁忌搜索算法
本算法通俗易懂,对于初学者比较有益,特别是对学C语言或者c++的同学,对于刚刚接触禁忌搜索算法的,可以先看看本算法,对于启发式算法,禁忌搜索是其中最重要的一种,但是其缺点是局部最优,可以结合遗传算法来解决这一问题。
- 2022-12-03 15:50:03下载
- 积分:1