代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/139738/13137050
java serialconsole.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.security.*;
/**
* A serial console can be used to send and receive characters. Only one
* character may be
www.eeworm.com/read/139738/13137114
java lib.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.lang.reflect.Field;
import java.lang.refl
www.eeworm.com/read/139738/13137117
java synchconsole.java
package nachos.userprog;
import nachos.machine.*;
import nachos.threads.*;
import nachos.userprog.*;
/**
* Provides a simple, synchronized interface to the machine's console. The
* interface can a
www.eeworm.com/read/326498/13137332
pas dioctrl.pas
{$A-}
unit DIOCtrl;
{ This unit maintains IOCTL MS-DOS functions calls from Windows 95
Win32 API application. For Windows NT use other way of call!!! }
interface
uses Windows, SysUtils;
www.eeworm.com/read/241498/13139069
c samcard.c
/************************************************************************/
/* */
/* Project title: InformationTermi
www.eeworm.com/read/241483/13140501
pas pro_3_2.pas
Program Pro_3_2; {例3的搜索解法}
Const
Inputfile ='input.Txt'; {输入文件名}
Outputfile ='output.Txt'; {输出文件名}
Max =100; {最多点的数目}
Big =10000; {最大整数值}
V
www.eeworm.com/read/241400/13147129
cpp jpegfile.cpp
////////////////////////////////////////////////////////////
// JpegFile - A C++ class to allow reading and writing of
// RGB and Grayscale JPEG images.
// It is based on the IJG V.6 code.
//
//
www.eeworm.com/read/241365/13150360
c i8255f09.c
/*-
* ----------------------------------------------------------------------
* File : I8255F08.C
* Creator : Blake Miller
* Version : 01.00.00 February 1991
*
www.eeworm.com/read/241362/13152002
h global.h
/*!
************************************************************************
* \file
* global.h
* \brief
* global definitions for for H.26L encoder.
* \author
* Copyright (C) 19
www.eeworm.com/read/139371/13159771
h filesystem.h
/*
* The FLASH or RAM filesystem
*/
/*
* The flash file system organizes the equal sized sectors on your flash into
* the default of 4096 byte blocks. Every block has a block number. Blocks