117 lines
3.0 KiB
BibTeX
117 lines
3.0 KiB
BibTeX
@misc{gost7322017,
|
||
title = {ГОСТ 7.32—2017. Отчёт о научно-исследовательской работе. Структура и правила оформления},
|
||
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},
|
||
}
|
||
|
||
@misc{clean-arch,
|
||
title = {The Clean Architecture},
|
||
author = {Martin, R. C.},
|
||
year = {2012},
|
||
url = {https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html},
|
||
}
|
||
|
||
@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{google-secure-folder,
|
||
title = {Use a PIN to lock your Safe folder in Files by Google},
|
||
author = {{Google}},
|
||
year = {2026},
|
||
url = {https://support.google.com/files/answer/9935263},
|
||
}
|
||
|
||
@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/},
|
||
}
|