搜索资源列表
XMLManager
- 用CSharp实现的XML操作对象。可以对象化操作XM元素,实现元素增,删,改等功能。提供缓冲机制,支持大数据量下的XML文件操作。5万条元素构成的文件读取不超过5秒。
PhoneBook
- 这是我学习Csharp中的如下控件时写的一个通信录管理软件:menumain、treeview、文件操作及类的串行化。
Csharp
- 安装摄像头后,一般可以找到avicap32.dll文件,此文件中封装了对摄像头的相关操作API然后自己写一个关于摄像头的类
FileLib
- C#实现文件的异步读写以及删除的操作,使用了多线程技术及AsyncCallback-C# Asynchronous read and write files, and the deletion of the operation, use of multi-threading technology and AsyncCallback
FTPCOM
- C#版Ftp软件源码 Class that store FTP Commands with parameters - use with FTP Queue 可以进行简单的Ftp操作(上传、下载),并支持右键菜单(新建文件夹、下载、重命名等) 支持拖拽的上传和下载 -C# version of Ftp software source code Class that store FTP Commands with parameters- use with FTP Queue can
displayfiles_CSharp
- C#写的对文件及文件夹操作的小例子,递归实现遍历程序所在目录及所有子目录-C# write operations on files and folders a small example of where the program Recursive traversal directory and all subdirectories
cSharp-inidemo
- c# 操作ini文件进行简单的读取和写入,以便做程序配置项 -CSharp operte ini file
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
IrisSkins
- 嵌入在项目中: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目。皮肤文件属性中的“生成操作”改为嵌入的资源。引用的IrisSkin2.dll属性中的“复制本地”改为True。 -Embedded in the project: to download files and IrisSkin2.RAR skin extract, add in the project the existing items, ad
SharpWord
- SharpWord for .Net是一款功能强大,可自由读写编辑Microsoft Word 2003/2007文件类库,具有丰富的Word文档内容编辑及导入/导出功能。简单、方便、易用,可以大大提高工作效率。 ★编辑功能:等同于Word内容编辑功能,如字体、字号、颜色等 ★表格功能:等同于Word表格生成及设置 ★数据库支持:将SQL、Access数据库内容支持导出为Word表格或文档 ★丰富的模板支持:200多个word模板,方便,快捷 ★批量操作功能:将多个文
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
NumberDealer
- 使用C#进行文件操作 -use C# to manipulate directories use C# to manipulate directories
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
CSharp
- C Sharp 讲解,ppt格式,包括特性、文件操作、MFC程序设计等-C sharp introduction, ppt format,including attribute,file operation, MFC design and so on.
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.
WinFileStreamTest
- 经典的file文件操作的实例,是开始学习File编程的好的范例。-The classic example of file operations file is good to start learning programming paradigm File.
CSharp-Common-Classes
- C#的常用类库,包括数据库操作类、数据操作类、硬件设备帮助类、加密解密类、图片处理、文件操作类(如XML 、INI)、日志编码等等。-C# classes,including operation class,ProcessHelper,devicehelper,SharpZip,StringHelper,XmlHelper and so on.
获取指定文件夹下的所有文件
- 获取指定文件夹下的所有文件,使用Directory接口相关命令(Directory GetDirectories)