在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
分享 output the file using tcl
testset 2010-12-6 14:48
puts " "
个人分类: tcl|676 次阅读|0 个评论
分享 tcl one point
testset 2010-12-3 10:32
Tcl is also useful as a scripting language to tie other packages or programs together.
个人分类: tcl|487 次阅读|0 个评论
分享 tcl one point
testset 2010-12-3 10:32
Tcl is also useful as a scripting language to tie other packages or programs together.
个人分类: tcl|295 次阅读|0 个评论
分享 file access
testset 2010-11-24 17:26
while { ] = 0 } { incr number; if(res 0 ){ continue } puts "line$number:\"$line\""; }
个人分类: tcl|789 次阅读|0 个评论
分享 tcl dictionary
testset 2010-11-24 17:10
# # The example of the previous lesson revisited - using dicts. # proc addname {dbVar first last} { upvar 1 $dbVar db # Create a new ID (stored in the name array too for easy access) dict incr db ID set id # Create the new record dict set db $id first $firs ...
个人分类: tcl|788 次阅读|0 个评论
分享 tcl
testset 2010-11-16 16:38
In Tcl, the evaluation of a command is done is 2 phases. The first phase is a single pass of substitutions. The second phase is the evaluation of the resulting command. Note that only one pass of substitutions is made. A command within square brackets ([]) is replaced with the return fr ...
个人分类: tcl|779 次阅读|0 个评论
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-27 20:03 , Processed in 0.009560 second(s), 3 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部