代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/183933/9130056

v i2c_master_byte_ctrl.v

///////////////////////////////////////////////////////////////////// //// //// //// WISHBONE rev.B2 compliant I2C Master byte-controller
www.eeworm.com/read/177371/9457831

v i2c_master_byte_ctrl.v

///////////////////////////////////////////////////////////////////// //// //// //// WISHBONE rev.B2 compliant I2C Master byte-controller
www.eeworm.com/read/176860/9480969

vhd i2c_master_byte_ctrl.vhd

--------------------------------------------------------------------- ---- ---- ---- WISHBONE revB2 compl. I2C Master Core; byte-controller
www.eeworm.com/read/371229/9560850

v crc32_dat128_any_byte.v

// Copyright 2007 Altera Corporation. All rights reserved. // Altera products are protected under numerous U.S. and foreign patents, // maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/371229/9560875

v crc32_dat64_any_byte.v

// Copyright 2007 Altera Corporation. All rights reserved. // Altera products are protected under numerous U.S. and foreign patents, // maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/371229/9560886

v crc32_dat32_any_byte.v

// Copyright 2007 Altera Corporation. All rights reserved. // Altera products are protected under numerous U.S. and foreign patents, // maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/364651/9899361

vhd i2c_master_byte_ctrl.vhd

--------------------------------------------------------------------- ---- ---- ---- WISHBONE revB2 compl. I2C Master Core; byte-controll
www.eeworm.com/read/167105/9980667

v i2c8_write_byte.v

# 100; i8=0; repeat(8) begin if(wdat8[i8]==1'b1) wdat8_tmp[i8] = 1'bz; else wdat8_tmp[i8] = 1'b0; i8=i8+1; end # 100; i8=0; repeat(8)
www.eeworm.com/read/167105/9980672

v i2c8_read_byte.v

i8=0; repeat(8) begin SDA8_M = 1'bz; # 1000; SCL8_M = 1'bz; rdat8_tmp[7-i8] = SDA8; # 1000; SCL8_M = 1'b0; # 100; i8=i8+1; end SDA8_M = 1'b0; # 1000; SC
www.eeworm.com/read/358202/10193852

txt byte数组用buffer输出到文件.txt

FileOutputStream target=new FileOutputStream(filename,true); BufferedOutputStream buffer=new BufferedOutputStream(target); buffer.write(buf); buffer.flush();