comparison index.html @ 2:c2afa5a6b9a7 default tip

add background
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 26 Feb 2014 20:24:10 +0900
parents 61a6dc88cb54
children
comparison
equal deleted inserted replaced
1:61a6dc88cb54 2:c2afa5a6b9a7
30 30
31 <article> 31 <article>
32 <h3>Background</h3> 32 <h3>Background</h3>
33 <ul> 33 <ul>
34 <li>Our laboratory suggests a programming language which is called Continuation based C (CbC).</li> 34 <li>Our laboratory suggests a programming language which is called Continuation based C (CbC).</li>
35 <li>On the CbC program, a callee does not return to a caller. <ul> 35 <li>On the CbC program, a callee does not return to a caller. <ul><ul>
36 <li>CbC is suitable for a state transition base programming. </li> 36 <li>CbC is suitable for a state transition base programming. </li>
37 <li>It means that It is suitable for programming with parallel computing platform. (like a OpenCL, CUDA, Cerium) </li> 37 <li>It means that It is suitable for programming with parallel computing platform. (like a OpenCL, CUDA, Cerium) </li>
38 </ul></li> 38 </ul></ul></li>
39 </ul> 39 </ul>
40 </article> 40 </article>
41 41
42 <article> 42 <article>
43 <h3>Objective</h3> 43 <h3>Objective</h3>