├── README.md ├── code ├── README.md ├── main.py ├── map.py └── people.py ├── ref └── 元胞自动机疏散模拟的并行计算研究与实现_金自豪.caj └── result ├── 1.gif ├── 2.gif ├── 3.png ├── 4.png ├── README.md ├── figure_1.png ├── figure_2.png ├── figure_3.png └── figure_4.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/README.md -------------------------------------------------------------------------------- /code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/code/README.md -------------------------------------------------------------------------------- /code/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/code/main.py -------------------------------------------------------------------------------- /code/map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/code/map.py -------------------------------------------------------------------------------- /code/people.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/code/people.py -------------------------------------------------------------------------------- /ref/元胞自动机疏散模拟的并行计算研究与实现_金自豪.caj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/ref/元胞自动机疏散模拟的并行计算研究与实现_金自豪.caj -------------------------------------------------------------------------------- /result/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/1.gif -------------------------------------------------------------------------------- /result/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/2.gif -------------------------------------------------------------------------------- /result/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/3.png -------------------------------------------------------------------------------- /result/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/4.png -------------------------------------------------------------------------------- /result/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/README.md -------------------------------------------------------------------------------- /result/figure_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/figure_1.png -------------------------------------------------------------------------------- /result/figure_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/figure_2.png -------------------------------------------------------------------------------- /result/figure_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/figure_3.png -------------------------------------------------------------------------------- /result/figure_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izcat/Louvre_Evacuation/HEAD/result/figure_4.png --------------------------------------------------------------------------------