搜索资源列表
数据结构的文件读写
- 结构数据的读写是指从\"流\"文件中读取数据存入结构,或将结构数据写入\"流\"文件。我们可以用以下两种方法进行结构数据的文件读写-read and write data structure is defined as "the flow" paper read data are stored in the structure or structures to write data "flow" document. We can use the follo
f107
- 用C++实现大容量数据的快速读入文件,以及快速写入磁盘!-with C + + realization of the large-capacity, rapid data read from documents, and fast into the disk!
wx_text_to_access
- 这是用于在matlab中实现从文本文件中读取数据,并写入到access中的程序。
200430481
- 赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 [基本要求]一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件h
JPEGyashuo
- 本软件提供了JPEG数据压缩编码设计方案,其中使用了jpeglib2库文件,jpeglib2库提供了读取和写入JPEG各个部分的函数。
readTxt
- 首先在文本文件中写入要求格式的数据,然后利用程序把这些数据读取到屏幕中显示,
DE0_SDCARD_JPEG_2_BMP
- 从SD Card中读取 image.jpg, 经过NIOS II 转成 image.bmp,并保存在SD Card中。 注: 运行程序之前,在SD Card的跟目录放一张名字为image.jpg的图片,并建立一个名为image.bmp的文件, 程序运行时,会把bmp图片数据写入image.bmp中-Read from the SD Card image.jpg, through the NIOS II converted image.bmp, and stored in the SD Car
transform
- matlab例程,实现将图像样本转换成libsvm数据格式,并写入txt文件(附有测试和训练数据)-matlab routine to achieve the image samples into libsvm data format, and write txt file (with the test and training data)
save
- MySave产生一个指定幅值和频率的正弦信号,并将产生正弦信号的数据写入数据文件MySin.txt.-save data to a direct path
writetotxt
- 利用MATLAB编写的该代码,可以将数据写入到TXT文件中,里面还赋有说明-Prepared by the use of MATLAB code, the data can be written to TXT file, which is also endowed with that
simple_xy_wr
- 利用F90接口创建nc格式文件,并写入一个虚构的2维数据-use F90 interface to create nc format file
MySinWR
- 信号数据文件的读取与显示,写入数据文件并读取,然后显示-Signal data file of reading and show, write data file and read, and then display
10-15e
- 输出三角形边长 判断三角形类型 计算三角形面积 写入数据文件 查看文件中的数据 清空文件数据 -Data output triangle triangle side lengths to determine the type of writing data to calculate the area of a triangle file to view the file empty file data
file
- 将图的数据写入文件并构造邻接矩阵,求出单源点到其他顶点的最短路径(The data of the graph is written into the file and the adjacency matrix is constructed, and the shortest path from the single source point to the other vertex is found)
altwritesegy
- 能够将浅地层剖面仪数据以SGY格式写入文件(The data of shallow profiler data can be written in SGY forma)
read_word
- 此文件可以在word上创建任何你想要的表格,并向表格写入数据(This file can create anything you want in the word table, and write data to the table)
txtsave2
- 在MATLAB中实现数据分拣,txt文件打开,txt文件的行数读取,十六进制和十进制数据混合处理,十六进制与十进制转换,TXT文件写入。(In MATLAB, data sorting, TXT file open, TXT file number read, sixteen decimal and decimal data mixed processing, sixteen decimal and decimal conversion, TXT file writing are written
文件读写入链表
- C++语言编写,可实现基于链表的文件读写入链表,数据结构源程序(C++ language is written to achieve chain table based file reading and writing chain table, data structure source program)
wo
- 可以对气象站点批量读取,可以对气象数据进行筛选鉴别,批量写入文件,并且是按站点按照月份读取每年的数据。(It can read the meteorological stations in batches, identify meteorological data, write files in batches, and read yearly data according to month.)
数据读写入data文件
- UDF:增加一个变量,把它写进一个 data 文件以及把它再从文件中读入 FLUENT。