CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - read txt

搜索资源列表

  1. TGO001

    0下载:
  2. 基于TGO的GPS观测数据质量检核程序,读取数据为“输入.asc”输出数据为“output.txt”-TGO' s GPS-based observed data quality checking procedures, read the data as " input. Asc" output data " output.txt"
  3. 所属分类:Console

    • 发布日期:2017-06-02
    • 文件大小:14941790
    • 提供者:
  1. ReadData

    0下载:
  2. 用于读取TXT文件中的数据读入数组,并将读取的数据简化后重新写入到txt文件中-to read the data from TXT file and simplify it,then written data to the txt file.
  3. 所属分类:Console

    • 发布日期:2017-06-18
    • 文件大小:27459730
    • 提供者:hui
  1. Character_counts

    0下载:
  2. 字符数的统计,从TXT文件读入并从控制带输出统计得来的字符数-Statistics the number of characters, and read from TXT file with the output statistics from the control characters come
  3. 所属分类:Console

    • 发布日期:2017-05-01
    • 文件大小:906165
    • 提供者:王健泽
  1. read-txt-file

    0下载:
  2. 基于控制台的程序__从txt按行读取,并且取出每行滴各个参数-Console-based program __ line read, and remove each row to drop the various parameters from txt
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:29454
    • 提供者:肖传毅
  1. win32-readwrite-txt-file

    0下载:
  2. 基于Visual C++ Win32 控制台的程序,实现从txt文本文件中读取以及写入数据的功能-Based on the Visual C++ Win32 Console program, read and write data from txt text file
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:9354
    • 提供者:肖传毅
  1. LAB10_E1

    0下载:
  2. Calculate the salary of the employee by hours and save it as records, output the infomations, the total salary is calculated by the total hours and salary per hour. Question: 1. Write a program to read FIVE (5) employees’ records from the keybo
  3. 所属分类:Console

    • 发布日期:2017-11-06
    • 文件大小:691
    • 提供者:Cheong
  1. codeedit

    0下载:
  2. 读取txt文件并在新文件中显示所查关键字的行列号-read txt file and save the keyword
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:8865028
    • 提供者:yacheng
  1. maze

    0下载:
  2. 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
  3. 所属分类:Console

    • 发布日期:2016-03-13
    • 文件大小:207872
    • 提供者:ld
  1. pjxt

    1下载:
  2. c++调用matlab模糊控制系统文件,就是.fis文件,实现整个化工生产系统的评价,可以直接把matlab中的fis文件保存为txt,也可以直接读取。-c++ call matlab fuzzy control system file is. fis file, realize the entire chemical production system can be evaluated directly in matlab fis file saved as txt, can also be
  3. 所属分类:Console

    • 发布日期:2017-05-25
    • 文件大小:9179741
    • 提供者:Tomas
  1. MyUltraEidt

    0下载:
  2. 把二进制文件读出来以16进制格式写到txt-this is a console program that can read the binary file and out put its content to txt file in hex file.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:785181
    • 提供者:李贤
  1. CYnReadLoad

    0下载:
  2. 控制台程序,读取散乱的TXT文档数字数据,并按规定的格式输出TXT文档,输入输出的TXT文档格式一定程度可设置,传上来供大家参考学习-Console program, read TXT files scattered digital data, according to the prescribed format output TXT document, TXT file format to some degree of input and output can be set up for yo
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2467575
    • 提供者:于福翔
  1. Create-Picture

    0下载:
  2. 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:367063
    • 提供者:themostfreeboy
  1. ReadFile_And_WriteFile-Demo(VS2013)

    1下载:
  2. 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1280884
    • 提供者:themostfreeboy
  1. 1

    0下载:
  2. TXT文件中存储着未知行数和列数的矩阵,C++读取该文件-read TXT file
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:855048
    • 提供者:Peter
  1. ext2_gx

    0下载:
  2. 仿真EXT2文件系统,使用一个txt文件模拟磁盘,最终实现对磁盘文件的创建、打开、读、写、关闭操作。其中涉及到inode、位图、超级块等概念与操作-A simple file system simulate EXT2, using a TXT file simulated disk, realizede the operationg for the disk file, such as create, open, read, write and close.Which involved some
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:39670
    • 提供者:郭晓萍
  1. Student-score-management-

    0下载:
  2. 功能齐全的学生成绩管理系统,可以输入成绩,计算总分和平均分,按成绩降序查看,按名字升序查看,按学号升序查看,根据学号进行查找,统计分析成绩,列出成绩,将成绩写入txt文件,读取txt文件信息。- Full-featured student achievement management system, you can enter scores, calculate the total score and the average score, according to results in de
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:325914
    • 提供者:catherine
  1. High-latitude-and-longitude

    0下载:
  2. 从txt或Excel文档中读取数据,并计算平均值-Read data txt or Excel document, and calculates the average
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1357
    • 提供者:张斌浩
  1. readtxt

    0下载:
  2. 从电脑硬盘里读取TXT数据的C++程序,txt文件即为地图-TXT read data the computer' s hard drive C++ program, txt file is the map
  3. 所属分类:Console

    • 发布日期:2017-05-31
    • 文件大小:13086434
    • 提供者:吴科君
  1. Huffman

    0下载:
  2. 从txt读取数据,建立赫夫曼树,以及打印赫夫曼编码,平台是Visual Studio 2013-Read data txt, build Huffman tree, and print Huffman encoding, the platform is Visual Studio 2013
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:2801170
    • 提供者:水心月
搜珍网 www.dssz.com