搜索资源列表
3pcf C语言实现
- 3pcf C语言实现
3pcf
- 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。
Parallel_Computing
- 并行计算实验.多线程计算pi,MPI实现Jacobi迭代,3PCF多线程实现.附报告.-Parallel experiment 3. Multithreaded computing pi, MPI implementation Jacobi iteration, 3PCF Multithread. Attached report.
3pcf
- 著名的3pcf问题。并行计算的大作业题。计算效率高,并行程度强。-Famous 3pcf problem. Big job title parallel computing. High efficiency, high degree of parallelism.
3pcf
- 并行计算 实现3pcf问题 此算法在linux下运行 用gcc编译 能够通过time 命令得到运行时间以查看程序效率-Parallel computing problems to solve the 3pcf problem
lpi.c
- mpi, 3pcf多线程编程,还有android的一个游戏背景音乐程序-mpi, pi, 3pcf multi-threaded programming, as well as a game background music android program
3pcf
- windows下多线程计算3pcf问题的源码 直接编译运行即可 从文件中读取数据-Under the multi-threaded computing 3pcf windows source code directly compile and run the problem can be read from the file
3PCF
- 并行计算课的实验,多线程解决3PCF问题,希望大家有所帮助。-Experimental parallel computing class, multi-threaded calculation of 3PCF, and the hope to help.
3PCF
- 多线程编程实现3PCF算法(Linux) -Algorithm for multi-threaded programming 3PCF (Linux) multi-threaded programming 3PCF algorithm (Linux)
3pcf
- 并行计算实现通过简单的代码实现3pcf的过程-Parallel computing achieved through a simple process of code 3pcf
concurrent-computation
- 多线程计算pi,多线程计算3PCF,MPI实现jacobi迭代,3PCF优化!天津大学计算机学院并行计算课程作业。-Multi-threaded computing pi, multi-threaded computing 3PCF, MPI implementation jacobi iteration, 3PCF optimization! Tianjin University, Computer Science course wo