intro.html

来自「一个用VB开发的细胞元动机」· HTML 代码 · 共 18 行

HTML
18
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Introduction</title>
</head>

<body BGCOLOR="#FFFFE0" TEXT="#000000">
<DIV ALIGN="center"><H2>Life - This Program</H2></DIV><BR>
<STRONG>Beginning Life</STRONG><BR>
When the program is first run you see an empty world (the cell grid). Before starting the simulation you must place an initial pattern of at least one living cell (see <A HREF="select.html">Initial cell placement</A>). At this time you can also set various options such as colors, maximum number of generations, time between each generation, etc. (see <A HREF="options.html">Options</A> for more details). When you have set everything the way you want press the Start toolbar button to start the simulation. The cells will be updated for each generation and a count of generations and living cells will be displayed. Alternately, you can single step each generation by pressing the Step button. 

<P>Once the simulation has been started you can press the Stop button at any time. At this point you can either restart the simulation or single step it or reset the grid for a new simulation. 
</P>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?