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

搜索资源列表

  1. cifa

    0下载:
  2. 词法分析,按行读取,语言的规则在源代码中
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2074
    • 提供者:张言国
  1. TXTsegment

    0下载:
  2. TXT文本分割工具,不产生乱码,CStudioFile类按行读取,分为按用户设置大小和用户设置分割份数两种方式进行分割
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:285759
    • 提供者:dfl
  1. MFC按行读取文件然后提取空格分隔的字符串

    0下载:
  2. 使用CStudioFile按行读取文件,然后每一行提取空格分隔的字符串
  3. 所属分类:源码下载

  1. vc按行读取文件简单示例

    0下载:
  2. vc按行读取文件简单示例 菜鸟有助
  3. 所属分类:Windows编程

    • 发布日期:2012-04-21
    • 文件大小:20018
    • 提供者:zzscat007
  1. 读取txt文件 在vc环境下编程

    0下载:
  2. 读取txt文件 在vc环境下编程 可以按行读也可以完整读取,Read txt file in vc programming environment can be a complete line can also be time to read
  3. 所属分类:文件操作

    • 发布日期:2016-01-24
    • 文件大小:1512
    • 提供者:王六
  1. Threaded_Solution

    0下载:
  2. 多线程程序,以进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even the
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:957
    • 提供者:ASIN
  1. ReadFileByLine

    0下载:
  2. 使用API按行读取文件,在操作文本文件时应该很有用-Line read by the use of API documents, text files in the operation should be very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:9535
    • 提供者:
  1. SupperStdioFile

    0下载:
  2. 一个高效读写文件的类,能按行读取写入,支持内存文件-an efficient type of document literacy, according to read into the trip, the memory support document
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:1493
    • 提供者:yayasave
  1. cat_line

    0下载:
  2. linux 下cat命令的简单实现 按行读取文件,然后显示-a simple cat command under linux to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3688
    • 提供者:金玉清
  1. CRWFile

    0下载:
  2. 用C和C++,高效读写文件类CRWFile,将文件一次加载到内存中,支持按行读取数据。 每次写入磁盘文件4096字节,相对比较高效。 CRWFile非常适合读取文件相对较小(<500M)的常规处理! 支持Windows和Linux下编译和运行!-Using C and C++ for read or write the file that on disk. Could be running on windows and linux , and that is super
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:1737
    • 提供者:zhangq
  1. text

    0下载:
  2. vb中按行读取文本 有保存功能,类似记事本-vb read the text line by line with save feature, similar to the Notepad
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2249
    • 提供者:瑛来
  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-28
    • 文件大小:29454
    • 提供者:肖传毅
  1. ReadTxt

    0下载:
  2. 实现对Txt文件的按行读取,并对不同数据提取存入相应变量中,不同数据以逗号分隔,在VS2008运行通过-Realized by the line read Txt files, and extract into the corresponding variables of different data, different data, separated by commas, in the run through VS2008
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:528460
    • 提供者:ypl
  1. txt-file-read

    0下载:
  2. 通过MFC 实现对txt文件的按行读取操作-realize txt file read line by line through MFC
  3. 所属分类:File Operate

    • 发布日期:2016-01-24
    • 文件大小:2532352
    • 提供者:董中要
  1. daima

    0下载:
  2. fscanf在读取ascii数据是先按行读取,就是先读一行的数据,然后按列存储,就是先存完一列之后,再存另一列因此一个10,20列的数据-fscanf read ascii data press line read, is to read the data of a line, then stored by columns, is the pre-existing finished after one, and then save the data of another column 10,20
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:729
    • 提供者:李凡
  1. SharpGL

    0下载:
  2. 三维点云数据读取并显示。格式为按行读取,坐标为(X,Y,Z)-3D point cloud data read and displayed. The format is read by line, the coordinates (X, Y, Z)
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1923042
    • 提供者:sunsenzhen
  1. ConvertUCSDoc

    0下载:
  2. VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:27460
    • 提供者:cooliang
  1. lll

    0下载:
  2. 一个读取txt文件的小程序,打开一个text文件,然后按行读取,并显示-A small program of reading text files
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:766948
    • 提供者:wsw
  1. readline

    0下载:
  2. JAVA读文件操作,按行读取,并存储到一个数组里面。-JAVA read the file operation, according to the line to read, and stored in an array .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2127
    • 提供者:FPGA
  1. GoSerial

    2下载:
  2. GoSerial,Golang语言开发,基于GoSerial开源项目,增加按行读取,可以读取后增加内容分析,完成一些自动判断功能
  3. 所属分类:系统编程

    • 发布日期:2017-01-13
    • 文件大小:61546
    • 提供者:vugo@163.com
« 12 3 4 »
搜珍网 www.dssz.com