Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
23 May, 2013, 22:16:05 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   home   news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

Pages: [1]   Go Down
  Print  
Author Topic: [Axe] Tableau dynamique -  (Read 1673 times) Bookmark and Share
0 Members and 1 Guest are viewing this topic.
Jagang
LV1 Newcomer (Next: 20)
*
Offline Offline

Gender: Male
Last Login: 15 February, 2011, 20:37:12
Date Registered: 23 October, 2010, 19:44:09
Posts: 10

Topic starter
Total Post Ratings: 0

View Profile
« on: 25 October, 2010, 17:37:39 »
0

Ok, thank you.
But I have an other problem, yet ...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0->A
L*2+(GDB2->I)->E
.E is the end of the size data which we're scanning
Repeat I=E
    {I}*{I-1}+A->A
    .No order of operations, so we have to make the multiplication come first.
    I+2->I
    .Add 2
End
Copy(A+GDB1,L1,{E-1}*{E-2})
.I would work too instead of E

.Size of the map in X
{E-2}->U
.Size of the map in Y
{E-1}->V

Fixe 5

0->O
For(A,0,U*V-1)
    If {A+L1}=3
        O+1->O
    End
    Text(45,40
    Text AåDec,{A+L1}åDec
    DispGraph
    Pause 500
End

All case are 2 !!!


1
2
Data(0,1,1,1,1,0,0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,3,3,1,2,0,1,1,1,1,0,0,2,1,1,0,0,1,1,1,0,0,1,0,0,0,0,1,1,1,1)->GDB1
Data(8,7)->GDB2

Why ?
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.284 seconds with 31 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.