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

搜索资源列表

  1. Asynchronous_read_write_RAM.cpp

    0下载:
  2. SystemC example file for Asynchronous read write RAM. This file can be used to learn some features of C++ and Systemc.
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:1185
    • 提供者:pippogiampi2
  1. CPP-XML

    1下载:
  2. c++读取xml文件的一个类。基本包括了所有的xml操作读取。比较实用-c++ read xml file a class. Basic operation includes all xml read. More practical
  3. 所属分类:File Operate

    • 发布日期:2014-12-07
    • 文件大小:876544
    • 提供者:shuangli
  1. sdtest

    0下载:
  2. sdi读写源程序,包括一些头文件。。。sdi.c sdi.h-sdi read、write source file
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:25123
    • 提供者:李晓莉
  1. exam060

    0下载:
  2. C语言实现随机存取数据,借助于fseek()函数可以设置文件的位置,再使用C的I/O系统便可以完成随机读写操作-C language random access data by means fseek () function can set the location of the file, using C, I/O system can complete random read and write operations
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:2178
    • 提供者:vera
  1. Open_WAV

    0下载:
  2. 使用C++语言编程读取WAV格式音频文件数据,显示该WAV文件信息,并将该数据存放在一个txt文档中-Read the data of the WAV audio file , display the information of it , and save the audio data in a txt file .
  3. 所属分类:Audio program

    • 发布日期:2017-11-04
    • 文件大小:2431673
    • 提供者:JackLee
  1. CB6_MSHelp(MS-SDK-Help-Files)

    0下载:
  2. 朋友们在Windows下编程的时候,经常要用到SDK函数,这时,如果有个小巧快捷的电子帮助工具能够查询一下,会方便得多。这是从C++ Builder 6中整理出来的WINDOWS-SDK帮助文件,把它解开在磁盘上,只要轻轻双击一下win32sdk.hlp文件,就可以阅读“目录”,或者从“索引”中瞬间找到所需函数说明。 -Friends when programming under Windows, often use the SDK function, then, if there is a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:16458179
    • 提供者:caotings
  1. novel-reader-online

    0下载:
  2. 在线TXT 小说阅读目前广泛流行,基于这一实际需求,开发基于Socket 的在线迷你 TXT 小说管理平台,TXT 小说管理平台的主要功能包括会员的登录与注册,按小说分类在线阅读、 上传和下载小说。 要求: 1. 使用JDK 自带功能实现该系统。 2. 禁止使用数据库 3. 必须按照c/s结构完成系统,不许使用客户端直接操作服务端使用的文件 -Read online TXT novel is widely popular, based on the actual
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:778163
    • 提供者:yangzhen
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:8792
    • 提供者:weiwei
  1. Lexical-analysis

    0下载:
  2. 汇编语言词法分析器的设计,采用c语言编写,可以实现从文件中读入字符后进行分类。-Design, assembly language lexical analyzer c language, can read characters from a file classification.
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:2390
    • 提供者:杨毅
  1. ifstream-and-getline

    0下载:
  2. 介绍使用ifstream和getline读取文件内容[c++]-using ifstream and getline read from file
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:25315
    • 提供者:Michael
  1. liujianh01

    0下载:
  2. 基于链表的学生成绩管理系统(C语言) 1、链表的创建、显示、清除; 2、链表结点的查找、修改、删除; 3、链表结点的排序; 4、链表数据的文件保存、读取; -Based on student performance management system linked list (C language), a linked list to create, display, clear linked list of nodes to find, modify, and delet
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:64880
    • 提供者:刘建红
  1. test_conf

    0下载:
  2. c语言读写配置文件,用于设置保存及读取。-The c language literacy configuration file used to save the settings and read.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-29
    • 文件大小:3703
    • 提供者:yyy
  1. class

    0下载:
  2. This scr ipt in C++ is to help learn and exam how to read data from files. A counter is used to read from a file and write it back.-This scr ipt in C++ is to help learn and exam how to read data from files. A counter is used to read from a file and
  3. 所属分类:Education soft system

    • 发布日期:2017-11-22
    • 文件大小:17298
    • 提供者:arwa68
  1. wenjianduqu

    0下载:
  2. C++写的测试文件的读取,并把读到的内容存到vector中方便以后使用,没有什么新意和特别就是方便自己查看-Test file write C++ read and read the contents of memory to the vector for later use, there is nothing new and is convenient View
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:650229
    • 提供者:szl
  1. CIni_Src

    0下载:
  2. 读取ini文件的操作c++封装类。测试,比较好用。-Read ini file the operation c++ package classes. Test, relatively easy to use.
  3. 所属分类:File Operate

    • 发布日期:2017-11-08
    • 文件大小:9298
    • 提供者:杨正建
  1. WinformRwINI

    0下载:
  2. 本程序是用C#开发的一款主要用于读与写INI文件的实用程序-This program is a major development with C# utility is used to read and write INI file
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:56977
    • 提供者:王玉良
  1. DiskFilter

    0下载:
  2. 此驱动默认还原C盘,缓冲文件放D盘(根据inf文件配置)。 此代码为课程设计而写,只实现了最基本的功能,很多细节问题并未考虑。另外, 对读写请求未进行过滤,还原系统盘时,Win7下测试,系统启动后会显示 “正常进入Windows”等选项,系统在关机时应该做了记录日志,被拦截后出 现此提示。-This drive to restore the C drive by default, cache files, put the D disk (inf file configuratio
  3. 所属分类:OS Develop

    • 发布日期:2017-12-06
    • 文件大小:9634
    • 提供者:高书勤
  1. Digital-certificates

    0下载:
  2. 数字证书:从文件中读取数字证书,生成文件输入流,输入文件为c:/mycert.cer,获取一个处理X.509证书的证书工厂-Digital certificate: digital certificates read from a file, the file input stream is generated input file c :/ mycert.cer obtain a certificate factory for X.509 certificates
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:14591
    • 提供者:pudn1375
  1. Aircraft_booking-_system

    0下载:
  2. 这是我用C语言写的一个飞机订票系统,里面基本的系统功能,用的数据结构是单链表,数据是文件流,读取TXT文件数据,所以,这个实例包含很多非常有用的东西,是对新手非常好的实例-This is an airline reservation system, written in C language inside the basic system functions, data structure is a single linked list data file stream, read TXT fi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:499100
    • 提供者:谭俊孟
  1. tt

    0下载:
  2. 读取RGB24彩色图像的dat文件,没帧图片大小为320*240,然后对图片进行直方图均衡,一种是调用matlab接口,一种是自己写的,读取C语言处理的dat文件,都显示出来进行对比-Read the RGB24 color image dat file, no frame picture size is 320* 240, and then the image histogram equalization, a call matlab interface, one is to write yo
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:17513906
    • 提供者:wangbeibei
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com