Auswahl der wissenschaftlichen Literatur zum Thema „Inkrementální analýza“

Geben Sie eine Quelle nach APA, MLA, Chicago, Harvard und anderen Zitierweisen an

Wählen Sie eine Art der Quelle aus:

Machen Sie sich mit den Listen der aktuellen Artikel, Bücher, Dissertationen, Berichten und anderer wissenschaftlichen Quellen zum Thema "Inkrementální analýza" bekannt.

Neben jedem Werk im Literaturverzeichnis ist die Option "Zur Bibliographie hinzufügen" verfügbar. Nutzen Sie sie, wird Ihre bibliographische Angabe des gewählten Werkes nach der nötigen Zitierweise (APA, MLA, Harvard, Chicago, Vancouver usw.) automatisch gestaltet.

Sie können auch den vollen Text der wissenschaftlichen Publikation im PDF-Format herunterladen und eine Online-Annotation der Arbeit lesen, wenn die relevanten Parameter in den Metadaten verfügbar sind.

Zeitschriftenartikel zum Thema "Inkrementální analýza"

1

Hupková, Adela, Soňa Šáliová, Miroslav Králík und Róbert Malček. „Nejsou čáry jako čáry: inkrementální linie v mikrostruktuře zubů a jejich využití při analýze kosterních nálezů“. Studia archaeologica Brunensia, Nr. 2 (2016): 113–38. http://dx.doi.org/10.5817/sab2016-2-7.

Der volle Inhalt der Quelle
APA, Harvard, Vancouver, ISO und andere Zitierweisen

Dissertationen zum Thema "Inkrementální analýza"

1

Süss, Ivo. „Kvantitativní analýza schémat zálohování dat“. Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2019. http://www.nusl.cz/ntk/nusl-400929.

Der volle Inhalt der Quelle
Annotation:
The aim of master thesis was to create a program for the quantitative analysis of data backup schemes and with its help to identify and analyze the properties of commonly used schemes for different loads. Based on the obtained results, compile a set of principles for choosing the optimal data backup scheme. The program was created by Matlab. It can be used to find out parameters for individual backup schemes: Parameters C (total backup volume) and E (medium volume of recovery backups), backups size of individual days, workload of individual storages, cost of storages and cost of overall backup scheme, size the total amount of data written per storage per time slot. At the end of the thesis is defined a scheme for choosing the optimal backup scheme.
APA, Harvard, Vancouver, ISO und andere Zitierweisen
2

Javořík, Zdeněk. „Analýza pohonu modelu domovního výtahu s EC motorem“. Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2010. http://www.nusl.cz/ntk/nusl-218801.

Der volle Inhalt der Quelle
Annotation:
The master thesis encompasses the possibilities of position evaluation and drive control with the aid of SMI work enviroment. Furthermore the thesis is directed to create a program through a designed control algorithm. The work is realised on the elevator model with electronically commuted motor. An incremental scanner is used as the position sensor. The motor control unit is set up and programmed in the SmartMotorInterface software. In the next part, measurements with altered parameters are conducted. On the basis of these measurements the influence of parameters on the positioning process and its accuracy is evaluated. At the conclusion of the work, a design of laboratory task for educational purposes is created. The laboratory task is composed in such a way, that students would become familiar with the SMI work enviroment and would be able to practicaly test the setup of incremental position sensor and motor control with the aid of entered algorithm.
APA, Harvard, Vancouver, ISO und andere Zitierweisen
3

Harmim, Dominik. „Pokročilá statická analýza atomičnosti v paralelních programech v prostředí Facebook Infer“. Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2021. http://www.nusl.cz/ntk/nusl-445592.

Der volle Inhalt der Quelle
Annotation:
Nástroj Atomer je statický analyzátor založený na myšlence, že pokud jsou některé sekvence funkcí vícevláknového programu prováděny v některých bězích pod zámky, je pravděpodobně zamýšleno, že mají být vždy provedeny atomicky. Analyzátor Atomer se tudíž snaží takové sekvence hledat a poté zjišťovat, pro které z nich může být v některých jiných bězích programu porušena atomicita. Autor této diplomové práce ve své bakalářské práci navrhl a implementoval první verzi nástroje Atomer jako zásuvný modul aplikačního rámce Facebook Infer. V této diplomové práci je navržena nová a výrazně vylepšená verze analyzátoru Atomer. Cílem vylepšení je zvýšení jak škálovatelnosti, tak přesnosti. Kromě toho byla přidána podpora pro několik původně nepodporovaných programovacích vlastností (včetně např. možnosti analyzovat programy napsané v jazycích C++ a Java nebo podpory pro reentrantní zámky nebo stráže zámků, tzv. "lock guards"). Prostřednictvím řady experimentů (včetně experimentů s reálnými programy a reálnými chybami) se ukázalo, že nová verze nástroje Atomer je skutečně mnohem obecnější, přesnější a lépe škáluje.
APA, Harvard, Vancouver, ISO und andere Zitierweisen
4

David, Lukáš. „Dolování v prostřední MS SQL pomocí inkrementálních algoritmů“. Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2012. http://www.nusl.cz/ntk/nusl-236484.

Der volle Inhalt der Quelle
Annotation:
This work deals with issues in data streams mining which nowadays is a very dynamic area in information technology. The thesis describes the general principles of data mining. There are also the principles of data mining in the data streams. Special attention is given to the implemented algorithm CluStream. In the practical part the data stream processing solution was designed and implemented by the MSSQL technology using the above algorithm. The functionality of the algorithm was verified using own data stream generator.
APA, Harvard, Vancouver, ISO und andere Zitierweisen
5

Haluza, Pavel. „Inkrementální překlad v interaktivních systémech“. Doctoral thesis, 2012. http://www.nusl.cz/ntk/nusl-176922.

Der volle Inhalt der Quelle
Annotation:
Dissertation thesis deals with possibilities of incremental compiler construction. It represents the compiler construction possibilities for languages with a fixed set of lexical units and for languages with a variable set of lexical units, too. The methodology design for the incremental compiler construction is based on the known algorithms for standard compiler construction and derived for both groups of languages. The part focused on incremental compiling of common programming languages is based on a published methodology of incremental parser construction. The method uses syntax-directed translation scheme. The part focused on incremental compiling of languages with a variable set of lexical units is engaged in incremental compiler construction for on of the typical representantives, typographic system TeX. Unline the frontal compilation it is necessary to adapt the semantic actions to the incremental environment and bring additional information for their links to the appropriate location in the grammar rules. The thesis discusses the problem of the storage of information about current lexical units categories during the repeated compilation and it offers solutions. The thesis also describes the application of proposed methodology in the web application that is used for teaching the course Theory of programming languages at the Faculty of Business and Economics, Mendel University in Brno.
APA, Harvard, Vancouver, ISO und andere Zitierweisen
Wir bieten Rabatte auf alle Premium-Pläne für Autoren, deren Werke in thematische Literatursammlungen aufgenommen wurden. Kontaktieren Sie uns, um einen einzigartigen Promo-Code zu erhalten!

Zur Bibliographie