CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文本文件

搜索资源列表

  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:38806
    • 提供者:qiyunping
  1. apibrow

    0下载:
  2. 使用公用控制回调在一个CListView中管理CListCtrl控制例子源码,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的\MSDEV\LIB(VC在DevStudio\VC\Lib)目录下的Win32Api.CSV就是这样的文件.-The use of common control callback CListView in a CListCtrl control in the management of source code examples, this example is
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-05
    • 文件大小:16543
    • 提供者:wei
  1. ManageEmployee

    0下载:
  2. 用C++实现的一个简单的人员管理信息 没有使用数据库 用文本文件保存信息 在控制台下运行-With C++ Achieved a simple management information staff did not use the database to save information using a text file to run in the console
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:364575
    • 提供者:kencbliove
  1. FileOperateForCsharp

    0下载:
  2. FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:18017
    • 提供者:xuxin
  1. datazhuanghua

    0下载:
  2. 解析文本文件并导入到数据库,多种文件格式-Analysis of a text file and import to the database, a variety of file formats
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:56436
    • 提供者:杨宁
  1. ComputeAve

    0下载:
  2. 对文本文件的处理,可以参考读取文本文件,对文本文件进行转置-To deal with text files, can refer to read text files, text documents transpose
  3. 所属分类:File Operate

    • 发布日期:2017-05-14
    • 文件大小:27131
    • 提供者:tt4543253453532
  1. Text-File-Array

    0下载:
  2. Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:44330
    • 提供者:tianchui
  1. file

    0下载:
  2. 一个自编的读取文本文件数据的函数,可以读取整个文件,读取第N行,读取第M行到第N行,读取第M行到倒数第N行,读取第M次(也可以是最后一次、倒数第M次)出现字符串str的行开始(或结束)的数据,等等。希望能给大家带来帮助! -A self-read text file data function, you can read the entire document, read the first N lines, M reads the first line to the first N lin
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2522
    • 提供者:小可
  1. textscantool

    0下载:
  2. 交互式可视化文本扫描工具,用于读取带有分隔数据的大型文本文件。-Textscantool is an interactive GUI to read large text files with delimited data. The tool lets you specify which columns to read and what data types to use.
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6935908
    • 提供者:zha
  1. TextDataSource

    0下载:
  2. 使用文本文件作为数据源做的网络应用程序,示例程序-C# website use txt datasource
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:40595
    • 提供者:j51357
  1. file_read_del

    0下载:
  2. 简单的对文本文件的操作,可以写入,读取,和删除文本的内容。-A simple text file operations, you can write, read, and delete the text content.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1900137
    • 提供者:wu
  1. handle

    0下载:
  2. 读取文本文件内容,以换行为标记,将每行字符转换成字符串,以供其他使用,比如字典文件处理-Read the text of the document in order to change behavior of tags, each line of characters into a string for other uses, such as the dictionary file handling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:8879
    • 提供者:王欣欣
  1. 1

    0下载:
  2. c语言中二进制文件转换为文本文件,里面有两个转换的例子,呵呵,不是我的,请见谅-c language binary file is converted to a text file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:780
    • 提供者:yan
  1. TxttoDat

    0下载:
  2. 实现TXT文本文件向DAT文件的转换。供大家学习使用 -TXT text files to achieve the DAT file conversion. For everyone learning to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:18822
    • 提供者:fzkj
  1. Textfilereadandwrite

    0下载:
  2. txt文本文件的读出和写入,并能够实时的对数据进行更改和存储。-txt text file to read and write, and be able to make changes in real-time data and storage.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:59452
    • 提供者:feiliang
  1. TXTFileDebuger

    0下载:
  2. C#写的一款日志文件辅助调试程序,如果日志输出到文本文件则可以利用该程序实时监视日志。-C# written in a log file-assisted debugger, if the log output to a text file, you can use real-time monitoring of the program log.
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:9062
    • 提供者:
  1. lontest

    0下载:
  2. 读取钱龙软件的股票信息,并讲数据库中的二进制文件转换为文本文件查看-read qinlong Stock software infomation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:34687
    • 提供者:renzhen
  1. AddLineNum

    0下载:
  2. 读取一个文本文件,并读取每行,然后在另一个文本文件中添加文本文件的行号-add Index to*.txt files!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:340600
    • 提供者:Fish
  1. FileSplit

    0下载:
  2. 这是一个本人自己编写的文本文件分割工具,可以根据文件数目,文件大小对文本文件进行分割,而且对大文件也可以操作。-This is a text file written in my own partition tool, according to the number of files, the file size of the text file segmentation, but also can operate on large files.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:50427
    • 提供者:杨秀真
  1. file_re_wr

    1下载:
  2. 该源码实现功能:从文本文件读取数据,处理之后,再保存到另一指定文件!-We can read date from the text file,to process and save in another text file!
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:329995
    • 提供者:董红军
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com