搜索资源列表
jiamiJIAMI
- 文件加密程序 1. 对指定的文本文件进行加密(应判断其是否已经加密,若已加密则结束该步骤,否则提示输入加密口令,对文件进行加密); 2. 加密解密方法:输入一个6字符的密钥,将文件数据和密钥进行异或运算。不足6字节的部分,和密钥相应的位进行运算。加密解密方法一样。 3、加密解密后,将数据重新写入文件。 -an encrypted document. For the specified text file encryption (should judge whether encry
crc2345
- 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) 发送
vb-parity-check
- 奇偶校验是一种校验代码传输正确性的方法。根据被传输的一组二进制代码的数位中“1”的个数是奇数或偶数来进行校验。采用奇数的称为奇校验,反之,称为偶校验。采用何种校验是事先规定好的。通常专门设置一个奇偶校验位,用它使这组代码中“1”的个数为奇数或偶数。若用奇校验,则当接收端收到这组代码时,校验“1”的个数是否为奇数,从而确定传输代码的正确性。 -Parity is a method of checking the correctness of the code transmission. Be
ADPCM8
- adpcm sound 8 bits assembler implementation
NO13
- 统计双字变量DDVAR的内容中二进制位是1的位数-Double word variable DDVAR statistical context is a bit of bits
counting
- 统计在双字变量DDVAR内容中二进制位是1的位数(masm编译通过!)-Statistics in the double word variable DDVAR content is a bit of bits
bits
- csapp实验位操作,csapp_lab-Experimental csapp-bit operation, csapp_lab
Encoder
- 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
assembly_language32bit_edition
- assembly language 32 bits Intel
LCD_8BITS
- LIBRERIA Y ARCHIVO EN ASSEMBLER PARA CONTROLAR LCD CON BUS DE 8 BITS CON UN PIC16F628A
ht6221
- 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
assembler_avr_course
- 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.
AVR_notebook_ADC_ASM
- 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
20095121245699045
- 串口通信 就是关于串口通信的一点儿小资料 希望大家不嫌弃-Serial communication serial port communication is about a little hope that we do not mind little bits of information
ATKeyboard_emulation
- 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
B12TOBCD4
- Include File which allow to convert a 12 bits charcter to a 4 bits BCD character.
count2
- the code 2 bits counter
Multiply16x16Bits
- Multiply 16 x 16 Bits Returns 32 bits result For microchip microcontrollers.
TxNBModIQ
- 在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)表示,可见最高
bits.c My Solutions
- Solutions for Computer Organization Lab 1