changeset 30:b18c3fa6f60e

rename images
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Tue, 11 Feb 2014 20:16:51 +0900
parents f8fc309caf84
children 7d0f128836ab
files slide/images/IO0blockread.png slide/images/IO_0blockread.png slide/images/SPEANYblockread.png slide/images/SPE_ANYblockread.png slide/index.html
diffstat 5 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file slide/images/IO0blockread.png has changed
Binary file slide/images/IO_0blockread.png has changed
Binary file slide/images/SPEANYblockread.png has changed
Binary file slide/images/SPE_ANYblockread.png has changed
--- a/slide/index.html	Tue Feb 11 20:10:49 2014 +0900
+++ b/slide/index.html	Tue Feb 11 20:16:51 2014 +0900
@@ -222,7 +222,7 @@
       <article class = 'smaller'>
         <h3>I/O 専用の therad を追加 (1/2)</h3>
           <br>
-          <img src='images/SPEANYblockread.png' style="height:400px">
+          <img src='images/SPE_ANYblockread.png' style="height:400px">
           <ol>
             <li>file mapping 後、file をある一定の大きさに分割する</li>
             <li>分割した file に対して、それぞれ計算を行う</li>
@@ -233,7 +233,7 @@
       <article>
         <h3>I/O 専用の therad を追加 (2/2)</h3>
           <br>
-          <img src='images/IO0blockread.png' style="height:250px">
+          <img src='images/IO_0blockread.png' style="height:400px">
           <ol>
             <li>file mapping 後、file をある一定の大きさに分割する</li>
             <li>分割した file に対して、それぞれ計算を行う</li>