代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/330633/12877889
asm xcircle.asm
;-----------------------------------------------------------------------
;
; MODULE XCIRCLE
;
; This module was written by Matthew MacKenzie
; matm@eng.umd.edu
;
; Circles, full and empty.
www.eeworm.com/read/330633/12877934
asm xpbmclip.asm
;-----------------------------------------------------------------------
; MODULE XPBMCLIP
;
; Clipped Planar Bitmap functions - System Ram Video Ram
;
; Compile with Tasm.
; C callable.
;
www.eeworm.com/read/330633/12878033
h xtext.h
/*-----------------------------------------------------------------------
;
; XTEXT - header file
;
;
;
; ****** XLIB - Mode X graphics library ****************
; ******
www.eeworm.com/read/330597/12879092
bas module1.bas
Attribute VB_Name = "Module1"
'定义需要用到的数据结构
Public Type VCI_BOARD_INFO 'ZLGCAN系列接口卡信息的数据类型
hw_Version As Integer
fw_Version As Integer
dr_Version As Integer
in_Version As Integer
www.eeworm.com/read/244153/12881275
c fs_variable.c
/*C**************************************************************************
* NAME: fs_variable.c
*----------------------------------------------------------------------------
* Copyright
www.eeworm.com/read/143306/12885425
cpp jpegfile.cpp
////////////////////////////////////////////////////////////
// JpegFile - A C++ class to allow reading and writing of
// RGB and Grayscale JPEG images.
// It is based on the IJG V.6 code.
//
//
www.eeworm.com/read/244126/12885809
cpp sapphire.cpp
// sapphire.cpp -- modified by Wei Dai from:
/* sapphire.cpp -- the Saphire II stream cipher class.
Dedicated to the Public Domain the author and inventor:
(Michael Paul Johnson). This cod
www.eeworm.com/read/244126/12885828
h cryptlib.h
// cryptlib.h - written and placed in the public domain by Wei Dai
// This file contains the declarations for the abstract base
// classes that provide a uniform interface to this library.
#ifn
www.eeworm.com/read/330483/12886204
h fx2regs.h
//-----------------------------------------------------------------------------
// File: FX2regs.h
// Contents: EZ-USB FX2 register declarations and bit mask definitions.
//
// $Archive
www.eeworm.com/read/330333/12900720
c display_test.c
#include
#define BYTE unsigned char
#define WORD unsigned int
const BYTE DATA_7SEG[ ] ={0xc0,0xF9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
BYTE led[4],min,sec,dms;
/