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

搜索资源列表

  1. 用“时域最小平方误差准则” 设计IIR DF

    0下载:
  2. 试用时域最小平方误差准则(最小平方逆设计)设计一个具有四项系数的IIR DF的系统函数,使其在y(n)=[3,2,1]输入激励下,输出v(n)逼近d(n)=[2,0.2,0.05]。令v(-1)=v(-2)=0。求出v(n)的前8个样值与d(n)进行比较。用matlab实现了此要求。-trial at the least square error domain guidelines (minimum inverse square design) design with a four DF IIR
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:822
    • 提供者:lsd
  1. xxjsq.

    0下载:
  2. 用Microsoft Visual C++制作类似Windows的简单计算器,基本实现加,减,乘,除,求平方,百分比等简单运算,得到结果;支持小数和整数-using Microsoft Visual C produced similar Windows calculator simple to achieve basic addition, subtraction, multiplication and addition, seek square simple percentage calcul
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9065
    • 提供者:藤力
  1. 求具有abcd=(ab+cd)2性质的四位数

    0下载:
  2. 3025这个数具有一种独特的性质:将它平分为二段,即30和25,使之相加后求平方,即(30+25)2,恰好等于3025本身。请求出具有这样性质的全部四位数。 *题目分析与算法设计 具有这种性质的四位数没有分布规律,可以采用穷举法,对所有四位数进行判断,从而筛选出符合这种性质的四位数。具体算法实现,可任取一个四位数,将其截为两部分,前两位为a,后两位为b,然后套用公式计算并判断。 -3025, the figure has a unique character : it divide
  3. 所属分类:其它

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

    0下载:
  2. 相应的功能划分如下: (1) 加,减,乘,除,求余,求平方,求立方,开平方,求对数,求倒数,求正弦,求余弦,求正切,求阶层,求e的参数次幂等基本算术运算 (2) 求反 (3) 显示pi的值和e的值,退格,将内存清0 (4) 将存储器中的信息输出,将当前文本框内容保存入内存,显示 M ,将当前文本框里的数据和存储器中数据相加后,再存入存储器 (5) 编辑(复制,粘贴),查看(数字分组),帮助(关于计算器) (6) 从键盘输入数据 在上面的部分功能里面设置了相应的快捷键
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5423
    • 提供者:高建功
  1. Calc

    0下载:
  2. 使用LabVIEW编写的一个计算器程序。 计算器能完成的运算: 加减乘除,求平方,求立方,求自然对数,求以10为底的对数,求阶乘求正弦余弦正切值,符号取反 能完成的操作:角度与弧度的切换,退格,清零 缺点:由于显示使用的是数值类型,所以无法实现小数输入;只能进行十进制的计算,不支持其它进制,统计功能未实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:73817
    • 提供者:谢虎
  1. calculator设计

    0下载:
  2. 这是一个描述计算器功能的代码,可以实现求平方,求平方根,求阶乘等,并且涉及检验一个数能否开方,能否进行除法运算等
  3. 所属分类:源码下载

  1. pingfang.rar

    0下载:
  2. 一个求平方的汇编简单程序。从键盘上输入0--9之间的任意一个数字,计算其平方值,并将结果在屏幕上显示出来。,Square for the compilation of a simple procedure. Keyboard input from 0- 9 of any one of the figures between the calculated value of its square, and the results are displayed on the screen.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1122
    • 提供者:JACK CHENG
  1. upload.rar

    0下载:
  2. 求平方值小于1000且大于10的所有整数。采用while循环语句编程,最后将他们全部输出。,Square value for less than 1000 and all the integers greater than 10. Loops using while programming, the final output will be all of them.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:203348
    • 提供者:杜同春
  1. calculater

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

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

    0下载:
  2. 一个模拟Windows自带的标准计算器,有倒数,求平方,取余功能 退格, 、-、*、/四则运算 大家可以根据需要重新修改,添加新的更复杂的功能 -Windows comes with a simulated standard calculator, a countdown, and square, taking over functions Backspace, ,-,*,/ four computing we can re-modify, add new, more complex f
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:36707
    • 提供者:公羽
  1. Calc

    0下载:
  2. 一个小型智能计算器,课进行加减乘除等简单运算,也可进行求平方,三次方,以及三角函数值-A small smart calculators, multiplication and division, such as addition and subtraction lesson for easy operation, can also be carried out for the square, three sides, as well as the trigonometric function
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2367624
    • 提供者:张雨
  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-25
    • 文件大小:1820
    • 提供者:沐夕
  1. CalculatorJFrame

    0下载:
  2. 用Java实现的计算器,实现基本的四则运算以及求平方及各种求角度的函数功能。-Implemented using Java Calculator
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4828
    • 提供者:xj
  1. Java

    0下载:
  2. Java入门小程序源码。包括WelcomeLine,图形圆滚动程序,求平方程序等11个程序。-Getting Started with Java applet source code. Including the WelcomeLine, graphics round rolling process, request procedures 11 square procedure.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:39759
    • 提供者:朵朵
  1. for-square-program

    0下载:
  2. 求平方小程序源代码,求平方程序源码,源码-For small programs source code, please square square program source code
  3. 所属分类:Algorithm

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

    0下载:
  2. 用verilog代码编写的求整数平方根的FPGA工程。-Verilog code written request with the integer square root of the FPGA project.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-01-22
    • 文件大小:237568
    • 提供者:袁媛
  1. linux

    0下载:
  2. Linux实验及源程序代码。shell脚本,求平均数,求平方。-Linux experiments and source code. shell scr ipt, and the average squared.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:17381
    • 提供者:gao
  1. CalculateButton

    0下载:
  2. 实现计算器的功能 ,加减乘除,求平方还有算数平方根都能求,可以实现进制转换-Calculator function, addition, subtraction, multiplication and division, squaring There arithmetic square root can seek hex conversion
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:969
    • 提供者:刘杰生
  1. 求函数值e的函数

    0下载:
  2. 求函数值e的函数,如e的平方 3次方 4次方 5次方-Function evaluates the function e, such as the square of the e 3 power power power
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-11-13
    • 文件大小:241298
    • 提供者:wang bing
  1. hui

    0下载:
  2. 易语言汇编代码求平方根源码例程程序结合易语言特殊功能支持库,嵌入汇编代码求平方根。 -Easy language assembly code to find the root of the root source routine procedures combined with easy language special function support library, embedded assembly code for the square root.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1554
    • 提供者:zhch2i
« 12 3 4 5 6 »
搜珍网 www.dssz.com