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

搜索资源列表

  1. EULERDemo

    0下载:
  2. /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA I
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:105117
    • 提供者:JackHou
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. caculateAmulBequalCC

    0下载:
  2. 计算这个智力题: 在这个乘法算式里,每一个字母代表着0-9中的一个数,不同字母代表不同数。 A B C D E F G H * A J --------------------- E J A H F D G K C B D F H A J E C --------------------- C C C C C C C C C 请问,C 代表哪个数字?-Calculation of the intellectual questions: In th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1158
    • 提供者:bailongma
  1. femod1

    0下载:
  2. FEMOD1 is an interactive program for the setup, solution, and printout of a two point boundary value problem in a one dimensional region. The finite element method is used. The differential equation has the form: -d/dX ( K(X) dU/dX ) + C(
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:40481
    • 提供者:zhang xiaoping
  1. Character-Frequency-Analysis-of-Bosnian

    0下载:
  2. In this project I chose Bosnian language to do the character frequency analysis. Bosnia and Herzegovina are the countries using Bosnian as their official language and more than 2.2 million people speak this language all around the world. It has 5
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:41049
    • 提供者:ajith srikukan
  1. _fsimpfun@20_RK4fun@28

    0下载:
  2. 在vb/vc中调用mathlualib.dll中的自定义API计算一些泛函的值,如计算定积分∫[a->b]f(x)dx,计算数项级数∑[n=1->100]f(n)≈∑[n=1->+∞]f(n),计算函数项级数∑[n=1->100]f(n,x)≈∑[n=1->+∞]f(n,x),计算一阶ODEy =fsxy(x,y),y(x_0)=y_0中的y(x),……泛函的自变量在Lua文件里面输入。注意:请不要改变Lua中的函数名fun(x),fan(n),fsx(x),fan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:182083
    • 提供者:hanxiaohua
  1. ARCH

    0下载:
  2. 利用有限元编写的拱结构的计算程序,能进行各种拱结构的内力分析计算。读入基本数据:NSX、NSP、NLO 分别为竖向、水平集中力和力偶个数;M 求内力截面个数(负表示作内力图);IC 左半跨上(水平、竖向和力偶)集中力个数;F矢高;L跨度;Q 均布荷载值 A、B 均布荷载左端离左支座的距离和分布长度;R 圆拱半径,悬链线拱时为Qc/r;-Internal force analysis using the finite element written in the arch structure
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5388
    • 提供者:张佳文
  1. Newton-Raphson-method

    0下载:
  2. fortran90/95格式,方便科学计算中调用,Newton-Raphson,可用来寻找线性/非线性方程f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。-fortran90/95 format, convenience called scientific computing, Newton-R
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:2563
    • 提供者:cardinal
  1. ASL-1.2

    0下载:
  2. 内点法求解线性和边界约束的凸二次规划,采用C++语言编程,程序很完善,代码比较多,各位看官好好研究-Solve an optimization problem with linear and bound constraints (BL) min f(x) subject to lo <= x <= hi, a x = b using the affine-scaling interior-point method presented in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:54960
    • 提供者:wang
  1. erfenfa--bisect

    0下载:
  2. 这是二分法求非线性方程的根的程序,即若f(x)=0在[a,b]内有唯一实根且f(a)f(b)<0,求其根的程序。-This is the root of nonlinear equations dichotomy of program, that is, if f (x) = 0 in [a, b] there are the only real roots and f (a) f (b) < 0, find its root procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:23966
    • 提供者:许婷
  1. Quadratic-Programming

    0下载:
  2. 功能:用拉格朗日方法求解等式约束二次规划:min f(x)=0.5*x Hx+c x,s.t.Ax=b 输入:H,c分别是目标函数的矩阵和向量,A,b分别是约束条件中的矩阵和向量 输出:(x,lam)是KT点,fval是最优值。-Function: Lagrangian method for solving equality constrained quadratic programming: min f (x) = 0.5* x Hx+ c x, s.t.Ax = b Input:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2244
    • 提供者:Aira.W
  1. interpolation

    0下载:
  2. 定理1(介值定理)设函数f(x)在区间[a,b]连续,且f(a)f(b)<0,则方程f(x)=0在区间[a,b]内至少有一个根。(Theorem 1 (intermediate value theorem) set the function f (x) in the interval [a, b] continuous, and f (a) f (b) <0, then the equation f (x) =0 is at least one root in the interva
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:粥多多
搜珍网 www.dssz.com