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

搜索资源列表

  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3556
    • 提供者:钟钟
  1. eno-and-weno-2d-riemann

    2下载:
  2. 数值计算程序,基于非结构有限体积法的eno和weno的计算格式.-Numerical procedure, based on the volume of non-structural priority issue
  3. 所属分类:Algorithm

    • 发布日期:2014-04-25
    • 文件大小:1013760
    • 提供者:李岩图
  1. sourcecode

    2下载:
  2. 非结构网格海洋环流与生态模型 (FVCOM),此模型综合了现有海洋有限差分和有限元模型的优点,解决了数值计算中浅海复杂岸界拟合、质量守恒以及计算有效性的难题,是一个可以模拟全球及地区海洋环流与生态的高分辨率的数值模型系统及预报系统。-An Unstructured Grid, Finite-Volume Coastal Ocean Model
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-07-02
    • 文件大小:6699288
    • 提供者:xlh
  1. Gauss3D

    0下载:
  2. Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use. Function input
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:14314
    • 提供者:徐亮
  1. DLZTTC-FDTD

    0下载:
  2. 通过求解线性方程组来完成各个场量的迭代,能够计算导体球的散射截面。-By solving linear equations to complete the volume of each market iteration, to calculate the scattering cross section of conducting sphere.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8291
    • 提供者:汤恩现
  1. gpc-step

    0下载:
  2. GPC可以提高系统的快速性和稳定性、鲁棒性,因为噪声有点波动正常的,快速性是最重要的,而这里的gpc 采用的阶梯式算法.阶梯式算法是用来求控制量变化量的算法,代替了原来矩阵求逆,使控制量变化量平滑增加-GPC can improve system speed and stability, robustness, because normal fluctuations in a bit of noise, speed is the most important, and here gpc step
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1338
    • 提供者:aries
  1. Mattiussi_FDTD

    0下载:
  2. finite difference and volume for PDE solution in electromagnetic, a book usfull for this field
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:6180314
    • 提供者:neesu
  1. jisuanqi

    0下载:
  2. 在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及长度、面积、质量、体积的单位换算。-In the top two operands box to enter the original value, will automatically display its four operational values, and computing the results of the square
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:12189
    • 提供者:maochengni
  1. finitvolummethod

    0下载:
  2. 有限体积法及其在边值问题中的应用本文介绍了极小位能原理、虚功原理和Ritz-Galerkin方法.主要讨论了椭圆型方程定解问题的有限体积法和双曲型方程定解问题的有限体积法,简要说明了椭圆型方程定解问题的有限体积法的收敛性和近似解误差估计.另外,针对矩形域上一个泊松方程的具体定解问题,导出了它的一种特殊有限体积格式,并且编程实现,计算出该泊松方程定解问题的数值解,将算出的数值解与问题的精确解进行了简单比较,得到了初步的结论.在具体例子中用的是一种特殊的有限体积格式,它可以化为五点差分格式,它比较简
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2118
    • 提供者:刘小宝
  1. Numerical_Solution_of_PDEs

    0下载:
  2. The purpose of this paper is to address the following problem: How can existing sequential simulators be utilized in developing parallel simulators for the numerical solution of partial di erential equations (PDEs)? We dis- cuss this issue in t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:83550
    • 提供者:mirtchev
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:16044
    • 提供者:wangdongdong
  1. cpp

    0下载:
  2. 你输入一个长方体的长和宽以及高,就可以输出他的面积-input height,width,length,output volume
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:8900
    • 提供者:lai
  1. HD_Serial

    0下载:
  2. This application allows you to get the real HDD serial number (the unchangable one written on the HDD physical circuit) not just volume serial number which can be changed if you formated your hdd.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:4908
    • 提供者:andradrr
  1. 10307498

    0下载:
  2. 非数值并行算法(第一册)模拟退火算法_10307498-Non-numerical parallel algorithms (Volume I) Simulated Annealing _10307498
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1110910
    • 提供者:蔡纪源
  1. code

    0下载:
  2. 有限体积方法求解规则区域中具有孤岛影响的二维导热问题,适用于3类边界条件-Rules of the finite volume method to solve the region with two-dimensional heat island effect problem, the boundary conditions applicable to Category 3
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:39343
    • 提供者:GSD
  1. VolumeEsfera

    0下载:
  2. A simple program that calcule a volume of a sphere.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:9042
    • 提供者:Mario
  1. 06-07winterA

    0下载:
  2. 数学\偏微分方程\06-07winterA.卷考试-Mathematics \ partial differential equations \ 06-07winterA. Volume Test
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:100066
    • 提供者:王鹏
  1. 222

    0下载:
  2. SOURSE.无机构有限体积法,适用于3D河流有限元数值模拟,三角形网格,有限容积法-SOURSE. No body finite volume method for 3D finite element numerical simulation of the river, triangular mesh, finite volume method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16447
    • 提供者:王彪
  1. p-2d

    2下载:
  2. 采用SIMPLE算法,有限容积法求解二维流场,容易拓展为非结构化网格。 -SIMPLE algorithm using finite volume method for solving two-dimensional flow field, easily expanded to unstructured grid.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:10007
    • 提供者:春哥
  1. shockwave

    1下载:
  2. REO 格式 有限体积计算 N-S方程 5步R-K-REO scheme finite volume calculated in step 5 RK NS equations
  3. 所属分类:Algorithm

    • 发布日期:2015-06-22
    • 文件大小:37888
    • 提供者:andy yan
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com