搜索资源列表
20040913190255_vczx_clsrwini
- 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely dig
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
写满硬盘程序
- 生成一个文本文件,用来写满磁盘空间的程序,速度特别快,界面清晰.-generate a text file, the disk space used for a full procedure, particularly fast speed, interface clarity.
获取密码文本密码框密码
- 用vb写的,可以记录密码文本密码框的密码-used to write, record passwords Password text box passwords
VC文本编辑器
- 用VC编写的一个文本编辑器.自己初学时写的 拿出来和大家交流。-VC prepared a text editor. When their learning to write and produce exchange.
文本文件管理系统
- c#写的一个简单文本文件管理系统,可以方便的管理文本文件,生成报告。-write a simple text document management system that can facilitate the management of text files, generate reports.
claire
- 实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。 由于对二进制大对象使用的流操作,所以对于任何文件都具有通用性。读写文本文件也可以这么做-achieve a simple WinForm procedures, this procedure by clicking on the "Op
FileReadWrite
- 一个可以按照一定的格式来读取或者写文本文件的程序。-according to a certain format to read or write text file.
读写文件
- 一个读写文本文件的类,基本上各种文件操作都齐全了-read and write text files a class, basically documents the operations are complete
RichEditView
- 通过程序向RichEditView写文本,功能比较齐全-RichEditView through procedures to write text, more complete function
关于文本文件读写文件
- 介绍读写文本文件的方法
Crimson 文本编辑器源码
- 功能强大的文本编辑器源码,用VC6可以直接打开编译。。。是韩国人写的,我在他的网站上下载的,有兴趣的朋友可以下载试试,编译前先替换资源文件,否则编译出来是韩文的
JAVAPJacobPWord 借用Jacob实现对Word文档的读写文本编辑程序
- 借用Jacob实现对Word文档的读写文本编辑程序,亦可以作为对Jacob使用的基础入门。-Borrow Jacob to achieve read and write Word documents, text editing program, and also can be used as the basis on Jacob entry.
FileOperateForCsharp
- FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
txtOUT
- 初学者使用,写文本文件演示程序。自动形成文本文件,将数据写入-write A TXT file
Tab-Delimited Data
- 将数据写入到文本文件,并以制表符为分割;读取的数据显示在列表框上以及波形图(LabVIEW Read and Write File Demo)
二进制-文本互转工具
- 这是一款简易的二进制和文本互转的工具。如将二进制的0x12 34转换成"12 34",或者将文本的"12 34"转换成二进制的0x12 34。 使用方法:二进制转文本的时候只能通过文件方式转换,即二进制数据必须是文件形式(因为我们手写不能直观的表示二进制),转换后的文本同时保存为文件和文本框显示2种方式。(This is a simple tool for binary and text rotation. For example, the binary
java 文本文件搜索器
- 可以进行系统文本文件的搜索,并写了一个可以显示进度条的图形界面。代码支持带通配符的查询
读写INI
- 不用调用API就可以读取或修改ini配置文件,只需调用模块中相应的函数即可,纯文本操作。(Without calling API, you can read or modify the INI configuration file, just calling the corresponding function in the module, pure text operation.)
范例_二进制读写文本(VB.NET)
- vb.net二进制方式读写txt文本范例,适合初学者参考学习(Vb.net binary way to read and write TXT text example, suitable for beginners reference learning)