搜索资源列表
-
0下载:
设计一个有 N个进程并行的进程调度程序,采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法.-Design of a parallel process, N a process scheduler, using the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority to th
-
-
0下载:
C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
-
-
0下载:
Using the equations for partitioning a list of numbers into m partitions that are added separately show that the optimum value for m to give the minimum parallel execution time is when , where there are n processors. (Clue: Differentiate the parallel
-
-
0下载:
This a code writing using PVM language to Parallel Processing, compute multiply array on different processors-This is a code writing using PVM language to Parallel Processing, compute multiply array on different processors
-
-
0下载:
NVIDIA Fellow David Kirk and UIUC Professor Wen-mei Hwu have published their landmark textbook, Programming Massively Parallel Processors: A Hands-on Approach. This book will enable generations of programmers to understand and exploit the massively p
-
-
0下载:
We present a parallel implementation of a histogram-based particle filter for object tracking on smart
cameras based on SIMD processors. We specifically focus on parallel computation of the particle weights
and parallel construction of the featur
-
-
0下载:
1.Erlang实现分布式管理系统
2.用Erlang编程实现上节课写的树形结构并行求和的功能,将一个很大的数组(随机生成)分成N份(N为处理器数量,未必为2的整数幂),尽可能每份相等,然后用树形结构求和的方式求出总和-1.Erlang Distributed Management System 2. Using the Erlang programming classes to write parallel summation tree features a large array (ra
-
-
0下载:
Erlang实现给定m个处理器,并行求解N皇后问题的所有解,最后列出所有解的个数和统计的求解时间。-All solutions Erlang achieve a given m processors, parallel N queens problem solving, and the number listed at the end of all solutions and statistical computation time.
-