代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/192685/8343735

html 8468.html

Re: help!!如何用UDP传送及接收byte()的型态 Re: help!!如何用UDP传送及接收byte()的型态
www.eeworm.com/read/292398/8357925

dat asslandat30.dat

字节扩展指令CBW(Convert BYte to Word) 指令格式:CBW 指令功能:将字节扩展为字,即把AL寄存器的符号位扩展到AH中。 说明:两个字节相除时,先使用本指令形成一个双字节长的被除数。 本指令不影响标志位。 例如:MOV AL,25 CBW IDIV BYTE PTR DATA1
www.eeworm.com/read/173688/9641777

c bugsamp.c

/* the following program does really nothing, except to show the user different function calls and how to set them up. */ #include #include #if (defined(WINBUG)) #inclu
www.eeworm.com/read/413296/11160130

h bmptest.h

#ifndef __BMPTEST_H_ #define __BMPTEST_H_ #include typedef unsigned char BYTE; typedef unsigned short WORD; // BMP图像各部分说明如下 /*********** 第一部分 位图文件头 该结构的长度是固定的,为14个字
www.eeworm.com/read/335162/12547850

c bugsamp.c

/* the following program does really nothing, except to show the user different function calls and how to set them up. */ #include #include #include #define
www.eeworm.com/read/146669/12626694

h aes.h

#pragma once class AES { public: typedef enum ENUM_KeySize_ { BIT128 = 0, BIT192, BIT256 }ENUM_KEYSIZE; public: AES( ENUM_KEYSIZE keysize, BYTE *key ); ~AES(void); void Cipher(
www.eeworm.com/read/236753/14000153

java md5.java

/* * MD5 Hashing Class and Method * * @author Ge ZHANG (2937207) * @login name: gz847 * @version 1.00 07/08/11*/ import java.util.*; import java.io.*; import java.security.*; public
www.eeworm.com/read/236375/14018227

h s_config.h

#ifndef _sconfig_h_ #define _sconfig_h_ #include "udcount.h" // Digital Input Objekt typedef struct _DIObj { byte idx; // index der SendMsg byte bit_byte; // 0..3 byte 4..7 bit by
www.eeworm.com/read/204685/15334969

c ccrypt.c

/** * The QQ2003C protocol plugin * * for gaim * * Copyright (C) 2004 Puzzlebird * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera
www.eeworm.com/read/204398/15340290

c ccrypt.c

/** * The QQ2003C protocol plugin * * for gaim * * Copyright (C) 2004 Puzzlebird * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera