搜索资源列表
操作系统11
- 用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层目录或文件的指针。 目录结构和文件结构相似,只是没有内容,其只有子目录和子文件。 用户结构包括用户名、指向其文件目录的指针、指向下一个用户的指针。设置的文件操作命令有17条:新建文件、新建目录、删除文件、删除目录、在当前目录下指定目录新建子目录、在当前目录下指定目录新建子文件、打开文件、关闭文件、读文件、写文件、修改文件名、修改目录名、修
文件系统设计.cpp
- 操作系统文件系统管理,可实现建立文件,打开文件,写文件,读文件等操作。-OS file system management, achieving the document, open the paper, writing paper, read documents operation.
XML文件操作方法
- 自己写的XML文件的操作,基本上包含了常用的方法-himself wrote the XML file, the operation contains basically a commonly used method
Example116-图形文件的拖放操作
- 实现了WINDOWS下的图片的拖放操作 开发工具:vs.net2003-achieved under the picture windows of the drag and drop development tools : vs.net2003
CombineLine
- 用fstream进行文件操作 利用vc++6.0-fstream used for file manipulation using vc 6.0
FAT16test
- 44B0上基于NAND FLASH的FAT16文件系统应用源码.对Nandflash进行格式化,完成文件系统初始化,并利用FAT16提供的API函数进行文件操作-44B0 NAND FLASH based on the FAT16 file system application source code. Right Nand flash format for complete file system initialization, and to use the FAT16 file API fu
Files_C_20070111000212
- 一个文件操作类,包含复制文件夹,查询文件是否存在-a document operations, including copy paper folders, documents the existence of inquiries
06
- C#程序开发范例宝典 6文件系统 6.1创建和删除文件 6.2查找文件 6.3修改文件 6.4文件目录 6.5复制文件 6.6指定类型的文件操作 6.7其他-C# Programming Example 6 Baodian 6.1 File System 6.2 to create and delete files to modify the file search file 6.3 file 6.4 file 6.6 Copy 6.5 directory spe
TXTClass
- 提供了一个用C#语言实现的txt文件操作类,实现了写入txt、读取txt、读取指定行、删除指定行、查询txt指定内容,按照给定条件查询、删除txt文件内容等功能。调用方便,操作简单,附有使用说明。-Provides a C# language using the txt file manipulation class realized write txt, read txt, reads the specified line, delete the specified row, query tx
NotePadCSharp
- 一个由C#实现的windows Notepad 源代码, 是初学者学习C#文件操作的好东西-one by the C# source code windows Notepad, beginners learning C# file manipulation of the good things
FileOperateForCsharp
- FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
TextFileDealer
- 使用C#进行文件操作,可以直接将文件读到List<string>当中-file manipulate using C#,putting a text file in to a List<string>
NumberDealer
- 使用C#进行文件操作 -use C# to manipulate directories use C# to manipulate directories
FileSegmentationAndCombination
- 用C#切分与组合文件,文件操作,通过文件头判断,使用固定格式存放,然后IO读写与合成,VS2003、VS2005下编译通过-C# file segmentation and combination
MoveDisk_0.4
- C# 写的一个文件同步小程序,使用到了异步委托调用程序,多线程编程,文件操作,比较适合参考。。有收藏价值-C# written in a file synchronization applet to use asynchronous delegate calls to the program, multi-threaded programming, file operations, more suitable for reference. . There is value to the coll
LHFileOperate
- C# 文件操作类,c# File.Copy用起来很不爽,需要自己捕抓异常,通过这个类进行完善。-C# file class, c# File.Copy used up very unhappy, and needs its own catch them abnormal, were improved by this class.
TextFile
- 将程序信息保存到文本文件中以及从文本文件中读取保存的信息。将程序数据通过序列化保存到文件中以及通过反序列化读取保存的数据。(Save program information to a text file and read the saved information from a text file. Save program data by serialization to the file and read saved data by serialization.)
获取指定文件夹下的所有文件
- 获取指定文件夹下的所有文件,使用Directory接口相关命令(Directory GetDirectories)
open_bin
- 1:保存bin文件操作 2:打开bin文件操作(Save the bin file and open the bin file operation)
C#中常用的经典文件操作方法
- 包含C#对文件的创建,拷贝、删除、移动等操作