Äîêóìåíò âçÿò èç êýøà ïîèñêîâîé ìàøèíû. Àäðåñ îðèãèíàëüíîãî äîêóìåíòà : http://kodomo.cmm.msu.su/trac/cca/changeset/6b149e6d8223d849682d3a72a987d93e5c7e6ac6/Help
Äàòà èçìåíåíèÿ: Unknown
Äàòà èíäåêñèðîâàíèÿ: Sun Apr 10 11:47:13 2016
Êîäèðîâêà: IBM-866
Changeset 98:6b149e6d8223 for Help òÀÓ Cyclyc Cell Automata

Changeset 98:6b149e6d8223 for Help


Ignore:
Timestamp:
12/14/10 22:52:46 (5 years ago)
Author:
darkhan
Branch:
default
Children:
99:33fea6b97cd3, 100:b3fb9595fee7
Message:

Automata -> automaton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Help/Help.html

    r96 r98 ˆà
    1616        <body>ˆà
    1717                <h3 align="center">ˆà
    18ˆà                        CCA - Cyclic celullar automataˆà
    ˆà18                        CCA - Cyclic cellular automataˆà
    1919                <h3>ˆà
    2020                <h4>ˆà
    21ˆà                        CCA is cyclic celullar automata creation, editing and visualization tool.ˆà
    ˆà21                        CCA are cyclic cellular automata creation, editing and visualization tool.ˆà
    2222                </h4>ˆà
    2323                <p>ˆà
    24ˆà                        <b>Cellular automata</b> is a set of cells. Each cell can be in one of several possible states. Cell can change its state, according to state of neighbors of the cell. This process is determined by transition rules. <b>Cyclic cellular automata</b> is a kind of cellular automata, its set of states is a cycle, and cell changes its state to next one, according to cycle order. It works with <b>2-dimentional cyclic cellular automata</b> with rectangular field. Transition rules should be defined through number of neighbors of the cell in same state. This program allows user to change number of cell`s states, order of states and transition rules for each state. Other options are automata step duration, scale of field, colors of cell in defferent states.ˆà
    ˆà24                        <b>cellular automaton</b> is a set of cells. Each cell can be in one of several possible states. Cell can change its state, according to state of neighbors of the cell. This process is determined by transition rules. <b>Cyclic cellular automaton</b> is a kind of cellular automaton, its set of states is a cycle, and cell changes its state to next one, according to cycle order. It works with <b>2-dimentional cyclic cellular automaton</b> with rectangular field. Transition rules should be defined through number of neighbors of the cell in same state. This program allows user to change number of cell`s states, order of states and transition rules for each state. Other options are automaton step duration, scale of field, colors of cell in defferent states.ˆà
    2525                </p>ˆà
    2626                <p align="center">ˆà
    òÀæ òÀæ ˆà
    2929                </p>ˆà
    3030                <p>ˆà
    31ˆà                        Window of the program contains menubar, automata field and status line. Status line displays current size of field, automata status (running/paused), and speed as inverse value of delay between automata conditions in running state.ˆà
    ˆà31                        Window of the program contains menubar, automaton field and status line. Status line displays current size of field, automaton status (running/paused), and speed as inverse value of delay between automaton conditions in running state.ˆà
    3232                </p>ˆà
    3333                <h3 align="center">ˆà
    òÀæ òÀæ ˆà
    3535                </h3>ˆà
    3636                <p>ˆà
    37ˆà                        Menubar includes <b>File</b>, <b>Action</b>, <b>Automata</b> and <b>Help</b> items. <b>File</b> menu contains <b>New</b>, <b>Open ..</b>, <b>Save ..</b> and <b>Exit</b> items.<br><br>ˆà
    38ˆà<b>New</b> creates new CCA progect with empty field and "Life" type of automata.<br>ˆà
    39ˆà<b>Open ..</b> allows to load automata from CAF file, that was created with this program.<br>ˆà
    40ˆà<b>Save ..</b> allows to save current automata in CAF file.<br>ˆà
    ˆà37                        Menubar includes <b>File</b>, <b>Action</b>, <b>Automaton</b> and <b>Help</b> items. <b>File</b> menu contains <b>New</b>, <b>Open ..</b>, <b>Save ..</b> and <b>Exit</b> items.<br><br>ˆà
    ˆà38<b>New</b> creates new CCA progect with empty field and "Life" type of automaton.<br>ˆà
    ˆà39<b>Open ..</b> allows to load automaton from CAF file, that was created with this program.<br>ˆà
    ˆà40<b>Save ..</b> allows to save current automaton in CAF file.<br>ˆà
    4141<b>Exit</b> finishes work of the program.ˆà
    4242                </p>ˆà
    4343                <p>ˆà
    4444                        <b>Action</b> menu contains <b>Start</b>, <b>Stop</b>, <b>Next step</b>, <b>Increase speed</b>, <b>Decrease speed</b>, <b>Zoom in</b>, <b>Zoom out</b>, <b>Clean field</b>, <b>Fill randomly</b> and <b>Change size</b> items.<br><br>ˆà
    45ˆà<b>Start</b> switches automata to running state.<br>ˆà
    46ˆà<b>Stop</b> stops automata, if it is in running state.<br>ˆà
    47ˆà<b>Next step</b> places automata into next condition, stops automata, if it is in running state.<br>ˆà
    48ˆà<b>Increase speed</b> decreases delay between contitions of automata twofold while it is in running state.<br>ˆà
    49ˆà<b>Decrease speed</b> increases delay between contitions of automata twofold while it is in running state.<br>ˆà
    ˆà45<b>Start</b> switches automaton to running state.<br>ˆà
    ˆà46<b>Stop</b> stops automaton, if it is in running state.<br>ˆà
    ˆà47<b>Next step</b> places automaton into next condition, stops automaton, if it is in running state.<br>ˆà
    ˆà48<b>Increase speed</b> decreases delay between contitions of automaton twofold while it is in running state.<br>ˆà
    ˆà49<b>Decrease speed</b> increases delay between contitions of automaton twofold while it is in running state.<br>ˆà
    5050<b>Zoom in</b> increases size of cells.<br>ˆà
    5151<b>Zoom out</b> decreases size of cells.<br>ˆà
    52ˆà<b>Clean field</b> converts all cells in first state of automata list of states.<br>ˆà
    ˆà52<b>Clean field</b> converts all cells in first state of automaton list of states.<br>ˆà
    5353<b>Fill randomly</b> converts all cells in accidental state of states list with identical probabilities.<br>ˆà
    5454<b>Change size</b> opens change size window.ˆà
    òÀæ òÀæ ˆà
    6262                </p>ˆà
    6363                <p>ˆà
    64ˆà                        <b>Automata</b> item opens automata window. It contains list of states, group of buttons of changing states order in list and change/add state area, that includes tools for changing parameters of state. "Change" button changes choosen state and "Add" button adds new one. Each state should have name, unique symbol, color and unique key. Key is keyboard key, that simplify changing cells state to conformable state.ˆà
    ˆà64                        <b>Automaton</b> item opens automaton window. It contains list of states, group of buttons of changing states order in list and change/add state area, that includes tools for changing parameters of state. "Change" button changes choosen state and "Add" button adds new one. Each state should have name, unique symbol, color and unique key. Key is keyboard key, that simplify changing cells state to conformable state.ˆà
    6565                </p>ˆà
    6666                <p align="center">ˆà
    67ˆà                        <br><big>Automata window</big><br><br>ˆà
    ˆà67                        <br><big>Automaton window</big><br><br>ˆà
    6868                        <img src="automata_window.png">ˆà
    6969                </p>ˆà
Note: See TracChangeset for help on using the changeset viewer.