• 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.
521

Změny dokumentu v editoru anotací / Document Modifications in Annotation Editor

Cudrák, Miloš January 2014 (has links)
This thesis deals with the design and implementation of the document modifications and another annotation editor improvements developed as the part of the Decipher project. Explains the nature of the Decipher project and the inclusion of annotation system 4A in this project. It examines the annotation editor and propose solutions to problems and adding new functionality which makes it easier to work with annotations and also with editor itself.
522

Prednasky.com - Systém jako modul / "Prednasky.com" - System as a Module

Peša, Jan January 2012 (has links)
This diploma thesis first introduces the services of servers Prednasky.com and SuperLectures.com. After analyzing the solution it describes the design and development of a new dedicated video player that combines SuperLectures.com functionality as a web-embeddable HTML5 application.
523

Webové rozhraní pro zpracování obrazu / Web Interface for Image Processing

Beran, Milan January 2010 (has links)
This paper concerns design and implementation of a system which provides easier control of digital image processing console applications. The work is based on threes information technology domains: distributed systems, image processing and web technologies. The system consist of number of separated components communicating with each other in order of processing desired tasks. Control interface and the task daemon are implemented in PHP language. Image processing programs are implemented in C language using OpenCV graphic library. Control of the system is carried out through web graphical interface using dynamic control components implemented in Javascript language, jQuery library and jQueryUI interface. Part of the work is also a description of employment of the system in practical use in two environments, experiments concerning system performance and web interface user acceptance testing.
524

Datalogger s rozhraním Ethernet / Datalogger with Ethernet

Orávik, Tomáš January 2016 (has links)
Thesis deals with Datalogger with Ethernet interface controlled by Raspberry Pi 2. Datalogger is equipped with eight digital inputs and three analogue inputs. It allows storage of measured data into the database on the microSD card. It communicates over an Ethernet interface on the Raspberry Pi. The administration and control of the datalogger is possible trought a web server.
525

Systém pro podporu agilního řízení projektů / System for Supporting Agile Project Management

Liška, Radek January 2012 (has links)
This project is devoted to using of agile methodologies in the process of the web development. First, the most widely used traditional and agile methodologies of the software development are theoretically examined. Based on the identified procedures are chosen those that solve the biggest problems associated with the project management of the web development. From the findings is given a rough design of the system with usage of agile procedures. In the final part of the project is mentioned design implemented as the system prototype.
526

Dynamische Dokumenterstellung mit dem Webbrowser

Knauf, Robert, Schröder, Daniel 31 January 2009 (has links)
Wie lassen sich Corporate Design-konforme Drucksachen erzeugen, ohne Zugang zur Gestaltung zu haben. Der Vortrag stellt das strukturierte Datenformat XML, die Transformationssprache XSLT, die Formatierungssprache XSL-FO und den FO-Prozessor Apache FOP vor. Am praktischen Beispiel des TU Chemnitz-Plakatgenerators wird erläutert, wie der Formatierungsprozess abläuft. Des Weiteren wird die Softwarearchitektur des Generators vorgestellt, der sich vorliegender XML-Schablonen bedient, um automatisch und dynamisch das Nutzer-Eingabeformular im Webbrowser zu erzeugen.
527

Grafický podsystém v prostředí internetového prohlížeče / Graphs Subsystem in Internet Browser Environment

Vlach, Petr January 2008 (has links)
This master's thesis, divided into two sections, compares in part one existing (non-)commercial systems for OLAP presentation using contingency table or graph. The main focus is put on a graph. Results received from my observations in part one are used for implementing a graphic subsystem within internet browser's environment. User friendly interface and good arrangement of displayed data are the most important tasks.
528

Modulární informační systém pro publikování / Modular Information System for Publishing

Levinský, Stanislav January 2007 (has links)
This master thesis dives a brief introduction to the languages for creating web information systems and languages for creating web pages. It describes existing modular systems for publication (also known as content management systems, CSM), their advantages  and disavantages. Requirements for the Content Management System are specified and the  general scheme (ERD) for such a system is proposed. Presented system is realised in PHP and database system MySQL. Implemented user-friendly aplication running on the server communicates developed system that provides content management functions.
529

Systém pro podporu výuky dynamických datových struktur / System for Support of Dynamic Data Structures Learning

Trávníček, Jiří Unknown Date (has links)
The main objective of this work is to design and implement an application that can be used as an aid for the education of programming essentials. Particularly, the attention focuses on the domain of dynamic data structures. The target application will be implemented with the use of web technologies so that it can be run in an ordinary WWW browser. First of all, a brief introduction recapitulates the data structures to be covered. Then the work summarizes the usable technologies available within the web browsers with the focus on the particular technology (which is DHTML) that will become the target platform. The most significant part of this work then discusses the design of the final application. This rather theoretical part is then followed by the description of the practical implementation. A short user manual is also included.
530

Evaluating the Effectiveness of Open Source Chatbots for Customer Support

Dacic, Fabian, Eriksson Sepúlveda, Fredric January 2023 (has links)
Chatbots are becoming increasingly popular in various industries, and thereare many options available for businesses and organisations. Several studieshave investigated open-source chatbots and identified their core strengths,implementation, and integration capabilities however few have investigatedopen-source chatbot frameworks and libraries in a specific use case such asmedicine. The project's objective was to evaluate a selection of chatbots ormore specifically two frameworks: Botkit and Rasa, and two libraries:ChatterBot, and Natural which was utilised together with Botkit and alanguage model which is DialoGPT. The evaluation focuses specifically onaccuracy, consistency, and response time. Frequently asked questions fromthe World Health Organization and COVID-19 related Dialogue Datasetfrom GitHub were utilised to test the chatbots' abilities in handling differentqueries and accuracy was measured through metrics like Jaccard similarity,bilingual evaluation understudy (BLEU), and recall oriented gistingevaluation (ROUGE) scores, consistency through Jaccard similarity betweenthe generated responses and response time was taken to be the average timefor a response in seconds. The analysis revealed unique strengths andlimitations for each chatbot model. Rasa displayed robust performance inaccuracy, consistency, and customisation capabilities if the chatbot works ina particular topic with acceptable response times. DialoGPT demonstratedstrong conversational abilities and contextually relevant responses withtrade-offs in consistency. ChatterBot showed consistency, though sometimesstruggled with advanced queries, and Botkit with Natural stood out for itsquick response times, albeit with limitations in accuracy and scalability.Despite implementation challenges, these open-source frameworks, libraries,and models offer promising solutions for organisations intending to harnessconversational agents' technology. The study suggests encouraging furtherexploration and refinement in this rapidly evolving field.

Page generated in 0.0297 seconds