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

搜索资源列表

  1. VBCRC

    0下载:
  2.   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3160
    • 提供者:qizhiwei
  1. CRC

    0下载:
  2. 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:6033
    • 提供者:lijq
  1. divide

    1下载:
  2. Verilog hdl语言的常用除法器设计,可使用modelsim进行仿真-Commonly used languages Verilog hdl divider design, can use the ModelSim simulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-21
    • 文件大小:1941
    • 提供者:许立宾
  1. compute1

    0下载:
  2. 组成原理课试验,实现1.加法运算2.减法运算3原码一位乘4补码一位乘5.原码加减交替除法6.补码加减交替除法-Composition Principle lesson tests, to achieve 1. Adder computing 2. Subtraction computing the original code, a 3 by 4 by 5, a complement. The original code division 6 alternating addition and su
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:201370
    • 提供者:liming
  1. lab7_1

    0下载:
  2. 设计一个小型的复数类(C++标准库complex提供复数类),这里为了说明重载运算功能而设计,在小型复数类MiniComplex中,数据成员:实部与虚部。函数远远主要是重载进行复数运算的各种操作符。由于各种运算符功能的限制,将输入与输出运算符重载为友元函数,使得复数的输入与输出更加方便快捷,成员函数重载+,—,*,和/运算符来进行复数的加法、减法、乘法、和除法运算,重载逻辑运算符= =进行复数的相等比较。-Design of a small category of plural (C++ Sta
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-26
    • 文件大小:1344
    • 提供者:暮明
  1. ps

    0下载:
  2. RS(204,188)译码器的设计 异步FIFO设计 伪随即序列应用设计 CORDIC数字计算机的设计 CIC的设计 除法器的设计 加罗华域的乘法器设计-RS (204188) decoder design of asynchronous FIFO design application design sequence was pseudo-CORDIC design of digital computer design CIC divider design Le Hua
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:48108
    • 提供者:苏晓东
  1. Divide

    0下载:
  2. ARM实现除法,在ADS1.2下编译通过-ARM division to achieve in the next ADS1.2 compiled through
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:27119
    • 提供者:shenmufeng
  1. vc

    1下载:
  2. 1) 具备十进制输入(0、1、2…8、9),扩展十六进制运算符(A、B…E、F),具备基本的运算功能,包括加法、减法、乘法、除法、取反,具备小数运算; 2) 三角函数运算,(反)正弦、(反)余弦、(反)正切、(反)余切; 3) 科学运算,包括乘方、取模、开方、指数、阶乘、对数、π和e,角度、弧度切换,二进制、八进制、十进制及十六进制数切换运算, 4) 具备历史计算的记忆功能 5) 用户操作非法或出错时,系统会显示提示; -1) with decimal input
  3. 所属分类:其他小程序

    • 发布日期:2013-01-12
    • 文件大小:71293
    • 提供者:king
  1. Calculator

    0下载:
  2. 实现加法,减法,乘法,除法计算,可以用鼠标操作。-Achieve adder, subtraction, multiplication, division calculation can be used to operate the mouse.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3802
    • 提供者:陈作成
  1. M

    0下载:
  2. 这是一个用汇编语言写的关于32bit整数除法的快速实现算法。-This is a compilation of the language used to write on the rapid 32bit integer division algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1665
    • 提供者:jjx
  1. chfadianlubianma

    0下载:
  2. 除法电路编码,用于生成(63,57)循环码-Divider circuit encoding, used to generate (63,57) cyclic code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1417
    • 提供者:吕先望
  1. Euclidium

    0下载:
  2. 歐基理德輾轉相除法(之一) 以歐基理德輾轉相除法求出m,n這2個整數的最大公因數 -Reed Euclid division algorithm (one) to Euclid division algorithm Reed obtained m, n this two integers gcd
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:25378
    • 提供者:王大明
  1. fasterEuclidium

    0下载:
  2. 歐基理德輾轉相除法(之二) m與n相差太大時,可用(m%n)來取代(m-n),這樣的處理效率較高。以下便以此方法求出最大公因數。 -Reed Euclid division algorithm (II) m and n be too significant, the available (m% n) to replace the (mn), this kind of treatment more efficient. The following will be obtained in t
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:25367
    • 提供者:王大明
  1. ou

    0下载:
  2. 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。分别用C++和JAVA实现。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator. Separately using C++ and JAVA implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:778
    • 提供者:ramble
  1. licheng

    0下载:
  2. 一个除法计算器和字母统计器,作为例程,希望可以让初学者快乐学习matlab,体验其中的快乐,毕竟兴趣才是最好的老师;-A calculator and letters and Statistics division, and as a routine, I hope will allow beginners to learn Happiness matlab, experience one of the happy, interested, after all, is the best teac
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1337
    • 提供者:buckly
  1. chufajisqd

    0下载:
  2. 包含除法计算器等很多的常用的小程序,可以很好得解决很多问题-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1947
    • 提供者:mxl
  1. class_complex

    0下载:
  2. 实现了复数类的基本操作(包括加法,减法,乘法,除法以及乘方),虽然简单,但值得借鉴-Implementation of the plural types of basic operations (including addition, subtraction, multiplication, division and involution), although easy, but worth learning
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-03
    • 文件大小:885949
    • 提供者:chris
  1. bk

    0下载:
  2. 该程序利用opencv图像处理库编写了用于检测运动目标的程序。采用的目标提取算法是背景减除法-The program using opencv image-processing library was prepared for the detection of moving targets in the process. Object extraction algorithm used in background subtraction method are
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1335
    • 提供者:panda
  1. en2_src

    0下载:
  2. 基于二进制模2除法的简单流加解密算法。要求被加密的数据至少8字节,字节数能被4整除。 --pclion -Binary mode based on division 2 of the easy encryption and decryption algorithm flow. Require encryption of data at least 8 bytes, number of bytes to be divisible by 4.- pclion
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:65109
    • 提供者:pclion
  1. testint

    0下载:
  2. 验证了int数值的一些特性,如除法,乘法临界值-validate the intiger s character
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:20953
    • 提供者:天紫
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 39 »
搜珍网 www.dssz.com