代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/202263/6290532
txt 7zformat.txt
7z Format description (2.30 Beta 25)
-----------------------------------
This file contains description of 7z archive format.
7z archive can contain files compressed with any method.
See "Metho
www.eeworm.com/read/360638/6296887
equ usb.equ
ECHO -- Including: USB.EQU
;***************************************************************************;
;***************************************************************************;
;**
www.eeworm.com/read/172424/6301763
txt config.txt
DEVICE CONFIGURATION
--------------------
PICmicro configuration information can be put in the generated hex
and assembly file. ID locations can also be programmed. The
configuration informati
www.eeworm.com/read/481801/6303285
bas module1.bas
Attribute VB_Name = "Module1"
Public Const MAX_IDE_DRIVES As Long = 4 ' Max number of drives assuming primary/secondary, master/slave topology
Public Const READ_ATTRIBUTE_BUFFER_SIZE As Long = 512
www.eeworm.com/read/320801/6310677
c fatseekfile.c
#ifndef _FAT32_DEFINE
#include "FAT32.c"
#endif
WORD FAT32SeekFile(BYTE fp,DWORD offset,BYTE mode);
WORD FAT32SeekFile(BYTE fp,DWORD offset,BYTE mode)
{
if (mode==FAT32_SEEK_BEGIN)
{
www.eeworm.com/read/421459/6311311
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/421459/6311363
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/457140/6322195
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/353762/6322571
c main.c
#include
#include "CommDrv.h"
#include "ModemDrv.h"
#include "ppp.h"
#include "UDP.h"
#include "IP.h"
#include "SLIP.h"
//#define USE_SLIP // Uncomment this line if SLIP is to be
www.eeworm.com/read/353762/6322582
c ppp.c
/*/////////////////////////////////////////////////////////////////////////////
File Name : PPP.C
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created : S