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

搜索资源列表

  1. C++常用算法之09插值

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套插值代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting in
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:91848
    • 提供者:闻杉
  1. C++常用算法之07线性方程组求解

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporti
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:104253
    • 提供者:闻杉
  1. C++常用算法之05矩阵运算

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵运算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting m
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:95511
    • 提供者:闻杉
  1. C++常用算法之13数据处理与回归分析

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book suppor
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:93515
    • 提供者:闻杉
  1. lgjifen

    0下载:
  2. 数值计算方法中求积分的程序代码,供大家参考,交流-numerical calculation method for the integration code, for your reference, exchange
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7703
    • 提供者:齐名
  1. ComplexT

    0下载:
  2. 复化梯形公式,数值计算。This the main application source file-Minute trapezoid formula, numerical calculation. This is the main application source file
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:山里
  1. monijishuanqi

    0下载:
  2. 模拟Windows中的计算器,可进行数值计算。-simulation of the Windows calculator, can be calculated.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:31969
    • 提供者:阿闵
  1. pipest

    0下载:
  2. 求圆周率的C#原代码 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序-seeking ratio of the circumference C# source in numerical calculation, the general Newton iterative numerical method with the truncation error and therefore C# prepared But to achieve
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8936
    • 提供者:小良
  1. 河流污物浓度求解

    0下载:
  2. 河流污物浓度求解程序 用vc++实现 数值计算示例-river dirt concentration vc solving procedures used to achieve numerical examples
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14321
    • 提供者:王玉栋
  1. 逼近与拟合

    0下载:
  2. 6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8664
    • 提供者:刘渝
  1. matlab6src

    0下载:
  2. 从vc中调用matlab的画图、数值计算等函数,方便易行。-from vc Calling Matlab drawing, numerical calculation function, user-friendly.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:906
    • 提供者:chm
  1. 数值分析算法描述与习题解答

    1下载:
  2. 数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:60488
    • 提供者:李明
  1. 蒙特卡罗方法解粒子输运问题

    0下载:
  2. 蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。 -Monte Carlo method known as random or statistical
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:222853
    • 提供者:张一
  1. Matlab GUI编程中文参考手册

    0下载:
  2. MATLAB 的名称源自 Matrix Laboratory ,它是一种科学计算软件,专门以矩阵的形式处理数据。 MATLAB 将高性能的数值计算和可视化集成在一起,并提供了大量的内置函数,从而被广泛地应用于科学计算、控制系统、信息处理等领域的分析、仿真和设计工作,而且利用 MATLAB 产品的开放式结构,可以非常容易地对 MATLAB 的功能进行扩充,从而在不断深化对问题认识的同时,不断完善 MATLAB 产品以提高产品自身的竞争能力。重点介绍MATLAB创建图形用户界面应用程序的原则和方法
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:195006
    • 提供者:洪春
  1. 电磁数值分析

    0下载:
  2. 利用普通的数值分析原理计算电磁场中的问题的程序。-use of the numerical analysis of the general principles calculation of electromagnetic field procedures.
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:421118
    • 提供者:廖顺意
  1. 数值分析课程设计

    0下载:
  2. 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:95247
    • 提供者:沈嘉祺
  1. EXPRESSI

    0下载:
  2. 一个用于数学函数值计算的C函数 — 求任意数学函数f(x)和f(x,y)的值-a mathematical function for the calculation of C function-seeking arbitrary mathematical function f (x) and f (x, y) values
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4318
    • 提供者:曹子良
  1. myopenforcal

    0下载:
  2. 桌面好用的计算器,类C指令,有常用的数值计算,超强的图形显示,比matlab使用简捷方便。-handy desktop calculator, a class C guidelines, it is commonly used in numerical calculation, super graphics, the use of Matlab than simple convenience.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:579917
    • 提供者:郭大波
  1. 综合算法

    4下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1452699
    • 提供者:罗鹏魁
  1. 线性回归CAI1.0版

    0下载:
  2. 一元线性回归软件CAI1.0版,可以应用在数值计算、逼近、拟合、预测等多个方面。-one yuan linear regression CAI1.0 version of the software can be used in numerical calculation, approximation, fitting, many aspects such as forecast.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:410435
    • 提供者:饶秀琪
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com