搜索资源列表
二进制形式查看文件
- 在实际应用中经常需要用到二进制查看文件内容,本实例提供了一种方法。运行本实例可以查看二进制内容。-in practical applications often need to use binary View the contents of the paper, the examples provide a method. Run this example can view binary content.
文件拷贝
- 文本文件的拷贝,能够显示文本文件内容,和能够拷贝至输入的文本文件路径下-copy of the text file, it will show the text contents of the documents and to be able to copy the input text file paths
16.如何对文本文件进行查找与替换?
- 对文件内容进行查询和替换,非常好用,希望大家喜欢。-content of the document inquiries and replacement, very good, hope you like them.
实现文件系统的格式化
- 能实现文件系统的格式化,文件的创建,文件的删除,文件的写入,文件内容显示
文件的~1
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并
jsp文件管理
- 使用main.jsp?id=就可以看到文件列表 仅做交流使用,用做商业用途,请保留此说明。 文件管理可以更改,删除文件,修改文件内容,修改文件名。-use id = main.jsp can see the list of files used only in exchanges, used to make commercial use, please retain this note. Document management can change, and delete files, modi
数据库存放媒体文件,并直接在窗体中显示
- 建立一个数据库,其中利用Microsoft Access 来建库且能够保存例如媒体文件的记录,并运用数据感知控件(Msflexgrid)显示多媒体文件内容-establishment of a database, using Microsoft Access Database which to be able to preserve documents such as the media's records, and using the data-aware controls (Msfl
文件内容导出为C语言数组
- 将文件内容数据导出为C语言数组,以实现将文件嵌入到C语言代码中。
C#读取XML文件内容并以列表方式显示
- C#读取XML文件内容并以列表方式显示
c++目录文件及内容的提取
- 关于c++中文件目录及子目录中文件内容的提取
文本内容搜索器
- 文本类文件内容搜索器
读取文件内容并以二进制显示
- 读取文件内容并以二进制显示,与ultraedit有些想像,提供参考-read the contents of the documents and binary, and ultraedit some imagination, provide reference
FileCompare
- 文件内容比较,支持文件夹,先比较时间后比较内容.-Compare the contents of the documents in support folder.
文件搜索
- 通过搜索文件夹里文件的具体内容来查找和打开文件(Search and open files by searching for specific content in the folder)
统计文本文件中的行数
- PB例子,统计指定目录下,所有文本文件中的内容的行数。(PB example, the number of rows in the text file statistics)
VC++读写Excel文件源代码
- 读写excel文件内容,并将其显示到vs界面上(Read and write the contents of the XML file, and display it to the vs interface)
两种WinCE读取txt文件内容的方法
- 提供了在WinCE平台下,读取txt文件内容的两种方法(Two methods to read .txt file based on the WINCE platform.)
文件逆序
- 把任意文件按二进制逆序保存 使用请看go.bat文件内容
C#文件编辑器源码
- 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod
BIN文件清0工具
- 实现对二进制文件的操作,全部写为0 ;是VC++操作文件读写的一个简单例子; 本例子中的功能是将一个bin文件内容全写为0;(To achieve the operation of binary files, all written as 0; is a simple example of VC++ operation file read and write; The function of this example is to write the contents of a bin fil