代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/336628/12427599

bas glbvar.bas

Attribute VB_Name = "GlbVar" Public Const PATH_DBDATA = "GPS.MDB" Public Const RT_FAILURE = 0 Public Const RT_SUCCESS = 1 Public Const RT_BOF = 100 'Begin of file Public Const RT_FOF = 101 'F
www.eeworm.com/read/250053/12439397

c exp02_06.c

/* this program get the high byte and low byte of an int varible */ main() { int hb,lb; int a; a=0xf234; hb=(a>>8)&0x00ff; lb=a&0x00ff; printf("high byte of a is %d\n",hb); pr
www.eeworm.com/read/249972/12444394

html sfile.html

www.eeworm.com/read/249972/12444456

html sfile.html

www.eeworm.com/read/336360/12448685

h cexdib.h

// // Class: CCeXDib // // Compiler: Visual C++ // eMbedded Visual C++ // Tested on: Visual C++ 6.0 // Windows CE 3.0 // // Author: Davide Calabro' davide_calabro@yahoo.com //
www.eeworm.com/read/336308/12452035

bas readcardtest.bas

$regfile = "m64def.dat" $crystal = 1000000 Declare Sub Readcardsn Declare Sub Outbit Declare Sub Inbit '定义spi脚的状态 Config Portg.0 = Input Config Portg.1 = Output Config Portg.2 = Output
www.eeworm.com/read/148477/12464789

h atapi.h

//----------------------------------------------------------------------------- // File: atapi.h // Contents: Header file // // Copyright (c) 1999 Cypress Semiconductor, Inc. All rights
www.eeworm.com/read/148477/12464796

h fx2regs.h

//----------------------------------------------------------------------------- // File: FX2regs.h // Contents: EZ-USB FX2 register declarations and bit mask definitions. // // $Archive
www.eeworm.com/read/148477/12464844

c globals2.c

//----------------------------------------------------------------------------- // File: globals2.c // Contents: contains half of the global variables used by the firmware. This is done
www.eeworm.com/read/132000/14116585

h const.h

/*** * * Copyright (c) 1999, 2000, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id