Changes between Version 14 and Version 15 of CaoCourseTme9


Ignore:
Timestamp:
May 9, 2007, 1:20:38 PM (18 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CaoCourseTme9

    v14 v15  
    198198Les fonctions d’accès sont les suivantes :
    199199{{{
    200 extern frontierastar_t *cons_frontierastar(int xs, int ys); 
    201 }}}
    202 
    203 Cette fonction construit une structure frontierastar_t.
     200extern frontierastar_t *cons_frontierastar(int xt, int yt); 
     201}}}
     202
     203Cette fonction construit une structure frontierastar_t. Elle prend en paramètres les coordonnées de la cible.
    204204{{{
    205205extern void display_frontierastar(frontierastar_t *list);