📄 arginst.h
字号:
/* arginst.h 9-9-92 Artificial Life simulator setup routines *//* Tierra Simulator V4.0: Copyright (c) 1991, 1992 Tom Ray & Virtual Life *//*#ifndef lintstatic char sccsid[] = "@(#)arginst.h 1.5 7/21/92";#endif*/#include "license.h"#ifndef ARGINST_H#define ARGINST_HI32s GeneBnker = 1; /* turn genebanker on and off */I32s RateMut = 2000; /* mutation rate control by raw rate, ("cosmic ray") */I32s RateMovMut = 2000; /* mut rate control by raw rate, (copy mutation) */I32s RateFlaw = 2000; /* flaw control by raw rate */I32s NumCells = 1; /* # of creatures and gaps used to inoculate new soup */InstDef id[INSTNUM];#endif /* ARGINST_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -