help.complement-template.html

来自「有趣的模拟进化的程序 由国外一生物学家开发 十分有趣」· HTML 代码 · 共 7 行

HTML
7
字号
<html><title>Other Notation : Complement-Template</title><h1>Complement-Template</h1>The complement of a <a href="help.Template.html">template</a>  is found by taking each <a href="help.nop-instructions.html">no-operation</a>  instruction that makes up that template, and shifting it to the next in alphabetical order, looping around at the end. Thus, in the default instruction set, nop-A -> nop-B -> nop-C -> nop-A. The template "nop-B nop-A nop-C nop-C" has the complement "nop-C nop-B nop-A nop-A".

⌨️ 快捷键说明

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