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. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:23950
    • 提供者:
  1. 拉格朗~1

    0下载:
  2. 数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~-numerical analysis courses on the plane Lagrange polynomial interpolation polynomial interpolation existence and uniqueness to the number not exceeding N polynomial Hn
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:赵传仕
  1. 特殊高级计算器

    0下载:
  2. 第一步:把如下代码加入<body>区域中 <scr ipt LANGUAGE=\"java-scr ipt\"> <!-- Begin function doit() { form.input.value = eval(form.input.value) } function Cos() { x = form.input.value if (x == ) alert( Error: Input Required ) else f
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:5730
    • 提供者:pete
  1. 字符串表达式解析器

    0下载:
  2. 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:46278
    • 提供者:天空
  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
    • 文件大小:111005
    • 提供者: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
    • 文件大小:6371
    • 提供者:陆振波
  1. jiandanbianjiqi

    0下载:
  2. 这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses -This is a simple editor prototype, here the screen used for the development of curses and keyboard function keypa
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1108
    • 提供者:wwwwppp
  1. 算术表达式解析器

    0下载:
  2. 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:49554
    • 提供者:曲贵增
  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
    • 提供者:周志光
  1. calculator

    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代替-Such has the following characteristics: 1. To sup
  3. 所属分类:

    • 发布日期:2017-11-10
    • 文件大小:24263
    • 提供者:温馨
  1. h_affine.ln

    0下载:
  2. 图像仿射变换的源码,可以好好看一下!试试吧 不错的!国外牛人写得-Affine transformation of the source image can be a good look! Good try! Cattle were written abroad
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3199317
    • 提供者:the_good_dog
  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
    • 文件大小:427998
    • 提供者:lovep
  1. linuxShellCode

    0下载:
  2. Linux shell 中多个命令的源代码,如:CP,RM,SU ,UNAME ,mv ,pwd ,ln ,cut ,touch ,unlink, stat ,rmdir ,mkdir等终端命令的源代码-Linux shell commands in multiple source code, such as: CP, RM, SU, UNAME, mv, pwd, ln, cut, touch, unlink, stat, rmdir, mkdir and other terminal com
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:220278
    • 提供者:李工
  1. mult-div-cordic-sin-atn-ln-date-bresenham-etc-805

    0下载:
  2. Programs I wrote for 8051 processors, including : - Various multiplications (16x16, 32x8...) - div, atn, ln, sin, sqrt - bresenham for line and circle - 32bit cordic (linear, circular, hyperbolic) - date conversion - random generation
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:79923
    • 提供者:Jean-Louis VERN
  1. ln-function

    0下载:
  2. 利用VHDL编写ln(1+x)这样的特殊函数逼近程序,采用Quartus 仿真-Writing the ln (1+x) special function approximation procedures using VHDL simulation with Quartus
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-03
    • 文件大小:4536
    • 提供者:邱陈辉
  1. ln

    0下载:
  2. Mini ln implementation for busybox Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1174
    • 提供者:zinhanha
  1. h_affine.ln

    0下载:
  2. 可解压的h_affine.ln.gz,解压后需要输入命令 chmod 777 h_affine.ln .-Please input the command chmod 777 h_affine.ln in the terminal before use it to the data.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3199312
    • 提供者:tsubasa
  1. LLC增益和频率、Q、Ln关系曲线

    2下载:
  2. LLC GAIN VS FSW,Ln,Q, MATHCAD
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2017-12-25
    • 文件大小:131072
    • 提供者:严言
  1. cordic计算ln函数

    0下载:
  2. 利用cordic算法编写的计算ln函数,VHDL语言,可提高精度
  3. 所属分类:其它源码

  1. 牛顿法求ln(x+sin(x))的根

    0下载:
  2. c++编写用牛顿法求ln(x+sin(x))=0的根,将文件解压,添加到一个空白项目中就可以
  3. 所属分类:.net编程

    • 发布日期:2020-12-28
    • 文件大小:757
    • 提供者:muyan327
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com