• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 157
  • 119
  • 57
  • 40
  • 20
  • 16
  • 15
  • 14
  • 8
  • 7
  • 6
  • 2
  • 1
  • 1
  • 1
  • Tagged with
  • 492
  • 108
  • 89
  • 86
  • 66
  • 65
  • 60
  • 60
  • 58
  • 58
  • 57
  • 57
  • 50
  • 49
  • 46
  • 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.
431

Projektová dokumentace při návrhu datových sítí / Project documentation for the design of data networks

Gajdošík, Ivo January 2011 (has links)
This Master’s thesis deals with project of blueprints for installation of data cabling in specific building following regulations. Theoretical part describes basic overview of used regulations and principles of data networks with focus on Ethernet and Wi-Fi standards. Separated chapters cover passive layer of data networks and computer-aided-design. Practical part contains implementational and architectural drawing of data network project in multipurpose building. According to these plans the project could be realized.
432

Aktivní reproduktor s digitálním vstupem zvukového signálu a s přídavnými funkcemi / Active loudspeaker with digital audio signal input and additional functions

Nedoma, Jakub January 2013 (has links)
The aim of the diploma thesis was to design active loudspeakers. The project contains the final solution of the designed loudspeakers that have a digital input of the multichannel audio signal with both sided data communication. In the work, there are also created circuits for processing an audio signal with a following amplification for the loudspeakers. Added functions are an infra acceptor for a remote control and binary outputs for assistant functions - a control of the motor and an indication via LED diodes.
433

Vícekanálový převodník digitálního videosignálu HD-SDI / Multichannel HD-SDI digital video signal converter

Kučera, Stanislav January 2014 (has links)
This master’s thesis deals with the design of six channel SD, HD and 3G HD-SDI digital video signal converter to 10-Gigabit Ethernet. In the introductory part, the conception of designed device is formulated. The theoretical background is provided in four chapters, where main standards and design rules related to digital electronics’ design are analyzed. The emphasis is placed on signal integrity at high-speed interconnects. There mostly practical examples, calculations and simulations are utilized. The design part contains thorough description of main subsystems’ design, implementation of FPGA, SDI input channels and 10-Gigabit Ethernet PHY. In the final part, the first tests and measurements of the build prototype are summarized. As an example, the comparison of signal integrity simulation to measurement is provided.
434

Datalogger s rozhraním Ethernet / Datalogger with Ethernet

Orávik, Tomáš January 2015 (has links)
Thesis deals with Datalogger with Ethernet interface controlled by DISCOVERY Kit STM32F429. Datalogger is equipped with eight digital inputs and three analogue inputs. The measured data are saved on the SD card. The Ethernet interface module is designed using LAN8720A from Microchip.
435

Rozvoj ICT pro zvýšení konkurenceschopnosti střední školy / ICT development for Increasing Competitive Strength of the High School

Konečný, Jan January 2010 (has links)
The goal of this thesis is proposal of computer network and computer classrooms for Gymnázium a Střední odborná škola Frýdek-Místek. It also describes schedule of whole project and its financial budged.
436

Networking Subsystem Configuration Interface / Networking Subsystem Configuration Interface

Lichtner, Ondrej January 2014 (has links)
Cílem diplomové práce je návrh síťové konfigurační knihovny s důrazem kladeným na přenositelnost mezi operačními systémy na bázi Linuxu a BSD a rozšiřitelnosti podpory knihovny. V druhé kapitole práce zkoumá dostupné konfigurační rozhraní obou operačních systémů. Detailně pak rozebírá vlastnosti rozhraní Netlink socketů, které je primárním konfiguračním rozhraním pro síťové prvky na Linuxu, a systémové volání ioctl, které má na Linuxu menší schopnosti, ale zato je primárně používané na BSD a jiných UNIX systémech. Jsou též zkoumané rozhraní pro konfiguraci rozdílných firewallů. V třetí kapitole je práce zameřená na konkrétní typy síťových zařízení, specifika jejich konfigurace a jejich návaznost na rozhraní jádra popsané v druhé kapitole. V čtvrté kapitole jsou formulovány požadavky na konfigurační knihovnu: jednoduchá rozšiřitelnost, přenositelnost na různé operační systémy, podpora sledování změn a událostí a rozšiřitelnost o různé typy uživatelských rozhraní. Na základě výzkumu z předcházejících dvou kapitol je přednesen návrh knihovny. Návrh definuje konfigurační rozhraní jako hierarchii abstraktních tříd, oddělených od implementace. To umožnuje mít současně několik implementací stejného konfiguračního rozhraní i v rámci jednoho operačního systému. Jako vstupní rozhraní knihovny je definovaná třída LibNCFG, která má na starosti tyto konfigurační objekty vytvořit namísto uživatele. Tímto je dosažená jednoduchá rozšiřitelnost knihovny o nové rozhraní operačních systémů i o podporu konfigurace nových síťových prvků. Podpora pro nové uživatelské rozhraní se dá implementovat jako nová služba, která zabaluje rozhraní knihovny a poskytuje jiná rozhraní. Pro podporu sledování změn poskytuje třída LibNCFG metody pro registraci zpětných volání pro definované události. Ve čtvrté kapitole práce detailně popisuje rozhraní třídy LibNCFG, modulu Common a tříd NetDevice, EthDevice a BondDevice, které definují konfigurační rozhraní příslušných typů síťových zařízení. Pro tyto třídy jsou implementované konkrétní třídy NetlinkNetDevice, NetlinkEthDevice a sysfsBondDevice a popsané jejich implementační detaily. V páté kapitole je popsaná ukázková aplikace, která byla implementovaná pro účely předvedení jednoduchosti použití konfigurační knihovny. Nakonec jsou v závěru shrnuté výsledky práce a je vedena diskuze o možných vylepšeních a o pokračování projektu.
437

