搜索资源列表
UseMatrixArrayMul
- 一个矩阵四则运算程序. 主要实现两个矩阵的 加,减,乘,除运算-a matrix 4 Operational procedures. Two main matrix, plus or minus, multiplication and Operational
Matrix1.0
- 一个小型的计算线形代数的程序,可计算矩阵各种基本运算,其中矩阵行列式算法优秀高速。-a small linear algebraic calculation procedures, translate basic matrix operations, matrix determinant of outstanding high-speed algorithm.
speech_analysis
- 这时一个语音特征提取的程序源码,除了包含矩阵运算和矢量运算外,还包含了很多语音特征的提取算法,包括:共振峰(formant)提取、基音(pitch)提取、端点(endpoint)检测、线性预测系数(LPCC)、MFCC、LSF、PLCC、EPOCH等。这是我见到的最全的语音分析源码,推荐!-Then a voice feature extraction procedures source, in addition to containing matrix and vector operation
AdvancedMatrix
- 用 c++ 实现的矩阵操作程序 功能: 1) 支持任意数据类型,以满足不同的需要 2) 支持任意个数的元素 3) 支持常规矩阵运算 4) 支持优化存储(如稀疏矩阵的存储)-with operational procedures to achieve the matrix functions : a) to support arbitrary data types, to meet the different needs 2) support arbitrary number
file_bases_matrix_operation
- 实现了基于文件的矩阵加减乘除运算。本程序没有定义特殊的结构类型,所有的算法都基于文件最基本的一些操作,包括文件的打开与关闭,文件指针的移动,以及文件的删除和修改。-realized on the basis of the document matrix arithmetic operations. There is no definition of the unique structure of the type, all the algorithms are based on the most
MatrixInverse
- 矩阵运算程序,方阵求逆 写一个程序实现N》3阶矩阵的求逆运算
changyongsuanfachengxuji
- 本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。
20040127Matrix
- 矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-matrix calculation procedures Functional Analysis : This procedure can be completed matrix of input and output. Few firms have the same number of series and t
comp_matrix
- 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 设计思想: 本程序要完成矩阵的一般运算。同时本程序的截面要友好,操作要简单,并具有较强的自我适应能力,即根据每人输入矩阵的方法不同,在生成矩阵时,程序能适当根据输入的各种格式来达到输入矩阵的功能; 本程序为每个矩阵变量都分配一个矩阵变量名,用户可以通过操作矩阵变量来达到运算目的。如果用户对同一个矩阵变量定义了多次
matrix
- 基于MPI并行计算 我们实验使用的 矩阵的运算程序-MPI parallel computing based on our experimental procedure used in computing matrix
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
nfa
- 对给定的正规式r1、r2,已知它们的NFA分别为M1、M2(其状态转换矩阵及初态、终态信息分别保存在指定文件中)。构造一程序,由此程序构造正规式r1r2(连接运算)的NFA(将其状态转换矩阵及初态、终态信息保存在指定文件中)。-Given formal type r1, r2, known to the NFA that they were M1, M2 (the state transition matrix and the initial state, final state informa
ESBMaths_v3.2.1
- delphi的数学计算控件包,支持常用的数学运算,支持矩阵,统计函数的运算。给要作数学计算的delphi程序员带来福音。-delphi control package of mathematical calculations to support the commonly used mathematical calculations to support the matrix, statistical computing function. To the mathematical calcula
matrixMul
- cuda 矩阵运算程序,cuda上实现两个矩阵相乘-cuda matrix multi
Delphifunc
- delphi程序合集 Workshell.zip Workshell 评述: 是个单元包,提供DLL文件、单元文件、头文件。提供的函数非常有用。 GB2312BIG5.zip GB2312BIG5 评述: GB231和BIG5相互转换单元 Cast128_256.zip Cast128_256 评述: 128和256位加密单元 Bleepint.zip Bleepint 评述: PC喇叭控制单元 Matrice.
TestOpenCl
- 刚做的OPENCL动态库,包括了测试程序。目的是用来计算矩阵运算的,目前在NVIDIA平台上运行。-This is the DLL for opencl and the test program of the DLL. Now it only run on the nvidia platform. The main object is for the matrix multiply.
MatrixFullRank
- CPU和GPU上的利用CUDA实现矩阵的LU、QR和全秩分解、以及一些矩阵变换和运算程序。-On the CPU and GPU matrix by using CUDA, LU, QR, and full rank decomposition, as well as some matrix transformation and operation procedures.
thread_matrix_muti.tar
- 多线程编程实现矩阵运算.如果需要这个程序的同学,欢迎下载-Multi-threaded programming matrix operations if need this program students are welcome to download! !
3
- 利用MATLAB矩阵运算的平差程序 利用MATLAB矩阵运算的平差程序-Using MATLAB matrix of adjustmentUsing MATLAB matrix of adjustmentUsing MATLAB matrix of adjustmentUsing MATLAB matrix of adjustment
mpi_mat_vect_time
- 使用mpi编写的进行矩阵乘法运算的并行程序。(An parallel program using MPI to realize the multiplication of matrices.)