Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
a3258a97ac
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      README-en.md

+ 5
- 3
README-en.md View File

@@ -4,6 +4,8 @@
4 4
 ![main2.png](images/main2.png)
5 5
 ![main3.png](images/main3.png)
6 6
 
7
+[Verano 2016 - Ive]
8
+
7 9
 Arrays help us to store and work with groups of data of the same type. The data is stored in consecutive memory spaces which can be accessed by using the name of the array and indexes or subscripts that indicate the position where the data is stored. Repetition structures provide us a simple way of accessing the data within an array. In today's laboratory experience you will design and implement simple algorithms for image processing to practice the use of nested loops to manipulate bi-dimensional arrays.
8 10
 
9 11
 ##Objectives
@@ -29,7 +31,7 @@ Before coming to the laboratory session you should have:
29 31
 
30 32
 4. Studied the concepts and instructions for the laboratory session.
31 33
 
32
-5. Taken the Pre-Lab quiz available through the course’s Moodle portal.
34
+5. Taken the Pre-Lab quiz available in Moodle.
33 35
 
34 36
 ---
35 37
 
@@ -126,10 +128,10 @@ int main() {
126 128
 
127 129
 ---
128 130
 
129
-!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-01.html"
131
+!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-01.html"
130 132
 <br>
131 133
 
132
-!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-02.html"
134
+!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-02.html"
133 135
 <br>
134 136
 
135 137