National Repository of Grey Literature 60 records found  beginprevious51 - 60  jump to record: Search took 0.00 seconds. 
Temperature scanning with Web site presentation
Svoboda, Vít ; Vyoral, Josef (referee) ; Kacálek, Jan (advisor)
This master’s thesis solves design and realisation of device for temperature value scanning. First chapter introduces reader into basic principles of transmitting data over inetrnet. Next, the conception of whole designed system is described. Third chapter treats about suitable types of hardware to complete the system. Fourth and fifth chapter describes coherent vision of software realisation for values scanning and their storing into database. Last part attends to implement the dynamic web pages.
Generator of ASP pages
Hrbáček, Martin ; Míča, Ivan (referee) ; Kacálek, Jan (advisor)
Submisson of my project is identification with background ASP.NET and realization program for creating ASP pages based on database structure. I began with my study from Microsoft .NET Framework, which provides all tools and technologies for creating .NET aplications. I described features a structure ASP.NET. I followed also, for my project, very important tool ADO.NET, which contains rich group of functions for manipulation with lot of date types. In text I also described object model of this tool. One of parts is about very important ObjectDataSource class. Next part of my project is devote to SQL database and tools for managing and manipulation. One chapters is devote to System register, which serve for database description. Next is described some of realization this type of program. My work is finished by description of my program. Here are aplications of mentioned technologies, which together forms web aplication and her output is web page for data presentation.
Simulating the control of a network element with neural network
Šilhan, Petr ; Kacálek, Jan (referee) ; Škorpil, Vladislav (advisor)
The thesis deals with the use of neuronal networks for the control of telecommunication network elements. The aim of the thesis is to create a simulation model of network element with switching array with central memory, in which the optimization control switching array is solved by means of the Hopfield neural network. All source code is created in integrated environment MATLAB with the use of Neural Network Toolbox.
Design of algorithms for neural networks controlling a network element
Stískal, Břetislav ; Kacálek, Jan (referee) ; Škorpil, Vladislav (advisor)
This diploma thesis is devided into theoretic and practice parts. Theoretic part contains basic information about history and development of Artificial Neural Networks (ANN) from last century till present. Prove of the theoretic section is discussed in the practice part, for example learning, training each types of topology of artificial neural networks on some specifics works. Simulation of this networks and then describing results. Aim of thesis is simulation of the active networks element controlling by artificial neural networks. It means learning, training and simulation of designed neural network. This section contains algorithm of ports switching by address with Hopfield's networks, which used solution of typical Trade Salesman Problem (TSP). Next point is to sketch problems with optimalization and their solutions. Hopfield's topology is compared with Recurrent topology of neural networks (Elman's and Layer Recurrent's topology) their main differents, their advantages and disadvantages and supposed their solution of optimalization in controlling of network's switch. From thesis experience is introduced solution with controll function of ANN in active networks elements in the future.
New technologies for development of web application Web 2.0
Medlín, Dušan ; Kacálek, Jan (referee) ; Kyselý, František (advisor)
The graduate thesis presents an analysis of the Web 2.0 applications developement. It defines the preliminary conditions and describes the technologies used for the creation of these applications, such as the markup languages HTML and XML, style sheet language CSS, tranfortmations language XSLT and scripting language JavaScript. The thesis depicts the security risks and the ways how the application can be protected against the XSS attacks and SQL Injection. Furthermore, it analyses a concept of the system containing features of the Web 2.0 trend, and its implementation in practice. The internet portal enabling all registered users to share information with the others, will be the result. Files can be uploaded, and maps and videos can be inserted into the system.
Application of system catalogue for database management
Nečas, Jaroslav ; Pfeifer, Václav (referee) ; Kacálek, Jan (advisor)
The purpose of this project is to create a design and subsequently the web application for a database management which uses the system catalogue of the Microsoft SQL database system. The introduction deals with the principle of the relational databases and includes the list of the most widespread database systems. The next chapter of the theoretical part describes the syntax of the SQL query language, and the next chapter deals with the properties of the system catalogue which were utilized. Finally, the last of the theoretical chapters is centred on the .NET platform and its technologies – particularly the ASP.NET and the ADO.NET technologies. The former is used for creating dynamical web pages, and the latter is an object library used for the data access. The practical part of this work comprises the web application scheme on which is the final web application based. The most emphasized issues in this part are the security and the supposed program design of the web application. The final part of the work contains a description of the finished web application, especially the configuration and the functions which the application provides to a user. And finally, the whole project is briefly evaluated in the conclusion.
Application for content management of Internet pages
Kaplan, Jiří ; Míča, Ivan (referee) ; Kacálek, Jan (advisor)
This master’s thesis is focused on description of .NET Framework, versions, architecture, assembly and data formats. Describes programming language C#, his supporting programming processes and architecture. Contains description of ASP.NET, characteristics, used directories, control items and design model Model-View-Controller. Next part describes usability .NET background for creation of aplication and comparsion with PHP. Shortly introduces with ADO.NET, databinding, databases, his types and SQL language and content management system. At the end is desribed database structure of content management system, user administration and his parts and functions.
Application of neural networks in telecommunications
Šulák, Michal ; Koula, Ivan (referee) ; Kacálek, Jan (advisor)
This Master’s Thesis consists of description of current routing protocols and routers, basic principles of neural networks and their interpretation in connection with the use for routing in data networks and telecommunications networks. In the thesis I focused on neural networks, which use energetic functions to find solution stabled states and their use for data routing. I produced the application software to test and find suitable variables for each function. This application counts the shortest path and is able to change variables to reach the best solution of stabled state of neural network. These solutions are compared with other functions that are usually used in nowadays systems for data network routing.
Multilayer J2EE web application
Pacvoň, Stanislav ; Kacálek, Jan (referee) ; Burget, Radim (advisor)
This thesis provides compact solutions and shows process, how it is possible to implement Information system which automatically tests students projects. The use of J2EE technology is required in assignment of this thesis. Using of other technologies depends on which way of the assignment´s solution was choosen. In the part one of the thesis an option of technologies used for the system development is implemented. The reason why used application server, database server and CMS solution were chosen is given here. The choice of CMS applicatin is reasoned in more detailed way. A building tool Ant and Junit package are introduced here as well as cascade styles and other technologies used in an application. Ant was used to build a module and students projects. JUnit package is available to test classes. In the second part of the thesis the application is designed. It is showed here how to create a web module, what components the module has to contain and how to implement required function of the system with contribution of classes, library OpenCms and Java. The second part is divided into three chapters. The first shows system workflow, which defines the way of work with application according to defined role in system .The second of them is focused on the web module and its parts. It introduces application pages designed for registration, projects assignment, projects and scripts upload and navigation pages. The three chapter is aimed at a web content. It introduces a data files and HTML output pages. Other parts of the thesis are focused on the safety of the application and the way of communication with Jplag detection of plagiarism.
Advanced methods of filtering network traffic in the Linux system
Peša, David ; Komosný, Dan (referee) ; Kacálek, Jan (advisor)
This master's thesis is meant to provide techniques in designing and building a standalone packet filtering firewall in Linux machines, mainly for small sites who don’t give much service to Internet users. It deals with attenuating the effect of the most common types of attacks using iptables. It guides how to design, implement, run, and maintain Firewall. Techniques for continuously monitoring attacks is attempted. It also give a historical, architectural and technical overview of firewalls and security attacks.

National Repository of Grey Literature : 60 records found   beginprevious51 - 60  jump to record:
See also: similar author names
4 Kacálek, Jaroslav
Interested in being notified about new results for this query?
Subscribe to the RSS feed.