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

搜索资源列表

  1. 1

    0下载:
  2. 用迭代法求立方根。精度e= 0.000001。-Iterative method seeking cube root. Accuracy of e = 0.000001.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:李芳
  1. jdksh

    0下载:
  2. 用迭代法求a的立方根,求立方根 迭代公式为 ::Xi+1=2/3*Xi+a/(3*Xi*Xi) -Iterative method of seeking a cube root, cube root iteration formula is seeking:: Xi+1 = 2/3* Xi+ a/(3* Xi* Xi)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:887.5kb
    • 提供者:马伶
  1. jdkshskjboeisj

    0下载:
  2. 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=2/3*Xi+a/(3*Xi*Xi) -Iterative method of seeking a cube root, find the cube root of the iteration formula:: Xi+1 = 2/3* Xi+ a/(3* Xi* Xi)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:887.66kb
    • 提供者:马伶
  1. diedai

    0下载:
  2. 迭代法求立方根的VB程序,初学者可能有用的着-Seeking cube root of the VB iterative procedure may be useful for the beginner
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:47.77kb
    • 提供者:谌杰峰
  1. 99

    0下载:
  2. 開立方根 ,程式碼1為內建程式碼2為建表+二分搜尋-Open cube root, the code a code for the built-in 2+ 2 points for the construction of the table search
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.2kb
    • 提供者:alan
  1. cubicroot

    0下载:
  2. 求一个实数的立方根的算法,用C++来实现,不是很难-Seeking the cube root of a real algorithm, using C++ to implement, not difficult
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:444.87kb
    • 提供者:周皓
  1. diedaifa

    0下载:
  2. // 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。-//Compile a program with Iteration Method and the cube root, find the cube root of the iteration formula is:: Xi+1 = (2*
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:572byte
    • 提供者:赵汉卿
  1. vcPP-jisuanqi

    0下载:
  2. 用vc++实现计算器功能,加减乘除阶乘平方立方根号都有-Achieved with the vc++ calculator functions, Math has a factorial number square cube root
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1.9mb
    • 提供者:李成才
  1. XtoY

    0下载:
  2. tab dw 0,1,8,27,64,125,216,343,512,729 ,0-9输入 X立方根送Y-0-9 input the X cube root to send the input X of Y 0-9 cube root send Y.rar
  3. 所属分类:assembly language

    • 发布日期:2017-11-01
    • 文件大小:3.93kb
    • 提供者:istrant
  1. 1

    0下载:
  2. 1. 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。 -Programmed iterative method to find the cube root and cube root iteration formula :: Xi+1 = (2* Xi)/3+ a/(3* Xi* X
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:18.48kb
    • 提供者:邓俊
  1. LiFangGen

    0下载:
  2. 不利用库函数实现求立方根,根据泰勒公式求得。C语言实现-Do not use the library functions achieve for the cube root, according to the Taylor formula obtained. C language
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:597byte
    • 提供者:英明强
  1. cube_root

    0下载:
  2. cube_root使用Verilog语言使用开立方根的算法-cube root
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3.1mb
    • 提供者:Neddy
  1. acbrt.c

    0下载:
  2. Fast approximate cube root of a float.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1.13kb
    • 提供者:vocesper
  1. cuberoot

    0下载:
  2. 在FPGA中,通过verilog语言实现了立方根-realize cube root with the verilog language
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1.28kb
    • 提供者:tang
  1. math

    0下载:
  2. 通用初等函数计算器,在网页上模拟出键盘的风格,程序主要是进行数学运算,不但包括最基本的加减乘除运算,还有平方根、立方根、正弦、余弦运算,以及一些更复杂的数学函数。本计算器运行于PHP环境,更多功能希望与大家一起完善。 -Universal primary function calculator on the web simulated keyboard style, the program is mainly for mathematical operations, including not
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:10.92kb
    • 提供者:obd
搜珍网 www.dssz.com