⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 executable.html

📁 多种图表的绘制及其运用
💻 HTML
字号:
<HTML>

<BR>


<CENTER>

<FONT SIZE=6 FACE="Verdana">

Making Executable

</FONT>

</CENTER>

<BR><BR>

<FONT SIZE=3 FACE="Verdana">

You can even make an executable from you algorithm. Select <B>"Make Executable"</B>
from <B>"File"</B> menu. Enter full path name for your algoritm.<BR><BR>


The system does not generates a real executable, it just
copies the program file and creates a special <B>".INI"</B> file that is used
to load and run the program without showing the flow. All functions that are used
in your program should be copied to the same folder when the executable file is.

<BR><BR>

Usually, executable file is created for programs that have some other use
except just showing the algorithms, for example <B>"d.fpp"</B> in examples -
it is an image mapper for the web pages. It requires these files to be copied
to the same folder where the executable (.exe file) is:<BR>
<B>D.fpp</B> - main algorithm with window.<BR>

<B>D0.fpp</B> ... <B>D6.fpp</B>  - seven functions that are called as events by the main window (D.fpp).
<BR><BR>

Happy coding!

</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -