CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - read a file c

搜索资源列表

  1. linklist

    0下载:
  2. 一个完善的C++链表,具备将数据保存为二进制文件,以及从文件读取数据并创建链表功能,可用于通常的数据存储应用。-A perfect C++ List, with the data saved as a binary file, as well as read data from the file and create a linked list function can be used for normal data storage applications.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:5339
    • 提供者:寂寞北冰洋
  1. examples

    0下载:
  2. The C++ version of the IQmath librray requires the C header file and is built on top of the C functions and definitions. See "Building A Project" section of this Read Me file on how to include the above files in a user C++ program/project.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:107159
    • 提供者:田涛
  1. Read.a.file.line.function

    0下载:
  2. 本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。-This procedure using C language to implement reading a. Txt document in the line of data. Want to be useful to everyone. Where there is something wrong please correct me.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2619
    • 提供者:张得利
  1. huffman

    0下载:
  2. 哈弗曼编/译码程序,C语言实现.这个程序是从文件中读取字符串,编码和译码之后也写到文件里,可以改变文件路径,或做适当更改,编程从终端输入输出.自己写的,可能会有不合适的地方,供大家参考而已.-Havermann encoding/decoding process, C language. This program is the string read from a file, encoding and decoding is also written after the file, you ca
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:469265
    • 提供者:water
  1. SHIXI

    0下载:
  2. 职工信息表,利用c文件链表做的简单存储数据系统。存储包括职工工号,姓名等等,有读取和写入等功能-Staff information tables, using a simple c file lists as data storage systems. Store including staff job number, name, etc., have to read and write functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:645
    • 提供者:wallace
  1. file

    0下载:
  2. 用C语言实现矩阵的文件读操作,并求矩阵的乘积-Matrix with the C language file read, and the product of a matrix
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:194343
    • 提供者:gc
  1. grade-book

    1下载:
  2. 编制一个C语言成绩记录簿,每个学生信息包括:学号、姓名、C语言成绩。具体功能: (1)创建信息链表并以磁盘文件保存; (2)读取磁盘文件并显示输出所有学生的成绩; (3)按学号或姓名查询成绩; (4)添加成绩记录; (5)修改指定姓名或学号的学生的成绩并可存盘; (6)显示输出60分以下、60~79、80~89、90分以上各分数段的学生信息。 -Prepare a C language performance record book, every stud
  3. 所属分类:Other systems

    • 发布日期:2015-04-13
    • 文件大小:419840
    • 提供者:自动化
  1. asd

    0下载:
  2. 通讯录至少应该有以下数据项:姓名,家庭住址,手机号码,邮编,E-mail。输入信息时要检查数据项手机、邮编、E-mail的合法性,手机号码:11位数字;邮编:6位数字;E-mail:包含@字符,且@两边都非空。对通讯录应该包含有以下操作(包括基本功能和拓展功能): a)向通讯录中添加信息; b)在通讯录中按姓名或手机号查找个人信息; c)删除通讯录中的个人信息; d)修改通讯录中的个人信息,并保存入文件; e)按不同数据项排序后列表输出通讯录中所有人的信息。通讯录中记录的数量
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-21
    • 文件大小:37823557
    • 提供者:王鸣明
  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. CPPStudy-Design

    0下载:
  2. 用C++实现菜单管理系统的课设,可以实现存储到文件和文件读取的功能-The lesson based menu management system with C++ can be stored to a file and the file read function
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:759785
    • 提供者:徐连振
  1. Jump-too-much-of-a-line

    0下载:
  2. C++读取txt文件时,能够跳过文件的第一行而从第二行开始读取文件内容-C++ read TXT file, can jump over the first line of documents from the second line began to read the contents of the documents
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:540
    • 提供者:宋梓晨
  1. CPP-Read-and-Write-ini-file

    0下载:
  2. 用C++封装的读写ini文件的类,非常实用。可直接用于自己的工程里面,适合于各种平台。-With the C++ package to read and write ini file class, very practical. Own project which can be used directly, suitable for a variety of platforms.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:4637
    • 提供者:lzq
  1. sportsmeeting

    0下载:
  2. 用C语言设计实现一个学校运动会信息管理程序,功能如下: (1) 初始化输入:N-参赛院系总数,M-男子竞赛项目数,W-女子竞赛项目数; (2) 各项目名次取法有如下几种: 取前5名:第1名得分 7,第2名得分 5,第3名得分3,第4名得分2,第5名得分 1; (3) 由程序提醒用户填写比赛结果,输入各项目获奖运动员的信息。 (4) 所有信息记录完毕后,用户可以查询各个院系或个人的比赛成绩,生成团体总分报表,查看参赛院系信息、获奖运动员、比赛项目信息等。支持将信息保存为文件,
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:127668
    • 提供者:刘晔
  1. 000

    0下载:
  2. C语言编写的BP神经网络程序,可将训练好的权值存放在文件中,并可直接读取此文件。-C language BP neural network program, trained weights can be stored in a file, this file can be read directly.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3449
    • 提供者:张帅
  1. write-and-read-a-file

    0下载:
  2. 读文件和写文件的一个小程序 这是我自己在学习c++过程中写的一个小程序-Read and write files in the file is a small program that I wrote in the learning process of a small program c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:1171976
    • 提供者:YCZ
  1. Getting-Started-of-OGR

    0下载:
  2. This document is to explain how to read and write data from a file with OGR' s C++ class. It is strongly recommended to read this document before the first reading introduces OGR architecture descr iption document, which describes the main classes
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:11463
    • 提供者:许昌
  1. Calendar-VC

    0下载:
  2. 万年历,VC编写,可以实现公历转换到阳历,graphics编写,图形化界面,(使用了easyx) 含有读文件模块,适合初学C++者。-Calendar, VC preparation, can be achieved to the Gregorian calendar converter, graphics written, graphical interface (using a easyx) to read the file containing the module, suitable
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1634438
    • 提供者:楚莹珺
  1. Labview_clk

    0下载:
  2. 本程序为一卡通闹钟,外观形象可爱生动,可以显示电脑系统的时间,并可实现闹钟功能,即可以设定闹钟时间,并指定时间到时所播放音乐,音乐是用windows media player作为播放器,到时间后还可选择是否再响,并设定隔几分钟后再响。另外还有备忘录功能,即可以输入文本将备忘内容写到一个文件(本程序是写到C:\write-read.txt文件)中,当选定的提醒时间到会响铃,并弹出提示对话框,达到提醒待办事项的目的。当按下“停止”按钮时,程序终止。-
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:289846
    • 提供者:天蓝
  1. student

    1下载:
  2. C语言,学生成绩管理系统作业设计。VC++6.0编译通过, 利用结构体,结构体指针,单链表,文件操作,命令窗口下简单菜单设计,可从文件读入数据,自动保存数据,有错误自动判断修复,能添加,删除,查询,显示,排序记录,适合多数初学者期末C语言作业设计要求!如果要增加科目,只要修改源代码中的Class_N的值就可以了,科目的名称在程序第一次运行时输入,会自动保存到student.ini文件,程序运行时自动生成的student.ini文件为系统信息文件(二进制文件),student.db为数据存储文件(
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:342812
    • 提供者:namejiang
  1. 声音读取

    0下载:
  2. c#编程实现读取一段wav音频文件,仅仅是读取哦(C# programming to read a section of wav audio file)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1881088
    • 提供者:御魂笑
« 12 3 »
搜珍网 www.dssz.com