代码搜索:Stream
找到约 10,000 项符合「Stream」的源代码
代码结果 10,000
www.eeworm.com/read/189716/8457754
dcu nms_stream.dcu
www.eeworm.com/read/189716/8457814
pas nms_stream.pas
unit NMS_Stream;
interface
uses
WinTypes, Classes, SysUtils;
type
TS_BufferState = (bsUnknown, bsRead, bsWrite);
TS_BufferStream = class(TStream)
private
fStream: TStream;
www.eeworm.com/read/189287/8480366
class yamldecoder$stream.class
www.eeworm.com/read/290325/8489601
cpp gameswf_stream.cpp
// gameswf_stream.cpp -- Thatcher Ulrich 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// SWF stream wrapper class, for loading v
www.eeworm.com/read/290325/8489739
h gameswf_stream.h
// gameswf_stream.h -- Thatcher Ulrich 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// A class to handle reading the elements of
www.eeworm.com/read/188503/8535507
cpp stream_params.cpp
/*
* params.hpp: User specifiable parameters for various types of stream
*
* The CheckParams pseudo-constructors are constructed so that
* they will only construct legal combinations of
www.eeworm.com/read/188503/8535534
hpp stream_params.hpp
/*
* streamparams.hpp: User specifiable parameter classes for various types of stream
*
* The class constructors etc are defined so that it is impossible to build
* objects with illegal combinati
www.eeworm.com/read/432640/8585105
h matrix_stream.h
#ifndef MTL_MATRIX_STREAM_H
#define MTL_MATRIX_STREAM_H
//
// Forward Declarations for the Matrix Streams
//
namespace mtl {
template
class matrix_market_stream;
template
class
www.eeworm.com/read/432289/8613504
cpp stream2.cpp
//: C02:Stream2.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// More streams features
#include
www.eeworm.com/read/386582/8737057
h record_stream.h
/*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo