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

搜索资源列表

  1. javajishuanqi

    0下载:
  2. 用java编写的计算器,简单易懂,方便易学,功能齐全。加减乘除,平方立方开根号,等等。-Prepared using java calculator, easy to understand, easy to learn and fully functional. Subtraction multiplication and division, square roots and cube, and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:553629
    • 提供者:YANGYUNPING
  1. testrc

    0下载:
  2. 套用公式 计算电阻电容的值 I1 = U / R + j2πfCU I2 = U / R + Kj2πfCU IR = U / R = ((K^2 *I1^2-I2^2)/(K^2-1))开根号 C=(I2-I1)/(4Pi*U)-Apply the formula to calculate the value of resistance and capacitance I1 = U/R+ j2πfCU I2 = U/R+ Kj2πfCU IR = U/R =
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:1156
    • 提供者:王振丰
  1. PiCalculator

    0下载:
  2. 这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:45068
    • 提供者:joyeep
  1. timings

    0下载:
  2. 本程序计算1到10000的开根号通过三种不同方法所需要的时间-The program calculates the 1 to 10,000 square root of three different methods by the time required
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:576
    • 提供者:anode2009
  1. javacalc

    0下载:
  2. java计算器 用java实现的 计算器 功能齐全 除了加减乘除 还有开根号 求对数等-java calculator calculator with a full-featured java implementation in addition to there roots and Math requirements for the number of such
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:5567
    • 提供者:李亮
  1. ybndjl

    0下载:
  2. 模仿windowsxp的一个简单计算器。只实现了基本的四则运算和取反,取百分比,开根号,取倒数。以及连续运算。-Windowsxp imitate a simple calculator. Only achieve the basic arithmetic and inverted, to take a percentage, square root, take the reciprocal. And continuous operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8143
    • 提供者:杨波
  1. qwerty

    0下载:
  2. 自定义开根号 非牛顿迭代法 能快速计算 有一些局限性-Custom roots and non-Newton method to quickly calculate some limitations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:43099
    • 提供者:xkm
  1. caculator

    0下载:
  2. 用Visual C++ 编写的一个计算器程序。功能包括一般的四则运算、平方、立方、开根号及整数转换为二进制、八进制、十六进制等。-Visual C++ to write a calculator program. Features include four operations in general, quadratic, cubic, square root and the integer is converted to binary, octal, hexadecimal.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:3016965
    • 提供者:
  1. dll-computer

    0下载:
  2. 用动态连接库实现的vc计算机小程序,其中包括加减乘除取余,开根号等-use dynamic dll to implement the program about computer application
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2309661
    • 提供者:刘亚春
  1. test

    0下载:
  2. 基于cordic算法的VERILOG HDL的设计,仿真和验证都正确,是一个开根号的算法。-cordic, verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:502561
    • 提供者:wangding
  1. calculator

    0下载:
  2. 计算器,能够实现类似XP下计算器的功能,加减乘除开根号一系列功能-Calculator, calculator functions like XP Math square root of a series of functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:57525
    • 提供者:陆婷
  1. calculator_6

    0下载:
  2. 能实现基本的加减乘除运算,和开根号,报错 及类
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:71057
    • 提供者:陈聪聪
  1. gulingkai---2

    0下载:
  2. 多功能计算器(可以实现加减乘除开根号连乘等)适合初学编程的人-Multi-function calculator (addition, subtraction roots and even multiply, etc.) suitable for beginners programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1940279
    • 提供者:顾林凯
  1. calculator

    0下载:
  2. 模仿windows计算器,通过for循环实例化按钮,设置BoxLayout,通过if控制记录被运算数和运算数。通过if控制求导运算、开根号运算、删除键-Mimic the windows calculator for loop to instantiate button, set the BoxLayout operands and operands, if control records. If control of the derivative operator, the square ro
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:7390
    • 提供者:王浩
  1. Calculator

    0下载:
  2. 实现计算器的+ - * /和开根号的功能,完善了=的功能,不至于多摁下=出现的错误。-The achieve calculator+-*/and root number function, improve the = next = errors, and will not press.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:32521
    • 提供者:吉新涛
  1. computer

    0下载:
  2. 该计算器实现简单加减乘除机开根号、倒数等操作。-The realization of a simple calculator, countdown, add, subtract, multiply and divide machine open radical operation.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-05
    • 文件大小:552178
    • 提供者:qiu
  1. calculator

    0下载:
  2. 一个小的计算器程序,比windows自带的多了开根号和立方、反正切、正切、余切功能,适合工程使用-A small calculator program than windows comes with a square root and cubic arc tangent, tangent, cotangent functions for engineering use
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1935905
    • 提供者:liming
  1. MyDlg

    0下载:
  2. 本程序是通过面向对象的最重要的特点“类”来设计出来的,其功能是实现简单计算器相关运算。包括实现数据的加、减、乘、除以及求倒数和开根号等一些计算功能;计算器的设计是以日常生活中常用计算器为原型设计的,可以实现小数的输入输出和清零功能。-This procedure is out of the " class" of the most important features of object-oriented design, and its function is to achie
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-15
    • 文件大小:3750731
    • 提供者:姜吉杰
  1. Calculator

    0下载:
  2. 一个简单计算器程序,仅有单次运算功能和开根号功能,适合新手学习,和Java编程作业的参考。-A simple calculator program, only a single arithmetic functions and square root functions, suitable for novice learning Java programming job reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:2324
    • 提供者:errorone
  1. SVcjxt

    0下载:
  2. SV学生成绩分析系统 关于相关指数的计算方法 〉〉标准分 ∑(该班级与考学生的该科目成绩-该班该科平均分)^2 ,然后开根号! 〉〉z分数 (该班级该科平均分-该班级该科平均分)/该班标准分-SV student performance analysis system for the relevant index is calculated > > standard score (the class with students of th
  3. 所属分类:Education soft system

    • 发布日期:2017-11-07
    • 文件大小:395002
    • 提供者:梦创
« 1 23 »
搜珍网 www.dssz.com