搜索资源列表
数据结构的文件读写
- 结构数据的读写是指从\"流\"文件中读取数据存入结构,或将结构数据写入\"流\"文件。我们可以用以下两种方法进行结构数据的文件读写-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
dijkstraautomatique
- dijkstra算法,windows和linux下编译通过,可以从文件读取数据,也可以手动输入边数及点数,自动生成边长。-dijkstra algorithm, windows and linux under compile, can read data from the paper, can also manually input edges and points, automatic generation length.
Bellman_Fordautomatique
- bellmanford算法,windows和linux下编译通过,可以从文件读取数据,也可以手动输入边数及点数,自动生成边长。-bellmanford algorithm, windows and linux under compile, can read data from the paper, can also manually input edges and points, automatic generation length.
CMatrixClass
- 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
B+树算法
- B+树算法:从磁盘读取数据文件,可以进行插入,删除操作,两种方式打印出元素信息。树型打印和依关键字大小打印。-B Tree Algorithm : From disk to read data files that can be inserted, deleted operation, Print out both elements of information. Tree-Print and Print size according to the keyword.
带通fir设计及图形显示比较
- 数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A t
stack
- 它按照后进先出的原则存储数据,先进入的数据被压入栈底,最后的数据在栈顶,需要读数据的时候从栈顶开始弹出数据(最后一个数据被第一个读出来)。 -It is in accordance with the principle of LIFO store data, first enter the data is pushed onto the stack at the end, the last data in the top of the stack, you need to read data f
read-simulation-data
- 读取油藏数值模拟软件eclipse中的井位所在网格,然后计算某井附近n个网格的有效厚度、渗透率、含水饱和度的平均值。 -Read eclipse reservoir simulation software in the wells where the grid, and then calculating a well near the n-grid effective thickness and permeability, the average water saturation.
matlabreadexcel
- 利用matlab读取excel格式的数据文件-Use matlab to read data from excel file format
LabVIEW_read_write_data_txt_and_excel
- labView的写入数据到txt,从txt读取数据,读取excel数据。-labView write data to txt, read data from txt, excel to read the data.
read_file.dat_and_file.hea_by_matlab
- 使用matlab读取心电、血压等采集数据.dat和.hea文件,并分图标注显示。内有详细程序说明和读取实例-Using matlab to read ECG, blood pressure and other data collection. Dat and. Hea files and sub-icon Note display. There are detailed instructions and read the example programs
rddata
- MIT-BIH心律失常数据库数据读取matlab程序-MIT-BIH Arrhythmia Database matlab program to read data
read
- 应用C语言实现二进制格式数据的输入输出- Outputs using the C language realization binary system form data input
DFT
- 从.txt文件中读取数据,并对数据进行傅里叶压缩和变换的操作。-From. Txt file to read data, and data compression and Fourier transform operation.
InterfacingTheCameraModule
- this document explains how to read and write binary data on a serial port using matlab.
DEMO
- 利用MATLAB GUI做的三维数据自动绘图程序,安装运行库后可自动运行,实现从EXCEL读取数据并自动绘制三维曲面图的功能-Using three-dimensional data in MATLAB GUI to do automatic drawing program, after installation of runtime to run automatically read data from a EXCEL and automatically draw the three-dime
matlab-read-uff-to-mat
- 该程序主要用于将UFF格式的文件转换成matlab的mat格式文件。-it can change the uff file to the mat filte which is used to store the data in matlab.
Read-DATA
- 该压缩包中包含几个预测领域用到的原始数据读取的代码。代码简单易懂,且部分有注释,值得初学者学习。-The archive contains the code used in several areas of the original forecast data read. Code is easy to understand, and some notes, worth learning for beginners.
read image in c
- The bitmap header begins with the size of the header, which is then followed by the width and the height of the image data. If the height is a negative number, the image is stored from bottom to up. Usually the number of color planes is one.
read
- 读取文件夹下所有Excel文件,并以文件名命名读取的数据(Automatically reads all the Excel files under the folder and names the read data with the file name)