文件名称:3pcf
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:869byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。 -3PCF Multithread computing definition: point sets D, R. The point of the definition of D ai ∈ D, R in the point of bi ∈ R. Distance: r1, r2, r3, err requirements: the triple meet the following conditions (space triangle) the number of <ai, bm, bn> , | Ai-bm | = r1 ± err and | ai-bn | = r2 ± err and | bm-bn | = r3 ± err original solution: For D, each point ai, found in R with the distance r1 point set R ' , find the point with a distance r2 set R' ' . In the point set R ' and R' ' , find the distance between two points in the point group for the number of r3. Accumulation.
定义:
点集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’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。 -3PCF Multithread computing definition: point sets D, R. The point of the definition of D ai ∈ D, R in the point of bi ∈ R. Distance: r1, r2, r3, err requirements: the triple meet the following conditions (space triangle) the number of <ai, bm, bn> , | Ai-bm | = r1 ± err and | ai-bn | = r2 ± err and | bm-bn | = r3 ± err original solution: For D, each point ai, found in R with the distance r1 point set R ' , find the point with a distance r2 set R' ' . In the point set R ' and R' ' , find the distance between two points in the point group for the number of r3. Accumulation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3pcf.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.