CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能 数学计算/工程计算

资源列表

« 1 2 ... .68 .69 .70 .71 .72 1273.74 .75 .76 .77 .78 ... 3415 »
  1. project

    0下载:
  2. 数值分析的程序,比较了同一个方程使用Jacobi与高斯迭代迭代的次数。-Numerical analysis of the program, compared to the same equation using the Jacobi and Gauss iteration the number of iterations.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:887.46kb
    • 提供者:洁洁
  1. SButterworh

    0下载:
  2. Butterworth带通滤波Fotran子程序,严格按照原文献在对事件序列正滤一遍后又倒滤一遍,以合理避免了位相偏移。-Butterworth band-pass filter Fotran subroutine, in strict accordance with the original documents in the sequence of events is filtered again and then filter down again in order to avoid a r
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.14kb
    • 提供者:goldenheart
  1. cvf_rter

    0下载:
  2. Compaq Visual Fortran Error Messages,对于利用CVF编程的programmer是本很好的对照手册。-Compaq Visual Fortran Error Messages, programming, programmer for the use of CVF is a very good control of the manual.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:385.57kb
    • 提供者:goldenheart
  1. henon-and-Algorithm-analysis

    0下载:
  2. henon映射与lorenz方程之lyapunov指数的数值计算与分析-Algorithm analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:761.96kb
    • 提供者:崔金
  1. gridtc

    0下载:
  2. matlab实现用网格算法优化支持向量机中的相关参数 简单易用-matlab mesh optimization algorithm implemented by the support vector machine parameters in a simple to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:558byte
    • 提供者:伊尹
  1. FFT1D

    0下载:
  2. FFT的奈奎斯特频率为 ,( 为采样间隔)实际上的FFT变换点数要求为2的n次幂,各点所对应的频率是从 到 ,求出 后,可以用 ,这里N为FFT变换的点数。如变换点数为2048,由于对称性,实际有用的点数为1024个。 在该程序中,做完富氏变换后,已经将数据按照频率从0到 到0的顺序排好。 在运行结果中,只需存储左下角的1/4区域的数据即可。 -FFT of the Nyquist frequency, (for the sampling interval) is actually
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:150.06kb
    • 提供者:
  1. FFT2D

    0下载:
  2. 2dFFT的奈奎斯特频率为 ,( 为采样间隔)实际上的FFT变换点数要求为2的n次幂,各点所对应的频率是从 到 ,求出 后,可以用 ,这里N为FFT变换的点数。如变换点数为2048,由于对称性,实际有用的点数为1024个。 在该程序中,做完富氏变换后,已经将数据按照频率从0到 到0的顺序排好。 在运行结果中,只需存储左下角的1/4区域的数据即可。 -2dFFT of the Nyquist frequency, (for the sampling interval) is actua
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:513.12kb
    • 提供者:
  1. fortran

    0下载:
  2. fortran源程序,很实用,学习性强。-fortran source code, it is practical, learning and strong.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:157.05kb
    • 提供者:小美
  1. CG

    0下载:
  2. 采用c++实现共轭梯度算法求解大规模线性方程组-Using c++ to achieve large-scale conjugate gradient algorithm for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:675byte
    • 提供者:王俊
  1. cPP

    0下载:
  2. 采用c++实现优化的复合梯形公式,辛普森,高斯求函数积分,精度高,效率高-C++ to achieve optimal use of the composite trapezoidal formula, Simpson, Gauss function, integral, high precision, high efficiency
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.93kb
    • 提供者:王俊
  1. Euler-Engineering

    0下载:
  2. Euler工程,找最长的数列! 定义一个正整数数列,其迭代公式为: n = n/2 (当n为偶数) n = 3n+1 (当n为奇数) 比如从n=13开始,计算这个数列得: 13 ->40->20->10->5->16->8->4->1 这个数列一共有10项。 要求在小于1百万的所有起始数中,哪个数能产生最长的数列。 -Euler project, find the longest series! Define a p
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3.34kb
    • 提供者:superman
  1. Eular-Engineering

    0下载:
  2. Euler工程,相邻元素乘积最大。 给了一个20x20的两位数矩阵,其中的红字部分的积为: 26x63x78x14=1788696 那么,任意方向上(上、下、左、右、对角)4个相邻的数的最大乘积是多少?-In the 20x20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 7
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3.53kb
    • 提供者:superman
« 1 2 ... .68 .69 .70 .71 .72 1273.74 .75 .76 .77 .78 ... 3415 »
搜珍网 www.dssz.com