• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 151
  • 86
  • 45
  • 18
  • 17
  • 14
  • 14
  • 14
  • 12
  • 5
  • 4
  • 4
  • 3
  • 3
  • 2
  • Tagged with
  • 464
  • 55
  • 49
  • 42
  • 39
  • 38
  • 38
  • 37
  • 36
  • 35
  • 33
  • 33
  • 30
  • 29
  • 28
  • 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.
451

Zabezpečovací systém pro rodinný dům / Security system for family house

Sohr, Martin January 2012 (has links)
Family house, security system, wireless communication, IQRF, RSA, central control unit, SPI, I2C, glass break sensors, motion sensors, magnetic contact sensors, graphic displey, LCD displey, microcontroler, SIM900, 24FJ256GB106, EA DOGM106, eDIPTFT43-A.
452

Zero-Error capacity of quantum channels. / Capacidade Erro-Zero de canais quânticos.

MEDEIROS, Rex Antonio da Costa. 01 August 2018 (has links)
Submitted by Johnny Rodrigues (johnnyrodrigues@ufcg.edu.br) on 2018-08-01T21:11:37Z No. of bitstreams: 1 REX ANTONIO DA COSTA MEDEIROS - TESE PPGEE 2008..pdf: 1089371 bytes, checksum: ea0c95501b938e0d466779a06faaa4f6 (MD5) / Made available in DSpace on 2018-08-01T21:11:37Z (GMT). No. of bitstreams: 1 REX ANTONIO DA COSTA MEDEIROS - TESE PPGEE 2008..pdf: 1089371 bytes, checksum: ea0c95501b938e0d466779a06faaa4f6 (MD5) Previous issue date: 2008-05-09 / Nesta tese, a capacidade erro-zero de canais discretos sem memória é generalizada para canais quânticos. Uma nova capacidade para a transmissão de informação clássica através de canais quânticos é proposta. A capacidade erro-zero de canais quânticos (CEZQ) é definida como sendo a máxima quantidade de informação por uso do canal que pode ser enviada através de um canal quântico ruidoso, considerando uma probabilidade de erro igual a zero. O protocolo de comunicação restringe palavras-código a produtos tensoriais de estados quânticos de entrada, enquanto que medições coletivas entre várias saídas do canal são permitidas. Portanto, o protocolo empregado é similar ao protocolo de Holevo-Schumacher-Westmoreland. O problema de encontrar a CEZQ é reformulado usando elementos da teoria de grafos. Esta definição equivalente é usada para demonstrar propriedades de famílias de estados quânticos e medições que atingem a CEZQ. É mostrado que a capacidade de um canal quântico num espaço de Hilbert de dimensão d pode sempre ser alcançada usando famílias compostas de, no máximo,d estados puros. Com relação às medições, demonstra-se que medições coletivas de von Neumann são necessárias e suficientes para alcançar a capacidade. É discutido se a CEZQ é uma generalização não trivial da capacidade erro-zero clássica. O termo não trivial refere-se a existência de canais quânticos para os quais a CEZQ só pode ser alcançada através de famílias de estados quânticos não-ortogonais e usando códigos de comprimento maior ou igual a dois. É investigada a CEZQ de alguns canais quânticos. É mostrado que o problema de calcular a CEZQ de canais clássicos-quânticos é puramente clássico. Em particular, é exibido um canal quântico para o qual conjectura-se que a CEZQ só pode ser alcançada usando uma família de estados quânticos não-ortogonais. Se a conjectura é verdadeira, é possível calcular o valor exato da capacidade e construir um código de bloco quântico que alcança a capacidade. Finalmente, é demonstrado que a CEZQ é limitada superiormente pela capacidade de Holevo-Schumacher-Westmoreland.
453

Web applications using the Google Web Toolkit / Webanwendungen unter Verwendung des Google Web Toolkits

