搜索资源列表

  1. int

    0下载:
  2. 求解积分方程,(1)使用复化Simpson方法求积分(2)使用三次样条求积分值,并比较离散解与真解之间的误差,附件有详细说明-Solving integral equation (1) the use of complex methods for integration of Simpson (2) the use of cubic spline points for value, and compare the discrete so
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:pei
  1. matlabxueqi

    0下载:
  2. 小学期的源程序 1.试编MATLAB程序。信号 sinc(10*t),-2<=t<=2 m(t)= 0,其它 用100hz的载波来产DSB信号并解调。完成下列工作: 画出已调信号; 求已调信号的频谱,并用图像表示。 画出解调信号; 求解调信号的频谱,并用图像表示。 2.信号 sinc2(100t),|t|≤t0 m(t)= 0, 其它 采用频率调制
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:张静
  1. jifen

    0下载:
  2. 这是一个求积分的算法,很简单的一个程序。数值计算中常用的算法之一。-This is a point for the algorithm, a procedure is very simple. Numerical algorithm used in one.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:69632
    • 提供者:黄希望
  1. gauss

    0下载:
  2. Gauss知道特地的函数值就可以求积分,适合学习计算物理的学生参考-GaussjifenGauss知道特地的函数值就可以求积分,适合学习计算物理的学生参考
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张三
  1. daima

    0下载:
  2. 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size inte
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:娜娜
  1. qiudingjifen

    0下载:
  2. 求定积分的通用函数,以给定算例,演示了定积分的求解过程,简单明了。-Seek a common definite integral function to the given examples to demonstrate the definite integral of the solution process, simple and straightforward.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:yyt
  1. 4

    0下载:
  2. romberg求积分,用C++编程实现的 非常好用 谢谢下载-romberg I
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:245760
    • 提供者:lining
  1. xx

    0下载:
  2. Romberg积分和变步长梯形求积公式的matlab算法程序,详细功能见代码内部说明-Romberg integral and variable step-size trapezoidal quadrature formula matlab algorithm program in detail capabilities see the code for internal notes
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:shiruiqi123
  1. longbeige

    0下载:
  2. 龙贝格积分,求积公式是常用的一个的求积公式-Rhomberg points quadrature formula is commonly used in one of the quadrature formula
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:萨拉
  1. Simpson

    0下载:
  2. 复化Simpson求积分,常用算法中很常用的一种积分方法-Complex of Simpson quadrature commonly used algorithm is a common integration method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:萨拉
  1. shuzhi

    0下载:
  2. 数值分析实验,T型公式求积分,辛普森公式,龙贝格公式求积分问题-jifen
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:452608
    • 提供者:esiye
  1. 15883873longbeige

    0下载:
  2. 求积分,可以求任意积分程序,我们都可以任意用,一点都不麻烦-gauss
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:azhou
  1. jifen

    0下载:
  2. 用复合辛普森公式求积分的vc++ 算法。 VC6.0编译的-Composite Simpson' s quadrature formula for the vc++ algorithm. VC6.0 compiled
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:216064
    • 提供者:kyo
  1. Romberg

    0下载:
  2. Romberg算法运用C++程序的实现,只要修改被积函数,可以直接求积分-Romberg algorithm using C++ program implementation, as long as the changes have been integrated function, can be directly quadrature
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陆麒锋
  1. ydaimaIntegarteClass

    0下载:
  2. 件介绍:一个求积分的VC++类及Demo源代码 一个求积分的VC++类及Demo源代码,特点:   1. 支持各种复杂的积分表达式,可含任何数学函数,如 3*exp(x)*tan(x)/(8+log(x))   2. 可检查出表达式的书写错误   3. 可设置积分精度   4. 使用方便简单   使用方法:   1. 定义个CIntegrate 对象,构造时初始化或用 initial(char *s,do
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:qiufeng
  1. 4

    0下载:
  2. 求积分的类 特点: 1. 支持各种复杂的积分表达式,可含任何数学函数, 如 3*exp(x)*tan(x)/(8+log(x)) 2. 可检查出表达式的书写错误 3. 可设置积分精度 4. 使用方便简单-Quadrature class features: 1. Support a variety of complex integral expression may contain any math
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:how
  1. magsint2

    0下载:
  2. 用简单迭代法求非线性方程f(x)=0有根区间[a,b]中的一个根 maiter 用途:用定步长高斯就积公式求函数的积分 magsint-w
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wangsizhao
  1. marombmasimp

    0下载:
  2. 格式:x=masor(A,b,omega,x0,ep,N) A为系数矩阵,b为右端向量, 用途:用复辛普生形公式求积分。- Format: x = masor (A, b, omega, x0, ep, N) A as the coefficient matrix, b for the right-hand side vector, Uses: The complex shape Simpson quadrature
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wangsizhao
  1. CSHarpLine

    0下载:
  2. 自己编写的C#画曲线函数,可以直接用。。。自己调试通过。。为求积分。。含泪送出-C# line
  3. 所属分类:.net编程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:张超
  1. Quadrature_of_VC_Class_and_Demo_Source_Code

    0下载:
  2. 求积分的VC++类及Demo源代码Quadrature of the VC + + Class and Demo Source Code-Quadrature of the VC++ Class and Demo Source Code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:jyc
« 1 2 3 4 5 6 78 9 10 11 12 ... 29 »

源码中国 www.ymcn.org