资源列表
Matlabcode
- codes related to matlab
OFDM_QPSK_matlab
- ofdm ici self cancelation fah imp
ExtendedKalmanFilter
- 本软件是关于卡尔曼滤波的算法,是在MATLAB环境下的程序。-kalman filter
polya_fit_ms
- 关于室内定位的算法,该算法是在MATLAB环境下的程序。-Positioning on the interior of the algorithm, which are in the MATLAB environment procedures.
assignment1c_1385917
- 并行计算机上的一个实验性程序,附有程序说明及结果分析-My assignment for the parallel computer, and also includes the result of the assignment.
MatrixMutipicationParrarell
- This code can use to multiply two matrices in Parallel computer enviroment.c
hello
- 在fortran开发环境下,简单的并行程序示例-parallel algorithm practice," incidental mpi source, including eight for Queen s, Peddlers issue of 38 mpi Parallel Programming
3855SVGSymbol
- SVG元素的功能很好的帮助了我们实现这个功能。由于在界面上我们有很多辅助内容,所以只能分出一部区域用来显示地图-SVG elements function very well helped us achieve this function. The interface because we have a lot of auxiliary content, so the separation of a region can only be used to display map
MPI_Melyan
- 10 Mpi source examples for begginers
edma
- 用c实现的dsp的edma功能,感觉是一个不错的例子,希望对大家有帮助-Dsp using c implementation of the EDMA function, feel is a good example, in the hope that everyone has to help
MatrixMulTexture_kernel
- 基于GPU的并行编程,采用纹理实现两个矩阵相乘。自己写的程序。-This is a parallel program based GPU,which achieved two matrix multiplication with texture.It is mine.
BFS_CUDA
- 用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构,BFS复杂度由CPU上的O(V+E)降为O(diameter),直径diameter即图中root到leaf的最长距离。-This is the algorithm of BFS(breadth first search) on CUDA, and its time complexity is down to O(diameter) which diameter means the longest distance bet