CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 位运算

搜索资源列表

  1. BIGSUB

    0下载:
  2. 程序实现80位长度的减法运算,,以tc实现。原理是使用数组来进行运算-program 80 subtraction length of the operation, to achieve tc. The principle is to use the array operator
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1391
    • 提供者:
  1. dingdianchengfaqisheji

    0下载:
  2. 目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实现方案3 —— 二位 10、设计示例2 —— 16位、
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:382707
    • 提供者:少华
  1. c51weiyunsuan

    0下载:
  2. 总结C51中的位运算并分析了其用法,例如《 》 _cror_()的用法
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1249
    • 提供者:250
  1. 123

    0下载:
  2. 还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不断地循环 e 次之后,很多情况下都可以循环出原文,只是计算量过余多一些罢了。不过有不少情况下,根本都无须循环 e 次,不过对于1024位的 n 级别来说,e 也是一个相当大的数值,所以循环密文的余数以解得原文是有些不现实。 以上内容仅供参考,如有不实,请予更正-there is a defect in only know that the
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:14689
    • 提供者:行通知
  1. Electricboilertemperaturecontr

    0下载:
  2. 摘要】 本文介绍了以AT89S51单片机为核心的温度控制器的设计,在该设计中采用高精度的温度传感器AD590对电热锅炉的温度进行实时精确测量,用超低温漂移高精度运算放大器OP07将温度-电压信号进行放大,再送入12位的AD574A进行A\D转换,从而实现自动检测,实时显示及越限报警。控制部分采用PID算法,实时更新PWM控制输出参数,控制可控硅的通断时间,最终实现对炉温的高精度控制。 【关键词】 水温控制系统 PID控制单片机 温度控制是工业生产过程中经常遇到的过程控制,有些工艺过
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:225089
    • 提供者:杨隆
  1. jfq

    0下载:
  2. 加法器是实现两个二进制数相加运算的 基本单元电路。8 位加法器就是实现两个8 位 二进制相加,同时加上低位进位的运算电路。-Adder is to achieve the sum of two binary computing the basic unit of the circuit. 8-bit adder is to realize the sum of two 8-bit binary, at the same time together with the low binary
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:71533
    • 提供者:asd
  1. jisuanjizucheng2

    0下载:
  2. 计算机组成原理课程设计-模型机综合设计之二-带进位运算指令的实现。通过使用软件HKCPT,了解程序编译,加载的过程。同时,培养动手能力,独立解决问题的能力,通过微单步,单拍调试,理解模型机中的数据流向。-Principles of Computer Organization curriculum design- the model of the Second Integrated Design machine- into the digital computing instructions to
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2386472
    • 提供者:hsh
  1. ffff

    0下载:
  2. 基本模型机的设计—不带进位与或运算指令的实现-The basic model design- not into the spaces with or computing instructions to achieve
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:38751
    • 提供者:田永兴
  1. CRC

    0下载:
  2.  本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
  3. 所属分类:Project Design

    • 发布日期:
    • 文件大小:144382
    • 提供者:黑月
  1. jisuanjizuchengyuanli

    0下载:
  2. 基本模型机的设计——不带进位的与或运算指令的实现,基本模型机系统分析与设计,利用所学的计算机组成原理课程中的知识和提供的实验平台完成设计任务,从而建立清晰完整的整机概念。 2、根据课程设计题目的要求,编制实验所需的程序,上机测试并分析所设计的程序。-Design the basic model- not into the place or processing instructions and the realization of the basic model of machine sys
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:104766
    • 提供者:warmorange
  1. Imgcx

    0下载:
  2. 数字图像放大缩小及旋转计算组间方差和组内方差的时候调用了一个函数专门求阈值,可能这里的计算还是有一点问题。而且在我的函数里,要256次调用这个函数,又因为计算机是按字节处理数据的,因此写图像数据的时候要用每8个写到一个数组中,然后通过计算得到字节类型的值,这些都使得我的算法效率比较低,最后一个问题,我觉得如果使用位运算会快一些,但是前面的问题还没有想到比较好的解决方法。-Digital Image zoom and rotation calculation of variances and gr
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3744750
    • 提供者:flan
  1. Scoretest

    0下载:
  2. 本代码,分数检测功能:自主设置题数,有一位分数的运算和两位分数的混合运算,之后检测出正确的题数并列出错误题目等。-The code, scores of detection: self-set number of questions, there is a fraction of the computing and hybrid computing two scores and then detect the correct number of questions and lists the
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:577288
    • 提供者:
  1. Microsoft-Word-

    0下载:
  2. 验证一下位运算是否真是不改变参与变量 的值,同时学习位运算的表达形式。程序很简单,用 P1 口做运算变量,P1.0-P1.7 对应 P1 变量的最低位到最高位,通过连接在 P1 口上的 LED 我们便能直观看到每个位运算后变量 是否有改变或如何改变-To test whether the bit computing really does not change in value of the variable, while the expression of learning-bit compu
  3. 所属分类:Software Testing

    • 发布日期:2017-04-14
    • 文件大小:2657
    • 提供者:天天
  1. Windows-API-Function

    0下载:
  2. 文档内介绍了常用的Windows API函数名称及其作用,目录包括:1. API之网络函数 2. API之消息函数3. API之文件处理函数4. API之打印函数5. API之文本和字体函数6. API之菜单函数7. API之位图、图标和光栅运算函数8. API之绘图函数9. API之设备场景函数10. API之硬件与系统函数11. API之进程和线程函数12. API之控件与消息函数。-The document describes the common Windows API function
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:24355
    • 提供者:xgwu
  1. n

    0下载:
  2. 实现任意位数进行相加运算(100位以内).利用数组实现.-Arbitrary number of bits for the sum operator (100) using an array to achieve.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:602
    • 提供者:daddy
  1. multiply

    0下载:
  2. 本文利用全加器、半加器,利用进位保留的思想,在前向割集中加入四级流水实现了乘法器的设计,提高乘法器的运算速度,并且介绍了乘法器的VHDL的程序编写过程以及代码,并给出了仿真波形-In this paper, the use of the full adder, half adder using carry-save ideological forward cutset added four water to achieve a multiplier design, to improve the
  3. 所属分类:Project Design

    • 发布日期:2017-12-08
    • 文件大小:344064
    • 提供者:刘雅琦
  1. THERMOMETER

    0下载:
  2. 本文设计了一种非接触测量体温计。该体温计利用GE公司的红外热电堆温度传感器ZTP-101L实现对温度信号的非接触测量。微弱的电压信号放大采用低失调、低漂移、高精度的集成仪用运算放大器AD620。模数转换用自带ADC的16位单片机MSP430F149。本文从硬件技术和软件方法上详细阐述了该仪器的实现手段-Design a non-contact measurement thermometer. ZTP-101L, the thermometer using GE infrared thermopi
  3. 所属分类:Project Design

    • 发布日期:2017-11-30
    • 文件大小:420405
    • 提供者:李祥
  1. MSL

    0下载:
  2. 位运算与嵌入式编程, 位运算与嵌入式编程, -Bit computing and embedded programming, bit computing and embedded programming, bit computing and embedded programming, bit computing and embedded programming,
  3. 所属分类:Software Testing

    • 发布日期:2017-04-16
    • 文件大小:304995
    • 提供者:田心
  1. sdasdfadf

    0下载:
  2. 位运算、介绍位运算的取值。在有些地方会经常用到希望对大家都帮助。高地位的转化。- operation, the value of the bit operation. In some places it is often used to help everyone. Transformation of high ground.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:962
    • 提供者:黄亮亮
  1. C-language-courseware

    0下载:
  2. C语言课件,内容详细具体,章节全,包括指针,位运算等后续章节-C language courseware, detailed and specific, whole chapters, including chapters follow-pointers, bit operations, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7441830
    • 提供者:雨晴
« 12 »
搜珍网 www.dssz.com