搜索资源列表
CMatrixClass
- 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
11
- 稀疏矩阵的运算问题。涉及相加,相减,相乘,并使用文件功能,即直接读取文件,而不用自己在程序运行时输入矩阵
TSPGT
- 用于求解TSP问题的matlab源代码,需要读取距离矩阵
ReadAnsys
- 读取Ansys有限元模型的质量及刚度矩阵的程序-Another program source code for reading Ansys Mass and stiffness matrix
duru2
- 本代码是用来读取图像的,并把图像归入到一个矩阵中-This code is used to read the image and the image classified into a matrix
Text-File-Array
- Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
readpch
- 读pch文件的小程序,专门读取DMIG格式的矩阵-Reading the small pch file procedures, specifically to read matrix format DMIG
matlab-input-data
- matlab关于数据存取的技术总结,包括如何读取各种不同格式的数据到矩阵中-matlab summary about data access technologies, including how to read a variety of different formats of data to the matrix
DICOMDIR
- DICOMDIR Reader Matlab实现DICOMDIR读取 Matlab, Image Processing Toolbox 程序读取DICOMDIR文件,读取meta数据,生成三维矩阵。 相关知识 Reading DICOMDIR folder using the directory browser GUI: dcmSeries = loaddcmdir Generating 3D array by selecting a dico
FindTheShortestWayInaMap
- 读取存有邻接矩阵的txt文件,并将该计算从起始点至某点的最短路径-It is a program to find a shortest way between two different places.
funtion
- 从最常用的“.BMP”图像格式中读取图像数据, 通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩 将数字图像的RGB表示转换为YUV表示;通过访问Y(亮度)通道,改变数字图像的亮度;通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度-failed to translate
openOfile
- 逐行读取GPS观测文件中的信息,实现提取站坐标,L,P观测值等各项观测值,生成一个观测值矩阵。-GPS observation file line by line to read the information, to achieve extraction station coordinate, L, P observations and other observations, to generate a matrix of observations.
DLT057
- 利用PHOTOSHOP软件可以量测出左右像片各控制点的像素坐标,通过公式可以计算出其像点坐标。再根据给定的控制点的空间坐标,利用直线线性变换解法计算出11个DLT参数即l的系数值以及内方位元素然后解算出外方位元素。另外一种方式是用单像空间后方交会的公式计算出外方位元素。利用单像空间后方交会的来结算影像的外方位元素的基本思想是:以单幅影像为基础,从该影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像坐标量测值出发,根据共线条件方程,解求该影像在航空摄影时刻的外方位元素。首先建立单文档的程序,
sol_fa2soundfcn20_May_2011
- 职能转换的纯文本唱名法记法矩阵或一个MIDI序列,代表的声音,或读取MIDI序列数据,并说明其转换为溶胶发符号。 图形用户界面是在一个唱名法编辑器的尝试,一个工作人员到唱名法的转换器。 而将工作职能溶胶fa2soundfcn文件夹在Matlabpath的。使用pathtool命令或设置路径...从文件菜单,并添加溶胶fa2soundfcn文件夹。 在M-代码计算从纯文本输入球场和持续时间,并生成用于扬声器作为信号 Ÿ Ÿ *罪=(2 * pi的*女*吨)
matrix
- 实现简单方阵的操作。如加,减,乘。运算符重载。文件读取。矩阵随即生成-Simple matrix operation. Such as addition, subtraction, multiplication. Operator overloading. File read. Matrix then generates
matrix
- 主要功能是为了运算两个矩阵的乘积,该矩阵文件必须从系统读取,不能从键盘输入-Main function is to computing two matrices, the matrix file must be read from the system, not from the keyboard
ZOOM
- C语言图像如何放大。首先读取要放大的区域的图像信息,然后利用矩阵的repmat变换对矩阵进行拉伸。本程序可以对图像实现放大功能。-C language image to enlarge. First reading area to zoom the image information, and then use matrix repmat transform matrix stretching. This program can achieve the image magnification.
Neyman_Pearson
- Neyman_Pearson 根据NP原理对软木塞进行分类的完整函数。部分如下: function []=Neyman_Pearson(opt) 从excel中读进数据 [source,txt]=xlsread( CORK_STOPPERS.xls , Data ) 读取CORK_STOPPERS.xls文件里Data sheet里的数据, 数据存放在source变量里,文本存放在txt变量里 data=[source(:,3:4),source(:,9)] 将用到的三
jiuzhengbujunyunzhaoming
- 首先读取图像并生成二值图像,然后生成标注矩阵并用彩色显示,最后确定图像的统计性能-First reads the image and generates a binary image, and then generate the label matrix and displayed in color, and finally to determine the statistical properties of the image
hdrload
- 自制函数hdrload,读取TXT文档的开头和数据,提取成两个文件:header和data数值矩阵,对txt中含英文,中文,空格等多种类型都适用(Read the beginning and data of TXT document and extract them into two files: header and data numerical matrix.)