Spelling suggestions: "subject:"java application"" "subject:"lava application""
1 |
Nové metody zpracování textu pro klasifikaci emocí / New methods for emotion recognition from textOnderka, Jakub January 2015 (has links)
This master’s thesis is about a method for sentimental analysis, especially machine learning methods without teacher. In detail are described method for semantic modeling LSA, pLSA a LDA. It was created a LDA implementation in Java language, which was used to emotional classification of 860 Czech documents to six different emotional categories. Maximal accuracy was 24 % if optimized parameters was used.
|
2 |
Analysis and Evaluation of Performance in a Complex Software SystemKero, Caroline January 2022 (has links)
GlobalEye is an aircraft by Saab that provides surveillance of air, sea, and land. In order to train on the system present in this aircraft a Mission Training System, MTS, is used. The MTS consists of the Command and Control, C2, system that is present in the aircraft as well as a scenario simulator. This master thesis is focused on evaluating the performance of the distributed real-time system that is the MTS in terms CPU and memory usage of its Java processes. These Java processes are divided across four servers and two types of workstations. Two sorts of tests were conducted; workload model testing and user scenario testing. Both tests were conducted multiple times with different amount of workload. The workload was defined as a number of air and sea targets added to the scenario simulator. The data was collected by running bash scripts on each machine that saved the CPU and memory output from the Linux top command. Java VisualVM was used to examine a selection of processes further. In Java VisualVM the heap size, garbage collector pauses, and CPU time of the methods were the main focus of interest. The result from the workload model testing showed that a large majority of the processes handled an increased workload in terms of memory usage well. When it comes to the CPU usage four processes with significantly increasing CPU values were examined further in Java VisualVM. These processes were MMI processes and processes involved in data transfer. No problems were noted regarding the garbage collection and heap sizes. The longest pause, across all processes, caused by garbage collection was 29.7ms. The methods with highest amount of CPU self time were also identified for the processes. One observation was that a method related to map rendering, for the MMI processes, showed decreases in CPU time as the workload increased. The result from the user scenario testing showed that the MMI of the scenario simulator suffers delays dependant on the number of targets present in the scenario. The Java process of the MMI did increase its CPU usage significantly as the targets increased. In Java VisualVM it was observed that the garbage collector for the scenario simulator MMI process was more extensive during these tests, with the longest pause being 104ms. Lastly when it comes to the CPU self time of the methods within the MMI process, one error related method was identified.
|
3 |
Měřicí jednotka kvality elektrické energie / Measuring unit of electric power qualityTeplan, Miroslav January 2011 (has links)
This thesis describes the parameters of electrical energy with a focus on low voltage characteristics and their measurement with respect to the parameters required by standards. In addition, one chapter deals with monitoring of the quality electric energy. Measurement organizations, calculation of power quality and the data collection for its calculation is referred here. For the illustration, the example of a distributed monitoring system from practice is described. The second part deals with the design and implementation of a module for measuring power quality , namely by measuring the voltage characteristics. It describes the selection of the chosen solution, hardware part and firmware for the MCU. To display the measured data, application was created by the Java programming language. The application allows the visualization of the voltage measured Low voltage grid with single phase voltage RMS value 230.
|
4 |
Wireless communications infrastructure for collaboration in common spaceMetingu, Kivanc 03 1900 (has links)
Approved for public release, distribution is unlimited / Modern technology is making virtual environments a part of daily life. However, some constraints about the usage of virtual environments, such as the need for high performance and well-configured computers, prevent users from accessing virtual environments in some places other than special computer rooms. Mobile devices may be used to solve this limitation in a virtual environment. The remote-control approach to access virtual worlds on the Internet or on a corporate network is a new concept that opens new doors to users. First step of this approach is already in use, such as games implemented for mobile devices using the screen of a mobile device as display, and has given satisfying results for some users. This research will take the user, who not only wants to be mobile but also does not want to sacrifice high resolution textures and complex models, closer to his/her goal. Mobile devices provide mobility to the user, but sacrifice not only the reality of the virtual environments but also screen size, which is very important for visibility of complex virtual environments. The hybrid approach with wireless internet connection by using mobile devices as remote control gives the user the advantages of mobility over desktop PCs. On the other hand, the realism provided by high-quality PCs on the server side exceeds the capabilities of mobile devices. / Lieutenant Junior Grade, Turkish Navy
|
5 |
Modelování tlumících zařízení v interakci s konstrukcí / Modelling of damping devices in interaction with a structureKalina, Martin January 2013 (has links)
The aim of my master’s thesis was to create models of the damping device and observing their behavior in interaction with the structure. First was the construction separately modeled with Java application named FyDiK2D like a model with one degree of freedom. Model of construction takes form like a high, thin rod with full circular cross section. The lower part was restrained into the subsoil. The design was to verify the correct functionality of the model by comparing the analytical and numerical solutions. For capturing the precise behavior of the structure was converted to a multi-stage model. Then the pendulum damper was applied on this construction and found amplitude lies in highest point of multi-stage model. He was then replaced by tuned mass damper. By comparing these amplitudes from both dampers was found which kind of damper is efficient for multi-stage model.
|
Page generated in 0.1073 seconds