von Wenckstern, Michael 04 June 2013 (has links) (PDF)
This diploma thesis describes how to create or convert traditional Java programs to desktop-like rich internet applications with the Google Web Toolkit. The Google Web Toolkit is an open source development environment, which translates Java code to browser and device independent HTML and JavaScript. Most of the GWT framework parts, including the Java to JavaScript compiler as well as important security issues of websites will be introduced. The famous Agricola board game will be implemented in the Model-View-Presenter pattern to show that complex user interfaces can be created with the Google Web Toolkit. The Google Web Toolkit framework will be compared with the JavaServer Faces one to find out which toolkit is the right one for the next web project. / Diese Diplomarbeit beschreibt die Erzeugung desktopähnlicher Anwendungen mit dem Google Web Toolkit und die Umwandlung klassischer Java-Programme in diese. Das Google Web Toolkit ist eine Open-Source-Entwicklungsumgebung, die Java-Code in browserunabhängiges als auch in geräteübergreifendes HTML und JavaScript übersetzt. Vorgestellt wird der Großteil des GWT Frameworks inklusive des Java zu JavaScript-Compilers sowie wichtige Sicherheitsaspekte von Internetseiten. Um zu zeigen, dass auch komplizierte graphische Oberflächen mit dem Google Web Toolkit erzeugt werden können, wird das bekannte Brettspiel Agricola mittels Model-View-Presenter Designmuster implementiert. Zur Ermittlung der richtigen Technologie für das nächste Webprojekt findet ein Vergleich zwischen dem Google Web Toolkit und JavaServer Faces statt.
454

Web applications using the Google Web Toolkit

