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

搜索资源列表

  1. x

    0下载:
  2. visualC++环境下,完成的求数值平方根的算法-visualC++ environment, complete the square root of the algorithm in numerical
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2280569
    • 提供者:杨玥
  1. armtouchcalculator

    1下载:
  2. 在arm嵌入式环境下设计的触摸屏的计算器,设计了触屏界面,实现基本运算,包括小数运算和平方根运算-Arm embedded in the environment designed touch screen calculator, designed touch screen interface to achieve the basic operations, including the small number of operations and square root operations
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-11-06
    • 文件大小:736685
    • 提供者:mollyma
  1. calculator

    0下载:
  2. 实现了按照计算器的基本功能设计用于基本运算的计算器软件,实现实数间的加、减、乘、除,以及取倒数运算(另亦可添加平方、开方等运算)。-Implemented in accordance with the basic functions of calculators designed for basic operations calculator software, to achieve real number between the add, subtract, multiply, divide,
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:37832
    • 提供者:oyzw
  1. gauss

    0下载:
  2. 高斯消去法求逆阵和 改进的平方根法求逆阵-Gaussian elimination Square Root
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:574
    • 提供者:纪几
  1. codefans.net

    0下载:
  2. Java版中国象棋项目设计源代码及论文,还附有成品可运行的文件。   20世纪60年代初,麦卡锡提出了alpha-beta修剪算法,把为决定下一个走步而需对棋盘状态空间的搜索量从指数级减少为指数的平方根,大大地提高了机器下棋的水平。IBM的超级计算机“Deep Blue”更是一个神话,让棋迷们神往。本文根据国际象棋程序设计的一些成功经验,提出中国象棋程序设计的一些思路和方法。-Chinese Chess Java version of the project design source c
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1343795
    • 提供者:王德金
  1. sqrt

    0下载:
  2. MCS-51单片机的四字节二进制无符号数开平方(快速)汇编程序-MCS-51 MCU of four-byte unsigned binary number square root (fast) assembler
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1258
    • 提供者:lrf
  1. jisuanqi

    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-14
    • 文件大小:3590
    • 提供者:lhf
  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. pinfanggeng

    0下载:
  2. 数值分析中平方根法,主要通过矩阵运算实现-The square root of the numerical analysis method, achieved mainly through the matrix operation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1132588
    • 提供者:
  1. jisuanqi

    0下载:
  2. 利用MFC设计计算器的界面,界面包括:编辑框,0-9个数字按钮,能进行整数的加、减、乘、除、开方、取正负、小数点运算的按钮,有清除(C 键)功能,有清除前一个运算符和数的功能,还有个计算结果的等于号按钮。-Using MFC design calculator interface, the interface including: edit box ,0-9 number buttons, can be an integer add, subtract, multiply, divide, sq
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1961640
    • 提供者:陈思思
  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. 12_1

    0下载:
  2. 编写一个程序,求给定数的平方根,并用异常处理机制检测负数的情况-Write a program, the square root of the given number, and testing negative with exception handling the situation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4856
    • 提供者:刘露
  1. calculator

    0下载:
  2. 用vb制作的简易计算器,可计算平方根、三角函数-Simple calculator using vb production, calculate the square root, trigonometric function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2148
    • 提供者:wn
  1. sqr_root

    0下载:
  2. This program will calcualte square root of 2 numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1008
    • 提供者:Hama
  1. UPdownfilter

    0下载:
  2. 仿真滚降系数为0.22的平方根升余弦滤波器.m-Simulation of roll-off factor of 0.22 square root raised cosine filter. M
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:514
    • 提供者:victor
  1. ref-sqroot

    0下载:
  2. 求平方根的ip核,Altera提供,可以用在FPGA上,是AHDL语言写的,不开放源码-Square root of the ip seeking nuclear, Altera provides, can be used in FPGA, is written in AHDL, not open source
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-01-24
    • 文件大小:39936
    • 提供者:张飞
  1. SquareRoot_Submit

    0下载:
  2. This a square root unit of several floating point sizes in VHDL.-This is a square root unit of several floating point sizes in VHDL.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:2030158
    • 提供者:vonsquidy
  1. fast_antilog_latest.tar

    0下载:
  2. Anti-Logarithm (square-root), base-2, single-cycle
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:1360
    • 提供者:aliakbar
  1. Learning

    0下载:
  2. Multilayer perceptron learns to get square root.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:229629
    • 提供者:Dmi
  1. sq_root

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

    • 发布日期:2017-04-07
    • 文件大小:46956
    • 提供者:Gangadhar
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »
搜珍网 www.dssz.com