代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/162055/10342952
java bmpheader.java
package hideInfo;
//用于表达bmp文件头 里面包含很多字段有用
import java.io.FileInputStream;
import java.io.IOException;
//Utility class to represent and get the information of BMP file header
public class BmpH
www.eeworm.com/read/162055/10342961
java infogetting.java
package hideInfo;
import java.awt.Image;
import java.awt.Toolkit;
import java.awt.image.MemoryImageSource;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.
www.eeworm.com/read/162055/10342965
java infohiding.java
package hideInfo;
import java.awt.Image;
import java.awt.Toolkit;
import java.awt.image.MemoryImageSource;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.
www.eeworm.com/read/425636/10343286
i main.i
// CodeVisionAVR C Compiler
// (C) 1998-2006 Pavel Haiduc, HP InfoTech S.R.L.
// Prototypes for standard I/O functions
// CodeVisionAVR C Compiler
// (C) 1998-2002 Pavel Haiduc, HP InfoTech S.R
www.eeworm.com/read/425636/10343291
h diskio.h
/*-----------------------------------------------------------------------
/ Low level disk interface modlue include file R0.05 (C)ChaN, 2007
/----------------------------------------------------
www.eeworm.com/read/425622/10343986
i main.i
// CodeVisionAVR C Compiler
// (C) 1998-2006 Pavel Haiduc, HP InfoTech S.R.L.
// Prototypes for standard I/O functions
// CodeVisionAVR C Compiler
// (C) 1998-2002 Pavel Haiduc, HP InfoTech S.R
www.eeworm.com/read/425622/10343996
h diskio.h
/*-----------------------------------------------------------------------
/ Low level disk interface modlue include file R0.05 (C)ChaN, 2007
/----------------------------------------------------
www.eeworm.com/read/280127/10353644
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/161906/10357737
c sys12m.c
//sys12M.c
#include"general.h"
//******************************
union WORD_2BYTE {
WORD tw;
struct{BYTE HI;BYTE LO;} tc;
};
typedef union WORD_2BYTE WBT;
///////////////////////
www.eeworm.com/read/161905/10357836
c sys12m.c
//sys12M.c
#include"general.h"
//******************************
union WORD_2BYTE {
WORD tw;
struct{BYTE HI;BYTE LO;} tc;
};
typedef union WORD_2BYTE WBT;
///////////////////////