Supplement 1. C++ source code to model the spatial distribution of fixed dispersal phenotypes as described in this paper and a short description of the program and its options.
收藏NIAID Data Ecosystem2026-03-09 收录
下载链接:
https://figshare.com/articles/dataset/Supplement_1_C_source_code_to_model_the_spatial_distribution_of_fixed_dispersal_phenotypes_as_described_in_this_paper_and_a_short_description_of_the_program_and_its_options_/3557844
下载链接
链接失效反馈官方服务:
资源简介:
File List
Animal.h (MD5: 8153e300d878df797b47e57d23dd5a6c)
Animal.cpp (MD5: 683e8c2c50db41f24112a96e7685d0b6)
Landscape.h (MD5: 0b0ad03fece5a776e37312d9ca3b6985)
Landscape.cpp (MD5: 995aef09ab98afc52476516734372275)
Main.cpp (MD5: 8eaff25cd44dda1f770d9a22435db513)
mersenne.cpp (MD5: 3aca9a8a7886793781b3e157a32825cd)
Parameters.h (MD5: f3b58e95205f9a80a768f2a15a53594a)
Parameters.cpp (MD5: 98844c290091a34b2cdc40b15db5f04b)
Predators.h (MD5: 381b096a56401a89af3b9ae6d69efc5b)
Predators.cpp (MD5: fd8ceed5b4085231c5c11b63ee80f631)
randomc.h (MD5: c9a7dd78ee8ffc00743f8346835638a8)
stoc1.cpp (MD5: cc18034beb9b8b47ccbf3a67c04c87a8)
stocc.h (MD5: 3748e5471bf7b8b1d8f16ac201e54f01)
userintf.cpp (MD5: 4b20c9c2a5b06636fbcbd66891834c7e)
readme.txt (MD5: b2fef2ece86f9574c562f8235f5fa648)
Description
C++ individual-based model used in this study to model the spatial distribution of fixed dispersal phenotypes in a landscape consisting of n × n patches with spatiotemporal uncorrelated variation in K. The implementation of the model is fairly crude, in that model parameters are set within the file Parameters.cpp prior to compilation, and the model as it stands can therefore be run for only one set of parameters at a time. However, it would be possible to introduce for loops into the code within Main.cpp to vary parameters of interest. Technical information to run the model is described in the readme.txt file. Code was written by Stephen C. F. Palmer, to whom correspondence regarding these files should be addressed.
文件列表
Animal.h(MD5:8153e300d878df797b47e57d23dd5a6c)
Animal.cpp(MD5:683e8c2c50db41f24112a96e7685d0b6)
Landscape.h(MD5:0b0ad03fece5a776e37312d9ca3b6985)
Landscape.cpp(MD5:995aef09ab98afc52476516734372275)
Main.cpp(MD5:8eaff25cd44dda1f770d9a22435db513)
mersenne.cpp(MD5:3aca9a8a7886793781b3e157a32825cd)
Parameters.h(MD5:f3b58e95205f9a80a768f2a15a53594a)
Parameters.cpp(MD5:98844c290091a34b2cdc40b15db5f04b)
Predators.h(MD5:381b096a56401a89af3b9ae6d69efc5b)
Predators.cpp(MD5:fd8ceed5b4085231c5c11b63ee80f631)
randomc.h(MD5:c9a7dd78ee8ffc00743f8346835638a8)
stoc1.cpp(MD5:cc18034beb9b8b47ccbf3a67c04c87a8)
stocc.h(MD5:3748e95205bf7b8b1d8f16ac201e54f01)
userintf.cpp(MD5:4b20c9c2a5b06636fbcbd66891834c7e)
readme.txt(MD5:b2fef2ece86f9574c562f8235f5fa648)
描述
本研究采用的基于个体的C++模型,用于在由n×n个斑块组成的景观中模拟固定扩散表型的空间分布,该景观的环境容纳量K存在时空无相关变异。该模型的实现较为简易,模型参数需在编译前于Parameters.cpp文件中设定,因此当前版本的模型一次仅能运行一组参数。不过,可通过在Main.cpp的代码中引入for循环,以调整所需的参数。运行该模型的技术说明详见readme.txt文件。本代码由Stephen C. F. Palmer编写,有关这些文件的相关事宜请与该作者联系。
创建时间:
2016-08-10



