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

搜索资源列表

  1. fseek

    0下载:
  2. 这是一个用C语言来操作文件指针对文本进行读写操作的简单程序,供初学者参考-This is a example for file point,we could use point control write and read files,
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:158636
    • 提供者:关元超
  1. Cdepthprofiling

    0下载:
  2. C语言深度剖析 C语言使用的要点,对C语言的关键字的使用、函数调用、指针、结构体、文件读写等做了深入剖析,许多内容一般的教科书没有涉及-C language depth analysis of the main points of the C language, use the C language keywords, function calls, pointer, structure, file reading and writing in-depth analysis, many elem
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:753319
    • 提供者:jygb007
  1. CPP

    0下载:
  2. 本课程设计的目的是设计一个学生选修课程系统的程序,用来实现对学生成绩的管理,其中包括学生信息的文件读入、添加、查询、保存、删除以及相应的课程信息管理。程序设计了两个类,其中一个包含学生的学号、姓名、选课数以及选修总学分,另一个则包含了课程的信息,包括课程编号、课程名称、课程性质、课时等等。然后通过数组、向量、集合等来实现学生选课信息的记录、保存,删除等相关操作从而达到管理学生选课的。因为这次课程设计,我们可以熟练的使用C++语言来完成一个学生选课管理系统。但是编写过程中难免会遇到错误,希望老师给
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:374635
    • 提供者:殿下
  1. car-sales

    0下载:
  2. 学校作业,汽车销售管理系统,算是C语言的存储,读入,文件修改的简单例子- Simple example of school operations, automotive sales management system can be regarded as the storage of the C language, read, file modification
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:220555
    • 提供者:刘畅
  1. pl0cifafenxi

    0下载:
  2. c语言 词法分析 pl/0 语言的词法分析器 文件读入-c语言 词法分析 pl/0 语言的词法分析器 文件读入
  3. 所属分类:系统编程

    • 发布日期:2017-04-15
    • 文件大小:6218
    • 提供者:qwe
  1. 3D-data-slice

    0下载:
  2. 在分析SEGY格式地震数据文件的结构及其读写方法的基础上,介绍了三维地震数据 体的任意剖面抽取算法及C语言程序代码-introduce the method of the slice in the 3D segy data in matlab
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:499751
    • 提供者:hfy
  1. file_rw

    0下载:
  2. c语言实现的文件读写。数据源不断产生数据,能够实现数据不断写入文件。包含设计文档!在dev c++平台上已经验证成功-The C language implementation of the document to read and write. Data source continuously generated data, can achieve data is continuously written into the file. Contains design documents! In
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:12067
    • 提供者:郭帅
  1. cmobliphone

    0下载:
  2. C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:64919
    • 提供者:alex
  1. BMPViewer222

    0下载:
  2. 24位BMP图象的读入与显示 BMP图象的读取 使用C语言对BMP图象进行读取和显示 将BMP图象内容写入到AVI文件中去 简单的可操作8位和24位bmp位图的图像类 图象处理程序, 能把16位或24位等图象转化为8位 bmp图象处理类,实现了bmp图象的读写操作-24 BMP images read into and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1255048
    • 提供者:David
  1. config

    0下载:
  2. 读写配置文件,config.ini;有C语言版和C++语言接口,简单易用-config.h config.c config.cpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:9582
    • 提供者:yesiryao
  1. testAE

    0下载:
  2. 在vs2010平台上,采用c#语言写读.SHP文件。并采用direct 3D技术将其显示出来,文件中有中国地理边界线文件-on the platform of VS2010,I use c# to read .shp files.At the same time,I use the technology of Direct 3D to display the content.In the .rar file,there are files of boundary
  3. 所属分类:GIS program

    • 发布日期:2017-06-15
    • 文件大小:23800336
    • 提供者:litingting
  1. Personnel-Management-System

    0下载:
  2. 用 C++ 语言开发一个企业人事管理系统在系统中进一步引入STL、文件读写-Personnel management system of an enterprise developed using C++ language in the system further introduction of the STL file to read and write
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-04
    • 文件大小:772649
    • 提供者:杨蓝
  1. 20922628

    0下载:
  2. C语言,结构体嵌套读写文件,把BOOK数据存入BLOCK结构体内写文件。-C language structure nested read and write files, write files to the BOOK data are stored in the BLOCK structure in vivo.
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:1286
    • 提供者:zl
  1. space-resection

    2下载:
  2. 摄影测量单像空间后方交会C语言程序,采取读文件方式读入数据,采用间接平差法,将共线方程逐点法化,组成法方程,迭代求解外方位元素。-Photogrammetric space resection programming assignments alone, take the reading of papers read into the data, using indirect adjustment method, the total line of the equation-by-point m
  3. 所属分类:Data structs

    • 发布日期:2015-05-29
    • 文件大小:9216
    • 提供者:李若
  1. K-means

    1下载:
  2. 模式识别中聚类分析经典算法,K-均值算法,C语言编写,可以读入文件,处理任意维数和任意个数的特征向量,附有测试数据。-The classic pattern recognition, cluster analysis algorithm, the K-means algorithm, written in C language, can read the file, handle any number of dimensions and any number of feature vectors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:6562
    • 提供者:李若
  1. jisuanqi

    0下载:
  2. C#.NET语言编写的计算器程序,并具有简单的文件操作功能框,可以实现读文件,写文件,追加文件以及简单的发送邮件操作,源码注释非常详尽,非常适合初学者-C#. NET language of the calculator program, and has a simple file operations box, you can read files, write files, append files and Send e-mail operation, source code comment
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:74505
    • 提供者:yangjian
  1. (stu)File1

    0下载:
  2. 打开一个文件,逐行读取生成一个英文字符的索引,产生一个文件保存输入文件中的字符出现的次数、个数和种类。 1、一次读取文件的一行;读取文件使用iostream; 2、除去行中所有的标点符号,利用附录A的程序代码; 3、对于每一行: a)在你构建的索引结构中查找单词; b)如果没有找到(出现新词)就将它插入索引; c)如果找到就更新该词的出现次数(次数加1)。 4、所有行都读入完成后,对索引结构按照字典顺序进行排序。每一行都应包括该单词本身、出现次数,如果有能力,程序还应
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1559
    • 提供者:lj
  1. myftp

    0下载:
  2. 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:518300
    • 提供者:kevin
  1. rwini

    0下载:
  2. 使用c语言在linux开发环境下编写的,用来读写ini文件-read&write ini file!!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2690
    • 提供者:andy
  1. duqushaixuan

    0下载:
  2. C语言 文件读写 数据筛选 源代码,功能如上所述。-C language source code file to read and write data filtering functions as described above.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:1284
    • 提供者:陈希
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com