Кафедри
Постійне посилання на розділhttps://repository.kpi.kharkov.ua/handle/KhPI-Press/35393
Переглянути
3 результатів
Результати пошуку
Документ Technology of identifying antipatterns in Android projects written in Kotlin language(Національний технічний університет "Харківський політехнічний інститут", 2020) Malik, Ivan Yuriyovich; Volovshchykov, Valeriy Yuriyovich; Shapo, Vladlen Felixovitch; Grinchenko, Marina AnatoliyvnaThe problem of the lack of instruments for identifying the characteristics of low-quality code in Android projects that are written in the Kotlin language is determined. A review of modern approaches for identifying antipatterns in program code is accomplished. The analysis of the methods used to find problems with code in Android projects is performed. DECOR and Paprika approaches are considered. Conclusions are drawn about the importance of finding design flaws in program code for the mobile software development and its further support. An antipatterns identification approach for Kotlin language program code in Android projects is proposed. An algorithm for identifying low-quality Kotlin code is presented. The technology for detecting poor quality code characteristics consists of four stages: collecting metrics about an analyzed software system, building a quality model, converting a quality model into a graph representation, and identifying predefined antipatterns. The collection of metrics, including the search for both Androidspecific and object-oriented metrics of Chidamber and Kamerer, is proposed to be implemented through parsing source code and converting it into an abstract syntax tree using the KASTree library. The implementation of KASTree library usage is offered through the Adapter design pattern. The construction of a quality model is implemented using the Paprika tool, supplemented by a number of introduced metrics. Conversion of quality model exactly into graph representation is used to identify antipatterns in order to ensure the speed and quality of complex queries execution for identifying antipatterns. Antipatterns identification using database queries is based on various template rules, including the Catolino rules. Different features of applying the Cypher query language to a graph database are used to represent the rules in form of queries. Results of the work can be used in development of software for poor quality code identification in mobile applications written in Kotlin language, as well as in studies of mobile development antipatterns for this language.Документ Synthesis of local area network structure in uncertain conditions of initial information(НТУ "ХПІ", 2019) Mishchenko, Oryna Oleksiivna; Volovshchykov, Valeriy Yuriyovich; Shapo, Vladlen Felixovitch; Grinchenko, Marina AnatoliyvnaThe problem of taking into account the uncertainty of the initial information is identified in the tasks of the structure synthesis of local area networks. The analysis of the factors generating uncertainty is carried out, the sources of uncertainty are singled out and the approac hes to formalization and research of uncertainty are systematized. Probabilistic-statistical, interval, fuzzy and deterministic approaches were reviewed, as well as statistical, subjective, logical interpretations of probability and stochastic description, concept of interval-probabilistic approach, continuously determined and discretely determined models. The formulation of the problem was formed and it was proposed to apply the theory of fuzzy sets to formalize and study an uncertainty in synthesizing the structure of the local computing network, the main elements of which are user points, the centers of processing of the information, switching devices and communication channels. The implementation of information and computing works which sources are subs criber points, is assigned to the centers of information processing. It is assumed the popularity of volumes of information and computing works and geographical coordinates of the location of network elements. A model for a research problem based on a cost criterion has been developed. Cost parameters are divided into well-defined and having an uncertain nature. Fuzzyparameters are proposed to describe the membership functions of the form "approximately equal" or "is approximately in the interval". Restrictions on technical capabilities of information processing centers, switching devices, traffic in communication channels are singled out. The technology of model research based on the idea of solving the problems of linear programming in fuzzy statement is proposed. The technology provides the decision maker with information about the network structure, its cost and the level of ownership of the solution. The results of the work can be used in the analysis of approaches to solving problems of structural-topological synthesis of local area networks, design, development and implementation of appropriate software solutions.Документ Інформаційна технологія оцінки ризиків програмних проектів(НТУ "ХПІ", 2018) Міщенко, Орина Олексіївна; Воловщиков, Валерій Юрійович; Шапо, Владлен Феліксович; Гужва, Віктор ОлексійовичІдентифікована проблема оцінки ризиків програмних проектів. Проведено огляд сучасних підходів до оцінки ризиків. Виконаний аналіз методів оцінки ризиків програмних проектів, розглянуто аналіз чутливості, метод сценаріїв, імітаційне моделювання, експертне оцінювання. Зроблені висновки про важливість оцінки ризиків для етапу проектування програмних систем класу «програмне забезпечення, як послуга» Запропоновано оцінку ризиків програмних проектів виконувати з використанням експертного оцінювання за допомогою реалізації відповідної інформаційної технології. Математично технологія оцінки ризиків реалізується за допомогою методу Дельфі та ранжирування. Поняття довірчого інтервалу використовується у вигляді критерію зупинки в обчислювальній процедурі методу Дельфі з метою отримання узгодженої експертної думки. Обчислювальна процедура передбачає, як коригування вихідних експертних даних за рахунок перегляду експертних думок, так і корекцію складу експертної групи. Узгодженість експертних думок математичної технології за методом ранжирування перевіряється з використанням коефіцієнта конкордації Кендалла, а його значимість оцінюється на основі критерію Пірсона. Представлений математичний апарат формалізує вирішення проблеми оцінки ризиків. Методи оцінки ризиків програмних проектів і їх математичні технології вимагають великої кількості обчислювальних операцій. Інформаційна підтримка збільшує швидкість і точність таких операцій, забезпечує накопичення вихідних даних і отриманих результатів. Інформаційна підтримка оцінки ризиків програмних проектів реалізована у вигляді програмної системи. До розробки системи були визначені функціональні та нефункціональні вимоги, модель бази даних і безпосередньо її структура. Використовувалися принципи об'єктно-орієнтованого аналізу, моделювання даних, сучасні патерни проектування, CASE-засоби. Запропоновано реалізувати програмну систему інформаційної технології відповідно до архітектури «клієнт сервер» виділеним application server, з розподіленими правами доступу, за допомогою IDE NetBeans засобами PHP під управлінням MySQL. Зроблено висновки про можливість використання програмної системи за допомогою виконаної валідації та верифікації з використанням експертизи та PHPUnit. Результати роботи можуть бути використані при розробці інформаційної технології управління ризиками програмних проектів.