代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/191687/6958723
8 bios.8
;
; TinyBIOS, configured for ALI M6117
;
; (C)1998-2001 Pascal Dornier / PC Engines; All rights reserved.
; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5.
;
; start off
www.eeworm.com/read/344247/6964115
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/344247/6964126
c ppp.c
/*/////////////////////////////////////////////////////////////////////////////
File Name : PPP.C
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created : S
www.eeworm.com/read/344247/6964139
c modemdrv.c
#include
#include "CommDrv.h"
#include "ModemDrv.h"
#define MODEM_BUFFER_SIZE 32 /* Size of Modem Buffer */
#define DTR_ON PORTD &= 0xFE;
#define DTR_OFF PORTD |= 0x01;
#defi
www.eeworm.com/read/124117/6964198
~pas sgiptype.~pas
unit SGIPTYPE;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, WSocket, WSocketS;
type
TStatus=(SgipReady,
SgipConn
www.eeworm.com/read/124117/6964202
pas sgiptype.pas
unit SGIPTYPE;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, WSocket, WSocketS;
type
TStatus=(SgipReady,
SgipConn
www.eeworm.com/read/322482/6966228
java block.java
class Block {
public String filename; //文件名
public long blockno; // 文件块号
public long head; // 文件头大小
public byte[] block; // 块内容,一共4096个字节大小
public int pos;
public
www.eeworm.com/read/347300/6967819
lst file.lst
C51 COMPILER V7.06 FILE 07/30/2008 08:56:13 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE FILE
OBJECT MODULE PLACED IN fi
www.eeworm.com/read/347300/6967820
c api.c
//************************************************************************
//author:dragon
//web:8dragon.com
//2004.2.5完成于桃龙源
//********************************************************************
www.eeworm.com/read/347300/6967823
c file.c
//************************************************************************
//author:dragon
//web:8dragon.com
//2004.2.5完成于桃龙源
//********************************************************************