代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/163470/10158896
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/163406/10162610
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
www.eeworm.com/read/163272/10167503
java nokiagameeffects.java
import com.nokia.mid.sound.Sound;
import com.nokia.mid.ui.DeviceControl; // Nokia GameEffects provides a 'Nokia device specific' implementation
// of game effects such as vibration, flashing ligh
www.eeworm.com/read/359019/10169741
h apple.h
/* @(#)apple.h 1.3 00/04/27 joerg, Copyright 1997, 1998, 1999, 2000 James Pearson */
/*
* Copyright (c) 1997, 1998, 1999, 2000 James Pearson
*
* This program is free software; you can redistri
www.eeworm.com/read/163075/10176837
c 处理..c
//小波部分的包含文件//
#include
#include "alloc.h"
#include
#include "macros.h"
#include "wav_filters_extern.h"
#include "wav_filters.h"
#include "wav_trf.h"
#include "wav_ge
www.eeworm.com/read/358865/10177522
c gb.c
/** VGB: portable GameBoy emulator ***************************/
/** **/
/** GB.c **/
/**
www.eeworm.com/read/358784/10179467
asm copystr.asm
TITLE Copying a String (CopyStr.asm)
; This program copies a string.
; Last update: 2/1/02
INCLUDE Irvine32.inc
.data
source BYTE "This is the source string",0
target B
www.eeworm.com/read/358784/10179583
asm winapp.asm
TITLE Windows Application (WinApp.asm)
; This program displays a resizable application window and
; several popup message boxes.
; Thanks to Tom Joyce for creating a prototype
www.eeworm.com/read/358784/10179677
asm testlib.asm
TITLE Testing the Link Library (TestLib.asm)
; Testing the Irvine32 Library.
; Last update: 09/8/01
INCLUDE Irvine32.inc
CR = 0Dh ; carriage return
LF = 0Ah ; line feed
.data
r
www.eeworm.com/read/358781/10179816
h jfs_dtree.h
/*
* Copyright (C) International Business Machines Corp., 2000-2004
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L