National Repository of Grey Literature 131 records found  previous11 - 20nextend  jump to record: Search took 0.00 seconds. 
The Use of Project Management Tools in Practice
Brabec, Matěj ; Smolíková, Lenka (referee) ; Doskočil, Radek (advisor)
This bachelor thesis deals with the use of project management tools in practice, specifically on the example of creating a draft project plan for launching a new product on the market of TOPVET company. The first part of the bachelor thesis presents theoretical knowledge of project management. The next part deals with the analysis of the current state of company TOPVET and its surroundings. The last part describes the design of the project and its benefits.
Mechanical properties of granitoid rocks of the Moldanubian batholith in the context of a planned deep underground radioactive waste repository
Brabec, Marek ; Horák, Vladislav (referee) ; Krmíček, Lukáš (advisor)
The author of this bachelor thesis carried out a study of the mechanical and physical properties of granites exposed both on Čeřínek hill, which represents the central part of the delineated polygon of the Hrádek site, and in the nearby active Rácov quarry near the village of Růžená. In the theoretical part of the thesis the author describes the geology of the investigated site and the methods used to determine the investigated properties. In the practical part of the thesis the results and outputs obtained from the measurements are mentioned and discused. The practical part of the thesis presents and discuses the results and outputs obtained from field and laboratory measurements.
Rules of conduct of a securities broker with respect to his/her customers
Brabec, Martin ; Čech, Petr (advisor) ; Oehm, Jaroslav (referee)
67 English Summary Title: Rules of Conduct of an Investment Firm towards Customers Summary: The purpose of my thesis is to analyse Czech legal regulation of business activities on capital market with focus on rules of conduct of an investment firm towards customers (henceforth only as "rules of conduct"). The reason for my research is that this regulation has been modified recently due to implementation of the EU directive on markets in financial instruments (so called MiFID. Therefore this topic is currently actual in this field of business. At the same time it is interesting to observe this special regulation on the background of general legal regulation especially regulation set up in Czech Commercial Code (but not only in this codex). The thesis is composed of nine chapters, each of them dealing with different aspects of rules of conduct structured in chronological order. Chapter One is introductory and defines purpose and methodology of the thesis. In Chapter Two there is an entrance to the subject matter itself from historical and theological points of view. Chapter Three explains basic terminology necessary for understanding the thesis such as Financial Instrument, Investment Service (Activity), Investment Firm and Customer. Chapter Four introduces general rules of conduct on which following specific...
Dynamic model for estimation of radon concentration in buildings
Vaňková, Barbora ; Brabec, Marek (advisor) ; Komárek, Arnošt (referee)
Title: Dynamic model for estimation of radon concentration in buildings Author: Barbora Vaňková Department: Department of probability and mathematical statistics Supervisor: Ing. Marek Brabec, Ph.D. Supervisor's e-mail address: mbrabec@cs.cas.cz Abstract: In the present work there is described the method for estimation of functi- onal data from discrete values and basic methods of functional data analysis. 1
Stochastic modellinf of epidemics
Vencálek, Ondřej ; Antoch, Jaromír (advisor) ; Brabec, Marek (referee)
Nazev prace: Stochasticke modelovani epidemii Autor: Oridfej Venealek Katedra: Katedra pravdepodobnosti a matenmticke sta.t.i.stiky Vedouci diplomove prace: Prof. RNDr. .Jaromi'r Antoch. CSe. e-mail vedoucfho: Jaromir.Antoch'3mff.cuni.c-/ Abstrakt: Tato diplomova prace se zabyva modelovanmi prevalence chfipky v Ceske repnb- lice v letech 2001 az 2003. Vychazi z dat laskave ZHpujccnych Statnhn zdravotm'm ustavem. Z hlediska epiclemiologie jde o observaeni deskriptivuf studii: zabyva se rozdelenhn poctu riernocnych chfipko\ v prnbehu sledovaneho ubdobi v ceske populaci. Matematiekym podkla- dem pro modelovaih je nelinearni hierarehicky model. Funkem tvar zavislo.sti prevalence na case vyehazt z teorie rustovyeh kfivek. Klicova slova: prevalence, sledovane obdobi, riistove kfivky, hierarehicky model Title: Stochastic- Modelling of Rpidemy Autor: (Jndrej Vencalek Department: Department of Probability and Mathematical Statistics Supervisor: Prof. RNDr. Jaronn'r Antoch, CSc. Supervisor's e-mail address: Jaromir.Antochl'0.|inff.ei.mi.cz Abstract: This diploma tbesis deals with modelling of prevalence of influenza in the C/ech Republic in the period from 2001 till 2003. It is based on data which were khidly lent by Statin' zdravotni nstav. This work is observational descriptive study from the view of epidemiology:...
Evaluation of suburbanization process in the hinterland of Prague in the period 1990-2020 using remote sensing data
Brabec, Michal ; Kupková, Lucie (advisor) ; Štych, Přemysl (referee)
Significant changes have taken place in the hinterland of Prague in recent years. The villages, where 200 people used to live, are now large residential areas with an old core and a much larger population. The high increase in population and the new built-up area will also be reflected in the surrounding landscape, either by deforestation of the remaining forest areas or by the degradation of the highest quality soils. The aim of this work was to describe the course of suburbanization of selected municipalities and the associated change in landscape cover using data from remote sensing (RS), statistical data and field survey in the issue. At the same time, identify tools that to some extent, guide or regulate these suburbanization processes. The first part of the work is an introduction to the issue, followed by a chapter on standard regulatory measures in Czech Republic. Furthermore, the data and methods of remote sensing are described, which were used to develop a map output of the areas and last but not least, the agricultural land fund (ZPF) was analyzed focusing on the quality of soils in the monitored area. The main goal of the work was to find out and show the development of a selected background of Prague in the years 1990 to 2020. The results can be used as a basis for an even more...
Similarity-graph based browser of database of structured entities
Brabec, Matyáš ; Skopal, Tomáš (advisor) ; Holubová, Irena (referee)
Work is dedicated to an alternative way of searching entities based on their similarity and comprehensively viewing them. A disadvantage of a classical SQL search is that a user has to be familiar with a real-world entity as well as a data model entity. Only then he can formulate a query based on attributes of the entity (e.g. using equality, intervals, regular expressions). Similarity search does not force the user to know the structure of the data. The only thing the user puts into the query is one or more entities and he obtains a result consisting of entities similar to the given entity (or entities) as an interactive graph. The main goal is to explore the concept of similarity browser on employees of the software company Profinit. The final product will serve Profinit as a searching tool during filling up projects with people. 1
Analýza paralelizovatelnosti programů na základě jejich bytecode
Brabec, Michal ; Bednárek, David (advisor)
Analysis of automatic program parallelization based on bytecode There are many algorithms for automatic parallelization and this work explores the possible application of these algorithms to programs based on their bytecode or similar intermediate code. All these algorithms require the identification of independent code segments, because if two parts of code do not interfere with one another then they can be run in parallel without any danger of data corruption. Dependence testing is an extremely complicated problem and in general application, it is not algorithmically solvable. However, independences can be discovered in special cases and then they can be used as a basis for application of automatic parallelization, like the use of vector instructions. The first step is function inlining that allows the compiler to analyze the code more precisely, without unnecessary dependences caused by unknown functions. Next, it is necessary to identify all control flow constructs, like loops, and after that the compiler can attempt to locate dependences between the statements or instructions. Parallelization can be achieved only if the analysis discovered some independent parts in the code. This work is accompanied by an implementation of function inlining and code analysis for the .NET framework.

National Repository of Grey Literature : 131 records found   previous11 - 20nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.