资源列表
tsevolve
- 该程序应用了遗传算法解决了旅行售货问题。并模拟该过程。
matlab-GUI-shuzhi
- matlab的一点东西,主要还是数值分析类的!并且是和GUI联系在一起的-matlab something, or numerical analysis class! And is linked and GUI
bitonic_sort
- Parallel Bitonic Sort
DAC
- digital to analog converter
MPI-Examples-master
- MPI 的测试用例 和常用函数的实例,主要用于新手的练习(MPI test example and the nomal function examples, it is used to test)
MapReduce源码1
- 基于MapReduce的交运算,投影,选择等操作实现(Operation, projection, selection, etc. based on MapReduce)
CloseLCD
- vb编程实例——清屏显示图像 vb编程实例——清屏显示图像.ZIP -vb programming examples- clear screen display image
Cannon
- cannon 采用MPI c++ 并行算法 cannon 采用MPI c++ 并行算法-cannon c++ MPI cannon c++ MPI cannon c++ MPI
calculator
- 实现计算器的虚实数相加减,有界面,功能实现相对简单-The number and the addition and subtraction calculator
MPI_QuickSort
- MIP并行计算实现快速排序算法。在本篇中,我们首先对快速排序算法进行描述和实现,并在此基础上分析此算法的并行性,确定并行编程模式,最后给出该算法的MPI实现。-MIP fast parallel sorting algorithms. In this, we first describe a fast sorting algorithm and implementation, and on this basis of parallelism of this algorithm to determ
MPI
- 在visual studio2005中开发 安装了MPICH2安装包-Developed in the visual studio2005 installed MPICH2 installation package
multisp
- 使用MPI编写一个并行程序,利用遗传算法来解决旅行商问题。