代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/305188/13777317
h fx2regs.h
//-----------------------------------------------------------------------------
// File: FX2regs.h
// Contents: EZ-USB FX2/FX2LP/FX1 register declarations and bit mask definitions.
//
/
www.eeworm.com/read/304671/13789406
bas objecttype.bas
Attribute VB_Name = "ModObjectType"
Option Explicit
Public HeadStr As String * 20
Public AllCon As Integer '定义的文件头'AllCon 是包含的个数,而不是序数
Public N As Integer 'for Count
Public Con
www.eeworm.com/read/304671/13789411
bas modrunbullet.bas
Attribute VB_Name = "ModRunBullet"
Option Explicit
Public HdcBaffer As Long '主界面缓冲区
'public
Public BulNew As Bullet
Public BulBaf(1 To 100) As RunBullet '主界面最多存在100 颗子弹
www.eeworm.com/read/304671/13789417
bas modstart.bas
Attribute VB_Name = "ModStart"
Option Explicit
Type OptionData
ReservedHead(1 To 4) As Long
KeyP(1 To 2, 0 To 6) As Byte
IsMouse(1 To 2) As Byte
ImgEffect As Byte
IsShowTool
www.eeworm.com/read/304348/13795900
c recvfd.c
#include "apue.h"
#include
/*
* Receive a file descriptor from another process (a server).
* In addition, any data received from the server is passed
* to (*userfunc)(STDERR_FILENO, bu
www.eeworm.com/read/304348/13795952
21 fig17.21
#include "apue.h"
#include
/*
* Receive a file descriptor from another process (a server).
* In addition, any data received from the server is passed
* to (*userfunc)(STDERR_FILENO, bu
www.eeworm.com/read/304244/13797412
c global.c
/*******************************************************/
/* FILE: global.c */
/* Auth: alan_liu */
/* Dest: global var
www.eeworm.com/read/304221/13798259
asm bassub.asm
;INCLUDE "BASSUB.INC"
;#############################################################
; FILE NAME BASSUB.ASM
; SUBROUTE: CLR_MEMORY - CLEAN ONE BLOCK DATA IN MEMORY WITH A
; FUNCTION:
; PARMENT
www.eeworm.com/read/304189/13798985
java gifencoder.java
// GifEncoder - write out an image as a GIF
//
// Transparency handling and variable bit size courtesy of Jack Palevich.
//
// Copyright (C)1996,1998 by Jef Poskanzer . All rights re
www.eeworm.com/read/303965/13805933
lst os_core.lst
1 .file "os_core.c"
2 .arch atmega128
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6