Grid2D 实现为2d向量的二维网格数据结构。 莱宁根 [grid2d " 0.1.0-SNAPSHOT " ] 用法 VectorGrid实现以下clojure.lang接口: ILookup , IFn , Seqable和Associative 。 因此,您可以使用get , assoc , contains? , seq (并映射,for,doseq ...)。 它还实现了Grid2D协议。 ( defprotocol Grid2D ( transform [this f] " f should be a function of [posi old-value] that returns new-value. " ) ( posis [this]) ( cells [this]) ( width [this]) ( height [this])) us
2023-01-10 16:34:29 6KB Clojure
1
基于java的二维网格索引,资源包括可独立运行的app,源码,界面用javafx写的
2022-03-09 11:23:41 64.73MB java
1
拉普拉斯方程数学代码laplace_cuda main.cu使用GPU在二维网格上求解拉普拉斯方程,并每步跳过一次迭代输出矩阵结果 visualize.m是一个Matlab代码,可从main.cu的转储中创建动画gif。 result.gif是从visualize.m一个样本输出
2021-08-03 16:25:59 698KB 系统开源
1
在visual studio 2010等平台均可以打开,对于初学者理解相关数据结构很有益
2019-12-21 21:06:06 63KB 二维网格
1