von Wenckstern, Michael 05 June 2013 (has links)
This diploma thesis describes how to create or convert traditional Java programs to desktop-like rich internet applications with the Google Web Toolkit. The Google Web Toolkit is an open source development environment, which translates Java code to browser and device independent HTML and JavaScript. Most of the GWT framework parts, including the Java to JavaScript compiler as well as important security issues of websites will be introduced. The famous Agricola board game will be implemented in the Model-View-Presenter pattern to show that complex user interfaces can be created with the Google Web Toolkit. The Google Web Toolkit framework will be compared with the JavaServer Faces one to find out which toolkit is the right one for the next web project.:I Abstract II Contents III Acronyms and Glossary III.I Acronyms III.II Glossary IV Credits 1 Introduction 2 Basics 2.1 Development of the World Wide Web 2.2 Hypertext Markup Language 2.3 Cascading Style Sheets 2.4 JavaScript 2.5 Hypertext Markup Language Document Object Model 2.6 Asynchronous JavaScript and XML 3 GWT toolbox and compiler 3.1 GWT in action 3.2 A short overview of the toolkit 3.3 GWT compiler and JSNI 3.3.1 Overview of GWT compiler and JSNI 3.3.2 Deferred binding and bootstrapping process 3.3.3 GWT compiler steps and optimizations 3.4 Java Runtime Environment Emulation 3.5 Widgets and Panels 3.5.1 Overview of GWT Widgets 3.5.2 Event handlers in GWT Widgets 3.5.3 Manipulating browser’s DOM with GWT DOM class 3.5.4 GWT Designer and view optimization using UiBinder 3.6 Remote Procedure Calls 3.6.1 Comparison of Remote Procedure Calls with Remote Method Invocations 3.6.2 GWT’s RPC service and serializable whitelist 3.7 History Management 3.8 Client Bundle 3.8.1 Using ImageResources in the ClientBundle interface 3.8.2 Using CssResources in the ClientBundle interface 4 Model-View-Presenter Architecture 4.1 Comparison of MVP and MVC 4.2 GWT Model-View-Presenter pattern example: Agricola board game 4.3 Extending the Agricola web application with mobile views 4.4 Introducing activities in the Agricola Model-View-Presenter pattern enabling browser history 5 Comparison of the two web frameworks: GWT and JSF 5.1 Definitions of comparison fields 5.2 Comparison in category 1: Nearly completely static sites with a little bit of dynamic content, e.g. news update 5.3 Comparison in category 2: Doing a survey in both technologies 5.4 Comparison in category 3: Creating a forum to show data 5.5 Comparison in category 4: Writing a chat application 5.6 Comparison in category 5: Writing the speed game Snake 5.7 Summary 6 Security 6.1 Download Tomcat 6.2 Dynamic Web Application Project with GWT and Tomcat 6.3 Establish HTTPS connections in Tomcat 6.3.1 Create a pem certificate 6.3.2 Convert pem certificate into a key store object 6.3.3 Configure Tomcat’s XML files to enable HTPPS 6.4 Establish a database connection in Tomcat 6.4.1 Create TomcatGWT user and schema, and add the table countries 6.4.2 Configure Tomcat’s XML files to get access to the database connection 6.4.3 PreparedStatements avoid MySQL injections 6.5 Login mechanism in Tomcat 6.6 SafeHtml 7 Presenting a complex software application written in GWT 8 Conclusions 8.1 Summary 8.2 Future work A Appendix A 1 Configure the Google Web Toolkit framework in Eclipse A 1.1 Install the Java Developer Kit A 1.2 Download Eclipse A 1.3 Install the GWT plugin in Eclipse A 1.4 Create first GWT Java Project A 2 Figures A 3 Listings A 3.1 Source code of the Agricola board game A 3.2 Source code of GWT and JSF comparison A 4 Tables R Lists and References R 1 Lists R 1.1 List of Tables R 1.2 List of Figures R 1.3 List of Listings R 2 References R 2.1 Books R 2.2 Online resources / Diese Diplomarbeit beschreibt die Erzeugung desktopähnlicher Anwendungen mit dem Google Web Toolkit und die Umwandlung klassischer Java-Programme in diese. Das Google Web Toolkit ist eine Open-Source-Entwicklungsumgebung, die Java-Code in browserunabhängiges als auch in geräteübergreifendes HTML und JavaScript übersetzt. Vorgestellt wird der Großteil des GWT Frameworks inklusive des Java zu JavaScript-Compilers sowie wichtige Sicherheitsaspekte von Internetseiten. Um zu zeigen, dass auch komplizierte graphische Oberflächen mit dem Google Web Toolkit erzeugt werden können, wird das bekannte Brettspiel Agricola mittels Model-View-Presenter Designmuster implementiert. Zur Ermittlung der richtigen Technologie für das nächste Webprojekt findet ein Vergleich zwischen dem Google Web Toolkit und JavaServer Faces statt.:I Abstract II Contents III Acronyms and Glossary III.I Acronyms III.II Glossary IV Credits 1 Introduction 2 Basics 2.1 Development of the World Wide Web 2.2 Hypertext Markup Language 2.3 Cascading Style Sheets 2.4 JavaScript 2.5 Hypertext Markup Language Document Object Model 2.6 Asynchronous JavaScript and XML 3 GWT toolbox and compiler 3.1 GWT in action 3.2 A short overview of the toolkit 3.3 GWT compiler and JSNI 3.3.1 Overview of GWT compiler and JSNI 3.3.2 Deferred binding and bootstrapping process 3.3.3 GWT compiler steps and optimizations 3.4 Java Runtime Environment Emulation 3.5 Widgets and Panels 3.5.1 Overview of GWT Widgets 3.5.2 Event handlers in GWT Widgets 3.5.3 Manipulating browser’s DOM with GWT DOM class 3.5.4 GWT Designer and view optimization using UiBinder 3.6 Remote Procedure Calls 3.6.1 Comparison of Remote Procedure Calls with Remote Method Invocations 3.6.2 GWT’s RPC service and serializable whitelist 3.7 History Management 3.8 Client Bundle 3.8.1 Using ImageResources in the ClientBundle interface 3.8.2 Using CssResources in the ClientBundle interface 4 Model-View-Presenter Architecture 4.1 Comparison of MVP and MVC 4.2 GWT Model-View-Presenter pattern example: Agricola board game 4.3 Extending the Agricola web application with mobile views 4.4 Introducing activities in the Agricola Model-View-Presenter pattern enabling browser history 5 Comparison of the two web frameworks: GWT and JSF 5.1 Definitions of comparison fields 5.2 Comparison in category 1: Nearly completely static sites with a little bit of dynamic content, e.g. news update 5.3 Comparison in category 2: Doing a survey in both technologies 5.4 Comparison in category 3: Creating a forum to show data 5.5 Comparison in category 4: Writing a chat application 5.6 Comparison in category 5: Writing the speed game Snake 5.7 Summary 6 Security 6.1 Download Tomcat 6.2 Dynamic Web Application Project with GWT and Tomcat 6.3 Establish HTTPS connections in Tomcat 6.3.1 Create a pem certificate 6.3.2 Convert pem certificate into a key store object 6.3.3 Configure Tomcat’s XML files to enable HTPPS 6.4 Establish a database connection in Tomcat 6.4.1 Create TomcatGWT user and schema, and add the table countries 6.4.2 Configure Tomcat’s XML files to get access to the database connection 6.4.3 PreparedStatements avoid MySQL injections 6.5 Login mechanism in Tomcat 6.6 SafeHtml 7 Presenting a complex software application written in GWT 8 Conclusions 8.1 Summary 8.2 Future work A Appendix A 1 Configure the Google Web Toolkit framework in Eclipse A 1.1 Install the Java Developer Kit A 1.2 Download Eclipse A 1.3 Install the GWT plugin in Eclipse A 1.4 Create first GWT Java Project A 2 Figures A 3 Listings A 3.1 Source code of the Agricola board game A 3.2 Source code of GWT and JSF comparison A 4 Tables R Lists and References R 1 Lists R 1.1 List of Tables R 1.2 List of Figures R 1.3 List of Listings R 2 References R 2.1 Books R 2.2 Online resources
455

