搜索资源列表

  1. mymath

    1下载:
  2. 自编数学函数调用库,有LU分解法,高斯塞德尔迭代法,追赶法解线性方程组,还有一维和二维的高斯积分公式-writing mathematical function call library, LU decomposition, high Shisaideer iterative method, catching up with the method for solving linear equations, one-and two-dim
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:陈建湘
  1. Guass

    0下载:
  2. 二维三点高斯积分公式-2D Gaussian integral formula
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:陈建湘
  1. legendre_gauss

    0下载:
  2. 此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张俊杰
  1. wyl_shuzhisuanfa

    0下载:
  2. 算法包括:1.二分法求解 2.牛顿法求解 3.高斯消去法求解 4.雅可比迭代法求解 5.拉格朗日插值 6.牛顿插值 7.最小二乘法拟合 8.龙贝格方法计算积分 9.欧拉方法求解初值问题-algorithms include : 1. Solving two dichotomy. Newton method 3. Gaussian elimination method 4. Jacobi iterative method 5. Lagra
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:wangyuliang
  1. Gauss

    0下载:
  2. 无网格伽辽金法中用到的数值积分,此程序,提供多点高斯积分,可任意选择!-element-free Galerkin method used in the numerical integration of this process, provide more Gaussian integral, can be arbitrary choice.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:andy
  1. SimpleNumericalLibrary

    0下载:
  2. 封装了矩阵与矢量的类,比较特别的是实现了非线性方程的求解,还有高斯积分.供大家参考-Packaging of the matrix and vector classes, quite special is the realization of a non-linear equations, as well as Gaussian integral. For your reference
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:26624
    • 提供者:张华
  1. gasi

    0下载:
  2. 高斯积分matlab实现的介绍以及其源码-Gaussian integral matlab introduction to achieve, as well as its source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Yale
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:22528
    • 提供者:杨志亮
  1. matlabintegateprogramme

    0下载:
  2. matlab 相关的数值积分 例如高斯积分 龙贝格积分等等 可参考。-matlab numerical integration-related such as Romberg Gaussian integral points and so can refer to.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:sober
  1. gauss

    0下载:
  2. 实现高斯积分计算。作为简单的例子,用于学习复杂的积分编程。-Realize Gaussian integral calculation. As a simple example, for learning complex programming points.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:hu
  1. gaussintegration

    0下载:
  2. 一个高斯积分的例子,可能有点简单,不过还是给大家共享-Example of a Gaussian integral, may be a bit simple, but still to share
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:臧蕴亮
  1. arithmetic

    0下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:21504
    • 提供者:
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:364544
    • 提供者:周易
  1. Gaussian-integral

    0下载:
  2. 关于数值分析的程序,做高斯积分!采用了两种数值方法做的积分函数!-Numerical Analysis about the procedures to do Gaussian integral! Two numerical methods using the integral function to do!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:huang
  1. NumericalAlgorithm

    0下载:
  2. 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:胡婕
  1. Diangxiangyuan_Dikong_3ceng_renyidianxVVVVGauss090

    0下载:
  2. 基于高斯积分计算电磁场外层线积分的MATLAB代码-Electromagnetic field calculation based on Gaussian integral outer lines of MATLAB code points
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:张晔
  1. gauss_general

    0下载:
  2. 通用的高维矩形域内高斯积分程序,使用起来比库函数更方便更直观。-A general Gaussian Quqadrature code for any high dimensional rectangular region,which is versatile and very convinient to be applied.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:208896
    • 提供者:yuan
  1. 四旋翼PID-科特斯积分

    0下载:
  2. 利用科特斯积分计算高精度惯性导航 stm32f407单片机 四旋翼飞行器(High precision inertial navigation using integral Cortez)
  3. 所属分类:嵌入式/单片机编程

  1. md_gauss

    1下载:
  2. 求解高斯积分点及其权重的计算程序。程序计算一维、二维、三维的高斯点及其权值,用于数值积分。原来写的一个有限元程序,所以有能力给6节点的三角形单元的积分点(A program for solving Gauss integral points and their weights is presented.Program calculates the gauss points for 1-D,2-D,3-D along with their
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:温华
  1. 高斯积分matlab程序

    0下载:
  2. 计算在同一区域上的二重高斯-勒让德积分。(Calculating double Gauss integral in the same region)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:sprance
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org