代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/402450/11534615

cmd_log i2c_master_byte_ctrl.cmd_log

xst -intstyle ise -ifn __projnav/i2c_master_byte_ctrl.xst -ofn i2c_master_byte_ctrl.syr
www.eeworm.com/read/127767/14336614

txt e036. reading a file into a byte array.txt

This example implements a method that reads the entire contents of a file into a byte array. See also e35 Reading Text from a File. // Returns the contents of the file in a byte array.
www.eeworm.com/read/127767/14336702

txt e165. setting the byte ordering for a bytebuffer.txt

By default, the byte ordering for a ByteBuffer is ByteOrder.BIG_ENDIAN. This means that if you put a multibyte value into the buffer, the most significant byte is written out first. With LITTLE_ENDIAN
www.eeworm.com/read/127767/14337179

txt e456. calculating the checksum of a byte array.txt

byte[] bytes = "some data".getBytes(); // Compute Adler-32 checksum Checksum checksumEngine = new Adler32(); checksumEngine.update(bytes, 0, bytes.length); long checksum = ch
www.eeworm.com/read/220307/14843484

bak i2c_master_byte_ctrl.v.bak

///////////////////////////////////////////////////////////////////// //// //// //// WISHBONE rev.B2 compliant I2C Master byte-controller
www.eeworm.com/read/220307/14843485

cmd_log i2c_master_byte_ctrl.cmd_log

xst -intstyle ise -ifn __projnav/i2c_master_byte_ctrl.xst -ofn i2c_master_byte_ctrl.syr
www.eeworm.com/read/8785/153337

cmd_log i2c_master_byte_ctrl.cmd_log

xst -intstyle ise -ifn __projnav/i2c_master_byte_ctrl.xst -ofn i2c_master_byte_ctrl.syr