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

搜索资源列表

  1. calculator_vckbase.zip

    0下载:
  2. 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:23.39kb
    • 提供者:
  1. 计算器2.0

    0下载:
  2. 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:108.4kb
    • 提供者:qwq
  1. GP_Algorithm_luzhenbo

    2下载:
  2. G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 文件夹说明: 1、GP_Alg
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6.22kb
    • 提供者:陆振波
  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
    • 文件大小:11.49kb
    • 提供者:周志光
  1. autocompu

    0下载:
  2. 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc-this arithmetic expression parser procedures in the light of input variable size and arithmetic expressions Dyna
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32.28kb
    • 提供者:riddle
  1. 01

    0下载:
  2. 编制通用程序:对n+1个节点xi及yi=f(xi)(i=0,…,n) (1)n次拉格朗日插值计算公式Ln(x); (2)n次牛顿向前插值计算公式; -The preparation of common procedures: the n+1 nodes xi and yi = f (xi) (i = 0, ..., n) (1) n times Lagrange interpolation formula Ln (x) (2) n times Newton forward inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:899byte
    • 提供者:刘志卫
  1. calculator_vckbase

    0下载:
  2. 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替--1.support strings having common math functions,l
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:23.69kb
    • 提供者:杨广铭
  1. Calculator

    0下载:
  2. 能计算数学函数的计算器,有一千多行代码的程序.这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。功能还算比较完善。 -Mathematical functions t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:176.52kb
    • 提供者:陈建华
  1. lnx_square_root

    0下载:
  2. 利用数值分析方法,实现ln(x)及x^(1/n)的运算,算法能够根据用户需求达到任意精度。 -The use of numerical analysis methods, the realization of ln (x) and x ^ (1/n) of computing, the algorithm can be based on user demand arbitrary precision.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-07
    • 文件大小:28.4kb
    • 提供者:晏珏
  1. szfxsy1

    1下载:
  2. 实验一:三次样条插值(P56,例6) 一、实验目的: 1) 掌握三次样条插值的运用 2) 了解拉格朗日插值在高次上的误差 二、实验环境:Matlab6.5 三、实验内容: 1) 给定函数f(x)=1/(1+x2),-5<=x<=5,节点xk=-5+k,(k=0,1,2…10),用三次样条插值求S10(x),S10’(-5)=f’(-5),S10’(5)=f’(5)。 2)作原函数f(x),拉格朗日插值函数Ln(x),三次样条差值函数Sn(x)。画出三个函
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:43.53kb
    • 提供者:TNG
  1. pso3

    0下载:
  2. 带交叉因子的改进粒子群优化算法,算法用于示解多维无约束优化问题,收敛性强。-With cross-factor improvement of particle swarm optimization algorithm for multi-dimensional solution that unconstrained optimization problem, convergence is strong.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:lxd
  1. math

    1下载:
  2. 考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性的。-Considered at a fixed interval on a function approximation using interpolation. Clearly, Lagrange interpolation nodes are used the mo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:417.97kb
    • 提供者:lovep
  1. Huffmatreeofdatastructure

    0下载:
  2. 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N个权值Wi(i=1,2,...n)构成一棵有N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,...n)。可以证明哈夫曼树的WPL是最小的。-Huffman tree is also called the op
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.39kb
    • 提供者:刘正朝
  1. fr

    0下载:
  2. Write a Matlab program which solves the initial value problem y  = (xy − y2)/x2, y(1) = 2, by the order four Runge-Kutta method, over the interval [1, 3] using steps of h = 1/128. The exact solution to this problem is given by y(x) = x/
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:742byte
    • 提供者:liuzhenghao
  1. shuzhifenxikechengsheji

    0下载:
  2. 考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性-Consider a fixed-interval interpolation using a function approximation. Obviously, Lagrange interpolation nodes are used the more the n
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:255.01kb
    • 提供者:猫猫
  1. ln_exp_pow

    0下载:
  2. 自然幂运算分析 自然幂运算分析-Analysis of the natural power of natural computing power computing analysis computing power analysis of natural
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:27.08kb
    • 提供者:aj
  1. ln_q15

    0下载:
  2. 使用曲线拟合法编写的计算ln(x)的c代码,量化精度为q15-Prepared using the curve-fitting method for calculating ln (x) of the c code to quantify the accuracy of q15
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:604byte
    • 提供者:姜莎
  1. Project2

    0下载:
  2. 对数曲线拟合 Public Function funLogarithm(Num As Long, x() As Single, y() As Single, a As Single, b As Single) As Long 对数曲线拟合,y=a*ln(x)+b Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 a,b为待求系数,为输出项 -failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:7.93kb
    • 提供者:周伟
  1. lagra

    0下载:
  2. 使用线性方程组求系数构造插值公式相对复杂,可改用构造方法来插值。 对节点xi(i=0,1,…,n)中任一点xk(0<=k<=n)作一n 次多项式lk(xk),使它在该点上取值为1,而在其余点xi(i=0,1,…,k-1,k+1,…,n)上为0,则插值多项式为Ln(x)=y0l0(x)+y1l1(x)+y2l2(x)+…+ynln(x) 上式表明:n 个点xi(i=0,1,…,k-1,k+1,…,n)都是lk(x)的零点。可求得lk -Demand coefficient
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:492.96kb
    • 提供者:景洁
  1. HUFMM

    0下载:
  2. 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路长度记为WPL=(W1*L1+W2*L2+W3*L3+…+Wn*Ln),N个权值Wi(i=1,2,…n)构成一棵N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,…n)。可以证明哈夫曼树WPL是最小的。-Huffman tree is also called the optimal bina
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:93.93kb
    • 提供者:再次
« 12 3 »
搜珍网 www.dssz.com