●●●●TCL/TKなら俺に聞け 4●●●● (542レス)
上下前次1-新
418: 本田 2021/01/02(土)13:58 ID:JQg0lCIi(1) AAS
VTK - Wikipedia
外部リンク:ja.wikipedia.org
VTKはPython, Java, Tclに対するコア部分のラッパーを提供しているため、
これらのインタプリタ言語を使ってVTKのアプリケーションを書くことも可能である。
419: 本田 2021/01/03(日)10:04 ID:ogOhTtZ8(1/2) AAS
Critcl - the easy way to use C in Tcl scripts
外部リンク[html]:www.equi4.com
420: 2021/01/03(日)11:47 ID:TDgWBZTo(1) AAS
外部リンク[cgi]:www2.nhk.or.jp
421: 本田 2021/01/03(日)17:53 ID:ogOhTtZ8(2/2) AAS
>>412
外部リンク:sourceforge.net
422: 本田 2021/01/04(月)10:01 ID:broo8Cb/(1) AAS
Design and Development of a CPU Scheduler Simulator for Educational Purposes Using SDL | SpringerLink
外部リンク:link.springer.com
Abstract
This paper presents the design and development of a CPU scheduler simulator using SDL.
This simulator enables us to study the behavior of one level and multilevel queue scheduling algorithms (including the real-time ones),
and to obtain performance statistics for algorithm evaluation.
In addition, a multi-platform graphical user interface, based on the Tcl/Tk language,
has been developed to simplify the simulator use.
The paper also presents our experiences in using SDL for the specification of CPU scheduling algorithms for educational purposes.
423: 本田 2021/01/17(日)00:17 ID:W0b65eFr(1) AAS
BOOK The Tcl Programming Language
外部リンク:wiki.tcl-lang.org
424: 本田 2021/02/06(土)10:42 ID:gX3gIC8w(1) AAS
FreeDOS | The FreeDOS Project
外部リンク:www.freedos.org
Tcl 8.6.11 for DOS
2021-01-30 3:43pm
Ben Collver has compiled Tcl 8.6.11 for DOS.
This is a patch release, so it primarily includes bug fixes and corrections to erratic behavior.
A few things to note in this release:
+ fixed crashes and hangs in lsort + rewrite of zlib inflation + fix auto_path initialization + fix errno management in socket full close.
And a few changes that might cause incompatibilities:
+ revised handling of 4-byte UTF-8 sequences + evised binary encode/decode base64 + Tcl_DStringAppendElement quoting precision + force -eofchar 032 when evaluating library scripts.
We've mirrored the updated version in the FreeDOS files archive at /devel/tcl/8.6.11/ on Ibiblio.
Thanks Ben!
Index of /pub/micro/pc-stuff/freedos/files/devel/tcl/8.6.11
外部リンク:www.ibiblio.org
425: 2021/03/04(木)20:40 ID:CeSQLNi3(1) AAS
TkのウィジェットのpathNameに許される文字種って、
どのマニュアルを見れば書いてありますか?
Tk8.4で試したら、区切りの「.」(ピリオド)以外なら
記号でも空白改行でもなんでも使えるみたいなんだけど、
ほんとに使っても大丈夫なのかな。
セミコロンでもエスケープすれば使えるけど、
流石にそれは使わないほうが無難かな。
426: 2021/03/05(金)00:58 ID:T6EM1aqz(1/2) AAS
man n filename
427: 2021/03/05(金)20:48 ID:MFcFhdbO(1) AAS
う、ファイルシステムのpathじゃなくて、Tkのウィジェットのpathでした。
toplevel .w
button .w.b -text Button-1 -commnd "puts OK"
の「.w」や「.w.b」みたいな。
Tclで使える文字なら大丈夫ってことかな。
428: 2021/03/05(金)23:47 ID:T6EM1aqz(2/2) AAS
Tclのwordであればいいんでしょ
wordはwhite spaceで区切られるけど、Bracesで囲えばwhite spaceもnewlineも含められますね
proc {hana mogera} {a b} {
puts "$a $b"
}
{hana mogera} 1 2
1 2
set {a
b
c} 3
puts ${a
b
c}
3
429: 2021/03/25(木)22:33 ID:5ZmYVyMI(1) AAS
成程、使用可能な文字の記述は、tutorial にも見付けれない。
入門書には大文字で始めると特別扱いされるとか……
この辺りが『とっつきにくい』の印象を与えているのかも。
430: 2021/03/29(月)17:27 ID:wZLbYoN/(1) AAS
button .ボタン1 -text "押してね"
pack .ボタン1
こんなのも普通に通るんだな、まあ英数字が無難だけど
431(1): 2021/04/04(日)13:28 ID:SVgHBPnw(1) AAS
大文字で特別扱いなんてするか?
word単位に分割したらコマンドや変数の連想配列から探してくるだけなんだし。
432: 本田 2021/04/06(火)21:31 ID:Eem0iI9R(1) AAS
逆引き Common Lisp クックブック:Ltk
外部リンク[cgi]:lisphub.jp
bitWalk's: 入門 Tcl/Tk から十年
外部リンク[html]:bitwalk.blogspot.com
433: 2021/04/07(水)13:26 ID:jbAKLPxH(1) AAS
本田は2003年からおるぞ!
434(1): 2021/04/07(水)14:16 ID:yIe2T1+6(1) AAS
>>431 大文字で始めるとクラスの名前になるかと
…昔のうろ覚えですが…
435: 2021/04/21(水)23:49 ID:jed3rtJU(1) AAS
>>434
ほんとだ
改行もスペースもエスケープすればいけるのに
ドットの次が大文字だと怒られる
436(1): 本田 2021/05/16(日)00:21 ID:TxOIjDQs(1) AAS
Tcl - データ構造の作成 -レコード,スタック,キュー- | ITドカタ
外部リンク:blog.it-see.net
437: 2021/05/19(水)03:03 ID:iywlut5a(1) AAS
matplotlib は tcl で操作出来ますか?
438: 2021/05/25(火)22:16 ID:kZ1J/aun(1) AAS
>>436
ITドカタさんありがたい
いつも参考にさせてもらってます
439: 2021/05/26(水)02:32 ID:tK2AV86O(1) AAS
本田はおそらく相当なジジイ
想像しないでおこう
440(1): 2021/07/02(金)22:50 ID:/UbDLLU0(1) AAS
tcl87a3->tcl87a5 になって今までのツール類ではbuildできなくなった どうすりゃいいの?
441: 2021/07/08(木)14:40 ID:MUyMUMuU(1) AAS
>>440
普通に諦めればいいと思うよ
442: 本田 2021/08/01(日)20:53 ID:x8WmfhUR(1) AAS
Tcl/Tk: 配列からリストへの変換と、リストのソート - HyperWorks Scripts &; Customizations - Altair Products - Altair Community
外部リンク:community.altair.com
443: 2021/08/25(水)21:33 ID://fsPv9a(1) AAS
今時は行末にセミコロン打つのが流行りなのか?
444(1): 2021/08/28(土)23:57 ID:4Ycamclz(1) AAS
Tkの日本語マニュアルってどっかにないですか?
Tclは簡単に見つかるけど、Tkのリファレンスマニュアルは英語しか見つからないです。
445(2): 2021/08/29(日)00:10 ID:tV86Jpzl(1/3) AAS
>>444
>>414
446(1): 2021/08/29(日)16:59 ID:gfJInh/r(1) AAS
Tclだけかと思ったらTkもあったのね
その他いろんな情報が入っててありがたいです
ただ日本語訳が...
447: 445 2021/08/29(日)17:58 ID:tV86Jpzl(2/3) AAS
>>446
うん・・・それは私もそう思うけど
英語読めないと我が儘はいえんのよ(´・ω・`)
お互い英語の学習を頑張りましょう
上下前次1-新書関写板覧索設栞歴
あと 95 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ
ぬこの手 ぬこTOP 0.028s