代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/485858/6548522
c comm.c
#include
#include
BYTE ToHexchar( BYTE a )
{
a &= 0x0f;
if ( a < 10 )
return a + '0';
return a - 10 + 'A';
}
BYTE HexCharToInt( BYTE c )
{
if ( ((c) >= '0
www.eeworm.com/read/485588/6553579
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c)
www.eeworm.com/read/485588/6553610
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c) 1
www.eeworm.com/read/485588/6553636
c fcbfns.c
/****************************************************************/
/* */
/* fcbfns.c
www.eeworm.com/read/485588/6553671
c cmd.c
/****************************************************************/
/* */
/* cmd.c */
/* */
/* command.com Top Level Driver */
/* */
/* August 9, 1991
www.eeworm.com/read/485588/6553675
c env.c
/****************************************************************/
/* */
/* env.c */
/* */
/* command.com Environment Support */
/* */
/* August 9, 199
www.eeworm.com/read/485403/6561465
bas mdeclare.bas
Attribute VB_Name = "mDeclare"
Option Explicit
' Various constants
Public Const PIFACTOR = 0.0174532
' Constants for use with win32 API ...
Public Const IMAGE_BITMAP = 0
www.eeworm.com/read/485476/6563867
asm 197rxtx.asm
$MOD51
ORG 00H
MOV TMOD,#20H ;timer1, mode 2 (auto reload)
MOV TH1,#-6 ;4800 baud, 0F3H for 12 MHz
MOV SCON,#50H ;8-bit, 1 stop, REN enabled
www.eeworm.com/read/485113/6564531
java imageops.java
/*
* @(#)ImageOps.java 1.6 98/12/03
*
* Copyright 1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software is the co
www.eeworm.com/read/484439/6576506
cs formjhcx1.designer.cs
namespace _10901BS
{
partial class formJhcx
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;