Přenosy rastrových dat v FPGA / Raster Image Data Transfers in FPGA

Musil, Martin January 2012 (has links)
This work deals with the design and implementation of high-speed communication interfaces into FPGA chip and their utilizing for image transmission and processing. In the implementation part has been created PCI Express endpoint device, which provides data transfers between the FPGA chip and computer RAM memory. As a source of image data for further processing was connected the Unicam M621 camera throught the Ethernet interface to FPGA chip. The project was implemented on the Xilinx SP605 development board. Using both of the the interfaces were demonstrated on the application of edge detection using Sobel operator. The PCI Express endpoint device driver for the Linux operating system and a simple application interface in C language was also created within this project.
438

Modelování L2 protokolů zajišťujících bezsmyčkovost / Modelling of L2 Loop-Preventing Protocols

Hrnčiřík, Matej January 2012 (has links)
This thesis informs about currently used technologies, which provide loop protection on data link layer of computer networks. It clarifies issues of Ethernet networks. Chosen protocols are then closely described. There are presented advantages and disadvantages of chosen protocols and they are compared to other technologies. Practical section describes the initial implementation of IS-IS in OMNeT++ environment, which serves as the basic building block of TRILL protocol. An important issue is to verify correctness of implementation.
439

Univerzální zavaděč pro mikrokontrolér Kinetis K60 / Universal Bootloader for Kinetis K60 Microcontroller

Krůpa, Tomáš January 2016 (has links)
The scope of this work was to design a bootloader for Kinetis K60, an ARM Cortex-M4 microcontroller. The bootloader should simplify the process of loading user applications to the flash memory of the microcontroller on the Minerva development kit. Based on a quick research of existing bootloader solutions, new bootloader was designed together with communication protocol that would suit the needs for transfer of both the file data and configuration information through all the supported communication interfaces - USB, SDHC, Ethernet and RS-232. On the PC side, development of bootloader’s application library and two supporting utilities with graphical and command line interfaces was made. The system can be used out of the box as well as it can be further extended in the future.
440

Workshop Intranet 1997

Ehrig, Matthias 02 December 1997 (has links)
Vortragsfolge: Karsten Priemer: Integration heterogener Applikationsumgebungen in Intranets mit Web - Technologien Swen Gerber: Netzcomputer-Konzepte Sven Graupner: JavaOS - Ein Betriebssystem für Intranets? Patrick Voigt: Netscape Internet Foundation Classes (IFC) Christoph Ziegler: MONARCH - Stand und künftige Aufgaben Holger Trinks: WWW-Robots Frank Richter: ¨Das richtige Mailprogramm¨ Bert Auerbach: Internet-Suchsysteme Frank Richter: Directories - Technologien und Datenadministration Ralph Sontag: Aufbau einer Certification Authority Jörg Hüttmann: Digitales Geld Mario Küchler: Internet-Telefonie Torsten Naumann: Ressourcensteuerung für Internet-Zugänge Michael Hasenstein: Eine zentrale Faxserverlösung auf Basis Hylafax+Web-Frontend Ronald Wahl: Intranet-Nutzermanagement Wolfgang Riedel: Konzepte der Software-Refinanzierung Marco Günther: Linux kontra NT - ¨strategische Plattformen¨? - Teil I Thomas Riedel: Linux kontra NT - ¨strategische Plattformen¨? - Teil II Dietmar Grunewald: WINDOWS-NT im öffentlichen PC-Pool Teil I: Servereinsatz und Nutzerverwaltung Jens Wagner: WINDOWS-NT im öffentlichen PC-Pool Teil II: Anwendungssoftware Matthias Ehrig: Diskless Linux - Möglichkeiten der SysAdmin Matthias Clauß: Skalierbare Systemadministration von LINUX-Rechnern Christian Bobber: WWW-Sicherheitsaspekte Thomas Müller: Authentisierung und Verteilung von Konfigurationsfiles Thomas Förster: Verzeichnissysteme für neue Anwendungen Jürgen Winkler: MathLink - der Kommunikations-Standard von Mathematica Ludwig Wolf: Ethernet - neue Normen, neue Perspektiven Thomas Schier: ATM - Standards und deren praktischer Einsatz Günther Fischer: IP-Routing in unserem (ATM-)Netz Prof. Uwe Hübner: Intranet - Erwartungen und Entwicklungen

Page generated in 0.0157 seconds