Academic literature on the topic 'Generátor kódu'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Generátor kódu.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Dissertations / Theses on the topic "Generátor kódu"

1

Pešat, David. "Doplnění interaktivního režimu vývojového prostředí BlueJ o podporu práce s datovody." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-262274.

Full text
Abstract:
Main objective of this thesis is to extend existing functionality of Integrated Development Environment (IDE) BlueJ with possibility of working with streams in an interactive mode. This new functionality helps to falicitate and improve teaching of programming within the First Architecture methodology. First part of this thesis deals with IDE BlueJ and discusses problematic software con-structions which don´t have sufficient support in interactive mode. Main focus is put on streams. Another part of this thesis suggests possible options for extension which should be integrated to the existing functionality. Following part focuses on analysis of the proposed changes and final part discusses implementation itself and describes author´s process of realization.
APA, Harvard, Vancouver, ISO, and other styles
2

Ďurčanský, Norbert. "Generátor zefektivňující tvorbu a udržovatelnost single-page aplikací." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2019. http://www.nusl.cz/ntk/nusl-403153.

Full text
Abstract:
This diploma thesis deals with developing generator for single-page applications. Before developing the application it was necessary to identify problem areas that prevent the development and describe tools that make it easy to create, test, maintain, and deploy single-page applications. Based on the obtained information, the generator Create Sbspa is designed and implemented to efficiently create single-page applications and help to eliminate development problems. It generates configuration and code from semantic templates. The generator is available through a user interface that splits the templates into the groups by applicability. The generator was designed with the need for simplicity and clarity to enable efficient integration with new features. This work also includes design and implementation of the example app which shows features and benefits of the generator.
APA, Harvard, Vancouver, ISO, and other styles
3

Balogh, Pavel. "Webová aplikace HelpDesk a synchronizace dat." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2012. http://www.nusl.cz/ntk/nusl-230344.

Full text
Abstract:
The thesis deals with the development of the web-based Helpdesk application which ensures and supports the communication with Internet users. The first section of the thesis contains a brief description of the individual means and tools used by the developer. The practical part describes the design and development of the individual layers of the web-based application concerned. The latter section also mentions the development and usage of the required synchronization and code generation tools.
APA, Harvard, Vancouver, ISO, and other styles
4

Žilka, Radek. "Automatický design webových aplikací." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2009. http://www.nusl.cz/ntk/nusl-236785.

Full text
Abstract:
This project is focused on software design and implementation. This software represents a generator of web information system source code developed in ASP.NET 2.0. The information system requires the SQL database. The source code generated by this application is the base of the next development in Visual Studio 2008. This project inspects similar generators too.
APA, Harvard, Vancouver, ISO, and other styles
5

Tůma, Vladimír. "Čárové kódy." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2009. http://www.nusl.cz/ntk/nusl-228593.

Full text
Abstract:
This work deals with problems of the barcode applied to automatic identification. Description of their major part, creation of the bar code online generator, a web-page information system using the barcodes to identify the object, is presented.
APA, Harvard, Vancouver, ISO, and other styles
6

Kraut, Daniel. "Generování modelů pro testy ze zdrojových kódů." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2019. http://www.nusl.cz/ntk/nusl-403157.

Full text
Abstract:
The aim of the masters thesis is to design and implement a tool for automatic generation of paths in source code. Firstly was acquired a study of model based testing and possible design for the desired automatic generator based on coverage criteria defined on CFG model. The main point of the master theis is the tool design and description of its implementation. The tool supports many coverage criteria, which allows the user of such tool to focus on specific artefact of the system under test. Moreover, this tool is tuned to allow aditional requirements on the size of generated test suite, reflecting real world practical usage. The generator was implemented in C++ language and web interface for it in Python language, which at the same time is used to integrated the tool into Testos platform.
APA, Harvard, Vancouver, ISO, and other styles
7

Juhos, Pavol. "Generátor zdrojového kódu." Master's thesis, 2008. http://www.nusl.cz/ntk/nusl-293864.

Full text
Abstract:
It is a common practice to perform compiler testing with a set of hand-written sample programs. However, gathering larger collections of high-quality test cases is a di ficult and time consuming task. This work explores the potential of automatic source code generation techniques to simplify the construction of test suites for compilers and other source code processing tools (e.g. pretty-printers, static code analysis tools, refactoring engines, etc.). The goal is to design a source code generator capable of producing compiletime correct programs in a selected high-level programming language. A set of theoretical methods and algorithms for pseudo-random source code generation is presented. Specifi c methods are designed for handling context-free and context-sensitive syntax rules of the target languages. The applicability of these methods in practice is demonstrated by the implementation of three prototype tools two source code generators and one grammar analysis tool. One of the source code generators produces random sentences according to a given stochastic context-free grammar while the other can be used for generation of ISO/IEC 7185:1990 conformant Pascal programs.
APA, Harvard, Vancouver, ISO, and other styles
8

Zouhar, Jan. "Generátor kódu s vyměnitelnou cílovou architekturou." Master's thesis, 2006. http://www.nusl.cz/ntk/nusl-269502.

Full text
Abstract:
This work is focusing on a retargetable backend design for a C++ compiler. The backend is composed of two parts: a target architecture description and a code-generator. The architecture description is based on the XML language. A source XML le is an input for XSL templates that generate C++ classes with the architecture's characteristics such as instructions, supported data types, registers, etc. These classes are used by the code generator as a source of information about the target architecture. The code-generator is architecture-independent. The main phases are: instruction selection, instruction scheduling, register allocation, spill-code generation. The generated output is an assembly source code.
APA, Harvard, Vancouver, ISO, and other styles
9

Ježek, Lukáš. "C-language code generator for SOFA 2." Master's thesis, 2011. http://www.nusl.cz/ntk/nusl-313892.

Full text
Abstract:
SOFA 2 is a component system employing hierarchically composed components. It provides ADL-based design, behavior specification using behavior protocols, dynamic reconfiguration of the components, and modeling of the component communication by software connectors. This allows seamless and transparent distribution of component applications. The connectors can be automatically generated, SOFA 2 contains Java connector generator allowing to connect components with Java interfaces. The aim of this thesis is to implement C code generator and integrate it into the current SOFA 2 connector generator framework, so that C connectors can be automatically generated and thus components written in C language can be transparently connected in distributed environment. The proposed C code generator is based on the concept of template transformation, where templates containing mixture of C code and a scripting Domain Specific Language are transformed to a pure C code. Strategic term rewriting method provided by Stratego/XT framework is used for evaluation of the scripts within the templates.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography