readme

来自「很不错的tcl编程实例」· 代码 · 共 18 行

TXT
18
字号
#AGOCG Tcl/Tk Cookbook
#Tcl/Tk and FORTRAN
#Authors Lakshmi & Venkat Sastry


This directory contains the source files (*.f & *.tcl) for running the
simple application that provides a Tk interface to a FORTRAN application.
To compile the FORTRAN code for your machine, you will need to have access
to a FORTRAN compiler. Compile and create the fortran executable "quads".

If you call the Fortran executable as anything other than quads, please do
ensure that you change the reference to this executable at the appropriate 
line in the Tcl file gui_quads.tcl 

Ensure that you can execute the Tcl scripts.

Run the application by typing gui_quads.tcl at command level of your window.

⌨️ 快捷键说明

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