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

搜索资源列表

  1. find

    0下载:
  2. C语言编写,读入文件数据,并从读入的数据中查找相应的数据,给出了七种不同的方案,仅供大家参考-C language, read the file data, and data from a read to find the corresponding data are given seven different programs for your reference
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:13975
    • 提供者:Sophie Lovesme
  1. Clanguagewritearead

    0下载:
  2. 这个用于文件的读写。是一个C语言的小程序。可以帮助你学习C语言的文档读写。而且这里包含了修改英文大小写的函数。-This is used to read and write files. Is a C language programs. Can help you learn to read and write C language documentation. And here contains a modified English-sensitive functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1032
    • 提供者:kim han
  1. xianduqu

    0下载:
  2. shp图形文件中线文件的读写代码,使用简单的c语言写的-shp file read and write graphics files midline code, using a simple c language
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:1833
    • 提供者:zhoucheng
  1. lrcdeal

    0下载:
  2. 在windowsxp系统visual C++集成开发环境用C++语言编写的歌词解析器,用到知识主要有链表,文件读写-Windowsxp system in visual C++ integrated development environment using C++ language lyrics parser uses knowledge mainly linked list, document literacy
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8212
    • 提供者:hanzhen
  1. bmp

    0下载:
  2. 纯C语言下写的读写BMP文件的操作,方便大家查看修改-Write BMP file reading and pure C language under the operation, to facilitate the view changes
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:1806
    • 提供者:nanye
  1. tezt

    0下载:
  2. 针对CY7C68013的C语言接口操作,包括驱动、下载固件、读写数据等,固件采用EZUSB的固件文件-CY7C68013 interface operations, including the driver, download the firmware, read and write data, etc.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:12494
    • 提供者:wang
  1. myFileOperation

    0下载:
  2. 通过C语言实现对文件系统的操作,包括文件的读写和删除等操作-Through the C language implementation of the file system operations, including file read and write and delete operations
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:615149
    • 提供者:阿发
  1. afile_to_bfile

    0下载:
  2. c语言实现把a文件的内容读到b的文件中,很小,只是一个自己学习的一个小例子。-c language to change a file and b file
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:11483
    • 提供者:yuliguo
  1. ReadConfig

    0下载:
  2. 利用C语言实现配置文件(.ini)的读写操作,可跨平台使用,实现的功能与windows API 函数 GetPrivateProfileString 和WritePrivateProfileString的功能一样-Using C language to complete two functions which can read and write config files, like that with suffix .ini
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:16976
    • 提供者:yangpeng
  1. ljpxueshengguanli

    0下载:
  2. 基于C语言的学生管理系统 运用文件的读写。-C-based student management system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2746
    • 提供者:surf
  1. 28335-SPI-SD-Fatfs

    1下载:
  2. 在TI的DSP芯片TMS320F28335上使用自带的SPI功能实现SD卡读写,在SD卡读写程序的基础上又移植了支持FAT32格式的文件系统fatfs,最大支持32G的SD容量,具有很高的参考价值,该程序经过验证没有问题,本程序全是都是C语言编写,在CCS3.3环境下编译。 运行之前要准备一个经过FAT32格式化过的SD卡,运行该程序后会在SD卡内建立一个fatfs.txt文件,文件里面会有一段话:感谢您使用研旭28335开发版 !^_^。-Used on TI' s DSP chip
  3. 所属分类:DSP program

    • 发布日期:2015-10-16
    • 文件大小:775168
    • 提供者:肖邦
  1. AVRP375B

    0下载:
  2. AVR单片机C语言的U盘文件读写程序,经过验证。-AVR microcontroller C language U disk file read and write procedures verified.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:172735
    • 提供者:rg
  1. scoom

    0下载:
  2. windows下C语言基于WIN32 API的同步方式读PC串口 不使用控件与类,全C实现。包含完整源代码和示例,注释清晰。分scom.h和scom.c文件。-windows based on the C language to read synchronously WIN32 API does not use the PC serial port control and class, all the C implementation. Contains the complete so
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:3352
    • 提供者:叶影
  1. exp4_hello-driver

    0下载:
  2. 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:39003
    • 提供者:yanghao
  1. ChiMerge

    0下载:
  2. 读文件功能,用C语言实现!虽然不长,但是很精髓!欢迎下载-Reading file functions, implemented in C language! Though not long, but it is the essence! Welcome to download! ! !
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1350
    • 提供者:koeb
  1. StudentGreadManagementSystem

    0下载:
  2. 学生成绩管理系统,c语言程序设计 小学期设计,可读写文件-Student achievement management system, c language programming Primary Design, can read and write files
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:126152
    • 提供者:LiHao
  1. StudentGreadManagementSystem

    0下载:
  2. C语言程序设计小学期论文 学生成绩管理系统论文 有文件读写功能-C language programming elementary student achievement management system of paper documents to read and write functions papers
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:416118
    • 提供者:LiHao
  1. Rinex

    0下载:
  2. 读rinex文件的源代码。使用C#语言编写-Read rinex file' s source code. Using the C# language
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:152909
    • 提供者:孙斌
  1. DEMO1

    1下载:
  2. CH376芯片MCS-51单片机C语言的U盘文件读写示例程序.-CH376 chip MCS- 51 single chip microcomputer C language U disk file reading and writing sample program.
  3. 所属分类:Other Embeded program

    • 发布日期:2016-06-15
    • 文件大小:154624
    • 提供者:peng
  1. student-manage

    1下载:
  2.  学生信息管理系统 一、 课题内容和要求 设计一个简化的学生成绩管理系统,并用C语言实现。对该系统的要求如下:  1. 该系统应实现以下功能 (1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的20 、30 和50 。 (3)计算每位学生的总评成绩。 (4)计算该班级某课程的总平均成绩。 (5)算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:208393
    • 提供者:裴安山
« 1 2 ... 7 8 9 10 11 1213 14 15 »
搜珍网 www.dssz.com