• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 557
  • 231
  • 139
  • 127
  • 110
  • 68
  • 65
  • 43
  • 30
  • 24
  • 19
  • 14
  • 10
  • 9
  • 8
  • Tagged with
  • 1548
  • 408
  • 263
  • 240
  • 233
  • 231
  • 226
  • 213
  • 171
  • 155
  • 145
  • 131
  • 127
  • 120
  • 112
  • 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.
211

Automatization of test rig for microwave ovens

Cronborn, Jesper January 2013 (has links)
The thesis work is a part of a project where the major goal is to improve the efficiency of the evaluations of microwave ovens at Whirlpool Sweden AB. The purpose of the work has been to develop an automatic control and measurement system for microwave ovens. In an earlier thesis work, a test rig has been developed and this test rig has been further developed to an autonomous system. The software for this system is developed in LabVIEW and interfaces to some measuring instruments has been implemented for the system. As a plan for the programming work, UML-diagrams were created in Visual Paradigm To make it easy for the user to handle the system, a user interface has been created in LabVIEW. The system handles different XML-files: oven profiles and test profiles, which are defined by the user. An oven profile contains coordinates for specific positions at the front of a microwave oven, e.g. button positions and corners. There will be one oven profile per oven model. A test profile contains different stages with position names, operations and time delays. The position names are the names of the positions defined in the oven profile. The results from a measurement will be saved in a CSV-file.
212

Securing XML Web Services : using WS-security

Antonsson, Martin January 2003 (has links)
No description available.
213

Konstruktion av en Marknadsplats i .NET för Högskolan Dalarna

Eriksson, Christoffer, Karlsson, Andreas January 2003 (has links)
Vi har i vårat examensarbete tagit fram en e-marknadsplats i för Högskolan Dalarna. Marknadsplatsen är programmerad i asp.NET och vb.NET. Fram tills idag har skolans anslagstavlor använts flitigt för annonsering av, inte bara studentlitteratur, utan allt från pennor till bilar. Högskolan Dalarna har därför en önskan om att få en e-marknadsplats där studenter har möjlighet att annonsera.
214

XML-mottagning av trafikinformation

Elgeholm, Josef January 2003 (has links)
Trafiq används av Columna för att distribuera trafikinformation. Funktionen är först och främst att förädla och förmedla information. En viktig del i denna tjänst är kopplingen mot Vägverkets (VV) tjänst Triss som förser Trafiq med trafikinformation. Överföringen av information från VV till Columna sker idag med filer och FTP. VV tillhandahåller numera en tjänst där data skickas på XML-format med http. Min uppgift var att implementera mottagaren i .NET och C# på Columna. I utredningen utreds de mekanismer som ligger till grund för Internettjänster och distribuerade funktioner över Internet. Min slutsats är att http och webbservrar är ett kraftfullt verktyg och kan användas för att lösa många problem som har med datorkommunikation att göra.
215

The Development of Screenplay Interpreter for Multi-morphic Robots

Wu, Min-Chang 12 September 2012 (has links)
Controlling the robots through a robotic platform has recently been used widely; however, it is necessary to make the platform friendlier in use to bring this product deeply into the family. The screenplay based performance platform (SBPP) of robotic puppet shows proposed in this thesis is a robotic platform composed with cloud computing, User Interface (UI) and Screenplay Interpreter(SI). The users can connect to the UI to edit and setup the screenplay ubiquitously through any device which can link to the internet. Through screenplay interpreter, the robot can perform as the designed screenplay after the setup; that is, one can always designate a different robot to execute during the process of editing, and the actions of these robots will be a message communication with preset meaning. The project of SBPP is divided into two modules: the UI and SI for multi-morphic robots. The work of this thesis takes charge mainly of screenplay interpreter for a variety of robot models and interfacing between NAO(pronounced now) which is a humanoid robot and the screenplay interpreter. And we integrate UI and SI. The integration of the work provides users a friendly UI to edit scenario of NAO and DARwIn-OP such the robot, NAO and DARwIn-OP(Dynamic Anthropomorphic Robot with Intelligence - Open Platform), can play in a scenario as the screenplay describing. The system is demonstrated by a play of ¡§do-as-I-do¡¨ and recorded in a video at YouTube, http://www.youtube.com/watch?v=v8ErTOgAQSo.
216

IUGONETメタデータの作成、アーカイブの状況について

IUGONET研究機関プロジェクトメンバー, 元場, 哲郎, 田所, 裕康, 金田, 直樹, 河野, 貴久, 阿部, 修司, 上野, 悟, 小山, 幸伸, 吉田, 大紀, 新堀, 淳樹, 林, 寛生, 田中, 良昌, 米田, 瑞生, 鍵谷, 将人, 堀, 智昭 03 August 2011 (has links)
IUGONET研究集会第179回生存圏シンポジウム 『メタ情報のデータベースを利用した分野横断型地球科学研究の進展』
217

