Files
Wallenc/Report/references.bib

166 lines
4.9 KiB
BibTeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@misc{gost7322017,
title = {ГОСТ 7.322017. Отчёт о научно-исследовательской работе. Структура и правила оформления},
year = {2017},
note = {Электронный ресурс: https://tsu.ru/upload/medialibrary/235/gost_7.32_2017.pdf},
}
@misc{kotlin-docs,
title = {Kotlin Documentation},
author = {{JetBrains}},
year = {2026},
url = {https://kotlinlang.org/docs/home.html},
}
@misc{android-arch,
title = {Guide to app architecture},
author = {{Google}},
year = {2026},
url = {https://developer.android.com/topic/architecture},
}
@misc{compose-docs,
title = {Get started with Jetpack Compose},
author = {{Google}},
year = {2026},
url = {https://developer.android.com/develop/ui/compose/documentation},
}
@misc{room-docs,
title = {Save data in a local database using Room},
author = {{Google}},
year = {2026},
url = {https://developer.android.com/training/data-storage/room},
}
@misc{hilt-docs,
title = {Hilt},
author = {{Google}},
year = {2026},
url = {https://developer.android.com/training/dependency-injection/hilt-android},
}
@misc{oauth-rfc6749,
title = {The OAuth 2.0 Authorization Framework},
author = {Hardt, D.},
year = {2012},
url = {https://datatracker.ietf.org/doc/html/rfc6749},
}
@misc{yandex-oauth,
title = {OAuth для сервисов Яндекса},
author = {{Яндекс}},
year = {2026},
url = {https://yandex.ru/dev/id/doc/ru/},
}
@misc{nist-aes,
title = {Advanced Encryption Standard (AES)},
author = {{NIST}},
year = {2001},
url = {https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197.pdf},
}
@book{martin-clean-architecture,
author = {Мартин, Р. С.},
title = {Чистая архитектура: искусство разработки программного обеспечения},
publisher = {Питер},
location = {Санкт-Петербург},
year = {2018},
isbn = {978-5-4461-0772-8},
series = {Библиотека программиста},
pagetotal = {352},
langid = {russian},
note = {Пер. с англ.: Clean Architecture: A Craftsman's Guide to Software Structure and Design},
}
@book{martin-clean-code,
author = {Мартин, Р. С.},
title = {Чистый код: создание, анализ и рефакторинг},
publisher = {Питер},
location = {Санкт-Петербург},
year = {2018},
isbn = {978-5-4461-0960-9},
series = {Библиотека программиста},
pagetotal = {464},
langid = {russian},
note = {Пер. с англ.: Clean Code: A Handbook of Agile Software Craftsmanship},
}
@book{smith-jetpack-compose,
author = {Смит, Н.},
title = {Основы {JetPack} {Compose}: разработка приложений для {Android} с помощью {Jetpack} {Compose}, {Android} {Studio} и {Kotlin}},
publisher = {БХВ},
location = {Санкт-Петербург},
year = {2025},
isbn = {978-601-12-3345-3},
pagetotal = {688},
langid = {russian},
note = {Пер. с англ.: Jetpack Compose 1.6 Essentials},
}
@book{losev-crypto,
author = {Лось, А. Б. and Нестеренко, А. Ю. and Рожков, М. И.},
title = {Криптографические методы защиты информации для изучающих компьютерную безопасность},
publisher = {Юрайт},
location = {Москва},
year = {2026},
isbn = {978-5-534-12474-3},
edition = {2},
pagetotal = {424},
langid = {russian},
}
@book{zobnin-android-security,
author = {Зобнин, Е. Е.},
title = {{Android} глазами хакера},
publisher = {БХВ},
location = {Санкт-Петербург},
year = {2024},
isbn = {978-5-9775-1797-3},
edition = {2},
pagetotal = {272},
series = {Глазами хакера},
langid = {russian},
}
@misc{cryptomator-docs,
title = {Cryptomator Documentation},
year = {2026},
url = {https://docs.cryptomator.org/en/latest/},
}
@misc{bitwarden-help,
title = {Bitwarden Help Center},
year = {2026},
url = {https://bitwarden.com/help/},
}
@misc{wallenc-repo,
title = {Исходный код проекта Wallenc},
author = {Пытков, Р. Е.},
year = {2026},
note = {Приватный репозиторий GitLab ЮФУ; доступ для проверки по запросу руководителя ВКР},
}
@misc{tflite-docs,
title = {TensorFlow Lite},
author = {{Google}},
year = {2026},
url = {https://www.tensorflow.org/lite},
}
@misc{mlkit-text,
title = {ML Kit: Text recognition},
author = {{Google}},
year = {2026},
url = {https://developers.google.com/ml-kit/vision/text-recognition},
}
@book{goodfellow-dl,
title = {Deep Learning},
author = {Goodfellow, I. and Bengio, Y. and Courville, A.},
year = {2016},
publisher = {MIT Press},
url = {https://www.deeplearningbook.org/},
}