CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Square root

搜索资源列表

  1. cholesky323232

    0下载:
  2. 平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:self
  1. FormulaProcessor_beta1_CSharp

    0下载:
  2. 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3687
    • 提供者:jason
  1. test12-28

    1下载:
  2. 1.几种灰度变换,分段线性化,平方变换,对数变换,平方根变换等等 2.几种滤波器,中值滤波,均值滤波等等 3.图像分割,边缘检测,轮廓提取,以及SOBEL梯度算子 4.彩色图像,红色通道,绿色通道,蓝色通道 5.图像的几何变换,图像缩放,镜像(水平镜像和垂直镜像) -1. Several gray-scale transformation, piecewise linear, square transform, the number of transformation, an
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69235
    • 提供者:gloria
  1. Calculator_code_by_Java

    0下载:
  2. 用JAVA实现的计算器:采用Eclipse 3.1开发,基于JDK 1.5.可进行+、-、*、/、求余、开平方运算-using the JAVA Calculator : Eclipse 3.1 development, Based on JDK 1.5. may I request for ,-,*,/,, square root computation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8162
    • 提供者:miracleboy
  1. okokokok

    0下载:
  2. 几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法 ,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法-several types of numerical analysis computer program, which reads as follows : Take a Long Day interpolation, cubic spline interpolation, Newton-interpolation, Hermite
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1792
    • 提供者:唐成玉
  1. SQRT

    0下载:
  2. computes the square root of a 16 bit number in pic16c
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1763
    • 提供者:zwj
  1. ARMA_LAST

    0下载:
  2. This function provides an ARMA spectral estimate which is maximum entropy satisfying correlation constraint (number of poles)and cepstrum constrains (number of ceros) The function requires 3 inputs: Input signal, Order of denonominator, Order
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1961
    • 提供者:joy
  1. 改进的平方根法

    1下载:
  2. 改进的平方根法,比较简单的,用VC实现的-improvements to the square root law, a simple comparison with the VC
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9064
    • 提供者:剑胆琴心
  1. 高级计算器 V1.0

    0下载:
  2. 系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Exp)/Trunc(Exp):把Exp截断取整。Round(E
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:182651
    • 提供者:王波
  1. 模拟WINDOWS计算器

    0下载:
  2. #制作了一个类似Windows中的计算器。本计算器的基本功能如下: 1实现了计算器的基本功能:加、减、乘、除 2实现开平方根 3实现清除屏幕 4实现了清除内存 5实现了对屏幕数据的复制和粘贴-# produced a similar Windows calculator. The basic functions of the calculator is as follows : a realization of the basic functions of the calculator : ad
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:349414
    • 提供者:
  1. 解方程组

    0下载:
  2. 本代码实现的是计算方法课程实验--用平方根法求解方程组用C语言实现-source implementation of the calculation method is experimental courses -- with square root method equations using C language
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:guo
  1. shuzhijisuan.rar

    1下载:
  2. 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值,Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the sq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:58173
    • 提供者:liuzhou
  1. squareroot.rar

    1下载:
  2. vhdl源代码,可以开16比特的平方根,算法简单,速度快,this is a vhdl code for square root
  3. 所属分类:VHDL编程

    • 发布日期:2012-11-22
    • 文件大小:1237
    • 提供者:lei
  1. Calculator.rar

    0下载:
  2. 用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,还有平方根、倒数、百分数等运算功能,方便日常生活。,Users can enter to participate in the mouse followed by the numerical calculation, to add, subtract, multiply, divide operations such as mixing, as well as the square root, reciprocal, such
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:103483
    • 提供者:胡晓
  1. Simplecalculator

    0下载:
  2. 利用Visual C++实现一个简易计算器。其类似于windows附件中自带的计算器,能够进行加、减、乘、除、平方、立方、对数、倒数、开方、exp(x)、三角函数、等运算。-Visual C++ implementation using a simple calculator. Its similar to the calculator that comes with windows in the annex, to add, subtract, multiply, divide, square
  3. 所属分类:Windows编程

    • 发布日期:2017-05-15
    • 文件大小:3769674
    • 提供者:曾仕琪
  1. Calc

    0下载:
  2. matlab计算器,加减乘除开方根号,功能强大-matlab calculator, square root number addition, subtraction, powerful
  3. 所属分类:Button control

    • 发布日期:2017-04-02
    • 文件大小:6718
    • 提供者:hou
  1. square_root

    0下载:
  2. 单片机开平方的快速算法 比牛顿迭代法更加快速-Single-chip square root of the fast algorithm for more than Newton iteration Express
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:1526
    • 提供者:谭仲书
  1. HDL_design

    0下载:
  2. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:663138
    • 提供者:Ning Zheng
  1. sqrt

    0下载:
  2. 平方根算法的硬件描述语言,算法运行速度快,10位二进制数的开方只需要10个时钟周期-Square root algorithm for hardware descr iption language, the algorithm is fast, 10-bit binary number square root only 10 clock cycles
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:2034
    • 提供者:Olive Green
  1. sqrt

    0下载:
  2. 实现任意位数的开方算法,但是不是浮点的算法,-Square root algorithm for arbitrary digit, but not floating-point algorithm, thanks
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:553
    • 提供者:lty
« 1 2 34 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com