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

搜索资源列表

  1. raa

    0下载:
  2. 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:65565
    • 提供者:谢瑶
  1. VB科学与工程数值算法

    0下载:
  2. 用vb写的有关科学计算方面的,包括求最大值,积分,统计,概率,矩阵运算等-used to write the relevant scientific computing, including seeking maximum points, statistics, probability, matrix operations, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:192320
    • 提供者:唐能福
  1. opt_cpp

    0下载:
  2. 工程优化和数值计算中常用的优化程序,包括 lp,nlp,linesearch,lagrange,dfp等-engineering optimization and numerical calculation of the optimal common procedures, including lp, NLP, linesearch, Hangzhou, Moscow, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12036
    • 提供者:snow
  1. 27_142

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11623
    • 提供者:陈冲
  1. Math_Source

    0下载:
  2. 整理分享:常用的数学运算程序源代码 包括常用的几种数学运算程序的C++代码,例如矩阵运算-collate share : common mathematical procedures used in the source code of several mathematical programs in C code, for example, matrix operations, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:50196
    • 提供者:李洪科
  1. fastmath

    1下载:
  2. NVIDIA 的数学运算库,包括快速开方,浮点转整数等-NVIDIA mathematical libraries, including rapid evolution, floating point to integer, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3464
    • 提供者:sunshine
  1. 常微分方程初值问题的数值解法

    1下载:
  2. 常微分方程初值问题的数值解法:Euler方法、 Runge-Kutta方法、线性多步法、预测-校正法、 等。-Ordinary Differential Problems Numerical Solution : Euler's method, Runge - Kutta method, linear multi-step forecast-correction method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21166
    • 提供者:周思良
  1. Introduction to Functional Programming with Haskel

    0下载:
  2. Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:64679
    • 提供者:鲍军波
  1. finiteelementmethod

    0下载:
  2. 本程序由FORTRAN语言编写,可以在DOS、POWER STATION等环境下运行。输入的数据及输出的结果采用数据文件格式。-procedures by the FORTRAN language, in DOS, etc. POWER STATION operating environment. The data input and output the results using data file formats.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14751
    • 提供者:完平
  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. mathexpr

    0下载:
  2. 数学实验课程教案,包括pi的计算、分形、混沌、方程组求解、住房贷款问题等-experimental mathematics curriculum lesson plans, including the calculation of pi, fractal and chaos, solving equations, housing loans, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1363249
    • 提供者:费文龙
  1. lbm_d2q920051201

    4下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -lattice Boltzmann method lattice Boltzmann method is to retain the lattice gas automata the advantag
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:480754
    • 提供者:张翟
  1. Matrix1

    0下载:
  2. 有关的矩阵运算,例如行列式,逆等等 ,以及各种数值算法-the matrix operations, such as determinant, inverse etc., and various numerical algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:65397
    • 提供者:陈娜
  1. solver

    0下载:
  2. 线形规划代码:包括单纯形法,对偶形法,-linear programming code include : simplex method, the dual method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1223536
    • 提供者:baihuafei
  1. Clusteranalysises

    0下载:
  2. Detailed analysis of the clustering and classification : including density clustering, etc. -Detailed analysis of the clustering and cl assification : including density clustering, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57025
    • 提供者:刘洋
  1. copulas

    0下载:
  2. copua是金融数学计算中的一类新模型。本代码提供了最常用的copula模型,如clayton等中的参数估计等内容-copua financial mathematical calculation of a new type of model. This code provides the most commonly used model of Copulas, such as Clayton of parameter estimation etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8271
    • 提供者:王璐
  1. 实用的算法

    0下载:
  2. C++Example实用的算法:包括枚举,递归,回溯,矩阵运算等-C Example practical algorithm include : Enumeration, recursive, back, matrix operations, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:91790
    • 提供者:宋敦江
  1. SpMatrix

    2下载:
  2. 针对有限元分析的稀疏矩阵采用一维存储时的矩阵运算编写的,可对其进行加减乘除和LU分解等运算-against the finite element analysis using a sparse matrix storage dimensional matrix prepared by the operator, can its arithmetic and LU decomposition, etc. Operational
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2963
    • 提供者:stefanie
  1. MatrixModule

    0下载:
  2. 常用的矩阵计算,包括求行列式、求逆矩阵等等,类容较全-common matrix, which includes seeking determinant, matrix inversion, etc., over all types of capacity
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31421
    • 提供者:zhlei
  1. Calculate20060802

    1下载:
  2. VC下最牛的算数表达式,将math.h 所有函数都集成到一起都能用计算出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等 -VC most cattle arithmetic expression math.h will integrate all functions are used together can be worked out including the arithmetic; (, Shogen, Yuxuan, involution, ln log, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11761
    • 提供者:周志光
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com