Ver código fonte

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 anos atrás
pai
commit
a3258a97ac
1 arquivos alterados com 5 adições e 3 exclusões
  1. 5
    3
      README-en.md

+ 5
- 3
README-en.md Ver arquivo

4
 ![main2.png](images/main2.png)
4
 ![main2.png](images/main2.png)
5
 ![main3.png](images/main3.png)
5
 ![main3.png](images/main3.png)
6
 
6
 
7
+[Verano 2016 - Ive]
8
+
7
 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.
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
 ##Objectives
11
 ##Objectives
29
 
31
 
30
 4. Studied the concepts and instructions for the laboratory session.
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
 
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
 <br>
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
 <br>
135
 <br>
134
 
136
 
135
 
137