搜索资源列表
LeastSignificantBit__recover_Program
- LSB域的恢复算法,可以清晰的获得提取出来的保密信息。-LSB domain algorithm for the restoration, was clear from the confidential information.
cardvdgps
- 车载导航控制通讯协议书.pdf.... 高科公司车载导航控制通讯协议书 通讯方式: RS-232 RXD/TXD (TTL), 19200bps, 1/8/N/1 , 十六进制, LSB 先发.-vehicle navigation control communications agreement. Pdf .... hi-vehicle navigation companies control communications communications agreement Means
29782194LSByincang
- LSB,VC实现 LSB,VC实现
SMDK2450_WinCE50_PM_REL_0.03_0
- s3c2450 bsp for wince 5.0 经验证,完全没问题,s3c2450 bsp for wince 5.0 certified, totally no problem
SMDK2450_WinCE50_PM_REL_0.20_080407
- S3C2450BSP开发包,里面有很多资料。可以提供大家参考下。有什么需要解决问题。可以联系我QQ:314661-S3C2450
FPGA_Based_Multi-channels_Serial_ADC_controller.ra
- 采用FPGA控制ADS7844进行模数转换。ADS7844 是Burr_Brown公司推出的一种高性能、宽电压、低功耗的12 b串行数模转换器。它有8个模拟输入端,可用软件编程为8通道单端输入A/D转换器或4通道差分输入A/D转换器,其转换率高达200 kHz,而线性误差和差分误差最大仅为±1 LSB。-Using FPGA control ADS7844 analog to digital conversion. ADS7844 is a Burr_Brown the company intr
NBL1.LSB.ZIP
- 科奥6410开发板的boot 读写程序。对了解ECC校验很有帮助。-boot program for Coall s s3c6410 development board. It is benifit for study ECC
msblsb_seperation
- This program seperates MSB and LSB of a two digit number in verilog and implemented on SPARTAN 3E.
DatamemoryEEPROM24C02
- /*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址 #define R24C02 0xA1 //存储器的读地址 #define MSB 0x80 //8位二进制最高位置1 #define LSB 0x01 //8位二进制最低位置1 -/* EEPROM24C02, progr
AD5724
- AD5724/5734/5754 完全4通道12/14/16 bit数模转换器 采用单电源/双电源供电 软件可编程输出电压范围: +5 V, +10 V, +10.8 V, ±5 V, ±10 V, ±10.8 V 积分非线性误差: ±16 LSB(最大值);微分非线性误差:±1 LSB (最大值) 未校准总误差(TUE):0.1 FSR (最大值) -AD5724/5734/5754 Complete, quad, 12-/14-/16-bit digi
shiva
- This is a Steganography software. It hides a data within a picture using LSB encoding. It can then un-hide the data from the picture. The user can encrypt the software with a password.
downsizer
- A FSM that extracts the 18 LSB out of a 128 bit vector and forwards it as a 18 bit vector.
18b20
- 查阅18B20手册,LSB的最低四位代表小数,MSB的最高5位为符号位,其余的7位为整数部分,其分辨率为0.0625°,根据此规律,整数就是两字节凑在一起,而小数部分则是最低四位的值,乘以0.0625,看你取几位小数,再取整即可。上述的对照表是取1位小数的结果,取四舍五入。比如现在LSB的最低四位是0111,那么小数部分就是0.0625*7=0.4375-Search 18B20 manual, LSB representative of a minimum of four decimal pl
Max6675Test
- MAX6675冷端温度补偿、热电偶数字转换器可进行冷端温度补偿,并将K型热电偶信号转换成数字信号。数据输出为12位分辨率、SPI™ 兼容、只读格式。 转换器温度分辨率为0.25°C,可读取温度达+1024°C,热电偶在0°C至+700°C温度范围内精度为8 LSB。 MAX6675采用小尺寸、8引脚SO封装。 -MAX6675 Cold-junction compensation, thermocouple digital converter can be cold
N_C
- Medium module for calcilating Modular Multiplication by Montgomery algorithm. q = (x0 + ai*b0)*m_sh. It calculate m_sh. For it it need the LSB byte of module. My E-mail: suhrob106@rambler.ru
MULTIPLE_CORE
- 硬件乘法器,其基础就是加法器结构,它已经是现代计算机中必不可少的一部分。[1]乘法器的模型就是基于“移位和相加”的算法。在该算法中,乘法器中每一个比特位都会产生一个局部乘积。第一个局部乘积由乘法器的LSB产生,第二个乘积由乘法器的第二位产生,以此类推。如果相应的乘数比特位是1,那么局部乘积就是被乘数的值,如果相应的乘数比特位是0,那么局部乘积全为0。每次局部乘积都向左移动一位。 -64-bit multiplier design experiment is the first in the HK
TLC5615[1]
- TLC5615C, TLC5615I 10-BIT DIGITAL-TO-ANALOG CONVERTERS -10-Bit CMOS Voltage Output DAC in an 8-Terminal Package 5-V Single Supply Operation 3-Wire Serial Interface High-Impedance Reference Inputs Voltage Output Range . . . 2 Times the
CRC.C
- 下面以最常用的CRC-16为例来说明其生成过程。 CRC-16码由两个字节构成,在开始时CRC寄存器的每一位都预置为1,然后把CRC寄存器与8-bit的数据进行异或(异或:二进制运算 相同为0,不同为1;0^0=0 0^1=1 1^0=1 1^1=0), 之后对CRC寄存器从高到低进行移位,在最高位(MSB)的位置补零,而最低位(LSB,移位后已经被移出CRC寄存器)如果为1,则把寄存器与预定义的多项式码进行异或,否则如果LSB为零,则无需进行异或。重复上述的由高至低的移位8
enhanced-lsb
- enhanced lsb steganalysis, image stego detection
las embed and extraction with water mark detaction
- this code embed the watermark in gray image using lsb method and shows the water mark affected area. this method also extract the watermark succesfully.