代码搜索:FileStream
找到约 559 项符合「FileStream」的源代码
代码结果 559
www.eeworm.com/read/423047/10590584
dpr unicodeconsoletest.dpr
program UnicodeConsoleTest;
{$APPTYPE CONSOLE}
uses
SysUtils, Classes, Windows;
var
aString: string;
textWriter1: TTextWriter;
fileStream1: TFileStream;
begin
aString := 'My
www.eeworm.com/read/306157/13751548
cpp cloadphonenumber.cpp
// CLoadPhoneNumber.cpp: implementation of the CLoadPhoneNumber class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "sms.h"
#include "C
www.eeworm.com/read/123325/6059797
pas gf_img.pas
{*******************************************************}
{ }
{ 票品图案 }
{
www.eeworm.com/read/151286/12223468
cs class1.cs
using System;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Globalization;
namespace tobin
{
class ToBin
{
public enum MODE_TYPE
www.eeworm.com/read/328104/13046330
h lexanalyze.h
#ifndef __LEXANALYZE_H
#define __LEXANALYZE_H
#include "SymSet.h"
#include
#include
#include
#include
using namespace std;
/*****************************词
www.eeworm.com/read/416426/11029444
c zip.c
/* zip.c -- IO on .zip files using zlib
Version 1.01e, February 12th, 2005
27 Dec 2004 Rolf Kalbermatter
Modification to zipOpen2 to support globalComment retrieval.
Copyright (C)
www.eeworm.com/read/416426/11029477
c unzip.c
/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
Read unzip.h for more info
*/
/* Decryption code com
www.eeworm.com/read/299961/7817789
cpp rtpmpeglib.cpp
#include
/* YUNTAI KYONG
Advanced Internet Service
term project
*/
#include "rtpMPEGLib.h"
#include "elementaryStream.h"
#include "fileStream.h"
#define LARGE_BUFFER_SIZE 300000
#define
www.eeworm.com/read/199125/7886725
c zip.c
/* zip.c -- IO on .zip files using zlib
Version 1.01e, February 12th, 2005
27 Dec 2004 Rolf Kalbermatter
Modification to zipOpen2 to support globalComment retrieval.
Copyright (C)
www.eeworm.com/read/199125/7886748
c unzip.c
/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
Read unzip.h for more info
*/
/* Decryption code com