246 research outputs found

    Networks Generation

    Get PDF
    Tato bakalářská práce se zabývá generováním sítí podle několika modelů. Konkrétně se jedná o náhodný graf, zobecněný náhodný graf zahrnující konfigurační model a náhodný graf s očekávanou stupňovou distribucí, dále o modely malého světa, do kterých spadá Watts-Strogatz model a Watts-Newman model. V neposlední řadě také o model bezškálové sítě – Barabási-Albert model. Součástí teoretické částí je vysvětlení základních pojmů z teorie grafů, uvedení několika zkoumaných vlastností sítí a hlavně popis jednotlivých modelů. Součástí praktické části je vytvoření aplikace generující sítě podle modelů a provedení experimentů s daty vygenerovanými z aplikace.This bachelor thesis deals with networks generation according to several models. Specifically, random graph, generalized random graph including configuration model and random graph with given expected degree. It also deals with models of the small world which include the Watts-Strogatz model and the Watts-Newman model. Last but not least, model of scale-free network – Barabási-Albert model. The theoretical part explains the basic concepts of graph theory, introduces several researched network properties and especially describes individual models. The goal of the practical part is to create an application for generating networks according to models and to perform experiments with data generated from the application.460 - Katedra informatikyvýborn

    Peripheral Circuits of Microcomputer and their Communication Algorithms

    Get PDF
    Import 22/07/2015Předmětem této práce je rozbor funkce vybraných typů podpůrných a periferních obvodů používaných společně s mikropočítači, přehled některých nejpoužívanějších sériových sběrnic a příklad řešení konkrétních aplikací. Na vybraných sériových sběrnicích jsou realizovány komunikační algoritmy v jazyce C pro použití na různých platformách mikropočítačů. V práci je uveden příklad jednoduché konstrukce využívající digitální teplotní čidlo. Hlavním výsledkem této práce je použitelné programové vybavení v jazyce C pro sběrnice I2C, SPI a 1-wire. Veškeré funkce pro obsluhu sběrnic jsou řešeny softwarově, a proto lze tyto programy po malých úpravách použít na libovolné platformě mikropočítačů.The main object of this thesis is analysis the function of peripheral circuits used together with microcomputers. In this thesis I get overview of the most common serial buses and I get examples solutions in applications. I realized serial bus communication algorithms in C language for use on different hardware platforms. In this thesis is an example of a simple construction using digital temperature sensor. The main results of this work are useful software libraries in C language for communication on I2C, SPI and 1-Wire buses. All functions for operating on buses are handled by software implementation for hardware portability. They can be used on any microcomputers platform.430 - Katedra elektronikyvýborn

    Crystallite size distribution of clay minerals from selected Serbian clay deposits

    Get PDF
    The BWA (Bertaut-Warren-Averbach) technique for the measurement of the mean crystallite thickness and thickness distributions of phyllosilicates was applied to a set of kaolin and bentonite minerals. Six samples of kaolinitic clays, one sample of halloysite, and five bentonite samples from selected Serbian deposits were analyzed. These clays are of sedimentary volcano-sedimentary (diagenetic), and hydrothermal origin. Two different types of shape of thickness distribution were found - lognormal, typical for bentonite and halloysite, and polymodal, typical for kaolinite. The mean crystallite thickness (T BWA) seams to be influenced by the genetic type of the clay sample

    Architect Jan Vejrych and his works

    Get PDF
    The thesis deals with the life and work of an eminent architect of the late 19th and early 20th century, a native of Horní Branná near Jilemnice, Jan Vejrych. Forty years of his extensive and diverse project and construction activity has left its mark both in Prague and in many places in Bohemia and, by implementation of a project of the National House in Maribor, Slovenia, it has also acquired an international dimension. The aim of the text is to offer a comprehensive view of Vejrych's life and professional activities and thus fill one of the gaps in the knowledge of architecture of the late 19th and early 20th century in the Czech lands. The thesis primarily focuses on the analysis of Vejrych's architectural work. When mapping his projects the aim was to place them consistently in the broader art-historical and socio- political context. The works are not only analyzed within each creative period, the evolution of selected building types is traced over time as well. Attention is paid to interior designs, which were an integral part of major projects, as well as to sketches and studies created for architect's own use where his general observations and comments on various aspects of architectural work can be found. Opinions on Vejrych's projects and professional activities and their transformation...Práce se zabývá tvorbou významného architekta přelomu 19. a 20. století, rodáka z Horní Branné u Jilemnice, Jana Vejrycha. Jeho čtyřicetiletá rozsáhlá a mnohostranná projektová a stavební činnost zanechala výrazné stopy jak v Praze, tak i na řadě míst v Čechách a realizací projektu Národního domu ve slovinském Mariboru získala i mezinárodní rozměr. Cílem práce je nabídnout ucelený pohled na Vejrychovy životní osudy a profesní dílo a vyplnit tak jedno z bílých míst v poznání architektury pozdního 19. a raného 20. století v českých zemích. Těžiště práce spočívá v rozboru Vejrychova architektonického díla. Při mapování jeho tvorby bylo snahou důsledně zasazovat jednotlivé projekty a studie do širšího umělecko-historického i společensko-politického rámce. Práce jsou přitom analyzovány nejen v rámci jednotlivých tvůrčích period, ale je sledován i vývoj vybraných stavebních typů v průběhu času. Pozornost je věnována interiérovým návrhům, které byly nedílnou součástí významných projektů i drobným skicám, náčrtům a studiím vytvářeným pro vlastní potřebu, v nichž lze nalézt architektovy obecné úvahy a komentáře k různým aspektům architektonické tvorby. Diskutovány jsou rovněž názory na Vejrychovu tvorbu a jejich proměna v návaznosti na měnící se hodnotová kritéria a důraz kladený na různé stránky...Institute of Art HistoryÚstav pro dějiny uměníFilozofická fakultaFaculty of Art

    Graphs and graph algorithms for algorithms library

    Get PDF
    Tato bakalářská práce vylepšuje implementaci grafů a grafových algoritmů v knihovně algoritmů ALib vyvíjené na Katedře teoretické informatiky FIT ČVUT v Praze. Hlavní důraz je kladen na univerzalitu návrhu, který vede ke snadnému používaní a jednoduchému rozšíření. Práce dále přidává do této knihovny nové doposud nenaimplementované algoritmy pro prohledávání grafů a hledání cest v nich. Práce také obsahuje měření původních i nově přidaných algoritmů a porovnává experimentálně naměřené hodnoty s teoretickými poznatky.The bachelor thesis improves the implementation of the graphs and graph algorithms in the library ALib. This library has been developed at the Department of Computer Science FIT CTU in Prague. A great deal of emphasis has been placed on the universality of the implementation design which leads to intuitive usage and easy future extension of the library. The thesis also extends the library with new graph traverse and graph pathfinding algorithms and makes experiments with the original ones as well as the new ones

    Design and Realization of Cooling Device with Peltier Element

    Get PDF
    Import 23/08/2017V úvodu práce je čtenář stručně uveden do problematiky chlazení živých tkání a důvodů, proč se chlazení používá. Je uvedeno několik příkladů běžně používaných chladicích metod pro vytvoření představy o současném stavu techniky. Následně je popsán způsob chlazení pomocí zařízení s Peltierovým článkem a popsán systém, ke kterému bude navrhována regulace. V části, kde se věnuji popisu Peltierových článků, jsou uvedena data o efektivitě a parametrech článků se zhodnocením jejich energetické bilance a uvedením jejich výhod a nevýhod pro dané použití. V následující části se práce věnuje návrhu regulačního systému. Je zpracován stručný rozbor možností regulace a poté popsán vybraný a realizovaný způsob. Schéma elektronické části je detailně popsáno a jako celek uvedeno v příloze práce, stejně jako program pro použitý mikropočítač. Poslední část práce obsahuje návod pro obsluhu vyrobeného zařízení.At the beginning of this thesis there is a brief introduction to the issue of tissue cooling. There is several examples of commonly used cooling methods for information about current technologies. Than the method of cooling with Peltier element is described. In part of the thesis, where I describe the Peltier element, the main technical information about thermo-electric cooler are stated with evaluation of their energetic balance and list of advantages and disadvantages of their usage. In last part of this thesis the control system for cooling tissues is designed. In elaboration of applicable methods of regulation are described advantages and disadvantages. Details of the schematics and software are described. Complete program and layout are in appendix. The last part of this thesis contains user manual.430 - Katedra elektronikyvelmi dobř
    corecore