This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Перем Консоль; | |
Перем Змея; | |
Перем Яблоко; | |
Перем ЗнакЛево; | |
Перем ЗнакВерх; | |
Функция КоординатаЯблокаЛево() | |
Возврат ГСЧ(Консоль.Ширина, ЗнакЛево); | |
КонецФункции |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Н = 50000000; | |
Массив = Новый Массив(); | |
Массив.Добавить(Ложь); | |
Массив.Добавить(Ложь); | |
Для индекс = 2 По Н Цикл | |
Массив.Добавить(Истина); | |
КонецЦикла; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Использовать fs | |
#Использовать progbar | |
Процедура ВыполнитьСортировку(Знач ИсходныйПуть) | |
ПрогрессБар = Новый ПрогрессБар(); | |
ВсеФайлы = НайтиФайлы(ИсходныйПуть, ПолучитьМаскуВсеФайлы(), Ложь); | |
Таблица = Новый ТаблицаЗначений(); | |
Таблица.Колонки.Добавить("Ключ", Новый ОписаниеТипов("Дата")); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
limit=50 | |
cooldown=7 | |
interval=5 |
OlderNewer