搜索资源列表
matrix_js
- 矩阵计算,包括了矩阵的加减乘除,还可以实现对角化,对一次解方程组非常有帮助-computing in matrixs,It Includes the plus and multiply and so on,It can realize the diagonalize,that will be very helpfull for one result equation
matrix_js
- 矩阵计算,包括了矩阵的加减乘除,还可以实现对角化,对一次解方程组非常有帮助-computing in matrixs,It Includes the plus and multiply and so on,It can realize the diagonalize,that will be very helpfull for one result equation
matrixssl-1-8-6-open
- 开源嵌入式的SSL PeerSec Networks MatrixSSL™ is an embedded SSL implementation designed for small footprint applications and devices. PeerSec网络MatrixSSL ™ 是一个嵌入式的SSL执行专为小尺寸应用和设备。 PeerSec Networks offers a fully sup
shuzhi
- 用C实现多元插值算法和曲线拟合,还包括非线性方程组的算法,在子程序中直接就可以用-realize matrixs maths
Matriz
- this application in java implement severals function on matriXs
build_matrix
- 地震层析成像建立矩阵的过程。此程序为单边放炮,单边接收-the programe of building matrixs
MatrixsMultiplyLinux
- 多线程矩阵相乘 Linux环境下实现 使用g++编译器 文档为cpp文件-multiple threads matrixs multiply in Linux
MatrixsMultiplywindows
- winAPI 多线程 矩阵相乘 window下进行 文件为cpp文件-winAPI multiple matrixs multiply in windows
51
- 51单片机编程,实现4块8*8点阵显示,模拟boxing小游戏,内含源码和proteus仿真-80s51program,implementing a micro-boxing game shown by four 8*8 led matrixs.The c source code and the simulation using proteus is included.
Strassen
- Strassen算法计算矩阵相乘 :采用Strassen算法可以快速计算矩阵相乘。-Use Strassen Algorithm to Calculate the Product of two Matrixs.
LinearTrans
- 求解线性代数中矩阵的行列式、秩和行最简形-It is used for computing the detaminate, rank of Matrixs
CUDA_test2
- 一个已经编译并成功运行的CUDA小例程,里面含有三个小函数:Hello CUDA!、修改矩阵、矩阵块加-A little program based on CUDA,including three little functions,like Hello CUDA!、changing matrix、plus between two matrixs
matrix-spectra-Filterings-code
- 该程序包是P.C.hansen的著作Deblurring Image Matrixs,Spectra and Filtering的习题代码-The package is PChansen the book Deblurring Image Matrixs, Spectra and Filtering Problem code
gmm-4.2.tar
- Generic templates of algorithms for sparse matrixs
matrix
- 生成稀疏矩阵数据,一行一个数据,每行三个数据:行,列,值(=1)-generate sparse matrixs data,each line contains three data as row,column and value(=1) means a cell of a matrix
led-matrix-nhieu-con
- Programming Led Matrixs using 8051 with C. Using digital IC support. Having proteus for simulating.
matrixs-to-series
- 将复杂网络中的邻接矩阵数据,转换成两列数据,第一列表示有向网络的始点,第二列为末点-The complex network adjacency matrix of data, the data is converted into two, the first column represents the starting point of a directed network, the second column is the end p
MPI_MatrixBl
- C++ MPI program code to myltiply matrixs using blocks.