代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/350714/10717203
cpp funccode.cpp
#include "FuncCode.h"
#include "StdAfx.h"
int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k
{ //pHex指向的缓存必须以0结尾
CString strHex;
CArray* pByteArray=NULL;
CArray
www.eeworm.com/read/421643/10718807
h as31.h
/* ----------------------------------------------------------------------
* FILE: as31.h
* PACKAGE: as31 - 8031/8051 Assembler.
*
* DESCRIPTION:
* The sole header file for the 8031/8051 assembler
www.eeworm.com/read/158925/10720301
bas modnew.bas
Attribute VB_Name = "ModNew"
Option Explicit
'*************************************************************
' Module : EnumPorts
' FileName : EnumPorts.BAS
' Author : Dimitr
www.eeworm.com/read/350640/10724190
c ds18b20.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
typedef unsigned char byte;
typedef unsigned int word;
uchar temp1;
uint temp;
uchar flag=0;
www.eeworm.com/read/350518/10733759
c http.c
/*********************************************************************
*
* HTTP Implementation for Microchip TCP/IP Stack
*
******************************************************
www.eeworm.com/read/350518/10733762
c enc28j60.c
/*********************************************************************
*
* MAC Module (Microchip ENC28J60) for Microchip TCP/IP Stack
*
****************************************************
www.eeworm.com/read/276473/10735075
bas mdlprocess1.bas
Attribute VB_Name = "mdlProcess1"
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:2007/09/20
'描 述:界面清爽VB版高级专业防火墙 Ver 2.0.3
'网 站:ht
www.eeworm.com/read/421069/10757922
h cfiflash.h
/************************************************************************/
/* */
/* AMD CFI Enabled Flash Memory Drivers
www.eeworm.com/read/350210/10759023
h extlib.h
typedef struct
{ BYTE Flags;
WORD expHTotal;
WORD MST_Clock_KHz;
WORD srcHPeriod;
WORD PnlWidth;
WORD PnlHeight;
BYTE PnlMaxDClk;
} OutputFactorType;
extern BOOL SetOutputDClk(O
www.eeworm.com/read/350210/10759257
h msace.h
#ifndef _MSACE_H_
#define _MSACE_H_
#ifdef _MSACE_C_
#define _MSACEDEC_
#else
#define _MSACEDEC_ extern
#endif
// sRGB matrix for PC
// this variable must pointer to a array[3][3]
_