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

搜索资源列表

  1. compress_folders

    0下载:
  2. 哈夫曼压缩程序,实现了文件加读取,对文本文件的压缩率与rar差不多,读学习c/c++的朋友非常有用-huffman compression program, which realizes folder access and compressing rate is the same to rar when compressing text file
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79818
    • 提供者:聂波
  1. ReadTxt

    1下载:
  2. VC++代码,读取txt文本文件。由于读取txt文本的方法很多,本例子仅供参考。-VC++ source code to read TXT text files. Because there are many ways to read TXT files, this example is only for reference.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38477
    • 提供者:张锐
  1. 用CSharp编写发手机中文短信息Windows服务

    0下载:
  2. 短信收发程序,能从一个目录中固定格式的文本文件中读取出相应的信息,发送出去。-SMS transceiver procedures, from a directory fixed format text file to read out the corresponding information sent.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12268
    • 提供者:ffgg
  1. txtanalysis

    0下载:
  2. 早期的windows就是采用的INI格式文本文件。现在很多应用程序包括大型的软件也还在采用格式化文本文件保存配置参数,比如Bentely MicroStation GIS平台GEOGRAPHICS8.0。 本文给出的就是利用VC来读取和分析配置文本文件,-early windows is the INI format text file. Now many applications including large software is also used to preserve docu
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6314
    • 提供者:lhb
  1. cxcore096

    0下载:
  2. 定义对RR文本文件中的数据进行读取的函数,数据以句柄为单位-definition of RR text files to the data read function, data units to handle
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:365107
    • 提供者:向江
  1. OutText

    0下载:
  2. 根据一个文本文件(里面有必要的参数),读取参数后,按照指定的格式输出到一个文件中-according to a text file (they have the necessary parameters), read parameters, in accordance with the format specified output to a file
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:173736
    • 提供者:xuzhen
  1. 200502220005

    0下载:
  2. 一)需求 很多情况下我们需要知道字节流的编码,比如 1) 使用编辑器打开文本文件的时候,编辑器需要识别文本文件的各种编码 2) 上传文件后,分析上传文件字节流需要知道它的编码 3) 读取某个web页面的源代码,并要输出时,需要知道正确的编码才能输出正确的内容 .............. -1) Demand many cases we need to know byte-stream encoding, For example, a) the use
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:15778
    • 提供者:张美霞
  1. FileReadWrite

    0下载:
  2. 一个可以按照一定的格式来读取或者写文本文件的程序。-according to a certain format to read or write text file.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:12396
    • 提供者:Lu
  1. TextFileDataSet

    0下载:
  2. 该构件能读取txt文本文件到数据集对象TDataSet中,方便数据处理。适合导入出数据包操作.-component of the text can be read txt file to the target TDataSet data sets, facilitate data processing. Suited up into data packets operation.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:13731
    • 提供者:geh
  1. gd2334566

    0下载:
  2. 读取XML文件用于in表快速读取日志.cs,catch,对文本数据库的快速读取与浏览-read XML documents are used in rapid reading log table. Cs, catch, to the text database and browse quick read
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1275
    • 提供者:刘强
  1. midi2txt

    2下载:
  2. 读取MIDI文件,输出每个音轨的音高音长序列。输出为TXT文本文件。-read documents, the output of each of the sound track Treble long sequence. Output TXT text files.
  3. 所属分类:midi

    • 发布日期:2008-10-13
    • 文件大小:49849
    • 提供者:lixiao
  1. cfread

    0下载:
  2. c语言读数据用结构数组进行数据从文本文件中读取-c language reading data structure array with data from the text file Read
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:177216
    • 提供者:安永值
  1. CMatrixClass

    0下载:
  2. 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:紫罗兰
  1. Clusternew

    0下载:
  2. visual c++ 数据读取源程序,对文本文件的打开,-visual c read data source, the text of the document is opened,
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:53372
    • 提供者:sun
  1. queryOpenGLInfo

    0下载:
  2. 读取显卡信息,以显示显卡支持哪些扩展,自动生成文本文件-read graphics information and graphics to show support extensions, automatically generating text files
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:158818
    • 提供者:孟维亮
  1. netcard_md5

    0下载:
  2. 远程读取指定ip的客户机的网卡的物理地址,经md5加密后,写入文本文件-designated ip client of the physical network card address, md5 encrypted, write text files
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:11822
    • 提供者:yang
  1. FilePartitionTool

    0下载:
  2. 自己开发的可任意大小文件切割工具,适用于文本文件切割,应用于手机类只能读取特定大小文件的设备应用。-its own development of any size paper cutting tools, applicable to text files cutting, used in cell phone read only specific types of paper the size of equipment applications.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:32312
    • 提供者:兰心
  1. MyEdit

    0下载:
  2. C++编写的简单文本编辑器,可以时间文本文件的读取保存编辑功能,并且具有撤销,复制剪切粘贴的功能
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:8922
    • 提供者:朱昶炜
  1. Practice

    0下载:
  2. 本程序给出了实现内存绘图的功能源码,能够防止绘图时候内存泄露和屏幕闪烁,同时能够从文本文件中读取数据以用来绘图
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:154104
    • 提供者:王飞
  1. YUV

    0下载:
  2. 这个程序用来读取yuv文件,并把数据输出到一个文本文件,代码很短,里面说明很详细,这对理解和使用yuv文件很方便
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1755992
    • 提供者:大庆
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »
搜珍网 www.dssz.com