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

搜索资源列表

  1. ExcelSrc

    0下载:
  2. 这是一个对excel文件读取转化成文本文件的一个实例,方法简单实用-This is an excel file into a text file to read an instance method is simple and practical
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2391241
    • 提供者:张军
  1. 2

    0下载:
  2. 任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1219383
    • 提供者:闻悦
  1. lontest

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

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

    0下载:
  2. 简单的汽车过磅系统的设计和实现 1、输入记录功能(从键盘输入车型、车辆重量) 2、统计当天过磅的汽车车辆总数、运载货物总重量。 3、统计各种车型车辆总数、各种车型运载货物总重量。 4、统计当天收费总金额、各种车型收费总金额。 5、按收费总金额排序,显示各车型型号、收费金额。 6、查询功能(按车型查询货物重量、金额)。 7、统计结果保存在文本文件中。 8、从文本文件中读取数据、显示。-Simple automotive weighing system
  3. 所属分类:其他小程序

    • 发布日期:2017-04-05
    • 文件大小:1615
    • 提供者:张静
  1. choujiang

    0下载:
  2. 读取文本文件的文字、随机取出名字,实现抽奖-read txt file,shixian choujiang
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1682508
    • 提供者:fujun
  1. ReadText_C

    0下载:
  2. 用C语言实现的txt文件的读取,比如读取到文本尾如何换行,如果到指定的位置读取等。-Read txt file using C language, for example, reads to how to wrap text tail to a specified location read.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:9010
    • 提供者:
  1. VCPP-read-test-file

    0下载:
  2. vc++读取文本文件的源代码。可以参考一下-vc++d read text file
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:18748
    • 提供者:llx
  1. VBread

    0下载:
  2. 本程序用VB开发,针对多个文本文件的读取操作。-This procedure using VB for multiple text files read operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:2207
    • 提供者:李松
  1. GPA

    0下载:
  2. 大学GPA计算工具,内附代码注释,以读取文本文件的形式运行。-University of GPA calculation tools, enclosing code comments, runs as read text files.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2557512
    • 提供者:xmh
  1. TimeSequence

    0下载:
  2. 主要介绍金融时间序列数据的访问。 金融数据大部分表现为时间序列,比如每天欧元兑美元的收盘价、每日的纽交所原油收盘价等。生成金融时间序列数据或者从文本文件中读取此类数据是分析研究的第一步-Introduces access financial time series data. Most of the financial performance of time-series data, such as daily closing price of the euro against th
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1147
    • 提供者:侯国强
  1. read-file

    0下载:
  2. 本程序按照一定的格式可以读取文本文件的数据流-This program can be read according to a certain format text file data stream
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2322
    • 提供者:蓝田玉
  1. read-a-string-from-a-text-file

    0下载:
  2. 如何从文本文件中读取一个字符串??,帮助编程者实现一定功能的应用以及开发-How to read a string a text file? , to help the programmer to achieve a certain function of the application and development
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:200584
    • 提供者:梦飞扬
  1. C#读取文件

    0下载:
  2. C# 读取文件 C#读取TXT文件实现的一些总结: 1、Niit.txt 默认在 File_read\bin\Debug 文件下! 假如你不想程序运行报错,那么就在这个文件下建立 1)因为这里咱们是读取文本,所以Niit.txt,内容自己写一下!留心两点 1.1)文件最好不要写中文的,否则运行结果用 ?代替中文~ 2.2)最首要 的,你写完了内容要保存文本后再运行,才会显示你添加的内容 2、读写文本操作要领来源于 System.IO 命名空间,所以程序开
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:
  1. 4010824

    0下载:
  2. delphi文本文件的逐行读取,将文本文件从记事本中读到页面中来(Delphi text file to read line by line, the text file to read from the notepad page)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-22
    • 文件大小:197632
    • 提供者:xlnw!99618
  1. Tab-Delimited Data

    0下载:
  2. 将数据写入到文本文件,并以制表符为分割;读取的数据显示在列表框上以及波形图(LabVIEW Read and Write File Demo)
  3. 所属分类:其他

    • 发布日期:2017-10-23
    • 文件大小:27648
    • 提供者:勤勤2
  1. Segy文件分析 v1.4

    2下载:
  2. 功能: 1、查看卷头、道头的主要信息 2、工作站格式与微机格式的相互转换 3、各道数据的波形显示,及其频谱分析 4、多种形式的数据输出,可输出文本文件 5、三维数据体的分析,得出工区角点坐标 6、原始炮数据扫描,找出缺炮的道号 7、对数据体进行任意道及时间段的切割 8、对多个Segy文件进行合并处理 9、给出读取微机格式数据的示意性代码(Function: 1. Check the main information of the header and hea
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:536576
    • 提供者:云图
  1. 读取micaps

    2下载:
  2. matlab 读取micaps资料,在文本框中输入Micaps根目录地址,确保在该目录下可以看到surface、high、physics文件夹。注意不要带斜杠,如作者的Micaps目录为‘E:\sci\data\ksf’则在框中输入E:\sci\data\ksf。(Matlab reads MICAPS data)
  3. 所属分类:其他

    • 发布日期:2020-01-18
    • 文件大小:659456
    • 提供者:异想天开abc
  1. TXTReader源码

    1下载:
  2. 一个简单的android,读取本地文本文件内容显示出来(A simple Android, read the contents of the local text file display.)
  3. 所属分类:其他

    • 发布日期:2020-02-15
    • 文件大小:1762304
    • 提供者:a小伙子
  1. 文件的读取,计算,写入

    2下载:
  2. 文本文件的读取、计算、写入,以逗号分隔的文本数据文件的读取,数据的计算,以及计算后的结果文件的写入源代码。(Read, calculate and write the text file, read the comma separated text data file, calculate the data, and write the source code of the calculated result file.)
  3. 所属分类:其他

    • 发布日期:2020-08-13
    • 文件大小:262144
    • 提供者:山海经图
  1. HFUT JAVA 5

    4下载:
  2. 说明并尝试通过URL从服务器上读取一个文本文件,并显示该文本文件的内容。 5. 编写程序,用Socket通信机制在服务器和客户端之间传输文件。(Describes and attempts to read a text file from the server through a URL and display the contents of the text file. 5. Write a program and use socket communication mechanism to t
  3. 所属分类:其他

    • 发布日期:2020-10-23
    • 文件大小:2048
    • 提供者:zhouzhou ZHOU
« 12 3 »
搜珍网 www.dssz.com