资源列表
mpi_guibing
- 用mpi实现的归并排序算法,在ubuntu12.04下调试通过-With the realization of mpi merge sort algorithm
mpi_sum
- 基于并行编程的一个MPI实现累加求和的运算。-MPI sum function!
test
- OpenMP 解决大矩阵相乘问题,矩阵规模为5000*5-OpenMP problem solving large matrix multiplication
abc
- 輸入數字,排列數字,從1到輸入的數字排列-Enter numbers, arranged in the numbers from one to the input digital arranged
arban
- 这是一个用verilog实现的除法器代码。-This is a realization of the use verilog divider code.
mpi
- 并行计算实验,用于求历史最高气温的算法,包含mpi,mapreduce等并行计算算法-algorithm includes openmp,pthread,mpi,mapreduce and so on
parallelfenzhi
- 一个使用分治方法的并行程序从一个存放在数组中整数数列中找出第一个0。自己选择进程数和数组大小,但进程数最少4个,数组大小最小64
sendandreceive
- 用c语言编写的简单发送和接收并行算法—雅克比迭代,是学习并行的好例子 -With the c language to send and receive simple parallel algorithm- Jacobi iteration, is a good example of parallel learning
a2
- matlab 代码利用遗传算法工具箱,实现特定功能-The use of genetic algorithm toolbox matlab code to achieve a particular function
cdfTDMA
- Finite Volume Method 流体仿真代码 利用TDMA算法计算二维矩阵 从而计算出二位场内各点的性质 可以通过修改步长和网格大小实现算法研究-A computational fluid dynamics code for determine the property of a two-dimensional plate by using Finite Volume Method. Grid size and time step are free to change in this
zxecfym
- 最小二乘法的例程,可以对数据进行线性拟合.由于源码较短只能进行直线拟合,曲线拟合的源码我稍后上传.-least squares method of programming, with the linear data fitting. As the only source for a shorter fitted to a straight line Curve fitting, I later upload source.
w
- 子集树回溯法 试设计一个用回溯法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。-A subset of the trial design of a backtracking tree with backtracking search a subs