登录
首页 » 算法 » Romberg积分,数值积分

Romberg积分,数值积分

于 2023-02-10 发布 文件大小:6.27 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

Romberg积分,数值积分-Romberg points, numerical integration

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C和C++代码精粹
    C和C++代码精粹.pdf 第一章:更好的C 第二章:指针 第三章:预处理器 第四章:C标准库之一:面向合格的程序员 第五章:C标准库之二:面向熟练的程序员 第六章:C标准库之三:面向优秀的程序员 第七章:抽象 第八章:模版 第九章:位操作 第十章:类型转换与强制类型转换 第十一章:可见性 第十二章:控制结构 第十三章:异常 第十四章:面向对象编程 第十五章:算法 第十六章:容器和迭代器 第十七章:文本处理 第十八章:文件处理 第十九章:时间和日期处理 第二十章:动态内存管理 附录
    2022-02-27 04:11:57下载
    积分:1
  • 卡尔曼滤波
    本源码是卡尔曼滤波的VC实现,可以读入含有目标信息的txt文件,输出目标的实际航迹与预测航迹,同时可以输出航迹估计均方误差。希望可以帮助到学习卡尔曼滤波算法的朋友。
    2022-03-30 11:40:59下载
    积分:1
  • 求10000内的完全数
    给出10000以内的完全数 一个数的所有真因数加起来正好等于这个自然数本身,在数学上,具有这种性质的自然数叫做完全数。 关键是求出该自然数k的所有因子。如果k%i为0,则i为k的因子,用循环语句求出k 的所有真因子(1
    2022-03-21 23:29:59下载
    积分:1
  • performance simulation of network_coding
    应用背景In generated networks, selecting one node as source and some nodes as receivers in random (single source multicast network), we make performance test for network coding based multicast route algorithm (we put forward it ourselves, corresponding to high multicast rate and low multicast rate), shortest path distribution tree route algorithm (DIJKSTRA algorithm) and Maximum-rate distribution tree route algorithm (PRIM algorithm), respectively. 关键技术 In this program, two things have been done: (1) generate random topologies (2)performance test。   network coding cap:     5.0000  dijk cap:     5.0000  prim cap:     5.0000  network coding res1:     0.0000--res2:    12.0000  dijk res:    14.0000  prim res:    14.0000  average degree:     2.
    2022-11-16 07:10:03下载
    积分:1
  • 一个计圆周率的自编程序(带原码)。可以计40000位以内的圆周率。经过充分优化,速度非常快。 开发平台:turbo...
    一个计算圆周率的自编程序(带原码)。可以计算40000位以内的圆周率。经过充分优化,速度非常快。 开发平台:turbo-pascal 7.0, 嵌入汇编。-a calculation of the ratio of circumference wrote (with the original code). 40,000 can be calculated within the pi. After full optimization, speed very quickly. Platform : turbo-pascal 7.0, embedded in the compilation.
    2023-02-21 03:25:04下载
    积分:1
  • vc实现fir滤波器 wav滤波
    应用背景vc6.0环境下即可使用,c++语言,是数字信号处理及实验内容中的重要实验,内容比较全,兼容性好。关键技术实现fir滤波器,支持多种窗口,可以模拟产生波形,进行滤波,也可以直接读取wav文件进行滤波,还可以对输入信号和输出信号进行fft分析。
    2022-09-21 14:15:03下载
    积分:1
  • implementación del filtro de Kalman
    implementación del filtro de Kalman
    2022-06-29 16:25:26下载
    积分:1
  • 正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是...
    正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。 对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。 数据输入 输入数据由文件名为input.txt的文本文件提供。文件的第1 行有2 个正整数a和b。 结果输出 程序运行结束时,若找到的a 和b 之间约数个数最多的数是x,将div(x)输出到文件output.txt中。 输入文件示例 输出文件示例 input.txt output.txt 1 36 9 -Positive integer x can be about a few of the positive integer x divisible. Positive integer x the approximate number recorded as the number of div (x). For example, 1,2,5,10 are about 10 positive integer number, and div (10) = 4. Set a and b are two positive integers, a ≤ b, to find a and b between about a few number of the largest number of x. For a given two positive integers a ≤ b, Programming calculated a and b between about a few number of the largest number. Data entry input data from the document text file named input.txt provide. File line 1 has two positive integers a and b. The results run the end of the output, if found between a and b of about a few number o
    2023-04-13 05:20:03下载
    积分:1
  • 非线性方程求解例子
    非线性方程求解例子--Examples of Non Linear equation`s solution
    2023-04-02 18:45:03下载
    积分:1
  • 学习VC的时候写的,求解有向图的最大流和最小截集。
    学习VC的时候写的,求解有向图的最大流和最小截集。-learning to write when the solution is to map the maximum flow and minimum cut-set.
    2023-07-26 06:55:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载