代码搜索:FileStream
找到约 559 项符合「FileStream」的源代码
代码结果 559
www.eeworm.com/read/286314/4040106
cs filedetails.cs
using System; // Console
using System.IO; // FileStream, FileReader
class FileDetails
{
static void Main()
{
/*
FileStream stream = new FileStream(
www.eeworm.com/read/440929/6966131
pas wil.pas
unit WIL;
interface
uses
Windows, Classes, Graphics, SysUtils, DXDraws, DXClass, Dialogs,
DirectX, DIB, wmUtil, HUtil32;
var
g_boUseDIBSurface :Boolean = FALSE;
g_boWilNoCache
www.eeworm.com/read/321010/13413702
cs class1.cs
using System;
using System.IO;
using System.Text;
class Test
{
public static void Main()
{
string path = @"c:\MyTest.txt";
//如果文件存在,先删除
if (File.Exists(path))
{
F
www.eeworm.com/read/132649/5913391
cpp shi_loader.cpp
/*
* ===========================================================================
* PRODUCTION $Log: shi_loader.cpp,v $
* PRODUCTION Revision 1000.1 2004/06/01 21:14:05 gouriano
* PRODUCTION PROD
www.eeworm.com/read/488791/6486036
pas wil.pas
unit WIL;
interface
uses
Windows, Classes, Graphics, SysUtils, DXDraws, DXClass, Dialogs,
DirectX, DIB, wmUtil, HUtil32;
var
g_boUseDIBSurface :Boolean = FALSE;
g_boWilNoCache
www.eeworm.com/read/487409/6511179
pas wil.pas
unit WIL;
interface
uses
Windows, Classes, Graphics, SysUtils, DXDraws, DXClass, Dialogs,
DirectX, DIB, wmUtil, HUtil32;
var
g_boUseDIBSurface :Boolean = FALSE;
g_boWilNoCache
www.eeworm.com/read/483171/6611012
pas wil.pas
unit WIL;
interface
uses
Windows, Classes, Graphics, SysUtils, DXDraws, DXClass, Dialogs,
DirectX, DIB, wmUtil, HUtil32;
var
g_boUseDIBSurface :Boolean = FALSE;
g_boWilNoCache
www.eeworm.com/read/260701/11708179
pas wil.pas
unit WIL;
interface
uses
Windows, Classes, Graphics, SysUtils, DXDraws, DXClass, Dialogs,
DirectX, DIB, wmUtil, HUtil32;
var
g_boUseDIBSurface :Boolean = FALSE;
g_boWilNoCache
www.eeworm.com/read/339135/12255857
pas wil.pas
unit WIL;
interface
uses
Windows, Classes, Graphics, SysUtils, DXDraws, DXClass, Dialogs,
DirectX, DIB, wmUtil, HUtil32;
var
g_boUseDIBSurface :Boolean = FALSE;
g_boWilNoCache
www.eeworm.com/read/357852/10200239
cpp codevisitor.cpp
#include "codevisitor.h"
#include
#include
#include
CodeVisitor::CodeVisitor(QString filters, bool recursive) : m_NumFiles(0) {
QStringList filterList = filter