资源列表
mpi
- 搭建MPI集群,实现矩阵运算,对比不同线程不同规模允许时间,对比加速比。-MPI cluster structures, implement matrix operations, comparison of different threads of different sizes to allow time, compared to speedup.
background_substraction.cpp
- Detects motion on video frames
LCD1602
- 这是veriolg版本的1602程序,写得很具体,还有必要的说明。用这个可以改成自由显示的那种。-This is a version of the 1602 verilog program, written very specifically, there is the necessary instructions. With this kind of freedom can be changed to display.
cuda-matrixmul--reverse
- cuda并行计算 两基于vs实现的.cu代码 简单的实现矩阵相乘和反转。-Cuda parallel computing based on vs. Two cu code simple implementation of matrix multiplication and inversion
chopperwithdcsupply
- IN THIS SYSTEM WE USE CHOPPER WITH SYSTEM
PVsystem
- POWER SYSTEM BY USING PHOTO VOILTAC CE-POWER SYSTEM BY USING PHOTO VOILTAC CELL
FLYBACKCONVERTER
- FILE BACK CONVERTER BY USING MATLAB
Clarke_transformation_inverse-(1)
- CLARKE TRANSMISSION BY USING MATLAB
MapReduce_SSSP
- MapReduce框架实现的单源最短路径算法(SSSP, Single-source Shortest Path),包含源文件及数据。sssp.c是MapReduce实现,ss seq.cpp是串行的普通实现。-An implementation of single-source shortest path with MapReduce framework. Contains source code and dataset. In the folder, sssp.c is the MapRed
diameter_basic_GraphChi
- 使用GraphChi计算图直径的估值。方法是Magnien 等人提出的 Double Sweep 算法,即两次BFS算法,一次向前一次向后。-Diameter valuation of a Graph using GraphChi framework. Using the method of Double Sweep that Magnien proposed, which is two bfs process.
booth
- 简易明了的booth算法乘法器,实现4x4的快速乘法计算;-Simple and straightforward booth multiplier algorithm to achieve the 4x4 multiplication
counter
- 大计数器的快速实现方法,本例子实现32位计数器,包含测试用例;-Large counter fast implementation, this example a 32-bit counter, including test cases