没有合适的资源?快使用搜索试试~ 我知道了~
totally-distributed-game-of-life:在 Erlang VM 上实现 Game of Life
共30个文件
exs:14个
ex:13个
md:1个
需积分: 5 0 下载量 132 浏览量
2021-07-02
02:45:56
上传
评论
收藏 238KB ZIP 举报
温馨提示
完全分配(能够)生命游戏 The 是一款零玩家游戏,无限位面的初始状态以离散的步骤演变,从而产生有趣的模式。 怎么跑 iex -S mix run scripts/bar.exs iex -S mix run scripts/random.exs 使用Ctrl-C后跟a . 设计 我正在尝试使用 Elixir 和 Erlang 虚拟机来并行化和分布计算,最初是在同一台机器的多个内核上: 该图假设有 4 个分片。 然后每一代都由 4 个 CellShards 构建,添加 4 个在进化过程中产生的 NeighborhoodShards。 现在,每个 Shard 对应于总列的 1/4,但最好同时取决于列和行。 每个 CellShard 都会生成一个事件,供 Neighborhood 分片使用: {:neighborhood_needed_number, destination_shar
资源推荐
资源详情
资源评论
收起资源包目录
totally-distributed-game-of-life-master.zip (30个子文件)
totally-distributed-game-of-life-master
mix.exs 580B
scripts
random.exs 346B
bar.exs 277B
lib
gol
neighborhood.ex 1KB
facade.ex 2KB
neighborhood_shard.ex 3KB
cli.ex 640B
position.ex 112B
shard_index.ex 851B
sharded_cell_event_handler.ex 645B
cell.ex 1KB
sharded_neighborhood_event_handler.ex 616B
cell_shard.ex 5KB
forwarder.ex 132B
display.ex 781B
gol.ex 22B
config
config.exs 1KB
test
gol_test.exs 2KB
gol
cell_shard_test.exs 3KB
position_test.exs 81B
facade_test.exs 763B
neighborhood_test.exs 2KB
neighborhood_shard_test.exs 1KB
cell_test.exs 2KB
shard_index_test.exs 1KB
display_test.exs 571B
test_helper.exs 15B
README.md 2KB
diagram.jpg 222KB
.gitignore 34B
共 30 条
- 1
资源评论
dongyuwu
- 粉丝: 42
- 资源: 4559
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功