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

搜索资源列表

  1. readfile

    0下载:
  2. VC++ 6.0 多线程读取文件的例子 适合初学者-6.0 multithreaded VC++ read file example for beginners
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-08
    • 文件大小:931
    • 提供者:GWL
  1. Reader

    0下载:
  2. 读取文件显示文件路径和文件内容,可以读取电脑里的文件和显示文件内容-Read the file displays the file path and file content, file and display the contents of the file can be read by the computer
  3. 所属分类:.net

    • 发布日期:2017-11-19
    • 文件大小:49463
    • 提供者:唐胜
  1. The-convolution-function

    0下载:
  2. 读取文件中的图像数据对图像实现卷积运算及处理后图像文件输出-The image data in the read file to realize the convolution operation on the image and the processed image file output
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:4579
    • 提供者:张迪
  1. example

    0下载:
  2. 用matlab编写的一个人机界面,具有读取文件功能,操作按钮功能等-A matlab GUI program which can read file, operating button act.
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:5057
    • 提供者:门闯社
  1. ifstream-and-getline

    0下载:
  2. 介绍使用ifstream和getline读取文件内容[c++]-using ifstream and getline read from file
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:25315
    • 提供者:Michael
  1. GPA

    0下载:
  2. MFC编写的GPA计算程序,可读取文件,并将结果输出-MFC written in GPA calculation program, read the file
  3. 所属分类:File Operate

    • 发布日期:2016-01-22
    • 文件大小:1848320
    • 提供者:luoyu
  1. dirr

    0下载:
  2. 从多个不同的文件夹中读取文件类型相同的文件-In Folder, the a different file as the from a plurality reads the Document Type the same file
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:3008
    • 提供者:项风
  1. readpic

    0下载:
  2. 遍历读取文件夹内的所有图片,读取所有opencv支持的格式,并转换为某种形式。-All pictures, the traversal read folder read all the opencv supported formats, and convert some form.
  3. 所属分类:Graph program

    • 发布日期:2017-11-14
    • 文件大小:3877249
    • 提供者:田天
  1. labview-read-any-section-of-the-file

    0下载:
  2. labview读取文件程序,可以读取文件中的任意一段并做频谱分析,并附加了一段参考数据-labview read file program, you can read any section of the file and do spectrum analysis, and additional reference data for some
  3. 所属分类:LabView

    • 发布日期:2017-11-05
    • 文件大小:1504939
    • 提供者:Hou
  1. vcfiles

    1下载:
  2. 20多个VC文件操作实例源码. 查找文件、创建文件、创建目录、复制文件、文件信息、删除文件、移动文件、重命名文件、读取文件等操作。-More than 20 VC file manipulation source code examples to find files, create files, create directories, copy files, file information, delete files, move files, rename files, read the
  3. 所属分类:File Operate

    • 发布日期:2016-03-13
    • 文件大小:293888
    • 提供者:dfgk
  1. ReadFile

    0下载:
  2. 读取文件信息,能够把一个TXT文件读取出来并在一个窗口中显示-To read the document information, a TXT file to be read out and displayed in a window
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:2251423
    • 提供者:guyu
  1. GPR

    1下载:
  2. 能将.dzt格式的探地雷达图像以点模式的形式显示出来,并能读取文件头信息和进行通道设置和采样设置。-Able. Dzt formats ground penetrating radar images show up in the form of a point mode and read the file header information and channel settings and sampling settings.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:4170752
    • 提供者:zhangdi
  1. wenjian

    0下载:
  2. 本压缩包含两个源程序,一个为读取文件大小,一个为读取文件内容,应用于检测文件。-This compression consists of two source code, a one applied to the detection of the file to read the contents of the file, read the file size.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-17
    • 文件大小:531
    • 提供者:dengzhihua
  1. SINGLE-POINT-POSITION

    1下载:
  2. 利用c++实现的GPS单点定位程序,并对程序中读取文件部分做了详细注释-GPS single point positioning using c++ achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:10809344
    • 提供者:王新静
  1. File_Batch_Processing

    0下载:
  2. 为了方便操作,批量读取文件夹中的文件。不限制文件夹级数。-In order to facilitate the operation, batch read the file in the folder. Folder does not limit the number of stages.
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:1042
    • 提供者:brian
  1. AboutStreamReader

    0下载:
  2. C#文件流读写TXT文件内容,基础的FSO文件操作源码,实现过程,先引入using System.Linq using System.IO命名空间,创建类,使用File.Exists判断所需读写的文件是否存在,然后使用StreamWriter读取文件内容,而后StreamReader显示文件内容,同时加入Exception异常处理相关操作。-C# file streams to read and write the contents of the TXT file, the FSO file o
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:7770
    • 提供者:李有才
  1. vc-csv

    2下载:
  2. Vc++读写csv文件的类,这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。-Class Vc++ read and write csv file, this resource is to re
  3. 所属分类:Windows Develop

    • 发布日期:2017-10-30
    • 文件大小:3421
    • 提供者:李志红
  1. CPictureCtrlDemo

    1下载:
  2. mfc 对话框加载图片文件显示,传入图片文件路径,或者读取文件内容到缓冲区。-MFC dialog box load image file, the incoming picture file path, or read the contents of the file into the buffer.
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-28
    • 文件大小:2179072
    • 提供者:程新连
  1. xueshengguanli

    0下载:
  2. 学生管理系统的源代码,采用单链表的方式设计,使用菜单方式操作并有操作出错提示,可以对记录进行增加,显示,保存文件,读取文件,删除,查询等操作-Student management system source code, using a single list of design use menu mode operations and operation error message, you can increase the records, display, save the file, re
  3. 所属分类:Education soft system

    • 发布日期:2017-12-02
    • 文件大小:5097
    • 提供者:樊家骥
  1. WideFolder

    0下载:
  2. C#读取文件夹下所有文件的属性信息,包括文件名称,文件大小,创建时间、路径等。实现思路:实例化DirectoryInfo对象,获取指定目录下的所有子目录及文件类型,/判断是否是文件夹,使用获取的文件夹名称实例化DirectoryInfo对象,为ListView控件添加文件夹信息,以列表形式显示文件夹的名称、文件大小和路径等,然后使用获取的文件名称实例化FileInfo对象,为ListView控件添加文件信息等。-C# read the file folder attributes of all
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:12770
    • 提供者:hpudn79
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com