create.html

来自「多种图表的绘制及其运用」· HTML 代码 · 共 91 行

HTML
91
字号
<HTML>

<BR>


<CENTER>

<FONT SIZE=6 FACE="Verdana">

Algorithm Creation

</FONT>

</CENTER>

<BR><BR>

<FONT SIZE=3 FACE="Verdana">

Buttons on the left tool bar allow you to place
building blocks for your algorithms.
Let's begin with an example:

<UL>

<LI>Click "start" button and place block it into the working area.<BR><BR></LI>

<LI>Click "out" button and place "output" block below previous block.
you will be asked for parameters, enter "Hello World!" in the message text box.<BR><BR></LI>

<LI>Click "end" button and place it below previous block.<BR><BR></LI>

</UL>

You have 3 commands in your algoritm, but they are not connected yet, so let's do it:

<UL>

<LI>Click first block ("start") that you've created and then second block ("output").<BR><BR></LI>

<LI>Click <B>[Connect]</B> button to connect these blocks.<BR><BR></LI>

<LI>The same way connect "output" with "end" block.<BR><BR></LI>

</UL>

<BR><BR>
This is what you should get:<BR><BR>

<IMG SRC="fp1.gif" WIDTH=330 HEIGHT=358>

<BR><BR>

That's it! Use green arrow button to run your algorithm. The system will ask you to
save your program before running. You can change the delay time for running, if you set
it to the maximum (most right position), the value will be "P" and system will stop
after each step allowing you to use "step" button.

<BR><BR>

To edit blocks you may just double-click them, or select a block and click "Edit" button.

<BR><BR>

</FONT>





<CENTER>

<BR><BR>

<FONT SIZE=4 FACE="Verdana">
<A HREF="index.html"><B>&lt; &lt; &lt; Back To Index</B></A>
</FONT>

<BR><BR>

</CENTER>



<BR><BR>

<BR>



</HTML>

⌨️ 快捷键说明

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