• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 233
  • 142
  • 117
  • 116
  • 16
  • 15
  • 14
  • 12
  • 7
  • 6
  • 6
  • 5
  • 4
  • 2
  • 2
  • Tagged with
  • 753
  • 191
  • 153
  • 121
  • 105
  • 104
  • 99
  • 84
  • 81
  • 73
  • 71
  • 66
  • 65
  • 59
  • 59
  • 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.
131

Možnosti využitia HTML5 / Areas of HTML5 usage

Šlapka, Miroslav January 2011 (has links)
This diploma thesis describes new HTML5 standard. The aim is to show the potential uses and benefits of HTML5 compared to HTML4. Another objective is to analyze the support of HTML5 in most advanced web browsers on desktops and mobile devices. The thesis is divided into theoretical and practical parts. The theoretical part is divided into 5 chapters. The first chapter describes the introduction to the main concepts and definitions. The second chapter describes the differences between HTML4 and HTML5 elements. The third chapter describes HTML5 API. The fourth chapter analyzes the support of HTML5 featu- res in web browsers. Last chapter of the theoretical part discusses tools based on best practices which are useful for developing HTML5 applications. In the practical part, there are implemented real examples of HTML5 features. Practical examples are described as a tutorial. The contribution of this work is a demonstration of the advantages of HTML5 over the old standard. Contribution is also analysis of support of HTML5 features in web browsers. The diploma thesis is intended primarily for web developers and can be used as a reference guide. HTML5 is the standard of the future, and web developers can contribute to the overall improvement of the web by using it.
132

Monitoring internetu a jeho přínosy pro podnikání nástroji firmy SAS Institute / Monitoring of Internet and its benefits to business tools from SAS Institute

Moravec, Petr January 2011 (has links)
This Thesis is focused on the ways of getting information from the World Wide Web source . The Introduction pays attention to the theoretical approach towards data collection options . The main part of the Introduction is engaged in the Web Crawler program as the possibility of data collection from internet and consequently they are followed by alternative methods of data collection. E.g. Google Search API. The next part of the Thesis is dedicated to SAS products and their meanings in the context of reporting and internet monitoring. SAS Intelligence platform is presented as the crucial Company platform In the framework of the platform there could be found concrete SAS solutions. SAS Web Crawler and Semantic Server are described in SAS Content Categorization solution. Whilst the first two parts of Thesis are focused on the theory , the third and closing part pays attention to practical examples. There are illustrated examples of Internet Data collection, which are mainly realized in SAS. The practical part of Thesis follows the theoretical one and it cannot be detached.
133

Emulação de um Gerenciador de Dados Orientado a Objetos através de uma Interface de Programação de Aplicativos sobre um Gerenciador Relacional

Elaine Parros Machado de Sousa 15 December 2000 (has links)
Este trabalho mostra o desenvolvimento de uma Interface de Programação de Aplicativos (Application Program Interface - API) para um gerenciador de dados orientado a objetos. A API é composta por um conjunto de primitivas que integram a definição e a manipulação de objetos em uma representação compatível com uma linguagem de programação orientada a objetos. A definição da API explora os recursos básicos de modelos de dados orientados a objetos e baseia-se nas extensões de um metamodelo baseado em quatro abstrações: classificação, generalização, agregação e composição. O suporte à abstração de classificação com hierarquias em múltiplos níveis é tratado com especial destaque, pois resulta em uma das características predominantes da API: o tratamento homogêneo de tipos e instâncias em tempo de execução, unificando comandos usualmente separados em DDL (Data Definition Language) e DML (Data Manipulation Language). A implementação da API sobre um gerenciador relacional emula um gerenciador de dados orientado a objetos. Os conceitos envolvidos no trabalho de emulação foram aplicados no desenvolvimento de uma versão com núcleo relacional do Gerenciador de Objetos SIRIUS, criando em ambiente experimental, precursor à versão com núcleo nativo desse gerenciador. A API definida neste trabalho é compatível com ambas as versões do Gerenciador SIRIUS, permitindo que uma aplicação utilize qualquer uma das versões sem alterações em seu código fonte. Para exemplificar a utilização prática da API, foi implementado um utilitário de bases de dados destinado à representação de modelagens baseadas no modelo de dados SIRIUS usando a versão relacional do Gerenciador de Objetos SIRIUS. Esse utilitário, além de demonstrar a utilização da API, demonstra também como as operações típicas da DDL e da DML são integradas em um único conjunto de comandos que não faz diferença entre a definição de tipos e de instâncias.
134