Hårdgörning av Asp / Densification of Aspen Wood

Johansson, Martin January 2008 (has links)
Hårdgörning av trä syftar till att göra materialet hårdare. Detta går att åstadkomma genom komprimering, det komprimerade materialet tenderar dock att återgå mot sin ursprungsform då materialet utsätts för fukt om ingen låsning sker. Låsningen kan ske mekaniskt i en treskiktskonstruktion som motverkar träets fuktrörelser. Dessa skivor har dock visat sig vara instabila och tidigare försök har uppvisat deformationer i form av kupning. Denna undersökning syftar till att utreda förutsättningarna för att använda komprimerad asp samt att ta fram underlag för framtagning av en kommersiell produkt. Praktiska tester har genomförts för att studera hårdhet, återfjädring och densitet hos det komprimerade virket. Vidare har treskiktsskivor tagits fram för att testa om det går att få en stabil konstruktion genom att variera tjockleken på spärrskiktet. Även skillnader i acklimatiseringstid och fuktkvotens inverkan för virkets återfjädring har studerats. Resultaten visar på att aspens hårdhet efter komprimering blir i samma nivå som bok och ask, en låg fuktkkvot vid komprimering av materialet ger en låg återfjädring, komprimerat material har en längre acklimatiseringstid till jämviktsfuktkvot och materialet går att låsa tvärs fiberriktningen i en treskiktskonstruktion. / To make wood harder it can be densified. This can be achieved by compression, the compressed material tends to return to the original shape when it is exposed to moisture fluxations and if no form of fixation occurs. The fixation can be done mechanically in a three-layer panel construction which reduce movements in the timber. These panels have been found to be unstable and previous attempts have shown deformations in form of cupping. This study aims to evaluate the conditions for using compressed aspen wood, and to provide a basis for development of a commercial product. Practical tests have been conducted to study hardness, springback and density of the compressed wood. In addition, three-layer panels have been developed to test whether it is possible to have a stable construction by varying the thickness of the buttom layer. Differences in acclimatisation time and the moisture contents effect on the springback has aslo been studied. The results show that the hardness of aspen wood after compression is in equal levels with beech and ashes, a low moisture contet provides a low springback, compressed timber have a longer time for acclimatisation and it is possible to fixate the material in the direction across the grain in a three-layer panel construction.
456

