搜索资源列表
c_matrix_mul
- C写的矩阵相乘函数,可以试着在DSP中使用,使用环境CCS-maxtrix multiply function in c language,may be it can be used in dsp
TheexampleofMatrixcalculate
- 各种矩阵算法的综合,应该会对大家有帮助,因为IDL本身的有点就是处理大型矩阵类的数据-A variety of matrix algorithms General, it should be will have to help everybody, because IDL itself is a little deal with large matrices of data
UCA_SMI
- QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
AprioriFILECOMPRESSION
- 通过对算法抢栖过程进行分析, 提出一种基于压缩矩阵的改进算法。该算法通过压缩矩 阵和减少扫描次数来提高挖掘的速度和减少数据库的操作时间的开稍, 有效提高了关联规则的挖 掘效率。并用实例说明该算法是一种有效的关联规则挖掘方法。-Chilan get through the process of algorithm analysis, a matrix-based compression algorithm improvements. The algorithm by compressing
FindTheCurrentEvents
- 一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp
eig_Jacobi
- 求对称矩阵全部特征值的Jacobi方法-Symmetric matrix for all the eigenvalues of Jacobi method
fdgsjz
- 灰度共生矩阵代码包,里面包括两个灰度共生矩阵程序的源代码,请大家要用的,下载试试,评价!-Gray-level co-occurrence matrix code package, which includes procedures for both gray level co-occurrence matrix of the source code, please use the U.S., try to download, evaluation!
textureextraction
- 灰度共生矩阵和灰度梯度共生矩阵纹理提取,能够计算纹理的多个测度-Gray Level Co-occurrence matrix and gray-gradient co-occurrence matrix texture extraction
Matrix_transpose
- 矩阵转置的fortran语言实现,具有较好的并行性!-matrix transpose implemented by fortran
Matrix
- 一个c++的矩阵类,包括头文件和源文件,功能函数非常全面-A Matrix Class, with a series of useful functions
matrix_range
- 本C源程序可用于求M阶矩阵的行列式。其中M直接宏定义-The C source code can be used for M-order determinant of the matrix. The definition of M one of the direct-hong
MATLABandB
- Matlab中BP神经网络的构建和初始化训练前馈网络的第一步是建立网络对象。函数newff建立一个可训练的前馈网络。这需要4个输入参数。第一个参数是一个Rx2的矩阵以定义R个输入向量的最小值和最大值。第二个参数是一个颟顸每层神经元个数的数组。第三个参数是包含每层用到的转移函数名称的细胞数组。最后一个参数是用到的训练函数的名称。 -matlab bp
FuzzyMatrix
- 模糊矩阵类 可以根据不同的模糊算子计算模糊矩阵的并运算C=A∪B,交运算 C=A∩B,求余运算 C=1-A 等-Fuzzy matrices based on different fuzzy operator and calculation of fuzzy matrix operation C = A ∪ B, cross-operator C = A ∩ B, for more than computing C = 1-A, etc.
ExternalInterrupt
- 利用ST89c51,显示矩阵键盘按键,并进位,溢出后提示.-This st89c51is very good
matrix
- 矩阵运算可以实现矩阵运算的常见功能,方程组求解等功能。-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.
Key8x8
- 64个(8x8)按键的矩阵键盘识别技术(利用Keil uVision2环境编写的)-64 (8x8) matrix keypad keys identification technology (the use of the environment prepared by Keil uVision2)
juzhentezhengzhi
- 关于矩阵特征值问题的的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-On the matrix eigenvalue problem of the source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cause of s
array
- 用汇编语言在VISUALDSP++4.0实现的矩阵相乘代码-Using assembly language at VISUALDSP++4.0 code implementation of matrix multiply
juzhenzhi
- 求矩阵秩的c程序-matrix.......................
omp_matrix_multiply
- C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.