Search
Now showing items 1-10 of 98
Formální popis deskových her
Formal description of board games
bachelor thesis (DEFENDED)
Advisor: Štěpánek, Petr
Date Issued: 2011
Date of defense: 07. 09. 2011
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: Cílem bakalářské práce bylo navrhnout matematický formalismus umožňující popis a zkoumání vlastností deskových her. Práce těží především z poznatků teorie automatů a logického programování. Z teorie automatů se práce zabývá ...
The aim of thesis was to design a mathematical formalism that allows describing and exploring the properties of board games. The work benefits from the findings of automata theory and logic programming. First part of thesis ...
The aim of thesis was to design a mathematical formalism that allows describing and exploring the properties of board games. The work benefits from the findings of automata theory and logic programming. First part of thesis ...
Budovatelská strategie
City-building game
bachelor thesis (DEFENDED)
Advisor: Malenko, Jaromír
Date Issued: 2008
Date of defense: 23. 06. 2008
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: Předložená práce popisuje program Damoklv meč, což je hra z kategorie budovatelských strategií, kde úkolem hráče je co nejlépe pečovat o svěřené město a lidi v něm. Těžištěm práce bylo navrhnout a implementovat způsob ...
Present work describes the Sword of Damocles application. It is a citybuilding strategy game, where player's task is to care about some city and wellbeing of its inhabitants. Main goal of the work was to design and implement ...
Present work describes the Sword of Damocles application. It is a citybuilding strategy game, where player's task is to care about some city and wellbeing of its inhabitants. Main goal of the work was to design and implement ...
Aplikace Baireovy věty
Aplikace Baireovy věty
bachelor thesis (DEFENDED)
Advisor: Simon, Petr
Date Issued: 2009
Date of defense: 18. 09. 2009
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: Cielom tejto práce je v troch roznych prípadoch dokázat', že množina prvkov s danou vlastnost'ou je množina typických prvkov. Najskor dokážeme, že typická spojitá funkcia, definovaná na intervale [0; 1], nemá deriváciu v ...
The aim of this work is to show, having three di®erent spaces and a set of elements with some common property in each one of them that the given set is the set of typical elements in that space. First we will show that a ...
The aim of this work is to show, having three di®erent spaces and a set of elements with some common property in each one of them that the given set is the set of typical elements in that space. First we will show that a ...
Autonomní navigace v jednoduchém terénu
Simple Terrain Autonomous Navigation
diploma thesis (DEFENDED)
Advisor: Obdržálek, David
Date Issued: 2023
Date of defense: 05. 09. 2023
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: An important ability for light terrain outdoor navigation of an UGV (Un- manned Ground Vehicle) is traversability detection. We focus on creating an evaluation layer for move_base package, which is part of ROS (Robot ...
Důležitou schopností pro možnost navigace autonomního robota v jedno- duchém venkovním terénu je rozpoznání průjezdnosti. Zaměřujeme se na vy- tvoření hodnotící vrstvy pro plánovací balíček move_base, který je součástí ROS ...
Důležitou schopností pro možnost navigace autonomního robota v jedno- duchém venkovním terénu je rozpoznání průjezdnosti. Zaměřujeme se na vy- tvoření hodnotící vrstvy pro plánovací balíček move_base, který je součástí ROS ...
Go na malých deskách
Go on Small Boards
bachelor thesis (DEFENDED)
Advisor: Hric, Jan
Date Issued: 2008
Date of defense: 23. 06. 2008
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: V předložené práci studujeme vhodnost použití heuristik užívaných při počítačové analýze šachu (konkrétně se bude jednat o transpoziční tabulky, killery, historii a protitahy) pro výpočty hodnoty pozice v go. V první části ...
In presented work we study applicability of the heuristics used in computer analysis of the chess (to be specific we will consider transposition tables, killer moves, history heuristics and counter-moves) for the valuation ...
In presented work we study applicability of the heuristics used in computer analysis of the chess (to be specific we will consider transposition tables, killer moves, history heuristics and counter-moves) for the valuation ...
Turistická navigace pro mobilní zařízení na platformě J2ME/CLDC
Tourist navigation for mobile devices on J2ME/CLDC platform
bachelor thesis (DEFENDED)
Advisor: Zajíček, Ondřej
Date Issued: 2009
Date of defense: 14. 09. 2009
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: Cílem práce je navrhnout a implementovat program, který bude sloužit jako turistická navigace. Program bude určen pro mobilní zařízení na platformě J2ME/CLDC s GPS modulem. Základní funkce budou: zobrazení aktuální pozice ...
Subject of the thesis is design and implementation of application, which will be used as tourist navigation. Application will run on mobile devices with GPS module. Main features are: tracking of device position on a map, ...
Subject of the thesis is design and implementation of application, which will be used as tourist navigation. Application will run on mobile devices with GPS module. Main features are: tracking of device position on a map, ...
Feature selection for text classification with Naive Bayes
Výběr příznaků pro klasifikaci textu pomocí Naivního Bayovského klasifikátoru
bachelor thesis (DEFENDED)
Advisor: Petříčková, Zuzana
Date Issued: 2012
Date of defense: 18. 06. 2012
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: Tato práce se zabývá výzkumem v oblasti klasifikace dokumentů. Popisuje již existujici techniky s důrazem na Naivní Bayesův klasifikátor. Zmíněny jsou i některé z metod pro výběr příznaků. Teoretické pozadí je základem pro ...
The work presents the field of document classification. It describes existing techniques with emphasis on the Naive Bayes' classifier. Several existing feature selection methods suitable for the Naive Bayes' classifier are ...
The work presents the field of document classification. It describes existing techniques with emphasis on the Naive Bayes' classifier. Several existing feature selection methods suitable for the Naive Bayes' classifier are ...
Systém pro automatické a poloautomatické testování softwarových modulů
Framework for the automated and semi-automated testing of software components
bachelor thesis (DEFENDED)
Advisor: Majerech, Vladan
Date Issued: 2007
Date of defense: 25. 06. 2007
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: Prostudovat dostupnou literaturu o TDD (Test-Driven Development). Seznámit se s existujícími systémy používanými při aplikaci TDD, zejména se systémem NUnit (www.nunit.org). Navrhnout a implementovat systém pro testování ...
This work is a research on Test-Driven Development (TDD), the existing literature about TDD and techniques used for implementing TDD with particular focus on the system NUnit (www.nunit.org). The primary goal was to design ...
This work is a research on Test-Driven Development (TDD), the existing literature about TDD and techniques used for implementing TDD with particular focus on the system NUnit (www.nunit.org). The primary goal was to design ...
Boj robotů ve virtuálním prostředí
Robots Figting in an Virtual Environment
bachelor thesis (DEFENDED)
Advisor: Malenko, Jaromír
Date Issued: 2007
Date of defense: 11. 09. 2007
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: Cílem projektu je vytvořit knihovnu pro programování softwarových agentů (robotů), virtuální prostředí pro simulaci jejich boje včetně vizualizace. Aplikace je implementována pomocí technologie .NET, knihovnu pro programování ...
The goal of this project is to create library for programming software agents (robots), virtual environment for simulation of their battle, including visualization. Aplication is implemented by .NET technology, library for ...
The goal of this project is to create library for programming software agents (robots), virtual environment for simulation of their battle, including visualization. Aplication is implemented by .NET technology, library for ...
Evolutionary Algorithms for the Design of Luminaire Optics
Evoluční algoritmy pro návrh optické části svítidla
diploma thesis (DEFENDED)
Advisor: Pilát, Martin
Date Issued: 2021
Date of defense: 22. 06. 2021
Faculty / Institute: Matematicko-fyzikální fakulta / Faculty of Mathematics and Physics
Abstract: Cílem této práce bylo zkoumat možnosti využití evolučních algoritmů pro návrh komponenty s velmi specifickým účelem. Zabývali jsme se procesem návrhu optimálního tvaru pro reflektorky z vysoce odrazivého plechu. Takový ...
The goal of this thesis was to explore the possibilities of using evolutionary algorithms to design components with specific purpose. We examined the process of designing an optimal shape of reflector from a highly reflective ...
The goal of this thesis was to explore the possibilities of using evolutionary algorithms to design components with specific purpose. We examined the process of designing an optimal shape of reflector from a highly reflective ...