Hårdgörning av Asp / Densification of Aspen Wood

Johansson, Martin January 2008 (has links)
<p>Hårdgörning av trä syftar till att göra materialet hårdare. Detta går att åstadkomma genom komprimering, det komprimerade materialet tenderar dock att återgå mot sin ursprungsform då materialet utsätts för fukt om ingen låsning sker. Låsningen kan ske mekaniskt i en treskiktskonstruktion som motverkar träets fuktrörelser. Dessa skivor har dock visat sig vara instabila och tidigare försök har uppvisat deformationer i form av kupning. Denna undersökning syftar till att utreda förutsättningarna för att använda komprimerad asp samt att ta fram underlag för framtagning av en kommersiell produkt.</p><p>Praktiska tester har genomförts för att studera hårdhet, återfjädring och densitet hos det komprimerade virket. Vidare har treskiktsskivor tagits fram för att testa om det går att få en stabil konstruktion genom att variera tjockleken på spärrskiktet. Även skillnader i acklimatiseringstid och fuktkvotens inverkan för virkets återfjädring har studerats.</p><p>Resultaten visar på att aspens hårdhet efter komprimering blir i samma nivå som bok och ask, en låg fuktkkvot vid komprimering av materialet ger en låg återfjädring, komprimerat material har en längre acklimatiseringstid till jämviktsfuktkvot och materialet går att låsa tvärs fiberriktningen i en treskiktskonstruktion.</p> / <p>To make wood harder it can be densified. This can be achieved by compression, the compressed material tends to return to the original shape when it is exposed to moisture fluxations and if no form of fixation occurs. The fixation can be done mechanically in a three-layer panel construction which reduce movements in the timber. These panels have been found to be unstable and previous attempts have shown deformations in form of cupping. This study aims to evaluate the conditions for using compressed aspen wood, and to provide a basis for development of a commercial product.</p><p>Practical tests have been conducted to study hardness, springback and density of the compressed wood. In addition, three-layer panels have been developed to test whether it is possible to have a stable construction by varying the thickness of the buttom layer. Differences in acclimatisation time and the moisture contents effect on the springback has aslo been studied.</p><p>The results show that the hardness of aspen wood after compression is in equal levels with beech and ashes, a low moisture contet provides a low springback, compressed timber have a longer time for acclimatisation and it is possible to fixate the material in the direction across the grain in a three-layer panel construction.</p>
457

Cuidados paliativos e a construção da identidade médica paliativista no Brasil / Palliative care and the construction of medical identity paliativista in Brazil

Machado, Mariana de Abreu January 2009 (has links)
Made available in DSpace on 2011-05-04T12:36:18Z (GMT). No. of bitstreams: 0 Previous issue date: 2009 / O objetivo desta dissertação consiste em investigar o processo de construção da identidade profissional de médicos que se dedicam à assistência a pacientes que apresentam doenças progressivas e ameaçadoras da continuidade existencial e que têm contribuído para o desenvolvimento dos Cuidados Paliativos no Brasil. Buscamos conhecer a trajetória profissional destes médicos desde a escolha da medicina como profissão até o encontro com a filosofia e a prática dos Cuidados Paliativos. Com este intuito, realizamos entrevistas semiestruturadas,colhidas segundo a metodologia de História Oral de Vida. Foram entrevistados seis médicos de diferentes especialidades que ocupam cargos diretivos em uma das associações profissionais voltadas para a disseminação e legitimação política e social dos Cuidados Paliativos no Brasil. Os depoentes se destacam no cenário nacional no que diz respeito às discussões sobre esta temática e mantêm contato com importantes instituições internacionais. Por esta razão, chamamos o conjunto de entrevistados de elite médica paliativista. Percebemos uma pobre interlocução entre os médicos paliativistas, o que se reflete na ausência de uma identidade integrada desse grupo profissional. Os entrevistados acentuaram as competências humanitárias necessárias ao bom exercício da Medicina Paliativa, mas, no entanto, não foram explicitadas as competências específicas a este campo profissional, que justificariam seu reconhecimento pelas entidades médicas competentes comouma nova área de atuação ou especialidade.
458

