CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - bits

搜索资源列表

  1. jiamiJIAMI

    0下载:
  2. 文件加密程序 1. 对指定的文本文件进行加密(应判断其是否已经加密,若已加密则结束该步骤,否则提示输入加密口令,对文件进行加密); 2. 加密解密方法:输入一个6字符的密钥,将文件数据和密钥进行异或运算。不足6字节的部分,和密钥相应的位进行运算。加密解密方法一样。 3、加密解密后,将数据重新写入文件。 -an encrypted document. For the specified text file encryption (should judge whether encry
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.56kb
    • 提供者:mong
  1. crc2345

    1下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:yzs
  1. vb-parity-check

    1下载:
  2. 奇偶校验是一种校验代码传输正确性的方法。根据被传输的一组二进制代码的数位中“1”的个数是奇数或偶数来进行校验。采用奇数的称为奇校验,反之,称为偶校验。采用何种校验是事先规定好的。通常专门设置一个奇偶校验位,用它使这组代码中“1”的个数为奇数或偶数。若用奇校验,则当接收端收到这组代码时,校验“1”的个数是否为奇数,从而确定传输代码的正确性。 -Parity is a method of checking the correctness of the code transmission. Be
  3. 所属分类:assembly language

    • 发布日期:2017-06-12
    • 文件大小:19.31mb
    • 提供者:严壹杰
  1. ADPCM8

    0下载:
  2. adpcm sound 8 bits assembler implementation
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:722byte
    • 提供者:alejandro
  1. NO13

    0下载:
  2. 统计双字变量DDVAR的内容中二进制位是1的位数-Double word variable DDVAR statistical context is a bit of bits
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:563byte
    • 提供者:submarry
  1. counting

    1下载:
  2. 统计在双字变量DDVAR内容中二进制位是1的位数(masm编译通过!)-Statistics in the double word variable DDVAR content is a bit of bits
  3. 所属分类:汇编语言

    • 发布日期:2016-11-06
    • 文件大小:628byte
    • 提供者:张瑶
  1. bits

    0下载:
  2. csapp实验位操作,csapp_lab-Experimental csapp-bit operation, csapp_lab
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:6.72kb
    • 提供者:北风
  1. Encoder

    0下载:
  2. Purpose: Contains example code to use a two-phase encoder with an ATmega2561. The encoder phases are connected to PORTF bits 0 & 1 and the switch is connected to PORTF bit 2. Timer 1 is configured to interrupt at 1024Hz. At startup, the enco
  3. 所属分类:assembly language

    • 发布日期:2016-01-21
    • 文件大小:1.86kb
    • 提供者:centema
  1. assembly_language32bit_edition

    0下载:
  2. assembly language 32 bits Intel
  3. 所属分类:assembly language

    • 发布日期:2017-05-16
    • 文件大小:3.66mb
    • 提供者:Tan Tran
  1. LCD_8BITS

    0下载:
  2. LIBRERIA Y ARCHIVO EN ASSEMBLER PARA CONTROLAR LCD CON BUS DE 8 BITS CON UN PIC16F628A
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:2.27kb
    • 提供者:TOPOTRONIKS
  1. ht6221

    0下载:
  2. 1 解码的关键是如何识别0 和 1 从位的定义我们可以发现0 1 均以 0.56ms 的低电平开始不同的是高电平的宽度不同0 为 0.56ms, 1 为 1.68ms,所以 必须根据高电平的宽度区别0 和 1 如果从 0.56ms 低电平过后开始延时 0.56ms 以后 若读到的电平为低说明该位为0 反之则为1 为了可靠起 见 延时必须比0.56ms 长些 但又不能超过1.12ms,否则如果该位为0 读到的 已是下一位的高电平因此取1.12ms+0.56ms /2=0.84m
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:1.6kb
    • 提供者:AC
  1. assembler_avr_course

    0下载:
  2. Beginners Introduction to the Assembly Language of ATMEL AVR Microprocessors. Assembly course with self-learning text and illustrations. Tutorial step-by-step using AVR Studio. Eight-bits multiplication code is included.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:834.18kb
    • 提供者:Randall
  1. AVR_notebook_ADC_ASM

    0下载:
  2. Here is a demonstration of ADC that can be run with a potentiometer connected across Vtg and GND with its wiper connected to PB4. In this case the upper 2 bits of the 10-bit conversion result are displayed on the diodes. It was chosen to work with th
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:31.76kb
    • 提供者:Randall
  1. 20095121245699045

    0下载:
  2. 串口通信 就是关于串口通信的一点儿小资料 希望大家不嫌弃-Serial communication serial port communication is about a little hope that we do not mind little bits of information
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:46.27kb
    • 提供者:bingchuanyu
  1. ATKeyboard_emulation

    0下载:
  2. This header file defines configurations, registers, and other useful bits of information for the PIC16C84 microcontroller. These names are taken to match the data sheets as closely as possible. - This header file defines configurations, r
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:10.66kb
    • 提供者:Medvonok
  1. B12TOBCD4

    0下载:
  2. Include File which allow to convert a 12 bits charcter to a 4 bits BCD character.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1.2kb
    • 提供者:Thierry
  1. count2

    0下载:
  2. the code 2 bits counter
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:251.93kb
    • 提供者:shero
  1. Multiply16x16Bits

    0下载:
  2. Multiply 16 x 16 Bits Returns 32 bits result For microchip microcontrollers.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1.44kb
    • 提供者:rogerio
  1. TxNBModIQ

    0下载:
  2. 在sinx函数实现的时候,请注意以下几点: 假设输入数据x=tπ时 2. t的范围为(-1,...,1),即输入角度为(-π,…, π),对应在dsp中用(8000h,...,7FFFh)表示。根据sin函数的单调性,将(0——π/2)等分为128个间隔,计算出各个离散点的sin值存于表_SinTab,最后根据输入的t值查表找到最接近的值得到输出结果。 3. 判断sinx输出值的正负情况。t的范围为(-1,...,1),对应在dsp中用(8000h,...,7FFFh)表示,可见最高
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1.71kb
    • 提供者:雨儿
  1. bits.c My Solutions

    0下载:
  2. Solutions for Computer Organization Lab 1
  3. 所属分类:汇编语言

« 12 3 »
搜珍网 www.dssz.com