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

搜索资源列表

  1. ir2221

    0下载:
  2. Originally posted by ipman at 2005-12-19 09:39 AM: /*\\\\file: ir1210.c Date. 2005.12.14 Ipman Robbin Desp. 红外解码,支持PT2221/HT6221。 接收码MSB在前,LSB在后。共4个字节,前2个为用户码,后2个字节是按键码 红外连接到PD3(INT1)上,如需修改 ... -Originally posted by ipman at 2005-12-19 0 9:39 AM : /
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2313
    • 提供者:linjiayue
  1. hugenumbers

    0下载:
  2. This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.-This unit uses an array of by
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3489
    • 提供者:chenxuesong
  1. jiyinjiance20070407

    0下载:
  2. 1. 对给定语料估计其基音周期。 要求用MATLAB语言实现有关基音检测算法,并给出检测结果。2. 实验语料:aoYiSheng.raw 发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB分析帧长:20ms(160样点)总帧数:45-1. Corpus right to set its estimated Pitch. Asked to use MATLAB the pitch detection algorithm, and
  3. 所属分类:语音压缩

    • 发布日期:2008-10-13
    • 文件大小:1252
    • 提供者:闫朝星
  1. msbzhiluan

    0下载:
  2. 其余混沌的数字图像处理,应用msb的置乱方法,由于msb 对图像的贡献最大,所以对msb 的置乱会产生很好的置乱效果。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1335
    • 提供者:lagu
  1. AT45DB041readwrite

    0下载:
  2. /*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of the device on the falling edge of SCK.All instruction-*/ /* s,addresses and data are transferred with the most significant bit(MSB) */ /* firs
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3365
    • 提供者:姚晓光
  1. C51ckzd

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4087
    • 提供者:ghh
  1. mcs-51

    0下载:
  2. 通信协议:第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 下载C的源程序:
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3678
    • 提供者:刘周同
  1. Low_power_Modified_Booth_Multiplier

    0下载:
  2. 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進行編碼(Booth
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14123
    • 提供者:stanly
  1. VBcrc16

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:899
    • 提供者:why
  1. ptr8000_p.rar

    0下载:
  2. AVR做的,很好使的!!PTR8000 M16 PTR8000模块简单测试 /最关键的是SPI的初始化,MSB首位和极性方式00,极性方式错误,数据则不正确,AVR do well to make the! ! PTR8000 M16 PTR8000 module simple test/most crucial is the SPI initialization, MSB first mode and polarity 00, the polarity wrong way, data is
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:64559
    • 提供者:刘天才
  1. CalcCRC

    0下载:
  2. CalcCRC8 The CalcCRC8 is used to append an eight-bit CRC to the message. A successful CRC check results in returning a 0. Implementation: This CRC will be using the CRC-16/CITT protocol. A 16-bit wide non-reflected code that starts initially
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-26
    • 文件大小:880
    • 提供者:FarmerBoy
  1. alu32bit

    0下载:
  2. verilog hdl alu module it is 32bit alu and 1bit alu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:369116
    • 提供者:park
  1. AIC

    2下载:
  2. 使用FPGA/CPLD设置语音AD、DA转换芯片AIC23,FPGA/CPLD系统时钟为24.576MHz 1、AIC系统时钟为12.288MHz,SPI时钟为6.144MHz 2、AIC处于主控模式 3、input bit length 16bit output bit length 16bit MSB first 4、帧同步在96KHz-The use of FPGA/CPLD set voice AD, DA conversion chip AIC23, FPGA/
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2014-01-13
    • 文件大小:1582
    • 提供者:张键
  1. 5yc

    0下载:
  2. 时空域下的信息隐藏技术,LSB ,MSB以及二值图像中的信息隐藏-When the airspace under the information hiding technology, LSB, MSB, as well as binary images of Information Hiding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2621571
    • 提供者:黄炎
  1. ma_CRC_files

    0下载:
  2. decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:69365
    • 提供者:le thanh tan
  1. msblsb_seperation

    0下载:
  2. This program seperates MSB and LSB of a two digit number in verilog and implemented on SPARTAN 3E.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:284670
    • 提供者:kal
  1. MSB-Structure-Key-

    0下载:
  2. 本人的一篇数字图像水印文章,一种基于图像最高有效位构造密钥的零水印算法(核心期刊),共大家参考。-A Kind of Non-watermarking Algorithm Based on MSB Structure Key
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:266263
    • 提供者:牛万红
  1. EDGE-ADAPTIVE-IMAGE-STENOGRAPHY-BY-MSB

    0下载:
  2. EDGE ADAPTIVE IMAGE STENOGRAPHY BY MSB.rar
  3. 所属分类:Graph program

    • 发布日期:2017-05-24
    • 文件大小:7790532
    • 提供者:loganathan
  1. MSB

    0下载:
  2. 实现索引图像的MSB位隐藏和分析,参考书籍是王丽娜的信息隐藏技术-Index image of the MSB hidden and analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:128352
    • 提供者:zhengyonglong
  1. msb.tar

    0下载:
  2. get the msb of a 32bits binary number
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Raymond1
« 12 3 4 »
搜珍网 www.dssz.com