National Repository of Grey Literature 1,294 records found  beginprevious21 - 30nextend  jump to record: Search took 0.00 seconds. 
Design and Implementation of Mobile Application for Android Devices
Boháč, Tomáš ; Štepník, Štefan (referee) ; Dydowicz, Petr (advisor)
This diploma thesis is focused on mobile application design and development for Android operating system. Mobile application development methods and tools were used in order to accomplish set goals. The application is implemented in Java programming language with use of Jsoup library. The main purpose of the application is to allow access to Brno University of technology’s information system on mobile devices.
Centralization of Java Security Policy Management
Kalina, Jan ; Rogalewicz, Adam (referee) ; Letko, Zdeněk (advisor)
WildFly is a platform for distributed environment which meets specification of Java Enterprise Edition. This thesis deals with possibilities of centralized management of security policies in this environment. Security policy is a set of permissions to which the Java virtual machine (JVM) limits possibilities of running applications. Just possibilities of security policy using was in WildFly so far heavily restricted. The result of the thesis are extensions of WildFly which add possibility of central deployment of security policies to individual servers, without need for restart that server, into program interface of WildFly and into WildFly management console. Part of result is also patch of core of WildFly, which solve problem of exchange security policy at runtime of JVM.
Interactive Java applet used for 3D optic nerve head visualization
Šikl, Jaroslav ; Kolář, Radim (referee) ; Peter, Roman (advisor)
The aim of this thesis was to design and implement the interactive Java applet used for topography 3D optic nerve head visualization. Primary purpose of the 3D vizualization is ophthalmology, especially for diagnosis of glaucoma. More over should serve as a training material, which enables to study the transformation of 2D figures to 3D model and to test the effects of adjustments and regulations to imaging of the model in 3D space. Two program versions were designed in this work using the development system NetBeans version 5.5. Their final realization is implemented as .html application working in web browser window. First version of the designed applet is simple intuitive application with several default settings, so that the figure is opened automatically to 3D model. Subsequently, the applet enables to set the size of the image, 3D depth of the image, smoothing of the surface and selection of monochrome or coloured image. The second version is the extension of the first version of the designed applet, and provides the possibility to display x, y, z axis, depiction of the 3D model surface by dots, curves or grid, and illumination of the surface. Software was tested on available topographic data acquired by HRT equipment and in different web browsers. Technical documentation and user’s manual are also involved in this thesis.
Automation of RC Models Control
Vávra, Jan ; Musil, Petr (referee) ; Zemčík, Pavel (advisor)
This thesis is about controlling RC model with microcontroller ESP-32 through WiFi enabled mobile device with OS Android. Goal of this thesis is to make controlling RC model easier and more fun. Parts of this thesis are dealing with using pulse width modulation to control servos, creating a user interface and making a protocol for comunication between RC model and mobile device. Result of this work is application on OS Android, which sends instructions on microcomputer, that controls steering servo and elecromotor. System has predefined stunts on microcomputer and operator has a choice of defining custom stunt in application, which is send to microcomputer in series of individual instructions.
Nonlinear Control of Complex Systems by Utilization of Evolutionary Approaches
Minář, Petr ; Ošmera, Pavel (referee) ; Oplatková,, Zuzana Komínková (referee) ; Matoušek, Radomil (advisor)
Control theory of complex systems by utilization of artificial intelligent algorithms is relatively new science field and it can be used in many areas of technical practise. Best known algorithms to solved similar tasks are genetic algorithm, differential evolution, HC12 Nelder-Mead method, fuzzy logic and grammatical evolution. Complex solution is presented at selected examples from mathematical nonlinear systems to examples of anthems design and stabilization of deterministic chaos. The goal of this thesis is present examples of implementation and utilization of artificial algorithms by multi-objective optimization. To achieve optimal results is used designed software solution by multi-platform application, which used Matlab and Java interfaces. The software solution integrate every algorithms of this thesis to complex solution and it extends possible application of those approaches to real systems and practical world.
Offline Wiki Editor for Android
Chrastina, Ondřej ; Šebek, Michal (referee) ; Křivka, Zbyněk (advisor)
This bachelor thesis is concerned with wiki webs and the Android mobile platform. Their objective is to create an application that enables offline editing of wiki webs on the mobile devices. This application focuses on being user friendly with allowing the most effective editing. The first part of this thesis concentrates on the theoretical specification of wiki webs and the Android platform. The second part then presents the actual development of the application. During the development, the emphasis is placed on the expansibility of the application with the component for the synchronization between the local storage in the mobile device and the server. The final application is evaluated in the last part of the thesis followed by the presentation of the possibilities of its potential development.
The algorithm for the detection of positive and negative text
Musil, David ; Harár, Pavol (referee) ; Povoda, Lukáš (advisor)
As information and communication technology develops swiftly, amount of information produced by various sources grows as well. Sorting and obtaining knowledge from this data requires significant effort which is not ensured easily by a human, meaning machine processing is taking place. Acquiring emotion from text data is an interesting area of research and it’s going through considerable expansion while being used widely. Purpose of this thesis is to create a system for positive and negative emotion detection from text along with evaluation of its performance. System was created with Java programming language and it allows training with use of large amount of data (known as Big Data), exploiting Spark library. Thesis describes structure and handling text from database used as source of input data. Classificator model was created with use of Support Vector Machines and optimized by the n-grams method.
Creating real-time IMS application
Novotný, Filip ; Mácha, Tomáš (referee) ; Nagy, Ľuboš (advisor)
This paper presents a description of the IP Multimedia Subsystem (IMS) architecture and IMS services. IMS is a standardized next-generation networking architectural framework providing advanced services on mobile and fixed networks. The first chapter describes four-layer IMS architecture and also mentions supported services. The second chapter deals with IMS protocols and primarily focuses on the SIP signaling protocol. UDP, RTP and TLS protocols are also included in this chapter. The third chapter is dedicated to practical part of this paper. A VoIP Java application has been created based on the findings gained throughout the thesis. The main part of the created application consists of client-side application, database MySQL and Servlet application for communication between database and client-side application. The whole system was created using SDS Sony Ericsson 4.1. FD1. An OpenIC lite client has been tested during development on our system and results were compared with created client-side application. A web application based on PHP, MySQL and ActionScript then handles administration and monitoring of customers using voice services.
General Module for a Configuration of Cloud Services
Jopek, Kamil ; Chmelař, Petr (referee) ; Mlích, Jozef (advisor)
Práca bola vypracovaná v rámci programu Erasmus na Hochschule Furtwangen University v Nemecku. Bakalářská práce se zabývá konfigurováním Cloud Computing služeb. Popisuje model vývoje a použítí těchto technologií. V práci je navrhnutý a implementovaný všeobecný modul na konfiguraci Cloud Computing služeb. Aplikace poskytuje univerzální nástroj na generování uživatelského rozhraní podle dokumentu ve formátu XML. Vytvořený systém zjednodušuje a sjednocuje grafické uživatelské rozhraní.
Summarization of Documents from the Web
Škurla, Ján ; Burget, Radek (referee) ; Bartík, Vladimír (advisor)
Topic of this master's thesis is a summarization of the documents on the web. First, it deals with the issues of acquiring text from the web using wrapper. An overview of wrappers used as an inspiration for the future implementation is stated. This paper also includes various methods for creating summary (Luhn`s, Edmundson`s and KPC) from the text data. Application design for the text data extraction and summarization is also part of this paper. Application is based on Java platform and Swing graphic library.

National Repository of Grey Literature : 1,294 records found   beginprevious21 - 30nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.