搜索资源列表
将位图写入文件的源程序bmptofile.zip
- 将位图写入文件的源程序
文件读写存储.rar
- 在编程中经常用到文件读写存储以读取或写入文件,这是一个很好的例子。
BMP文件操作
- 纯C的BMP文件操作程序,包含bmp文件的读取,和内存数据写入文件。本人亲自编写,是我机器视觉项目的一个接口程序,特地分享。
文件操作类
- 整合文件操作的基本处理,包括删除文件、文件夹,获取系统路径、读取、写入文件等
嵌入式FAT文件系统免费源码下载
- 嵌入式FAT文件系统免费源码下载 本文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码(支持中文),并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另外,代码都使用C编写,可以移植到各种单片机平台上来实现文件系统模块。 (FAT16是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与我们联系!qq:292942278,E-MAIL:tony_yang123@
文件操作
- 本程序主要包括界面控件操作,文件操作,模拟将彩票写入文件,可以添加、删除、读取,统计等功能
每月A文件中分别读取气压、温度、湿度、风向、风速、降水、能见度、总云量、低云量、地温、日照
- 从每月A文件中分别读取气压、温度、湿度、风向、风速、降水、能见度、总云量、低云量、地温、日照,分别存入相应二唯数组(I表示日期,J表示小时),并写入文件中,提取的A文件格式为基准站格式。
UCOSFS_SYS.rar
- 本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3.
sfilter
- 文件过滤驱动,过滤创建文件操作和写入文件操作-File filter driver, filter create a file operation and write file operations
将位图写入文件的源程序bmptofile
- 将位图写入文件的源程序-Bitmap files will be written into the source code
feijipiao
- C++小程序,是飞机票订票系统,用读取和写入文件的功能,可以订票,查询航班,退票,修改航班等等功能,其中查询可以通过航班号或者起始地点或者抵达抵达或者起止地点查询-C++ Small procedures, air tickets booking system is used to read and write files, can booking, check their flight, refund, modify flights and so on, which can query the
fileopenandwrite
- 3.1 磁盘存取简介 3.1.1 利用FCB(文件控制块)存取磁盘文件: (2) 在程序的数据段设置FCB和DAT(数据传输区)。 (3) 利用DOS功能调用打开文件(读)或建立文件(写),同时将文件名、扩展名、记录大小等信息保存在FCB中。 (4) 用DOS功能设置DAT地址。 (5) 用相应方式的DOS功能,以记录或字节块为单位读写文件。 (6) 在存取文件之后,特别是在写入文件之后,用DOS功能关闭文件。 -3.1 Introduction 3.1.1 disk
Binary
- 超强二进制读取,写入文件,并对数据库实时控制,本文以写好了2个类!-Super-binary read, write files, and database, real-time control, this paper written by two classes!
TaxiManagement
- 通过读写文件的方式将出租车的信息读入内存和写入文件,在程序中用链表保存待租车和归还车,实现了出租车的管理。其中有涉及较多文件读写的东西。-read the taxi information from txt file,and store it in the list.after rent and return the taxi I write the information to a text file.
longlong
- 向指定文件写入数据,若文件不存在则自动创建文件,并将数据写入文件末尾。-Write data to the specified file, if the file does not exist will automatically create the file, and write data to end of the file.
yueshu
- 可以随机读取文件和写入文件!让我们对文件读写自如-Random read and write files to the file! Let us ease of reading and writing files
csv文件读写
- 往xls格式中写入大量数据时耗时长,可采用csv格式,写入文件时间大大缩短(Writing large amounts of data into XLS format is time-consuming, CSV format can be used, and writing time is greatly shortened)
文件
- 产生15个20~9999之间的随机整数,然后利用BufferedWriter类将其写入文件file2.txt中;之后再提取该文件中的数据并将它们以升序排列。(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in as
将波形数据写入文件,然后读取出来显示波形
- 读写波形文件,将波形数据写入文件中,然后在读出来显示出来(Read and write waveform files, write waveform data to the file, and then read it out.)
练习11-写入测量文件
- 这是一个自己用LABVIEW编写的写入测量文件,用于将测量采集到的数据写入文件保存或者是再调用数据。(This is a write measurement file written by LabVIEW, which is used to write the data collected from the measurement to the file for saving or re calling the data.)