搜索资源列表
parallel-dijkstra 并行化思路实现dijkstra算法
- 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
mega1280
- AVR ATmega1280 单片机串口通信 串口接收字符串,四个串口同时启用,具有通信超时处理功能-AVR ATmega1280 microcontroller serial communication serial port to receive a string, four serial ports is also enabled with a communication time-out processing
rx_phase_tracker
- receive phaze tracker matlab
image
- 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
sendandreceive
- 用c语言编写的简单发送和接收并行算法—雅克比迭代,是学习并行的好例子 -With the c language to send and receive simple parallel algorithm- Jacobi iteration, is a good example of parallel learning
renyibiaozhi
- MPI实现,接收任意源和任意标识的消息,实现环境需MPICH的安装-MPI implementation, to receive any source and any identification of the message, to achieve environmental need to install MPICH
bit_field
- An example of send and receive structure using Message Passing Interface with cmake
SComTest113
- fpga给pc发数据,用串口接收,转换数据格式(1)-receive data fpga and transform data format(1)
uart_edit
- fpga给pc发数据,用串口收到了之后,把数据格式转换-receive data fpga and transform data format(2)
ddemical_to_bfloat
- fpga给pc发数据,用串口收到了之后,转换数据格式(3)-receive data fpga and transform data format
mpi_array
- 这个程序演示了一个简单的数据分解。主任务首先初始化数组,然后分配相等的部分该数组的其他任务。后的其他任务接收其阵列的一部分,它们执行加法运算,以每个数组元素。-This program demonstrates a simple data decomposition. The master task first initializes an array and then distributes an equal portion that array to the other tasks. Aft
mpich-3.0.4.tar
- Send receive MPI. Non blocking methods