Design and Implementation of Indexing Strategies for XML Documents

Lin, Mao-Tong 07 July 2002 (has links)
In recent years, many people use the World Wide Web and Internet to find information that they want. HTML is a document markup language for publishing hypertext on the WWW. HTML has been the target format for content developers around the world. Basically, HTML tags serve the primary purpose of describing how to display a data item. Therefore, HTML documents are difficult to find some useful information. That is because, HTML documents are mixed content with display tags. On the other hand, XML is the another data format for data exchange inter-enterprise applications on the Internet. In order to facilitate data exchange, industry groups define public Document Type Definitions (DTD) that specify the format of the XML documents to be exchanged between their applications. Moreover, WWW/EDI or Electric Commerce is very popular and a lot of business data uses XML to exchange information on the World Wide Web. Basically, XML tags describe the data itself. The contents (meaning) of the XML documents and the display format is separated. It could be easily to find meaningful information of the XML documents and analyze the information. Moreover, when a large volume of business data (XML documents) exists, one way to support the management of the XML documents is to apply the relational databases. For such an approach, we must transform the XML documents to the relational databases. In this thesis, we design and implement the indexing strategies to efficiently access XML documents. XML document is fundamentally different from relational data. XML is a hierarchical and nested document, it is very similar to the semistructured data model. The characteristic of semistructured data is that it may not have a fixed schema and it may be irregular or incomplete. Though, the semistructured data model is flexible in data modeling, it requires a large search space in query processing since there is no schema fixed in advance. Indexing is the way of how to improve query performance efficiently. However, due to the special properties of semistructued data, there are up to five types of queries: (1) complete single path, (2) specified leaf only, (3) specified intrapath, (4) specified attribute/element(value), and (5) multiple paths with the same level. In this thesis, we classify all possible queries into those five query types. Next, we create different indexes for different query types. Moreover, we design and implement the query transformation from XML query statements to SQL statements. Also, we create a user-friendly interface for users to input XML query statements. The whole system is implemented in JAVA and SQL Server 2000. From our experiences, we show that our indexing strategies can improve the XML query processing performance very well.
218

An Intelligent Architecture for Personal Information Management

Kao, Chia-Hung 16 July 2002 (has links)
Abstract As the Internet and wireless technologies become mature, people may use more than one digital device to manage their personal data. However, the complexities and difficulties in personal information management will arise due to various devices and heterogeneous platforms. To cope with this problem, we design an intelligent architecture for personal information management based on the XML-RPC technology, which allows the software running on disparate operating systems and in different environments to make procedure calls over the Internet. We also implement an information server to manage the whole data and handle the synchronization process. The system provides users a simple and convenient environment to manage and synchronize their personal information. Besides, the group facility in this system makes the people in the same group or community capable of sharing their information more easily.
219

A Study on the Mechanism of Geographic Data Searching and Clearinghouse on the Internet

Wei, Ko-Ming 31 August 2002 (has links)
Internet has become the most extensible media of data exchange and communication in the world because computer science and technology are more and more popular. The Geographic Information Systems¡]GIS¡^are also developed on the Internet. However, using existing mechanism of data searching on the Internet cannot search data in Web GIS. We can only browse data but not access. This situation makes Web GIS as an isolated island. Users fail to know where and what kinds of data are provided, and these data also cannot be shared. The most important objective of the research is to build an effective mechanism of searching and clearinghouse on the Internet. This mechanism can help computer overcome difficulties in reading and understanding geographic data that are composed of maps and images, and then geographic data can be searched and shared easily as text data. The research will try to create metadata by XML that are complied with FGDC standard. By using two of the XML characteristics, i.e. creating tags and describing data, the computer can retrieve information automatically from metadata on the Internet. Lastly, the geographic search engine and clearinghouse that the research built will collect and integrate geographic metadata to systematically facilitate users finding geographic data they need through Internet, and achieve the objectives of geographic data search and clearinghouse on the Internet.
220

The Research Of Transparent HTML/WML Conversion

Cho, Roung-Rai 09 September 2002 (has links)
ABSTRACT Recently, wireless terminal users that want to a gain various information from www have been increased rapidly. Already-existing HTML applications can be converted into WML (Wireless Markup Language) applications for user on WAP (Wireless application Protocol) enabled devices[10], yet this process is not as simple as the alteration of the markup tags. This paper investigates the problems associated with the conversion process by examining the conversion of a functional information system that would be of benefit to its users when access from remote locations is required. This paper derails a number of problems discovered with the conversion of complex HTML[5] documents into simplified WML documents[4]. The major problems of displaying tabulated data, hyperlinks, navigational aids and user input are discussed, and described with possible solutions presented. The paper concludes by raising the issue of ¡¥intelligent¡¦ automated HTML-to-WML conversion, a topic for future research.

Page generated in 0.0156 seconds