CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .84 .85 .86 .87 .88 8889.90 .91 .92 .93 .94 ... 199236 »
  1. C语言的常用函数

    1下载:
  2. 压缩文件中是C语言常用函数的PDF文档,非常全面,可以满足工程人员的大部分需求。-compressed files is common C language function PDF files, a very comprehensive, engineering staff to meet the needs of the majority.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24.61mb
    • 提供者:唐伟龙
  1. 科学与工程数值计算算法(Visual Basic版)

    1下载:
  2. 科学与工程数值计算算法(Visual Basic版)一书的源代码。对科学研究者自己开发领域内计算程序极具参考价值。-science and engineering numerical algorithm (Visual Basic version) a book source. Scientific researchers to develop its own procedures for calculating the area of great reference value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:198kb
    • 提供者:雷柯
  1. 矩阵加减乘(M)

    1下载:
  2. 一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form of output. Established three a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.29kb
    • 提供者:XFX
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.22kb
    • 提供者:XFX
  1. 实数据快速傅立叶变换算法

    1下载:
  2. 傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people look very useful signal, the pr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.37kb
    • 提供者:孙汶
  1. colgauss

    1下载:
  2. 简要的Gauss列主元消去法,很实用,用matlab实现,还有一个图例,程序说明很详细-brief Gauss main-element elimination, very practical, using Matlab to achieve, there is a legend, a very detailed descr iption of the procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.24kb
    • 提供者:高兵
  1. 第七小组实验源代码

    1下载:
  2. 偏微分方程数值解 有限元法 面向对象 变分问题 剖分问题 边值处理 误差分析 椭圆方程,一维二维-numerical solution of partial differential equations Finite Element Method object-oriented variational problem subdivision boundary value problems handling error analysis of elliptic equation, a two-di
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:145.57kb
    • 提供者:陈建湘
  1. 全选主元消去法

    1下载:
  2. 利用高斯全选主元消去解线性方程组,用C++语言写-use of the entire election Gaussian Elimination main yuan for solving linear equations, with C + + language to write
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15.01kb
    • 提供者:王力
  1. 抛物插值

    1下载:
  2. 若已知x0=0,x1=3,x2=4,y0=1.2,y1=3,y2=1,x=1.5,y=0,则该程序运行结果为y=3.5625-known if x0 = 0, = 3 x1, x2 = 4, y0 = 1.2, 3 = y1, y2 = 1, x = 1.5, y = 0, then the procedure for operating results y = 3.5625
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:梁良
  1. F11999115

    1下载:
  2. 一个程序,实现快速傅立叶变换,使用对话框编程。具体参数可以调节。-a procedure, fast Fourier transform, the use of dialog programming. Specific parameters can be adjusted.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:42.75kb
    • 提供者:蓝兰
  1. FullBNT

    1下载:
  2. 贝叶斯算法(matlab编写) 安装,添加目录 /home/ai2/murphyk/matlab/FullBNT-Bayesian algorithm (Matlab preparation) installed, add directory / home/ai2/murphyk/matlab/FullBNT
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.64mb
    • 提供者:hu min
  1. 三次样条曲线拟合

    1下载:
  2. 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.26kb
    • 提供者:郑双明
« 1 2 ... .84 .85 .86 .87 .88 8889.90 .91 .92 .93 .94 ... 199236 »
搜珍网 www.dssz.com