代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/402450/11534636
xst i2c_master_byte_ctrl.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn i2c_master_byte_ctrl.prj
-ifmt mixed
-ofn i2c_master_byte_ctrl
-ofmt NGC
-p xc2s50e-6-tq144
-top i2c_master_byte_ctrl
-opt_mode Speed
-opt
www.eeworm.com/read/402450/11534646
ngc i2c_master_byte_ctrl.ngc
www.eeworm.com/read/402450/11534649
prj i2c_master_byte_ctrl.prj
verilog work i2c_master_bit_ctrl.v
verilog work i2c_master_byte_ctrl.v
www.eeworm.com/read/402450/11534654
syr i2c_master_byte_ctrl.syr
Release 6.1i - xst G.23
Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to __projnav
CPU : 0.00 / 0.20 s | Elapsed : 0.00 / 0.00 s
--> Parameter xsthdpdir set to
www.eeworm.com/read/338819/12280705
txt em78 byte2mulasm.txt
;QIUYINGDOCUMENT
; EM78 双字节的乘法
;----------------------------------------------------------------
; (R22:R23)*(R24:R25)-->(R20:R21:R22:R23)
mul_sub:
clr r20
www.eeworm.com/read/232064/14209162
vhd i2c_master_byte_ctrl.vhd
---------------------------------------------------------------------
---- ----
---- WISHBONE revB2 compl. I2C Master Core; byte-controll
www.eeworm.com/read/230873/14271285
v i2c_master_byte_ctrl.v
/////////////////////////////////////////////////////////////////////
//// ////
//// WISHBONE rev.B2 compliant I2C Master byte-controller
www.eeworm.com/read/127767/14336670
txt e450. decompressing a byte array.txt
This example decompresses a byte array that was compressed using the Deflater class (see e449 Compressing a Byte Array).
// Create the decompressor and give it the data to compress
Inflater
www.eeworm.com/read/127767/14337153
txt e449. compressing a byte array.txt
See also e450 Decompressing a Byte Array.
byte[] input = "some some bytes to compress".getBytes();
// Create the compressor with highest level of compression
Deflater compressor