搜索资源列表
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
88Excel
- 通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件-Supporting the adoption of this article and sample source code you can control mor
Textfilereadandwrite
- txt文本文件的读出和写入,并能够实时的对数据进行更改和存储。-txt text file to read and write, and be able to make changes in real-time data and storage.
haffman
- 一、需求分析 问题描述: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统能够对待传输数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每段都需要一个完整的编/译系统。试为这样的信息收发站写一个哈夫曼的编译码系统。 基本要求: 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值, 建立哈夫曼树
FileOperation
- c++编写的实现对文件数据(例如.txt和.dat)的读取和存储的类。可以实现动态的从指定文件中读取数据,也可动态的向指定文件名的文件中写入数据。-c++ writing class read and store the file data (for example,. txt and. dat). Dynamic data can be dynamic to specify the file name of the file to write data read from the specif
MatrixOperation
- c++编写的实现对文件数据(例如.txt和.dat)的读取和存储的类。可以实现动态的从指定文件中读取数据,也可动态的向指定文件名的文件中写入数据。-c++ writing class read and store the file data (for example,. txt and. dat). Dynamic data can be dynamic to specify the file name of the file to write data read from the specif
WriteOverlay
- 向PE文件写入附加数据,即查壳时的overlay数据,用于脱壳后的辅助。-Additional data is written to a PE file, check shell overlay data for shelling after the auxiliary.
Hex2CSV
- 一个读取intel的.HEX文件的数据,转换成整型数据写入.CSV文件的一个工具源代码。可以在VS2010下编译。-A tool source code to read the Intel .HEX file data, converted to integer data into a .CSV file. Can be compiled under the VS2010.
3
- 对Modelsim仿真生成数据的写入文件,然后在Matlab中在把这个文件的数据读出来。-Modelsim simulation for generating the data written to the file, and then in Matlab to read the data in the file out.
writeGetFile
- java文件管理中,对文件写入数据和读取数据简单实例,初学者借鉴-Java file management, the file write data and read data simple examples, beginners learn from
Tab-Delimited Data
- 将数据写入到文本文件,并以制表符为分割;读取的数据显示在列表框上以及波形图(LabVIEW Read and Write File Demo)
1241
- 该代码主要实现mat文件中数据的写入操作(The code mainly realizes the writing operation of the data in the mat file)
U盘不断写入
- U盘基于文件系统下的不断写入数据,飞思卡尔单片机的程序(U disk based on the continuous write data under the file system, think of Carle microcontroller program)
读取文件写入数据库
- 读取不规则的数据文件,并将里面的数据写入数据库(Read the file and write it to the database)
AIC3254_CONFIG
- AIC3254的配置文件,包括.h和.c文件,.h文件是对3254寄存器的配置,.c文件是用IIC将.h文件的数据写入3254(AIC3254 configuration files, including. H and. C files,. H file is configured on the 3254 register,. C file is IIC will write the data of the H file 3254)
文件
- 产生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
文件1
- 产生15个20~9999之间的随机整数,然后利用r类将其写入文件中;之后再提取该文件中的数据并将它们以升序(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 ascending order.)
一组跑车数据
- 该数据为INS/GPS组合导航原始数据。本文件夹提供1条数据,数据包括包括两个数据文件,分别存放惯导IMU、GNSS数据。具体说明均写入说明文档。该数据为网友提供,仅作为算法验证用途。(The data is INS/GPS integrated navigation raw data. This folder provides one piece of data, including two data files, which store INS IMU and GNSS data respe
练习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.)
文件的读取,计算,写入
- 文本文件的读取、计算、写入,以逗号分隔的文本数据文件的读取,数据的计算,以及计算后的结果文件的写入源代码。(Read, calculate and write the text file, read the comma separated text data file, calculate the data, and write the source code of the calculated result file.)