CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - c file read

搜索资源列表

  1. ReadSaveJpeg

    0下载:
  2. JPEG file Read and Save fuction using c code.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:100919
    • 提供者:JinaYu
  1. linux-2.6.14-for-skyeye.tar

    0下载:
  2. skyeye 模拟器下 的 linux-2.6.14 含LCD cs8900a(driver/net/arm/cs8900-end.c是最终版) 已修改arch/arm/kernel/module.c 以支持insmod 驱动 kernel/resource.c文件添加I/O读写函数-skyeye simulator under linux-2.6.14 with LCD cs8900a (driver/net/arm/cs8900-end.c is the final
  3. 所属分类:Other systems

    • 发布日期:2017-10-30
    • 文件大小:47210496
    • 提供者:李新
  1. RTL8019

    0下载:
  2. 本文件夹中的代码是“RTL8019”的驱动代码。 main.c 该文件包括了main主函数,为读者朋友提供了一个以太网主循环的例子,读者朋友可根据自己系统以及用到的协议来自行更改这个循环。 RTL8019.C 该文件包括了RTL8019读写寄存器、重启芯片、接收数据包、发送数据包等各个底层驱动函数,以及ARP、以太网数据包处理等初级处理函数。 IP.C 该文件包括了UDP等IP层的协议代码。-The code in the folder is " RTL8019&
  3. 所属分类:DSP program

    • 发布日期:2017-04-15
    • 文件大小:7150
    • 提供者:小胖
  1. C

    0下载:
  2. 经典的c算法文档,500例程。喜欢的可以分享过去,我们共同学习共同进步-This file also includes all flag definitions. The input mode flags in c_iflag handle all input processing, which means that the characters sent from the device can be processed before they are read with read.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:23272
    • 提供者:w_m
  1. TestIni

    0下载:
  2. c语言封装的dll,读写取ini文件的源代码-c language package for dll, ini file to read and write access the source code
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:168591
    • 提供者:zmxfirst
  1. FilePartition

    0下载:
  2. 分割和合并文件,程序节选自《Visual C++ 程序开发范例宝典》。知识点INI文件的读写、文件的创建、 文件的读写。-Split and merge files, the program adapted from " Visual C++ application development paradigm Collection." Knowledge point to read and write INI files, file creation, file rea
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:23317
    • 提供者:zhangzl
  1. C_rogramming_created_data_file_read

    0下载:
  2. C编程实现对刚创建的数据文件进行读取和写入C programming on the newly created data file read and write-C programming on the newly created data file read and write
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:6405
    • 提供者:,
  1. survey

    0下载:
  2. XLS问卷结果分析程序,可分两类问卷即3个月内员工和3个月以上员工。直接读入XLS文件并输出XLS文件。-XLS questionnaire results analysis program can be divided into two types of questionnaires that staff within 3 months and 3 months or more employees. XLS file and directly read the output XLS file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:745661
    • 提供者:
  1. tongxinlu

    0下载:
  2. 用c++写的一个通信录 通过文件读/写实现数据存储-C++ using an address book written by the file read/write data storage
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:2654
    • 提供者:k
  1. chessforbcb

    0下载:
  2. 要先把光盘上的三个文件夹的内容复制到硬盘 C:的根目录下,然后把文件的只读属性取消。在C++Builder的集成开发环境(IDE) 中执行File|Open Project命令打开chess.bpr或TestTime.bpr。如果要直接双击 CHESS.BPR或TESTTIME.BPR图标,可能不会正确地装载。运行程序时,请确保 C:\BcbChess文件夹中有所需要的棋子位图文件和背景位图文件。或者在源程序中 修改相应的位图文件路径,并且重新编译工程文件。-We first
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1042494
    • 提供者:jkcj610
  1. sortABC

    0下载:
  2. 随机数产生1000个数,保存在文件中,将前300个整数读入数组A,接下来的400个读入B,最后的300个读入C,分别用冒泡排序,选择排序,直接插入排序算法对A,B,C中的数排序,并按一定格式输出。-1000 the number of random number generation, save the file, read the first 300 integer array A, read the next 400 B, read the last 300 C, respectively,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:749
    • 提供者:bp
  1. inifile

    0下载:
  2. ini 读写类, linux/win 通用-class to read and write ini file, linux/win general
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:7472
    • 提供者:guohong
  1. audio_frequency

    0下载:
  2. 文件包中有三个文件:sound.c,mixer.c.vol.c 其中sound.c是实现打开、关闭音频接口,同时实现录音放音功能的文件; mixer.c是实现读取当前混音器的设备信息,设置左、右声道增益功能的文件; vol.c是实现调节音量功能的文件 此文件是基于linux开发板编写的-Package has three files: sound.c, mixer.c.vol.c sound.c which is to achieve open, close the audio
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:3258
    • 提供者:张婕
  1. new_test

    0下载:
  2. 学生信息管理系统,主要是C++课程所学的应用,使用模版实现,可以实现学生信息的查询,输入,删除,修改,输入文件,读入等,交互性很好,很人性化,会让你满意的-Student information management system, mainly learned C++ application programs using the template implementation can query student information, enter, delete, modify, input
  3. 所属分类:Education soft system

    • 发布日期:2017-03-29
    • 文件大小:6098
    • 提供者:xzh
  1. CountKeyword

    0下载:
  2. 输入C语言保留字文本文件、C语言源程序文件,输出记录对应C语言源文件中各关键词出现次数的文本文件。 完成以下功能:读取C语言保留字文本文件,建立C语言保留字链表;建立逐行读取给定C语言源文件,分解出每个单词并与C语言关键词进行比较,记录各关键词出现的次数,将所有关键词出现的次数保存到给定文本文件;要考虑用命令行参数实现该任务。 要应用以下知识点:文件的读写;字符数组的操作;命令行参数的使用。 -Enter the C language reserved word text file,
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:王伟
  1. DosImage

    0下载:
  2. C/C++图像处理编程 第二章至第九章 内容非常丰富,包括各种图形格式文件的读写操作、各种格式图像显示方法、灰度图、直方图、边缘提取、图像变换等很多内容,如果你是图像处理程序员,那么该软件可以为你提供几乎所有的入门及中高级技巧。-C/C++ image processing program chapter to chapter IX is very rich, including a variety of graphics formats file read and write operatio
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3518143
    • 提供者:交换链
  1. File

    0下载:
  2. 多种方法的文件读写包括C的OPENFILE,c++的流读写FILE类等-many way to read/write file
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3686262
    • 提供者:xxxxxxx
  1. File

    0下载:
  2. 采用Visual C++编写的处理windows 文件的简单程序,实现文件的打开、读和写的功能,适宜初学者学习使用。-Written using Visual C++ handling of windows file simple procedures to achieve the file open, read and write functions, suitable for beginners to learn to use.
  3. 所属分类:File Operate

    • 发布日期:2017-05-25
    • 文件大小:8589588
    • 提供者:wangzhenfei
  1. ImageTest1

    0下载:
  2. Visual C/C++图形图像与游戏编程典型实例解析1--涵盖内容: 1>图像处理简介 2>常用图像文件格式说明 3>BMP图像文件读写 涉及VC知识主要有: 1>消息添加 2>文件读写 3>串行化 实验环境: Win+VC6.0 -Visual C/C++ graphics and game programming typical examples of analytical 1- co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:64146
    • 提供者:hty
  1. KMEANS

    0下载:
  2. k均值算法,C++文件,读入txt文件的方式实现-k means algorithm, C++ files, read txt file means to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:941979
    • 提供者:Mei Xj
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com