代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/332098/12779516
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/332098/12779655
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/144549/12785451
c apidecode.c
#include "ApiDecode.h"
/*=== FuncHeader ===============================================================================
* [FunctionName]
* BOOL API_Decode_Base64( BYTE *pInText , DWORD InLe
www.eeworm.com/read/144519/12786533
lst delay.lst
C51 COMPILER V7.07 DELAY 09/10/2005 11:32:44 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE DELAY
OBJECT MODULE PLACED IN D
www.eeworm.com/read/144519/12786610
c delay.c
#include "define.h"
#include "cpu8052.h"
#include "global.h"
#include "delay.h"
#include
/*****************************/
void DelayX1ms(Word count) //crystal=12Mhz
{
W
www.eeworm.com/read/245549/12794775
pas unit1.pas
{
for displaying the details of hard drives in
06/11/2000 Lynn McGuire written with many contributions from others,
IDE drives only under Windows NT/2K and 9X,
www.eeworm.com/read/245515/12796530
h host_811.h
////////////////////////////////////////////////////////////////////////////////
// File: host_811.h
//
// $Header: /USB/ez811/firmware/Emb_Host/host_811.h 6 5/14/02 8:37p Tpm $
// Copyright
www.eeworm.com/read/245342/12803829
h typedefint.h
#define USE_USB_BUS_SENSE_IO
//-------------------------------USB端点定义
#define _EP01_OUT 0x01
#define _EP01_IN 0x81
#define _EP02_OUT 0x02
#define _EP02_IN 0x82
#define _EP03_OUT 0x
www.eeworm.com/read/331719/12812615
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/331719/12812652
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