Inter-patient electrocardiogram heartbeat classification with 2-D convolutional neural network

Ye, Kun 25 January 2021 (has links)
Advanced computer technologies can transform the traditional electrocardiogram (ECG) monitoring system for better efficiency and accuracy. ECG records a heart's electrical activity using electrodes placed on the skin, and it has become an essential tool for arrhythmia detection. The complexity comes from the variety of patients' heartbeats and massive amounts of information for humans to process correctly. The first part of the thesis presents an image based two-dimensional convolution neural network (CNN) to classify the arrhythmia heartbeats with inter-patient paradigm. It includes a new data pre-processing method. The inter-patient paradigm simulates the practical use case of an ECG heartbeat classifier. Compared to the reported work in the literature, the proposed solution achieves superior experiment results. The rest of the thesis introduces the remote ECG monitoring system. The RESTful API design concepts of the system are described. The proposed API supports an efficient and secure way of interaction between each module in this remote monitoring system. / Graduate
135

Context for API Calls in Malware vs Benign Programs

Chandrasekaran, Monika 04 October 2021 (has links)
No description available.
136

Komunikační modul pro simulátor X-PLANE / Communication Module for X-PLANE Simulator

Kolář, Michal January 2018 (has links)
Within Mater’s Thesis a design of the communication module for X-Plane simulator was worked out. It will enable to read data from simulation model or change current flight situation.
137

Návrh dílčí části informačního systému / Design of an Information System Part

Kaššák, Marián January 2019 (has links)
The diploma thesis deals with the analysis of the company and the focus on data security. Based on the company analysis and requirements is designed a new system of employee authorization in CMS systems of the company. The design of the employee authorization API solution is based on the OAuth 2.0 protocol.
138

Optimalizace zpracování dat o síti Tor pomocí OLAP / Tor Network Consensus Data Stored in OLAP Database

Chomo, Michal January 2019 (has links)
Tor is a distributed network providing privacy and anonymity on the Internet. Information about Tor is publicly available in a form of consensus documents. Existing tools that are able to display this information do not provide both historical and detailed view of it. A tool named Consensus Parser that provides a detailed, historical view of this information and extends it with geolocation and DNS information, was created as a part of TARZAN research project at Brno University of Technology. It stores the information in regular files on disk and makes it accessible via REST API. This thesis extends Consensus Parser with MariaDB ColumnStore database with a schema designed to conform to OLAP needs. The searching capabilities of Consensus Parser were enhanced by adding 109 new endpoints to 12 existing ones and adding the ability to limit the retrieved information to certain fields only. Disk space needed for storing the information was reduced by a factor of five.
139

Knihovna pro abstrakci práce s blockchainy kryptoměn / Blockchain Abstraction Library

Gallovič, Ľubomír January 2019 (has links)
This thesis deals with cryptocurrencies and the underlying principles they are based on. It describes the blockchain technology and explores various cryptocurrencies that utilize it with the focus on their similarities and differences. The next part analyzes InsightAPI, the existing tool for real-time Bitcoin blockchain exploration. It then describes the proposed solution for the Ethereum blockchain explorer, highlights the implementation details, and shows results of its testing. The created tool allows the user to quickly gather information about desired blocks, users, and transactions of the Ethereum blockchain.
140

Analýza lokálních struktur DNA / Analysis of local DNA structures

Kratochvíl, Jaromír January 2020 (has links)
This diploma thesis is focused on the description and implementation of the user interface for the analysis of local DNA structures as a web application in the Vue.js framework. The local structure can be described as an alternative DNA structure which arises in a specific DNA sequence that occurs in important regions of the genome. The first part of the thesis is theoretical and examines the field of DNA research and a description of selected technologies. The second part deals with the implementation and testing of the user interface on specific DNA sequences.

Page generated in 0.0457 seconds