CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c 平方根

搜索资源列表

  1. java小型防真计算器

    0下载:
  2. 本“计算器”可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等,以及C(清除)、AC(全部清零)、N(符号改变)、存储(M+、M-、MR)、平方根和百分比运算。关于科学计算本“计算器”暂不支持。-the "calculator" to be completed with the usual arbitrary use handheld calculators to complete the standard operation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:37634
    • 提供者:占琪
  1. AVR_Fixed_Point_Library

    0下载:
  2. AVR单片机定点计算函数说明及C源码。包括定点求解平方根和对数。还打包了一个外国网站上的Fixed Point Library。定将给开发工作带来极大的方便。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1906588
    • 提供者:温漠洲
  1. bao

    0下载:
  2. (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5281
    • 提供者:fangfei
  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. Cholesky

    0下载:
  2. Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:18964
    • 提供者:宫同举
  1. calculater

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

    • 发布日期:2017-05-21
    • 文件大小:2223937
    • 提供者:高斯
  1. C++3

    0下载:
  2. 杜里特尔分解法.c改进平方根法.c拉格朗日插值法.cpp牛顿迭代.cpp梯形法积分.cpp追赶法.c 杜里特尔分解法.c改进平方根法.c拉格朗日插值法.cpp牛顿迭代.cpp梯形法积分.cpp追赶法.c-Duri Ritter decomposition. C to improve the square root law. C Lagrange interpolation method. Cpp Newton iteration. Cpp trapezoidal integrat
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3004
    • 提供者:李梓钺
  1. are

    0下载:
  2. 输入1个实数x,计算并输出其平方根(保留1位小数)。输入华氏温度f,计算并输出相应的摄氏温度c(保留2位小数)。c = 5/9(f-32).输入2个整数time1和time2,表示火车的出发时间和到达时间,计算并输出旅途时间。 有效的时间范围是0000到2359,不需要考虑出发时间晚于到达时间的情况。 输入1个四位数,将其加密后输出。方法是将该数每一位上的数字加9,然后除以10取余,做为该位上的新数字,最后将第1位和第3位上的数字互换,第2位和第4位上的数字互换,组成加密后的新数。-En
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:786
    • 提供者:海洋
  1. FastSqrt

    0下载:
  2. 近似快速求平方根的方法,执行速度是调用系统函数的好几倍-fast sqrt ,the speed is very rapid
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:106791
    • 提供者:super
  1. sqrt

    0下载:
  2. 求解正数的算数平方根,非c语言自带函数!-Solution is the square root of the number of counts, non-c language of its own function!
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:32542
    • 提供者:细胞
  1. sqrt

    0下载:
  2. 自己写的算平方根的函数sqrt,并且用C库的sqrt进行了验证,十分精确。可以用在没有math库的情况,尤其是嵌入式程序中。-My own function of the square root of the operator sqrt, and use C library sqrt verified, highly accurate. It can be used in case there is no math library, in particular the embedded prog
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:6549
    • 提供者:thatguy
  1. C

    0下载:
  2. ADI中平方根升余弦滤波器的DSP实现 2中方法-ADI in the square root raised cosine filter of the DSP method to achieve 2
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:2971
    • 提供者:ming
  1. double_ping

    1下载:
  2. 石油天然气专业代码,是自己开发的,在Windows系统下VC平台上实现,主程序用C和C++实现。此程序用来实现双平方根算子地震波偏移。-Oil and gas professional code, is a self-developed, under the VC in the Windows system platform to achieve, the main program using C and C++ implementation. This procedure is used to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:862
    • 提供者:jacket
  1. xianxing

    0下载:
  2. 数值分析课程作业。线性方程组的各种解法方式,有高斯列主元法,高斯顺序法,平方根法,追赶法,C语言编程。有结果输出和分析-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:169211
    • 提供者:王昆仑
  1. jisuanqichengxuoo

    0下载:
  2. 在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3608
    • 提供者:lhf
  1. algorithm-to-linear-equations-(C)

    0下载:
  2. 列主元Gauss消去法、列主元Doolittle分解法、改进的平方根法、追赶法的源代码及程序和示例-The yuan Gauss listed elimination technique listed the primary Doolittle decomposition method the square root of the improvement of the method and procedure after source code and examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:193651
    • 提供者:夏宇宙
  1. C-JISUANQI

    0下载:
  2. 本程序的编写基础是Tubro C2.0汉化版,它在tubro c的原有基础上实现了多汉字的支持方便了我们的使用。生成的程序可移植性强兼容性好稳定!现在只实现了加、减、乘、除、求幂、求模,求平方根,求Sin,求Cos,求Log10,以及一个时钟原代码。这个系统是基于软件发展的生命周期来研制的,它可以直接输入数学表达式,不需要任何转换,就可以直接输出数学四则运算的结果。但是,每次只能运算一个表达式。不能运算多个表达式。在程序里面在添加一组选择函数即可。本论文主要介绍了本课题的开发背景,开发的过程和所
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:114330
    • 提供者:远航
  1. 计算平方根和解一元二次方程组 - 副本

    0下载:
  2. 计算一元二次方程组以及平方根的winform(Calculating the one element two order equations and the square root)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:57344
    • 提供者:4456987
  1. C代码转易语言

    0下载:
  2. .版本 2 .支持库 commobj k2.置文本 (代码) 原 = { “/”, “*”, “sqrtf”, “cosf”, “sinf” } 到 = { “÷”, “×”, “求平方根”, “求余弦”, “求正弦 ” } .计次循环首 (取数组成员数 (原), i) k2.替换子文本 (原 [i], 到 [i], , , 假) .计次循环尾 () 返回 (k2.取文本 (, ))(C code transfer language)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:桂R扬声
  1. Prime-Number-before50

    0下载:
  2. 简易版-找从2到50的质数。只用了余数来判断,没有用到平方根作为判断条件,有待升级。编程软件用的是C-Free 5(The simple version- To find prime number from 2 to 50)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:7168
    • 提供者:williamzhai
« 12 »
搜珍网 www.dssz.com