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

搜索资源列表

  1. CH375HFT

    0下载:
  2. MCS-51单片机C语言的U盘文件读写示例程序, 适用于89C52或者更大程序空间的单片机 -MCS-51 single-chip C-U-disk file to read and write the sample programs, application procedures or greater on the 89C52 microcontroller Spaces
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:5675
    • 提供者:尹蓓蓓
  1. ch375HFC

    0下载:
  2. CH375 主机文件系统接口(支持FAT12/FAT16) MCS-51单片机C语言的U盘文件读写示例程序-CH375 host file system interface (support FAT12/FAT16) MCS-51 single-chip U of C language sample programs to read and write disk files
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:17376
    • 提供者:林立生
  1. MyProgram

    0下载:
  2. 改进的学生管理系统,是用c语言写的一个学生管理系统。。。包括了文件读写的操作-To improve student management system, is written in c language a student management system. . . Including the operation of the document to read and write. . .
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:336783
    • 提供者:tonghua
  1. sport

    0下载:
  2. 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20) 功能要求: 1) 可以输入各个项目的前三名或前五名的成绩; 2) 能统计各学校总分, 3) 可以按学校编号或名称、学校总分、男女团体总分排序输出; 4) 可以按学校编号查询
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:1613
    • 提供者:王宜晓
  1. 24cXX_c51

    0下载:
  2. MCS51 C语言操作AT24Cxx的函数。采用头文件加c文件的形式。可对AT24Cxx系列的EEPROM进行单字节和多字节的读写操作。可作底层库函数使用。在EEPROM.c文件修改编译设置,可配置成针对具体不同的EEPROM芯片。-AT24Cxx library for mcs51.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:34902
    • 提供者:Jemmy
  1. expression

    0下载:
  2. c语言实现表达式算法--从文件EXP.DAT读入表达式(当读入合法表达式,计算之;当读入非法表达式,输出错误原因)-algorithm c language expression- EXP.DAT read from the document expression (when read into the legitimate expression of the calculation illegal expression when read, causes the output error)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3914
    • 提供者:
  1. BasicExcel_src

    0下载:
  2. 用C++语言编写的读写Excel文件的类-Using C++ language prepared by the class to read and write Excel files
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:79551
    • 提供者:Jason
  1. TurboC_Homework

    0下载:
  2. 2008年C语言基础暑假作业 一、A:用TC软件在屏幕输出图像,例如一条正弦曲线。 B:用TC软件在扬声器输出声音。 二、用TC软件为小学生随即生成加减法运算题,要求所出试题以*.txt格式保存。 三、用TC软件实现对英文文章中以空格和标点符号为分割的单词数目的统计,要求能把文章(in.dat)读入内存,并能将结果以文件形式(out.dat)输出。 四、对TC软件“俄罗斯方块”游戏的分析与改写,要求了解程序的功能、修改“封面”上的制作人姓名、修改背景
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:254112
    • 提供者:moneng
  1. 2

    0下载:
  2. C语言实现学生管理系统,可从文件及键盘读入信息。-C language realization of student management system, and keyboard from the document can be read into the information.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2816
    • 提供者:郑骥跃
  1. JPEGEncoder

    0下载:
  2. C语言写的JPEG Encoder程序,可以将BMP转化为JPEG文件,结构简单,容易读懂,方便移植到各种环境-C language program written in JPEG Encoder can be converted into JPEG files BMP, simple structure, easy to read, easily transplanted to a variety of environmental
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:10464
    • 提供者:keven
  1. pb375a_read_usb

    0下载:
  2. PB375A读写U盘的C语言程序,PB375A是一个国产的USB host芯片,内置了USB文件系统,用MCU去控制PB375A,读写U盘比较容易,只需发送相应的command就行。-USB device read and write code,using usb host IC PB375A .
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:3198
    • 提供者:yuv
  1. AT89C52BUSTEST

    0下载:
  2. 用c语言实现51单片机对外部总线的控制,包括读和写控制,用来总线刷屏很快很方便。附仿真文件,可以详细观察控制过程。-51 MCU with c language implementation of the external bus control, including read and write controls are available for bus-scraper quick very convenient. Simulation attached file, you can obse
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:30643
    • 提供者:sam
  1. CFormat

    0下载:
  2. C语言源代码格式化小文版 刚刚开始做的时候,出现了很多问题。比如: 打开一个 76KB 的大文件出错误。——后来是分次读取,每次 32KB 解决了。 只能够加一个空格。加两个/标准的4个空格的时候时候出错。最后知道是申请的缓冲区不够! 现在可以打开大文件了。 本来是想每次 32KB 的读取,最后合并成一个完成的文件。 后来,出现了上下文的衔接问题。总是多个字符 0xD3 ,直到现在位置,也没有弄明白它是哪来的。 有谁知道告诉我一下。 最后,
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3918174
    • 提供者:游戏王
  1. ClangOPfile

    0下载:
  2. vc6下操作文件的例子。本例使用的是mfc和c语言的操作文件方法相结合。包括写文件和读文件,以及选择保存文件路径和打开文件路径。-operating under vc6 file example. This example uses the mfc and c language file method combined operations. Including written documents and read the file, and choose to save the file pa
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:11742
    • 提供者:立方
  1. pattern3

    0下载:
  2. 模式识别中的K次平均算法实现。 C语言编写,读入文件中的特征值,对其进行分类-Pattern recognition algorithm K times the average. C language, read the file in the characteristic values of its classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:1747
    • 提供者:yan
  1. Readanddisplayimagefiles

    0下载:
  2. 图像文件读入和显示 Wikipedia,自由的百科全书 来自于仕琪的讲稿《使用OpenCV进行图像处理》中的例程 目录 [隐藏] 1 C语言版本 2 函数说明 2.1 论坛常见问题 3 Python版本 [编辑]C语言版本-Read and display image files Wikipedia, the free encyclopedia Shi Qi' s speech from the " use OpenCV
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:7456
    • 提供者:
  1. bigback5.tar

    1下载:
  2. 卡文迪许实验室的 D. J. Mackay 教授在读博期间编写的验证Bayesian和Neural网络的C语言程序/软件包。在Ubuntu8.04-Linux下面可以正常编译并计算结果。文件中含有部分试验所用过的数据!-Professor D. J. Mackay of Cavendish Laboratory. When he was a Ph.D student, he wrote this codes for validating Bayesian and Neural Networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-07
    • 文件大小:1692909
    • 提供者:王磊
  1. sd

    0下载:
  2. C语言编写的SD卡读写程序!是基于51的有文件系统,但是还没有成功!-C language program written in SD card reader! 51 are based on the file system, but no success!
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:49638
    • 提供者:尤建明
  1. fenxi

    0下载:
  2. 编译原理:c语言的语法分析器(使用递归下降法,需从d盘读入分析文件)-Compiler theory: c language parser (recursive descent, be read from the d drive of files)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:sherry
  1. doushouqi

    0下载:
  2. 这是一个双人版的斗兽棋游戏。用c++语言通过vs2008开发的,其中用到了界面编程,以及双缓冲,文件读写等方面的知识。-This is a "Fight Feast"game.The language I use is c++.The tool is vs2008.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:3384675
    • 提供者:Fiona
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com