| Author |
Comment/Response |
Alexandr
|
12/24/08 11:37am
Hello to all,
help me please. need to generate an array (i - lines, k - columns)
at line i need only elems: i-1, i, i+1
for example, array size: I = 5, J = 5;
starting at i=2 (1 - element exists, 0 - element doesn't exist):
1 1 1 0 0
0 1 1 1 0
0 0 1 1 1
thanks for your time, Alexandr.
URL: , |
|