搜索资源列表
DSMonitor
- 这是一个演示分布式系统并行计算的GUI程序,通过在log定制事件,即可查看-This is a demonstration of distributed parallel computing system GUI program, customized through the case log to see
vehicle
- 在处理多参数变量不确定情况下时非常好用,可以任意改变参数的大小以达到最好的处理方式-Multi-parameter variables in dealing with the case when uncertainty is very easy to use, you can change the parameters of any size to achieve the best approach
lifeanddead
- 并行环境下实现生灭问题。上传的两个都是分布式并行处理的经典案例的实现。-Parallel realization of birth-death issue of environment. Upload two are a classic case of distributed parallel processing implementation.
body
- 并行环境下实现九大行星问题。也是并行处理的经典案例的实现。-Parallel environment issues to achieve the nine planets. Is also a classic case of parallel processing implementation.
w
- 子集树回溯法 试设计一个用回溯法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。-A subset of the trial design of a backtracking tree with backtracking search a subs
qpsk_ber_no_noise.m
- qpsk 在无噪声情况下的仿真结果 用于参考-qpsk case in the absence of noise simulation results for reference
constrainedcircle
- 研究各种拟合圆的方法,提出了一个圆的代数距离表示法的系数约束条件,在此约束条件下讨论圆的几何特征参数的估计问题,并给出了特征参数在约束条件下的最小二乘估计.实例验证表明,文中算法比一般最小二乘法具有更高的拟合精度. -Various methods of fitting a circle, a circle is proposed algebraic representation of the coefficient of distance constraints, under the co
case_study
- a great case study for parallel jacobi mpi
layersun
- 计算不连续性界面 考虑分离情况 研究接触问题-Calculated discontinuity interface to consider the problem of the separation of the case studies contact
EightQueen
- 八皇后问题的概率算法实现,采用预先随机放若干皇后的策略,可计算超过20个皇后的情形。-The probability of the eight queens problem algorithm, using pre-random put a certain Queen strategies be calculated over the case of the 20 queens.
Monte-Carlo-simulation-code
- 这份资料介绍了如何用C#实现蒙特卡罗仿真的一个案例-This document describes how to use C# implementation of a Monte Carlo simulation case
codeMPI
- MPI编程的典型案例,适合初学者学习使用,有很大的帮助作用-MPI programming typical case, suitable for beginners to learn to use, there are very helpful
anysy_study-case
- 【高级建模算例1】椭圆形带孔平面的自适应分析【高级建模算例2】 带孔方板应力集中的子模型分析 【高级建模算例3】多工况载荷下的静力拓扑优化-Example 1 [count] Advanced Modeling Adaptive oval perforated plane analysis [2] Advanced Modeling examples perforated side panels sub-model analysis of stress concentration [3] adv
cc
- 实现负载均衡的案例,主要用于简单的负载均衡机制介绍-Case load balancing
array_max
- 用MPI并行思想实现二维数组求最大的过程,以二进制的二维数组为例-MPI parallel thinking with seeking to achieve maximum process two-dimensional array, a two-dimensional array of binary Case
Colfax-HOW-Day-05
- 对性能优化的讨论。本次会议制定了优化路线图,将优化技术分为五类优化。会议的演讲部分展示了一些从这5类技术的一个示例应用程序的N体模拟实施中的应用。该视频还提供了额外的案例研究,在该研究中的优化证明。会议的实践部分的N体模拟和措施的性能提升在英特尔至强E5处理器和第一代英特尔Xeon Phi协处理器获得的优化过程。-In Session 5 we begin the discussion of performance optimization. This session lays out the
字符串并行统计
- 根据一个英文文本文件,不区分大小写的统计26个字母的出现频率。假设内存足够大,可以将文件一次性读入。(According to an English text file, the frequency of appearance of 26 letters is not case sensitive. Assuming that the memory is large enough, you can read the file one at a time.)
matmul.tar
- 矩阵乘法的多线程并行实现,包括:simple,采用openmp对索引顺序ijk(一般写法)的循环实现并行;opt,采用openmp对索引顺序ikj(向量化友好)的循环实现并行;mkl,调用高性能数学库实现矩阵乘法。(Multi-thread parallelization of matrix-matrix multiplication: "simple" case, ijk loop (usual pattern); "opt" case, ikj (ve