CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 积分

搜索资源列表

  1. 几个低阶次的牛顿科特斯求积公式

    0下载:
  2. 提供了几种低阶次的牛顿-科特斯积分算法,可以直接使用将实验得到的数据进行积分(Several low-order Newton-Cortez integral algorithms are provided that can be used directly to integrate the experimental data)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:灰灰沈
  1. 低频部分-时域积分-平均-C语言-测试

    0下载:
  2. 列出的轨迹c语言,低频部分-时域积分-平均-C语言-测试(List the trajectories of C language, low frequency part time domain integral - mean -C language - Test)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-29
    • 文件大小:567296
    • 提供者:liuhpu
  1. 新建文件夹

    0下载:
  2. 节分分离PID与变速积分PID控制的源代码分享 给有需要的朋友(Node separation PID and variable speed integral PID control source code, to share in need of friends)
  3. 所属分类:其他

  1. Anti-windupPIDprogramme

    0下载:
  2. 抗积分饱和PID算法实现使用c语言实现,电机控制方面的实例,遇限削弱积分的方法(Anti-windup PID controller Implementation of the algorithm using C language, motor control examples, meet the limit weaken integral method)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:qiudust
  1. Monte Carlo method

    1下载:
  2. 用蒙特卡洛原理计算定积分的几个例子,使用平台MATLAB,程序里有问题描述和程序的详细讲解(Monte Carlo method used to calculate a few examples of fixed points, the use of platform MATLAB, the program has a problem descr iption and procedures to explain in detail)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:5120
    • 提供者:德罗西
  1. psBrgMode_randDamp_MC_EI_C_PS

    0下载:
  2. 单自由度振子精细积分matlab程序格式(Single degree of freedom oscillator precise integration matlab program format)
  3. 所属分类:*行业应用

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:ccCCCC111
  1. 高斯勒让德和切比雪夫数值积分

    0下载:
  2. 计算积分,高斯赛德尔与高斯切比雪夫数值积分(Calculate Gauss-Seidel and Gauss Chebyshev numerical integral)
  3. 所属分类:数学计算

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:EIL
  1. 06_UT 数值

    0下载:
  2. 使用数值积分法对目标轨道进行估计,并对误差传播进行分析(The numerical integration method is used to estimate the target orbit, and the error propagation is analyzed .)
  3. 所属分类:汇编语言

    • 发布日期:2018-01-02
    • 文件大小:779264
    • 提供者:lisa doudou
  1. 06_UT J2 解析 无短周期

    1下载:
  2. 对目标弹道受力进行分析,考虑J2摄动的影响,并包含短周期项,弹道预报方法使用数值积分法(The force of the target trajectory is analyzed, considering the influence of the J2 perturbation, and contains the short term term, the trajectory prediction method using numerical integration method .)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:787456
    • 提供者:lisa doudou
  1. PSLR

    3下载:
  2. 此为合成孔径雷达(SAR)成像指标——峰值旁瓣比和积分旁瓣比的计算公式,希望对各位有用。(This is a calculation formula for synthetic aperture radar (SAR) imaging (SAR) imaging, which is useful to you.)
  3. 所属分类:其他

  1. Numerical_Integration

    0下载:
  2. 利用matlab用基础语法编写数值积分的程序,分别用了复化梯形公式和复化Simpson公式(The program of numerical integration is compiled by using the basic grammar of MATLAB, and the complex trapezoid formula and the complex Simpson formula are used respectively)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:444164651651
  1. untitled77

    0下载:
  2. 有界积分对电容电压的仿真,其中有界积分控制是解决积分饱和现象的一种控制方式。(The simulation of the capacitive voltage by bounded integral)
  3. 所属分类:其他行业

  1. 多项式最小二乘拟合与龙贝格积分法

    0下载:
  2. 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:xhtleige
  1. NO.2

    3下载:
  2. 1.梯形积分法串行代码的实现; 2.使用MPI点对点通信梯形积分法并行代码的实现; 3.使用MPI集合通信梯形积分法并行代码的实现。(1.The realization of the serial code of the trapezoid integral method; 2. the implementation of the parallel code of the MPI point to point communication trapezoid integral method
  3. 所属分类:并行计算

  1. soc

    4下载:
  2. 安时积分发计算SOC,精确到半分比1%,输入电池容量即可(Calculate SOC on time Only approximate capacity can be calculated)
  3. 所属分类:嵌入式/单片机编程

  1. 数值计算相关算法

    0下载:
  2. 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:有效数字
  1. FORTRAN版高斯乐让德积分工具 GAULEGQUADF

    0下载:
  2. 高斯勒让德积分工具,用fortran编程实现的积分代码,多多指教(Gauss integration formula code on the windows with fortran)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:281600
    • 提供者:jungleyingcamel
  1. I

    1下载:
  2. 含有积分算法 依据光场分布的积分算法,使用积分算法计算探测面某点的光强 利用高斯光场的分布,计算不同探测角度的光强分布(Integral algorithm. The integral algorithm is used to calculate the light intensity of a point on the detection surface by integral algorithm.. The distribution of Gauss light field is used
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:304128
    • 提供者:malvina
  1. Newmark_algorithm

    0下载:
  2. Newmark 算法源程序,涉及参数设置,积分处理(Newmark algorithm source program, involving parameter setting, integral processing)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:油条配豆浆
  1. simpson

    0下载:
  2. c语言递归调用的方法,实现利用Simpson算法完成给定的复杂函数数值积分,(The method of recursive call in C language to achieve a given numerical integration of a given complex function by using the Simpson algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:1227776
    • 提供者:宇哥很生气
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com