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

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

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

    11. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/2d48ad3500d2/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/2d48ad3500d2/snake.py -- 6.1 Кб -- 11.02.2011
    Похожие документы

    12. snake: 8e75e931bfd2 engine.py
    ... example.snake: better rules for chasing enemy tail . author . ... color ) . 35 pass . 36 elif self . type == 'tail' : . 37 self . canvas . ... 117 elif ( dir_cell . type == 'tail' and dir_cell . snake != snake ): . 118 snake . ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/file/8e75e931bfd2/engine.py -- 51.7 Кб -- 03.02.2013
    Похожие документы

    13. 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
    Похожие документы

    14. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/27a43636ab6e/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/27a43636ab6e/snake.py -- 6.1 Кб -- 11.02.2011
    Похожие документы

    15. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/abd610462b02/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/abd610462b02/snake.py -- 6.3 Кб -- 11.02.2011
    Похожие документы

    16. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/68bff7cf1aac/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/68bff7cf1aac/snake.py -- 6.1 Кб -- 11.02.2011
    Похожие документы

    17. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/2d4b7e24d914/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/2d4b7e24d914/snake.py -- 6.2 Кб -- 11.02.2011
    Похожие документы

    18. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/66a80dc7306d/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/66a80dc7306d/snake.py -- 6.3 Кб -- 11.02.2011
    Похожие документы

    19. http://kodomo.fbb.msu.ru/hg/snake/raw-annotate/14c3d41ce15d/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/14c3d41ce15d/snake.py -- 6.1 Кб -- 11.02.2011
    Похожие документы

    20. snake: snake.py annotate
    ... snake.Snake.fill: tail takes precedence over body & head . author . ... 30 snake . cells [ - 1 ] . type = 'tail' . martiran@31 . 31 return . me@34 . ... 37 'b' : 'body' , . me@34 . 38 't' : 'tail' , . me@34 . 39 '#' : 'wall' , . me@34 . ...
    [ Сохраненная копия ]  Ссылки http://kodomo.fbb.msu.ru/hg/snake/annotate/94945f11c78d/snake.py -- 47.9 Кб -- 28.02.2014
    Похожие документы

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

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