Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Поиск по:kodomo.fbb.msu.ru/    - Поискать по всем серверам
Найдено документов: 1253 ---- Время поиска: 0.39сек.   
Каталог астрономических ресурсов

  • Наблюдения, инструменты и базы данных
  • Астрометрия и служба времени
  • Небесная механика и гравиметрия
  • Теоретическая астрофизика
  • Солнечная система
  • Звезды
  • Галактики, квазары, космология
  • Исследование космоса
  • Общие вопросы
  • Прочее

  • 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.

    1. example.snake in snakes тАУ Python Battle
    ... example.snake: better rules for chasing enemy tail . Line . €а . 1 . ... snake Example . 2 . 3 . // Rule 1: chase enemy tail . 4 . €а €а €а €а; . 5 . ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/trac/snake/browser/snakes/example.snake -- 19.7 Кб -- 11.04.2016
    Похожие документы

    2. snake: 94945f11c78d engine.py
    ... snake.Snake.fill: tail takes precedence over body & head . author . ... color ) . 29 pass . 30 elif self . type == 'tail' : . 31 self . canvas . ... 96 elif ( dir_cell . type == 'tail' and dir_cell . snake != snake ): . 97 snake . ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/file/94945f11c78d/engine.py -- 44.3 Кб -- 03.02.2013
    Похожие документы

    3. snake: 8e75e931bfd2 snake.py
    ... example.snake: better rules for chasing enemy tail . author . ... 32 becomes head, the last one becomes tail, the rest ar body. If snake has . ... If snake has . 33 only one cell, it is tail. 34 - `color` -- color of snake . ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/file/8e75e931bfd2/snake.py -- 39.0 Кб -- 03.02.2013
    Похожие документы

    4. snake: engine.py annotate
    ... snake.Snake.fill: tail takes precedence over body & head . author . ... martiran@15 . 30 elif self . type == 'tail' : . martiran@15 . 31 self . canvas . ... 96 elif ( dir_cell . type == 'tail' and dir_cell . snake != snake ): . ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/annotate/94945f11c78d/engine.py -- 69.0 Кб -- 28.02.2014
    Похожие документы

    5. snake: snake.py annotate
    ... example.snake: better rules for chasing enemy tail . author . ... 32 becomes head, the last one becomes tail, the rest ar body. If snake has . ... me@44 . 33 only one cell, it is tail. me@44 . 34 - `color` -- color of snake . ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/annotate/8e75e931bfd2/snake.py -- 69.1 Кб -- 28.02.2014
    Похожие документы

    6. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/e1cfe742dda8/snake.py
    ... tail. me@44: - `color` -- color of snake me@44: - `rules` -- a list of Rule objects me@44: """ me@44: martiran@32: def __init__ (self, cells, color): martiran@32: self.cells = cells martiran@32: self.color = color martiran@32: self.rules = [] me@34: me@34 ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/e1cfe742dda8/snake.py -- 6.1 Кб -- 11.02.2011
    Похожие документы

    7. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/2756d863bffb/snake.py
    ... tail. me@44: - `color` -- color of snake me@44: - `rules` -- a list of Rule objects me@44: """ me@44: martiran@32: def __init__ (self, cells, color): martiran@32: self.cells = cells martiran@32: self.color = color martiran@32: self.rules = [] me@34: me@34 ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/2756d863bffb/snake.py -- 6.3 Кб -- 11.02.2011
    Похожие документы

    8. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/0b3f97153492/snake.py
    ... tail. me@44: - `color` -- color of snake me@44: - `rules` -- a list of Rule objects me@44: """ me@44: martiran@32: def __init__ (self, cells, color): martiran@32: self.cells = cells martiran@32: self.color = color martiran@32: self.rules = [] me@34: me@34 ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/0b3f97153492/snake.py -- 6.3 Кб -- 11.02.2011
    Похожие документы

    9. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/198e91c5b94c/snake.py
    ... tail. me@44: - `color` -- color of snake me@44: - `rules` -- a list of Rule objects me@44: """ me@44: martiran@32: def __init__ (self, cells, color): martiran@32: self.cells = cells martiran@32: self.color = color martiran@32: self.rules = [] me@34: me@34 ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/198e91c5b94c/snake.py -- 6.2 Кб -- 11.02.2011
    Похожие документы

    10. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/020c62119e6f/snake.py
    ... tail. me@44: - `color` -- color of snake me@44: - `rules` -- a list of Rule objects me@44: """ me@44: martiran@32: def __init__ (self, cells, color): martiran@32: self.cells = cells martiran@32: self.color = color martiran@32: self.rules = [] me@34: me@34 ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/020c62119e6f/snake.py -- 6.3 Кб -- 11.02.2011
    Похожие документы

    1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.

    Rambler's Top100 RFBR Яндекс цитирования