CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 读取文件信息

搜索资源列表

  1. scoremanage

    0下载:
  2. 1、整个系统均用C语言实现; 2、利用指针、链表来实现学生成绩的数据结构设计; 3、系统具有输入、显示、查询、删除、排序、插入,保存、读取基本功能; 4、系统的各个功能模块都用函数的形式来实现; 5、可以将学生成绩信息保存在文件中。 6、可以将学生信息从文件中读取出来。-one, the entire system will be used C language; 2, the use of indicators, Listless to achieve student pe
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:51355
    • 提供者:胡海洪
  1. gxglxt

    0下载:
  2. (1)要求利用面向对象的方法以及C++的编程思想来完成系统的设计; (2)要求在设计的过程中,建立清晰的类层次; (3)在系统的设计中,至少要用到面向对象的一种机制。 (4)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 (5)能够将指定的信息从文件中删除。 (6)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 (7)可以统计全部学生的总成绩,及其在班上的排名。 (8)能够统计各科的平均成绩及及格率。 (9)要求有错误提示功能,例如性
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:20230
    • 提供者:程军
  1. toshapefile

    1下载:
  2. 读取外部文件的x,y坐标信息和属性数据,生成shapefile格式arcgis地图文件!-Read the external file x, y coordinate information and attribute data, generate shapefile format arcgis map files!
  3. 所属分类:CSharp

    • 发布日期:2015-10-20
    • 文件大小:81467
    • 提供者:李先生
  1. ReadRINEX

    2下载:
  2. 读取GPS的RINEX文件的代码,并输出相关信息-The RINEX GPS file to read the code, and output information
  3. 所属分类:C#编程

    • 发布日期:2012-11-01
    • 文件大小:197103
    • 提供者:原波
  1. oggReader_src

    0下载:
  2. CSharp读取ogg文件的tag信息(艺术家,专辑等等)-read ogg file s tag information
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:4118
    • 提供者:揭磊平
  1. AddXYData

    0下载:
  2. 读取shp坐标系信息,用坐标(x,y,z)生成shp文件的源代码。稍作修改即可使用-Read shp coordinate system information, use the coordinates (x, y, z) generate shp files of source code. You can use some modifications
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:79516
    • 提供者:
  1. ReadXml

    0下载:
  2. C#程序读取xml文件信息,并将这些信息写入到oracle数据库表中。-Xml C# program reads the file information, and the information written to the oracle database table.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:49784
    • 提供者:alon
  1. Myapp

    0下载:
  2. 实现读取一个大文件夹下的所有文件,包括子文件夹中的文件,并且读入所有txt格式信息分离出单个字符串并且记数,最后输出到当前目录下的一个文本文件-To achieve a large folder to read all the files, including files in subfolders, and all the txt format information read in a single string separated and counted, the final output
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:32067
    • 提供者:鲍周晓
  1. LoadWaveInfo

    0下载:
  2. C#编写的读取Wav文件的文件信息的工具,由C++代码改写-Written in C# to read Wav files of information tools, adapted from the C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:53248
    • 提供者:唐寅龙
  1. read-shape-file-with-CSharp

    0下载:
  2. 对于GIS(地理信息系统)行业的shp文件的读取操作。而且对内部结构进行了详细介绍-read the shape file of geography information system
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:136019
    • 提供者:李艳忠
  1. readwave

    0下载:
  2. wav文件信息读取程序,可以输出wav文件的采样率,通道数,采样精度,文件大小等信息,对了解程序对wav的操作有很大的帮助。-wav file information read the program, you can output wav file sample rate, number of channels, sampling accuracy, file size, and other information of great help in understanding the proc
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:58690
    • 提供者:邵晓波
  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. RSS Reader VS

    0下载:
  2. c# 读取RSS信息的例子,通过这个例子可以深入了解C#解析RSS文档及XML文件操作
  3. 所属分类:C#编程

  1. imagedata

    0下载:
  2.  C#获取照片EXIF信息显示拍摄时间,估计玩摄影的都知道数码相机拍摄的照片中,每张都带有Exif信息,在Exif中记录了照片的很多拍摄参数、比如快门速度、快门次数、光圈大小等,当然也包括了拍摄时间,本例就是通过使用C#的相关图像操作方法来读取Exif信息的拍摄时间。通过指定的数据流来创建Image,遍历图像文件元数据,检索所有属性,如果是PropertyTagDateTime,则返回该属性所对应的值。-C# Gets photo EXIF ​ ​ information d
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:12733
    • 提供者:tpudn52
  1. qingjiao

    0下载:
  2. 打包文件,通过串口与电子倾角仪连接,读取角度信息,并显示出来-Serial connection with electronic inclinometer reading angle information and displayed
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2508821
    • 提供者:lizongzong
  1. IO

    0下载:
  2. winform窗体应用程序,通过打开对话框浏览文件,选中文件后实现对文件信息的读取。-winform Forms applications, browse files via the Open dialog, the file and file information to achieve read.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1061
    • 提供者:石峰
  1. tushu

    0下载:
  2. 图书管理系统,可以对图书信息,读者信息,借阅信息进行增删改查功能,且数据单独保存在三个不同文本中,可以随时调用读取文件。-Library management system, information on books, readers information, loan information CRUD functions, and data is stored separately in three different text, you can call at any time to rea
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:351827
    • 提供者:王杰
  1. TextFile

    0下载:
  2. 将程序信息保存到文本文件中以及从文本文件中读取保存的信息。将程序数据通过序列化保存到文件中以及通过反序列化读取保存的数据。(Save program information to a text file and read the saved information from a text file. Save program data by serialization to the file and read saved data by serialization.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-18
    • 文件大小:50176
    • 提供者:NanKingQG
  1. Image reading

    0下载:
  2. 本程序基于VS C#平台,能够在窗体中显示导入的图片文件,并读取指定范围像素的波段信息。(This procdur can show the image that you input, and read the message of the band.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:3569664
    • 提供者:北冥有_鱼
  1. MyProject33

    4下载:
  2. 1)设计一个学生类Student,包括数据成员:姓名、学号、二门课程(面向对象程序设计、高等数学)的成绩。 (2)创建一个管理学生的类Management,包括实现学生的数据的增加、删除、修改、按课程成绩排序、保存学生数据到文件及加载文件中的数据等功能。 (3)创建一个基于对话框的MFC应用程序,程序窗口的标题上有你姓名、学号和应用(4)创建一个单文档的MFC应用程序,读取(3)中保存的文件中的学生成绩,分别用直方图和折线方式显示所有学生某课程的成绩分布图。程序名称。使用(1)和(2)中的类
  3. 所属分类:C#编程

    • 发布日期:2019-06-21
    • 文件大小:42230784
    • 提供者:拟态
« 12 »
搜珍网 www.dssz.com