TclTk 8.5 Programming.pdf
2021-05-08 下载:18
- 技术邻 >
- CAE仿真 >
- 前后处理 ,
- HyperWorks
下载
大小:1.73MB
tcl tk编程教材
节选段落一:
Tcl/Tk 8.5 Programming
Cookbook
Over 100 great recipes to effectively learn Tcl/Tk 8.5
Bert Wheeler
BIRMINGHAM - MUMBAI
Tcl/Tk 8.5 Programming Cookbook
Copyright © 2011 Packt Publishing
All rights reserved.节选段落二:
Did you know that Packt offers eBook versions of every book published, with PDF and
ePub files available? You can upgrade to the eBook version at www.PacktPub.com and
as a print book customer, you are entitled to a discount on the eBook copy.节选段落三:
Variables
As with all the programming languages, it is the variable that allows for true flexibility and
usability. Tcl differs from some scripted languages, as, there is no need to implicitly declare
the variable type.
Tcl/Tk 8.5 Programming
Cookbook
Over 100 great recipes to effectively learn Tcl/Tk 8.5
Bert Wheeler
BIRMINGHAM - MUMBAI
Tcl/Tk 8.5 Programming Cookbook
Copyright © 2011 Packt Publishing
All rights reserved.节选段落二:
Did you know that Packt offers eBook versions of every book published, with PDF and
ePub files available? You can upgrade to the eBook version at www.PacktPub.com and
as a print book customer, you are entitled to a discount on the eBook copy.节选段落三:
Variables
As with all the programming languages, it is the variable that allows for true flexibility and
usability. Tcl differs from some scripted languages, as, there is no need to implicitly declare
the variable type.