annotate example/word_count/README @ 946:a8b6ee80c108

unify word count examples....
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 01 Aug 2010 21:05:35 +0900
parents 72b73beb3325
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
393
72b73beb3325 add word_count
e065725@localhost.localdomain
parents:
diff changeset
1
946
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
2 word count
393
72b73beb3325 add word_count
e065725@localhost.localdomain
parents:
diff changeset
3
946
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
4 16 16 16
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
5 |------|------|------|------|------|------|------|------|
393
72b73beb3325 add word_count
e065725@localhost.localdomain
parents:
diff changeset
6
946
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
7 と言うように実行すると、
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
8 /\/\/\/\
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
9 \/\/\/\/
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
10 patter になってしまう。
393
72b73beb3325 add word_count
e065725@localhost.localdomain
parents:
diff changeset
11
72b73beb3325 add word_count
e065725@localhost.localdomain
parents:
diff changeset
12
946
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
13 16 16
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
14 |------|------| 16
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
15 |------|------| 16
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
16 |------|------| 16
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
17 |------|------|
393
72b73beb3325 add word_count
e065725@localhost.localdomain
parents:
diff changeset
18
946
a8b6ee80c108 unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 393
diff changeset
19 となるようにしたい。run16 は逐次で実行されるので、二つspawnすれば良い?