代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/376065/9333961

plm ptrap.plm

PTRAP: do; $include(PTRAP.DCL) declare P1 byte at (90h) register; Writeln: procedure(Ptr) public; declare Ptr word; declare B based Ptr byte auxiliary; declare I byte; do whil
www.eeworm.com/read/375998/9339309

c cs8-3.c

#include typedef unsigned char U8_BYTE; typedef unsigned int U16_WORD; void delay(U16_WORD k); //=============================== void main(void) { U8_BYTE val; while(1
www.eeworm.com/read/375298/9364727

h mpgutil.h

//==========================================================================; // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INC
www.eeworm.com/read/179197/9365513

ini canloopback.ini

SIGNAL void CANmessage (void) { while (1) { wwatch(CAN2OUT); CAN1ID = CAN2ID; // CAN message ID CAN1L = CAN2L; // message length CAN1B0 = CAN2B0; /
www.eeworm.com/read/179197/9365855

ini canloopback.ini

SIGNAL void CANmessage (void) { while (1) { wwatch(CAN2OUT); CAN1ID = CAN2ID; // CAN message ID CAN1L = CAN2L; // message length CAN1B0 = CAN2B0; /
www.eeworm.com/read/375056/9374822

lst key05r2.lst

KEY05R2.ASM Assembled with CASM 05/06/1998 18:19 PAGE 1 1 ***************************************************** 2 *
www.eeworm.com/read/375056/9374826

asm key05r2.asm

.pagewidth !160 ***************************************************** * * * 101 Key, IBM Keyboard Decoder for 68HC705J1A. * *
www.eeworm.com/read/374950/9377826

java sprite.java

/** * 精灵类 * Title: 精灵类 * Description: * Copyright: (c) 2007 * @author QN * @version 1.0 */ public class Sprite { public void copyPos(Sprite spt){ this.x = spt
www.eeworm.com/read/178995/9379971

bas module1.bas

Attribute VB_Name = "Module1" '目标地址 Public Const T_ADDR1 As Byte = &H31& Public Const T_ADDR2 As Byte = &H32& Public Const T_ADDR3 As Byte = &H33& Public Const T_ADDR4 As Byte = &H34& Public Con
www.eeworm.com/read/178854/9383416

h fx2regs.h

//----------------------------------------------------------------------------- // File: FX2regs.h // Contents: EZ-USB FX2 register declarations and bit mask definitions. // // $Archive