代码搜索:FileStream
找到约 559 项符合「FileStream」的源代码
代码结果 559
www.eeworm.com/read/274966/10843015
cs filepersistence.cs
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters;
using System.Runtime.Serialization.Formatters.Binary;
using System.Workflow.Compo
www.eeworm.com/read/273867/10896420
pas qqwry.pas
{******************************************************************}
{* qqwry.PAS - TQQwry *}
{* 版本 1.00
www.eeworm.com/read/460891/7238617
cs ioexample.cs
using System;
using System.IO;
public class IOExample
{
static void Main() {
FileStream fs;
StreamReader srIn;
StreamWriter sw;
// Read operations should be placed in
www.eeworm.com/read/457537/7324215
cs form1.cs
using System;
using System.Windows.Forms;
using System.IO;
using System.Text;
namespace Example083_二进制文件的读写
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.W
www.eeworm.com/read/455915/7361859
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Security.Crypto
www.eeworm.com/read/452129/7446904
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, WinSkinData, Mask, RzEdit, RzButton, StdCtrls, RzLstBox,
ExtCtrls, RzPanel
www.eeworm.com/read/141488/13008655
pas unit1.pas
// ==========================================
// Note: For Delphi versions prior v6, search
// for, and unrem {$IFNDEF DEL6_OR_HIGHER}
// conditionals.
// =========================================
www.eeworm.com/read/141488/13008968
pas unit1.pas
// ==========================================
// Note:
// 1. For Delphi versions prior v6, search
// for, and unrem {$IFNDEF DEL6_OR_HIGHER}
// conditionals.
// 2. Due to the use of MemoryS
www.eeworm.com/read/316370/13524065
cs main.cs
// Main.cs created with MonoDevelop
// User: Estelle at 1:34 PM 5/5/2008
//
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
//
using System;
using System.Reflection;
us
www.eeworm.com/read/316223/13528163
pas fmeditor.pas
{*******************************************************}
{ Name : 编辑和添加窗口 }
{ Purpose : 实现对记录的编辑和添加操作操作 }
{ Author : 龚 立 宏