搜索资源列表

  1. 开方

    0下载:
  2. 基本的开方的小程序,学习时所写,算不的好,是本人学习汇编的习作,请多指教。-basic prescribing of small programs, written study, it is not good, I study is a compilation of the exercises, please enlighten.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:39659
    • 提供者:丁宇
  1. 开方

    0下载:
  2. 基本的开方的小程序,学习时所写,算不的好,是本人学习汇编的习作,请多指教。-basic prescribing of small programs, written study, it is not good, I study is a compilation of the exercises, please enlighten.
  3. 所属分类:汇编语言

    • 发布日期:2024-06-12
    • 文件大小:38912
    • 提供者:丁宇
  1. 开平方

    0下载:
  2. 用于单片机32bit内的快速开方(C51)-32bit MCU for the rapid evolution (C51)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-12
    • 文件大小:2048
    • 提供者:孙屠介
  1. A_Extract

    0下载:
  2. 一个汇编的开方子程序,输入为双字,输出一个字。单片机是80c196-a compilation of prescribing subroutine, the importation of the two characters, a character output. SCM is 80 c196
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:hxb
  1. squareroot

    0下载:
  2. 单片机上的开方程序 比传统的牛顿迭代法要快-microcontroller on the prescribing process than the traditional Newton iteration to be fast
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-12
    • 文件大小:2048
    • 提供者:王宝成
  1. usefulMCUdevelopmentprogramme

    0下载:
  2. 实用的单片机开发与应用程序,包括:中值滤波子程序,AD转换类程序,16、32位整型数开方,单片机音乐程序--祝你平安。对初学者很有帮助的。MCU development and practical applications, including: median filter subroutine, AD converter type of proceeding, 16,32-bit integer number prescribing,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-12
    • 文件大小:3072
    • 提供者:
  1. x12

    0下载:
  2. 16位/32位整型数开方的汇编程序,应用于AVR单片机!-16/32-bit integer prescribing compilation procedures, applies to single-chip AVR!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:Chen.Y.M
  1. math

    0下载:
  2. 数学函数里的一些函数的应用 这里写了开方和平方两个的应用-Mathematical functions, some functions of the application here to write a prescr iption and application of the two square
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:264192
    • 提供者:zhangjing
  1. 32Open_uadri

    0下载:
  2. 在8位单片机中对32位数进行开方运算的汇编子程序-In 8-bit MCU in 32-digit prescr iption for computing the compilation of subroutines
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:刘先生
  1. arithmetic

    0下载:
  2. AVR 单片机 16,32位四则运算,开方运算。-AVR 4-bit single-chip 16,32 computing, evolution computing.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-12
    • 文件大小:3072
    • 提供者:HuangMingShan
  1. ref-sqroot

    0下载:
  2. 这是用于VHDL的开方运算,大家试试看,能不能好用-sqrt
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-12
    • 文件大小:39936
    • 提供者:李刚
  1. isqrt

    0下载:
  2. 32位无符号整数开方得到16位无符号整数的算法及实现代码-32-bit unsigned integer prescr iption 16 bit unsigned integer code of the algorithm and the realization of A algorithm an emplimentation codes of computing the 16-bits square root result fr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-12
    • 文件大小:2048
    • 提供者:赵长风
  1. work16bit

    0下载:
  2. 使用CORDIC算法来实现开方运算,结果通过QUARTUS7.2仿真,精度较高-CORIDIC Algorithms uesd for sqrt.The result though the QUARTUS 2 7.2 soft.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:954368
    • 提供者:叶敏
  1. sqrt_q15

    0下载:
  2. 采用泰勒级数展开法编写的定点化的开方运算,定点化精度为Q15-Taylor series expansion method used to prepare the prescr iption of the fixed-point computation, fixed-point precision for Q15
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:姜莎
  1. sqrt

    0下载:
  2. 树式除法型开方器VERILOG实现,用于任意长度的无符号数的开方运算-Square root of the tree-type divider-type device to achieve VERILOG
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:神气
  1. cordic_sqrt_atan

    0下载:
  2. 利用cordic实现开方和atan运算的matlab源码。 本人原创,标准cordic算法。-calculate aquare root and atan by cordic. Matlab m language.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-12
    • 文件大小:96256
    • 提供者:李林
  1. DesignofFloatingPointCalculatorBasedonFPGA

    0下载:
  2. 给出系统的整体框架设计和各模块的实现,包括芯片的选择、各模块之间的时序以及控制、每个运算模块详细的工作原理和算法设计流程;通过VHDL语言编程来实现浮点数的加减、乘除和开方等基本运算功能;在Xilinx ISE环境下,对系统的主要模块进行开发设计及功能仿真,验证 了基于FPGA的浮点运算。 -The overall fr a mework of system design and realization of each modu
  3. 所属分类:软件工程

    • 发布日期:2024-06-12
    • 文件大小:3488768
    • 提供者:mabeibei
  1. Calculator

    0下载:
  2. 用java编写了一个计算器。可以进行简单的加减乘除运算,和开方运算。-Prepared a calculator with java. Can make simple calculation operation, and evolution computing.
  3. 所属分类:其他游戏

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:xiangxiang
  1. Kaifang

    0下载:
  2. 利用ISE编写的实现开方功能的verilog程序,利用了CORDICIP核,可以完成开方功能-Prepared using ISE verilog program to achieve prescribing functions, using the CORDICIP nuclear, prescribing functions to be completed
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-12
    • 文件大小:421888
    • 提供者:蜡笔
  1. cordic

    0下载:
  2. CORDIC(Coordinate Rotation Digital Computer)算法即坐标旋转数字计算方法。 CORDIC算法,能够通过平移和累加快速实现基础的数学函数,包括三角函数,开方,指数,对数,平方根等函数。-CORDIC (Coordinate Rotation Digital Computer) algorithm for the coordinate rotation digital calculation. CO
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:陈华
« 12 3 4 5 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org