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

搜索资源列表

  1. 歌德巴赫猜想

    0下载:
  2. 验证:2000以内的正偶数都能够分解为两个素数之和(即验证歌德巴赫猜想对2000以内的正偶数成立)。 *问题分析与算法设计 为了验证歌德巴赫猜想对2000以内的正偶数都是成立的,要将整数分解为两部分,然后判断出分解出的两个整数是否均为素数。若是,则满足题意;否则重新进行分解和判断。 程序中对判断是否为素数的算法进行了改进,对整数判断“用从2开始到该整数的一半”改为“2开始到该整数的平方根”。原因何在请自行分析。 -certification : 2000 within the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1036
    • 提供者:姚紫欣
  1. jswls-masm

    0下载:
  2. 用Masm计算平方根(例如sqtr(2))到6万5千位小数的程序.-with Masm calculating square root (eg sqtr (2)) to 60,005 decimal 1000 procedures.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3478
    • 提供者:张三妹
  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. Square-rooting-Algorithm-(8-bit)

    0下载:
  2. Square root algorithm for 8051 microcontroller
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:608
    • 提供者:microorganisme
  1. calculater

    0下载:
  2. 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
  3. 所属分类:assembly language

    • 发布日期:2017-05-21
    • 文件大小:2223937
    • 提供者:高斯
  1. sqrt(x)

    0下载:
  2. 用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境windlx-Using assembly language and the Newton iterative method for the preparation of a number of the square root of the source code, the environment windlx
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1820
    • 提供者:沐夕
  1. sqrt

    0下载:
  2. Find out the square root of the 8-bit number-Find out the square root of the 8-bit number
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2432
    • 提供者:daniel
  1. monijisuanqi

    0下载:
  2. 模拟计算器算法,实现简单的+,-,*,/,平方,开方运算-Analog calculator algorithm to achieve a simple+,-,*,/, square, square root operation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1352
    • 提供者:jarly
  1. SQRT

    0下载:
  2. Square root function calculation for 8051
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:905
    • 提供者:vladanmitov
  1. jisuanqi

    0下载:
  2. 简单计算器(加减乘除 开方,平方)等运算,简单易懂-Simple calculator (square root of addition and subtraction multiplication and division, square)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:702
    • 提供者:心亭
  1. VB

    0下载:
  2. 计算器的完整VB工程,可以计算表达式结果,平方^2,平方根^1/2,乘*,除/,三角函数用弧度如sin(30)表达式为sin(30*3.14159/180,-Calculator complete VB project, the results can be calculated expression, square ^ 2, the square root of ^ 1/2, multiplication*, division /, trigonometric functions in rad
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:1183
    • 提供者:nhjskvh
  1. sq_root

    0下载:
  2. program to find square root of a number
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:46956
    • 提供者:Gangadhar
  1. jsq

    0下载:
  2. Delphi简单计算器,三角函数,平方,开方-Delphi simple calculator, trigonometric functions, square, square root
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:235692
    • 提供者:傅杨清
  1. Inc

    0下载:
  2. 采用牛顿迭代法求平方根,直接向上取整,获得相应的值-Newton Iterative Method for the rounded square root
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1180
    • 提供者:anndaming
  1. sqr16

    0下载:
  2. 16 bit square root in asm program it s use to math application level
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:910
    • 提供者:dhas
  1. SCM-subroutine-library

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度-At present, a number of published versions of the subroutine library, they have their own characteristics. The library of the square root algorithm for fast approximat
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:29513
    • 提供者:张奇
  1. SQUARE-ROOT

    0下载:
  2. 8051 asm program for square root calculation
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:886
    • 提供者:devakumari
  1. SQRT

    0下载:
  2. Square Root By Newton Raphson Method This routine computes the square root of a 16 bit number(with low byte in NumLo & high byte in NumHi ). After loading NumLo & NumHi with the desired number whose square root is to be computed, bra
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:1419
    • 提供者:crispyhan
  1. (2)

    0下载:
  2. 用减奇数开平方运算 8086/8088指令系统中有乘除法指令但没有开平方指令,因此,开平方运算是通过程序来实现的。用减奇数法可求得近似平方根,获得平方根的整数部分。我们知道,N个自然数中的奇数之和等于N2 ,即: 1+3+5=32 1+3+5+7=16=42 1+3+5+7+9+11+13+15=64+82-Odd square root operation with reduced instruction set in 8086/8088 multiply and divi
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:4291
    • 提供者:ada
  1. Square-root

    0下载:
  2. 从键盘输入任意一个正整数,计算其平方根并输出。-From the keyboard input any a positive integer, calculating the square root and output.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3904
    • 提供者:ma
« 12 3 »
搜珍网 www.dssz.com