Emploi de techniques de traitement de signal MIMO pour des applications dédiées réseaux de capteurs sans fil / Adaptive optimisation of MIMO Channel for Smart sensor networks

Ben Zid, Maha 09 July 2012 (has links)
Dans ce travail de thèse, on s'intéresse é l'emploi de techniques de traitement de signal de systèmes de communication MIMO (Multiple Input Multiple Output) pour des applications aux réseaux de capteurs sans fil. Les contraintes énergétiques de cette classe de réseau font appel à des topologies particulières et le réseau peut être perçu comme étant un ensemble de grappes de nœuds capteurs. Ceci ouvre la porte à des techniques avancées de communication de type MIMO. Dans un premier temps, les différents aspects caractérisant les réseaux de capteurs sans fil sont introduits. Puis, les efforts engagés pour optimiser la conservation de l'énergie dans ces réseaux sont résumés. Les concepts de base de systèmes MIMOs sont abordés dans le deuxième chapitre et l'exploration par voie numérique de différentes pistes de la technologie MIMO sont exposées. Nous nous intéressons à des techniques de diversité de polarisation dans le cadre de milieux de communication riches en diffuseurs. Par la suite, des méthodes de type beamforming sont proposées pour la localisation dans les réseaux de capteurs sans fil. Le nouvel algorithme de localisation est présenté et les performances sont évaluées. Nous identifions la configuration pour la communication inter-grappes qui permet pour les meilleurs compromis entre énergie et efficacité spectrale dans les réseaux de capteurs sans fil. Finalement, nous envisageons la technique de sélection de nœuds capteurs afin de réduire la consommation de l'énergie dans le réseau de capteur sans fil. / The aim of this work is to study from a signal processing point of view the use of MIMO (Multiple Input Multiple Output) communication systems for algorithms dedicated to wireless sensor networks. We investigate energy-constrained wireless sensor networks and we focus on cluster topology of the network. This topology permits for the use of MIMO communication system model. First, we review different aspects that characterize the wireless sensor network. Then, we introduce the existing strategies for energy conservation in the network. The basic concepts of MIMO systems are presented in the second chapter and numerical results are provided for evaluating the performances of MIMO techniques. Of particular interest, polarization diversity over rich scattering environment is studied. Thereafter, beamforming approach is proposed for the development of an original localization algorithm in wireless sensor network. The novel algorithm is described and performances are evaluated by simulation. We determine the optimal system configuration between a pair of clusters that permits for the highest capacity to energy ratio in the fourth chapter. The final chapter is devoted to sensor nodes selection in wireless sensor network. The aim of using such technique is to make energy conservation in the network.
459

Potenciál využití semi-interpenetrovaných polymerních sítí na bázi poly-HEMA v moderních nosičových systémech / Utilization of semi-Interpenetrating Polymer Networks based on poly-HEMA in modern drug-carrier systems

Papežíková, Hana January 2021 (has links)
Hydrogel, semi-interpenetrating polymer network, poly(2-hydroxyethyl methacrylate), diffusion
460

Asynchronní motor s vnějším rotorem / Induction machine with outer rotor

Chvatík, Štěpán January 2018 (has links)
Induction machine; outer rotor; water pump; thermal network; thermal analysis; optimization; electromagnetic model; finite element method; thermal insulation class

Page generated in 0.0411 seconds