resources.html

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

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

<html>
<head>
	<title>Acknowledgements/Resources</title>
</head>

<body BGCOLOR="#FFFFE0" TEXT="#000000">
<DIV ALIGN="center"><H2>Resources</H2></DIV>

<P><STRONG>Online Resources</STRONG></P>
<TABLE CELLSPACING="2" CELLPADDING="6" BORDER="1">
<TR>
    <TD><A HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Conway.html">John Conway - Biography</A></TD>
    <TD>A brief biographical sketch of John Conway.</TD>
</TR>
<TR>
    <TD><A HREF="http://cgi.student.nada.kth.se/cgi-bin/d95-aeh/get/lifeeng">Cellular Automata</A></TD>
    <TD>An excellent overview of cellular automata written by Andreas Ehrencrona with some very good online Java applets that demonstrate Life. You can use the Java applets on you own web page.</TD>
</TR>
<TR>
    <TD><A HREF="http://lcs.www.media.mit.edu/groups/el/projects/emergence/index.html">Emergence</A></TD>
    <TD>An "active essay" featuring many Java applets that demonstrate how applying various rules (such as those in Life) can produce a rich variety of emerging patterns. Written by Mitchel Resnick and Brian Silverman at MIT.</TD>
</TR>
</TABLE>

<IMG SRC="../../Program Files/Allaire/HomeSite 4.5/Projects/Homepage/graphics/invisible.gif" WIDTH="1" HEIGHT="30" BORDER="0" ALT="">
<P><STRONG>Books</STRONG></P>
<TABLE WIDTH="75%"  CELLSPACING="2" CELLPADDING="2" BORDER="0">
<TR>
    <TD><EM>Wheels, Life, and other Mathematical Amusements</EM>, Chapters 20 - 22, Martin Gardner, W.H. Freeman & Company, 1983</TD>
</TR>
<TR>
    <TD><EM>Creating Turbo C++ Games</EM>, pages 115 - 159, Clayton Walnum, Que, Corporation, 1994</TD>
</TR>
</TABLE>


</body>
</html>

⌨️ 快捷键说明

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