代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/142648/5764380
java ifb_llhnum.java
/*
* Copyright (c) 2000 jPOS.org. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
www.eeworm.com/read/142648/5764388
java ifa_llbinary.java
/*
* Copyright (c) 2000 jPOS.org. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
www.eeworm.com/read/142648/5764402
java ife_llnum.java
/*
* Copyright (c) 2000 jPOS.org. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
www.eeworm.com/read/141450/5769839
java gamestate.java
/*
GameState - A interface to provide various game states.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and/or
modify it
www.eeworm.com/read/141295/5774046
j4 intel86.j4
/**
* Implementation of CodeBlock for Intel Architecture systems
* @version $Id: Intel86.j4,v 1.6 1999/01/05 18:43:30 pab Exp $
* @author Peter A. Bigot
*
* DO NOT MODIFY THIS FILE. It is g
www.eeworm.com/read/141295/5774052
java codeblock.java
/**
* Abstract class to support building code on-the-fly
* @version $Id: CodeBlock.java,v 1.12 1999/03/09 01:57:29 pab Exp $
* @author Peter A. Bigot
*
* This class is used by the Toba just-
www.eeworm.com/read/141268/5774655
h curicop.h
/////////////////////////////////////////////////////////////////////////////
// Name: curicop.h
// Purpose: Private routines for cursor/icon handling
// Author: Various
// Modifie
www.eeworm.com/read/140869/5779013
cs linkedfile.cs
using System;
using System.Diagnostics;
using System.Collections;
namespace BplusDotNet
{
///
/// Chunked singly linked file with garbage collection.
///
public clas
www.eeworm.com/read/140869/5779019
cs xbplustreebytes.cs
using System;
using System.Collections;
namespace BplusDotNet
{
///
/// Bplustree with unlimited length strings (but only a fixed prefix is indexed in the tree directly).
///
www.eeworm.com/read/140869/5779023
cs bufferfile.cs
using System;
namespace BplusDotNet
{
///
/// Provides an indexed object which maps to buffers in an underlying file object
///
public class BufferFile
{
System.I