National Repository of Grey Literature 137 records found  1 - 10nextend  jump to record: Search took 0.06 seconds. 

METAPOST & Toolbox mmp
Hora, Petr ; Červená, Olga
This document describes the MetaPost language and the toolbox of MATLAB for graphic output to METAPOST format.

Interactive visualization of XML schemas in internet browser using client's XSLT
Kačina, Peter ; Kosek, Jiří (advisor) ; Dudáš, Marek (referee)
This bachelor thesis is focusing on design and implementation of prototype application, which will be used for transformation from W3C XML schema to visual form in SVG (Scalable Vector Graphics) format. Visualized schema will made easier to understand it and it will be possible to use it as a part of documentation to XML files. It could be also used by developers which will develop XML documents according to the schemas. Visualized form will interpret structure of the document and will provide information about its parts -- elements, complex types and attributes. The goal of the thesis is to create a tool, which will generate interactive graphic in browser with the help of clients XSLT processor -- Saxon CE. In the beginning in the thesis are described used technologies and its way of use in this prototype application. Further in the thesis is described design of graphic model and algorithm and also described how the interactivity is functioning. In description of graphic model are shown pictures of graphic interpretations of each structure mentioned hereinbefore. In following chapter is the algorithm, which main responsibility is to mine data from the source XML document and ensuring of interactivity, described in more detail. Practical output is prototype XSLT transformation, which with the help of clients XSLT processor Saxon CE will transform any W3C XML schema into graphic representation.

RSS reader application for iOS
Nováček, Stanislav ; Vojíř, Stanislav (advisor) ; Hradil, Jiří (referee)
The aim of this thesis is to develop an iOS application, an RSS reader mobile application with some social aspects and it's publication on the App Store. This thesis can also serve as inspiration when creating similar applications for iOS devices and enclosed source code can also serve as a practical study material. There are two parts of this thesis - the theoretical part and the practical part. In the theoretical part, the reader is provided with an overview of mobile development and mobile platforms. Moreover, there are mentioned new features of iOS 8, things needed for iOS development, a brief overview of Objective-C and Swift programming languages and web syndication and RSS & Atom formats characterized. In the practical part, there is the development of the RSS reader application which is based on using Feedly cloud services. Next there is a description of the features and functionality, the user interface, some topics of implementation are tackled and there is a list of third party libraries that are used in the application. Some marketing strategies and support is described in the last few pharagraphs of this part of the thesis.

Service-oriented simulation architecture
Polášek, Petr ; Sklenář, Jaroslav (referee) ; Kavička,, Antonín (referee) ; Češka, Milan (advisor)
This thesis focuses on design, modeling and simulation of heterogeneous systems with emphasis on discrete-event systems. It proposes service-oriented simulation architecture where modeling and simulation is treated as a service and establishes a DEVS Meta Language that is intended for implementation of simulation models based on the DEVS formalism. Special M\&S techniques are described and integration of existing simulation tools is discussed as well.

DICOM protocol analysis and its utilisation in image signal processing
Valouch, Lukáš ; Přinosil, Jiří (referee) ; Šmirg, Ondřej (advisor)
This Bachelor thesis describes DICOM which is a summary of standards for handling, storing and transmitting information in medical imaging. This standard is developed by organizations ACR and NEMA, it is very large file and it contains 18 of documents which are an actual version of this norm. The last norm was got out in 2008. The most important part of this format of date and files is data image processing so called off-line communication. It follows description of implemented application in C, C++ languages by the help of Imebra library. This Imebra library is free in terms of license of GNU GPL. The resultant program is standard of DICOM from, which is described above. This program is concerned with imaging of 16 bits of dept on 8 bits of dept of display devices, for example common computer displays. This application is able to display several layers of DICOM’s pictures. Each of layers contains separated bites which are presented by importance of levels.

Processing of CT images to solve biomechanical problems of locomotive organs
Nagy, Ivan ; Husták, Josef
This paper includes two methods of image segmentation, the first based on histogram separation and the second based on edge detector algorithm. These methods are compared on their advantages and disadvantages.

Regional cultural heritage on the internet
Ducháč, Martin ; Papík, Richard (advisor) ; Vorlíčková, Blanka (referee)
Diplomová práce se zabývá charakteristikou současného stavu regionálních webových prezentací a fotogalerií městských úřadů v ČR. V první části je kladen důraz na vysvětlení principů tvorby, fungování a administrace archivů digitálních dat a obrazových informací, včetně podrobného představení formátů digitálních obrazů. Jsou zde naznačeny vývojové trendy a současná technologická řešení správy digitálních obrazových informací. Druhá část obsahuje analýzu fotogalerií oficiálních webových stránek českých měst a metodologický popis její tvorby. Analýza je zaměřena na fotogalerie s historickou tematikou, názorným příkladem je rozbor konkrétního projektu, který na dvojicích snímků porovnává historickou a současnou podobu architektury města. Zařazen je rovněž ukázkový model správy digitální sbírky ze zahraničí, seznamující čtenáře s odlišným přístupem ke kulturnímu dědictví. Cílem práce je představit reálné možnosti, které dnešní internet ve sféře prezentací měst a obcí nabízí a pomocí analýzy konkrétního projektu zapůsobit na čtenáře informačně-edukativní formou.

Managing Dictionaries in XML
Michalová, Romana ; Škoda, Petr (referee) ; Smrž, Pavel (advisor)
This paper describes the system that manages XML dictionaries which are at the LMF form. The dictionaries can be accessed on the server or locally. XML BaseX stores the dictionaries and one is able to compare, show, edit or create them. XSLT is used for visualization and XPath with XQuery are used for editing, navigating and going through the XML data.

Audio processing - filters and editing
Keznikl, Jaroslav ; Kofroň, Jan (referee) ; Poch, Tomáš (advisor)
The subject of this work is to analyse and implement some of the methods used in programs for sound processing. The work consists of two parts. The theoretical part contains a description of methods, procedures and data structures used in this area. It describes the process of sound sampling, structure of the WAVE format and explains the principles of basic digital audio fi lters. The practical part is formed from the implementation of some mentioned methods in the visual audio editor. The program, entitled AEditor, allows projection of the track in the main window, its playing, editing and the application of digital fi lters, with the preview of the filter setting in real time.

Means of Processing of Documents in DocBook stored in ZIP Archive
Hrachovec, Jakub ; Kosek, Jiří (advisor) ; Šimůnek, Milan (referee)
The purpose of this thesis is to define a format based on ZIP archive for DocBook documents which would allow their easier handling, e.g. copying or sending them as an attachment with an e-mail. The second goal is creation of an appliaction in the Java programming language which would allow packaging of DocBook documents into the defined format and subsequently their processing and transformation into PDF, HTML and another formats. The results of this thesis allow easier sharing of DocBook documents which are packaged into an archive alongside files referenced from these documents. Firstly, I am going to describe two already existing formats that are based on ZIP archive and these formats are going to inspire me during the definition of a suitable format for DocBook documents that include images and stylesheets. Afterwards I am going to describe operation and funcionality of the created application and finally I am going to prepare a DocBook document which will be packaged into a DocBook archive and transformed into PDF and HTML.