代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/332694/12743647
txt xls.txt
MICROSOFT EXCEL FILE FORMAT
Microsoft Excel is a popular spreadsheet. It uses a file format called BIFF (Binary
File Format). There are many types of BIFF records. Each has a 4 byte header. The
www.eeworm.com/read/332691/12743759
bas supportmodule.bas
Attribute VB_Name = "Module2"
'in a real application you should make the
'database handles PUBLIC so they could be accessed
'from other forms/modules in the application. I prefer
'to keep the
www.eeworm.com/read/332691/12743794
bas supportmodule.bas
Attribute VB_Name = "Module2"
'in a real application you should make the
'database handles PUBLIC so they could be accessed
'from other forms/modules in the application. I prefer
'to keep the
www.eeworm.com/read/145206/12745333
h fat.h
/*
Copyright (C) 2001 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/332560/12747524
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/246209/12749047
h mtv230.h
typedef unsigned char BYTE;
typedef unsigned char uchar;
typedef unsigned int WORD;
typedef unsigned long LWORD;
typedef unsigned long LONG;
typedef BYTE
www.eeworm.com/read/332533/12749585
h midi.h
/////////////////////////////////////////////////////////////////////////////
// This file is part of the completely free tetris clone "CGTetris".
//
// This is free software.
// You may redistrib
www.eeworm.com/read/332500/12752262
s int.s
; ======================================================================
; USB interrupt handler
;
; This is the handler for the interrupt caused by the initial rising edge
; on the D+ USB signal. The
www.eeworm.com/read/246126/12753978
c servo.c
//////////////////////////////////////////////////////////////
// ***** Big Modification History Area *****
// LLY2.80a,
// - remove the codes while define "_ALONE",
// ** TCH0.95; define _DU
www.eeworm.com/read/246126/12754529
c setup.c
#define MAIN_SETUP_DECLARE
#include "winav.h"
#ifndef SYSTEM_8051
#include
#include
#endif
#include
#include "input.h"
#include "osd.h"
#includ