计算几何:各种计算几何算法的实现 源码
计算几何 基于可连接队列数据结构的分治算法并行化框架和凸包问题的高效算法。 并行化框架 通过以下方法在DaCAlgorithm接口中形式化了分治算法的结构 precompute perform input data precomputation divide divide given problem into two subproblems merge merge solutions for a pair of subproblems isBaseCase determines if an input i
文件列表
computational-geometry-master.zip
(预估有个42文件)
computational-geometry-master
.gitignore
3KB
src
main
java
com
chudakov
geometry
core
DaCExecutionSpecifics.java
113B
暂无评论