资源列表
scatgath
- a simple scatter and gather code
quick_sort
- 快速排序的mpi并行c程序,需要mpich环境
pagerank
- pagerank算法在graphlab上的并行实现-pagerank graphlab
Kanade
- mpi solution for the kanade edge detection problem
25811211GA
- 演化算法GA的c++实现,以解决某一函数最优解为例-Evolutionary algorithm GA-c++ implementation to solve the optimal solution as an example of a function
voronoi
- 从Voronoi结构所脱胎的计算几何来看,Voronoi图是对平面n个离散点而言的,它把平面分为几个区,每一个区包括一个点,该点所在的区是到该点距离最近点的集合。-From the perspective of a Voronoi structure have spun out of the computational geometry, Voronoi diagram is for plane n discrete points, it put the plane is divided int
fft
- fft(快速傅里叶变换)的并行算法实现,算法是在MPI的并行环境下执行-The Parallel Algorithm of FFT
6.3
- 输入的第一行是一个整数N(1 <= N <= 100),表示学生的总数。 接下来的N行每行是一位学生的数据,从左向右依次是姓名,期末平均成绩,班级评议成绩,是否是学生干部,是否是西部省份学生,以及发表的论文数。姓名是由大小写英文字母组成的长度不超过20的字符串(不含空格);期末平均成绩和班级评议成绩都是0到100之间的整数(包括0和100);是否是学生干部和是否是西部省份学生分别用一个字符表示,Y表示是,N表示不是;发表的论文数是0到10的整数(包括0和10)。每两个相邻数据项之
fft_omp
- 采用fortran语言编写的FFT程序,用openMP实现并行计算。-a FORTRAN77 program which demonstrates the computation of a Fast Fourier Transform in parallel, using OpenMP
uart
- verilog实现UART收发源码 内有testbench-the UART transceiver Source for verilog implementation With testbench
tst_eventdriven
- 这是一个事件驱动异步、线程池的代码。使用actor模式。里面蕴含的思想方法有一定启发意义。-This is an event-driven asynchronous thread pool code. Using the actor model. Which contains a certain way of thinking instructive.
key_filter
- 消除时钟抖动,按键的抖动会导致很多错误,按下一次按键,产生一次脉冲-key_filter