搜索资源列表
2005011919093120626
- 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receiving a document server, the client this document. Socket two each while only link to a document transmission. 3 can also send news network
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
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
w
- 接收从键盘输入的一行文本中单词的数量和每个字母的数量
greeting
- 设系统中有P个进程,各进程向其左边的进程发送一个消息(进程P0发给Pn-1),各个进程接收到消息之后,输出一条消息:“我是进程i,我收到了进程i+1的消息,消息内容是……。-P a set system in the process, the process, the process left him to send a message (process P0 distribution Pn-1), each process receives the message, the output of
con1
- 分析Cannon算法的数据分布存储特点、任务调度方法、负载平衡方法、与并行计算流程,利用简单的发送与接收函数来实现正方形处理器网格上的MPI并行程序。-Parallel computing
Float-Process
- VB串口通信中经常会遇到10进制浮点数转为多字节Byte数据类型的情况,以及在接收后需转为10进制浮点数需求。 VB有专门的API函数CopyMemory能处理2-10进制浮点数转换和10-2进制浮点数转换。 下列代码演示了10进制Single(单精度浮点型转为16进制字符显示的浮点数和其相反运算: -VB serial communication often encounter decimal floating-point to multi-byte Byte data type,
SComTest113
- fpga给pc发数据,用串口接收,转换数据格式(1)-receive data fpga and transform data format(1)
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
DelayandsumMVDRCOMPARE
- 实现阵列信号的波达方向的延迟与和运算的估计,从而得到良好的天线性能与信号的正确接收- DelayandsumMVDRCOMPARE in Direction of arrival estimation
MPI_Send和MPI_Recv实现
- 利用简单的发送与接收函数来实现正方形处理器网格上的MPI并行程序(Implementation of matrix multiplication with simple transmission and reception)
MPI多机并行程序
- 基于mpich2实现对多个生物样本 使用多机并行处理,此程序为并行数据分发及消息发送与接收(using mpich2 parallel program deal with big data)