• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 174
  • 158
  • 138
  • 13
  • 8
  • 7
  • 7
  • 4
  • 4
  • 4
  • 3
  • 3
  • 2
  • 2
  • 2
  • Tagged with
  • 547
  • 215
  • 169
  • 124
  • 119
  • 98
  • 97
  • 93
  • 92
  • 84
  • 79
  • 74
  • 67
  • 63
  • 54
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
471

Analýza řídících protokolů využívaných v průmyslových aplikacích / Analysis of distributed control protocols for indistrial applications

Horych, Vladimír January 2009 (has links)
This master's thesis deals with distributed control protocols for industrial applications. It explains term distributed control system, control protocol and it is dealing with properties, frame structures and ways of communication within CAN, Modbus, IEC60870-5-101 and DLMS protocols. This thesis includes informations, which are in most cases difficult to find. Second part of the thesis is dedicated to education system. This part is contained by information about protocols and their layers based on ISO/OSI model, pictures of structure of messages, knowledge test and an application based on JavaScript language. This JavaScript application emulates behavior of workstations, which are using communication based on IEC 60870-5-101 protocol. This application can set various conditions for influence of message transfer. These conditions are setting way of message transfer, data availability, filling of workstation’s buffer or intentional damage of message's content. It also contains a large amount of context help, activated after moving mouse cursor over most of application's elements. Even visitor without great knowledge of distributed control systems should understand how this protocol works, thanks to these context help and messages printed in lower part of the application. The conclusion of this work is aimed to positive and negative features and comparison of mentioned control protocols.
472

Monitorování pracovních stanic Cisco akademie / Monitoring of workstations in Cisco academy laboratory

Hrabal, Zdeněk January 2009 (has links)
This thesis deals with design and implementation of a Web page that allows the manipulation with data on a server and workstation in the laboratory. It is also possible to get more information of these stations, such as installed on the virtual systems, free space on a drive or the contents of the directory. Details of the stations provide scripts written by Bc. Jiří Homolka in a Bash language. For this reason, the work also deals with the issue of scripts to run in various modes - in the background or in the pseudoterminal. Part of this work is the formation of the database structure, which allows to trace the activities on the workstations and show the history. The web is accessible form the Internet so there was given an attention to the security and protection against attempts of unauthorized intrusion. Therefore the system can login only registered users with appropriate rights or new accounts can be created or existing modified.
473

Vývoj a zavedení informačního systému pro podporu podnikových procesů / Development and Introduction of the Information System to Support Business Processes

Kosturák, Ivan January 2012 (has links)
Master’s thesis is focused on the issue of information systems. Its attention is focused on describing not only the knowledge of the basic terminology of information systems, the definition of the necessary prerequisites for development an information system within the enterprise, but also its implementation and subsequent management. The practical part of diploma thesis is based on knowledge of the theory. Its main section focuses on the realization of information system.
474

Systém pro správu volnočasových a vzdělávacích programů / Outdoor Activity Manager

Tříska, Miroslav January 2011 (has links)
The aim of this master's thesis is to propose a dynamic user interface for a tool engaged in administration of leisure time and educational activities as a web application with an emphasis on frequented operations of daily programmes creation. This will be provided with a sophisticated searching of activities from which you can make a daily programme or on which basis of designated parameters can be achieved an automatical proposition of the programme. I intend to use accessible web technologies to make this real. The purpose of the project is study all these technologies and give shape to an effective user interface respecting needs of the target group of users.
475

Online LaTeX editor / Online LaTeX Editor

Sokol, Miroslav January 2012 (has links)
This diploma thesis has its purpose in creating such an editor of LATEX language, which would succeed in the competition of existing solutions. To offer users a basis typical for this type of editors and add functions that will make him a unique project. The progress went in a direction of transparent environment and completely trivial operating. Most of the functions are available through 1 click only. Predefined templates are displayed immediately including previews and it is possible to download them with all source codes. Some kinds of actions redraw the whole content of the page. In other cases, we used update panels for partially redraw the content or client javascript. Due to available archivation of .zip files we can even process more files at the same time. Program is designed in a way to be able to further continue developing it and even broaden his features.
476

Zobrazení 3D scény ve webovém prohlížeči / 3D Graphics in Web Browser

Kuželová, Ludmila January 2012 (has links)
The thesis deals with the creation of a three-dimensional virtual view with the use of the new WebGL standard in combination with O3D javascript framework. The result is freely available web application which generates a virtual tour of sent series of photographs. Afterwards, the photographs are processed by the server, which on the basis of found corresponding points creates 3D scene. The application is based on a freeware application Bundler [40] which is used for identifying 3D points in uploaded photographs and related cameras (the places from which the photographs were taken). Bundler outputs are processed by Jetty web server with the use of Java script. At this point, all data required for the creation of a view are gathered. The display of the final result is then realized via HTML5, CSS, WebGL and Javascript using O3D.
477

Modul pro správu nastavení systému NLPIS / Module for Management of Settings of NLPIS System

Linhart, Lukáš January 2012 (has links)
This master's thesis is focused to create a module for management of settings of NLPIS system. The module will serve to make using of the NPLIS system easier, focusing especially on the session management improvements. The topic contains introduction of the issue, description of the NLPIS system and its technologies, as well as various solution drafts and final implementations including testing are covered in the thesis. The main focus is on improving user experience by simplifying the interface and hence making their work more effective.
478

Převod PPTX do HTML / PPTX to HTML Conversion

Vilímek, Hynek January 2016 (has links)
PowerPoint is an excellent tool for creating presentations and people are accustomed to using it. Its only handicap is that it is not installed everywhere and it exists in numerous versions. But there is an application that is installed almost everywhere and that application is the web browser. This work aims to create the PowerPoint presentation viewer for the web browser. With the internet as the environment, it may have a wide range of applications from the content sharing point of view. The solution is a web application that allows to upload the PowerPoint file and then the application displays the content of the file. The application also offers functionality such as navigation between slides and full-screen mode. The rendered slides in the web browser are very similar to the slides in PowerPoint. It does not support advanced features, but it supports displaying text, pictures, video and audio. Further, it supports basic styling options such as colours, margins, position and line height.
479

Forenzní analýza sítě Bitcoin / Forensic Analysis of Bitcoin Network

Drozda, Tomáš January 2016 (has links)
This thesis is focused on Bitcoin forensic analysis. Main goal of this thesis was to design and implement system tool for forensic analysis. Theoretical part of this thesis is dedicated to Bitcoin network. Requirements and existing tools are described in following chapters. Rest of the thesis is concerned about implementation of such a tool itself. Implemented system is presented as web application, which allows user to search through blockchain, vizualize financials, display profile pages of Bitcoin users and their Bitcoin wallets.
480

Software pro jízdu pravidelnosti / Software for Regularity Racing

Kříž, Petr January 2017 (has links)
The main goal of this master‘s thesis was to create software solution suitable for measuring and results processing of regularity rally races and to create supplementary web application. The measuring application was created using integrated development environment Microsoft Visual Studio 2015 and c# programming language. For application to work correctly, it was necessary to create a database model, using MySQL relational database management system. The measuring application can work both with local and remote database server. Web application allows user to see various data including results of racing events or tournaments, data are being fetched from the MySQL database. There was an option to explore existing circuit racing software Vola Timing Circuit – Pro for inspiration.

Page generated in 0.0278 seconds