• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 262
  • 123
  • 18
  • 17
  • 9
  • 7
  • 6
  • 6
  • 3
  • 3
  • 2
  • 2
  • 2
  • 1
  • 1
  • Tagged with
  • 513
  • 513
  • 147
  • 143
  • 123
  • 121
  • 72
  • 60
  • 52
  • 49
  • 48
  • 48
  • 47
  • 44
  • 37
  • 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.
91

A software architecture for configuration and usage of process simulation models : software component technology and XML-based approach /

Karhela, Tommi. January 1900 (has links) (PDF)
Thesis (doctoral)--Helsinki University of Technology, 2002. / Includes bibliographical references (p. 123-129). Also available on the World Wide Web.
92

A regulatory architecture for a digital enterprise

Ionescu, Mihail. January 2008 (has links)
Thesis (Ph. D.)--Rutgers University, 2008. / "Graduate Program in Computer Science." Includes bibliographical references (p. 110-113).
93

A UML profile for developing airworthiness-compliant (RTCA DO-178B) safety-critical software /

Zoughbi, Gregory. January 1900 (has links)
Thesis (M.App.Sc.) - Carleton University, 2007. / Includes bibliographical references (p. 218-222). Also available in electronic format on the Internet.
94

Computer-based instruction for engineering education in the developing world /

Singley, Bradford G., January 2007 (has links) (PDF)
Thesis (M.S.)--Brigham Young University. Dept. of Civil and Environmental Engineering, 2007. / Includes bibliographical references (p. 31-33).
95

Model-driven aspect adaptation to support modular software evolution

Zhang, Jing. January 2009 (has links) (PDF)
Thesis (Ph. D.)--University of Alabama at Birmingham, 2009. / Additional advisors: Barrett Bryant, Aniruddha Gokhale, Marjan Mernik, Chengcui Zhang. Description based on contents viewed June 3, 2009; title from PDF t.p. Includes bibliographical references (p. 161-177).
96

Development of low-cost satellite control software /

Waterman, Bryan D. January 2005 (has links) (PDF)
Thesis (M.S. in Astronautical Engineering)--Naval Postgraduate School, June 2005. / Thesis Advisor(s): Jim A. Horning. Includes bibliographical references (p.41). Also available online.
97

Aiding the deployment and configuration of component middleware in distributed, real-time and embedded systems

Paunov, Stoyan G. January 2006 (has links)
Thesis (M.S. in Computer Science)--Vanderbilt University, May 2006. / Title from title screen. Includes bibliographical references.
98

Towards cache optimization in finite automata implementations

Ketcha Ngassam, Ernest. January 2007 (has links)
Thesis (Ph.D.)(Computer Science)--University of Pretoria, 2007. / Includes summary. Includes bibliographical references. Available on the Internet via the World Wide Web.
99

A reliable telemetry software design for a satellite system

Boshielo, Babudi Turcia 12 1900 (has links)
Thesis (MScEng)--University of Stellenbosch, 2001. / ENGLISH ABSTRACT: One of the requirements for satellite telemetry systems is the provision of reliable telemetry data to allow accurate monitoring of the satellite status. This thesis focuses on the design of telemetry software that meets this data reliability requirement. An improved synchronization strategy to allow efficient ground reception of the telemetry data is implemented on SUNSAT's direct link. The data collection and transmission functions are also enhanced by the addition of the necessary redundant information to the data while meeting the real-time requirements of the system. To enhance the software quality a development methodology entailing structured programming practices and modular decomposition is proposed. It is shown that the resulting telemetry software fulfils the functional requirements. / AFRIKAANSE OPSOMMING: Een van die vereistes vir die satelliet telemetrie stelsel is die verskaffing van betroubare telemetrie date om akkurate monitering van die satelliet status te verseker. Hierdie tesis fokus op die ontwerp van die telemetrie sagteware wat hierdie data betroubaarheid bevredig. 'n Verbeterde sinkronisasie strategie is geïmplementeer om meer effektiewe grond ontvangs te verseker van die telemetrie data op SUNSAT se direkte skakel. Die data versameling en transmissie funksies is ook verder verbeter deur die aanvulling van nodige oortollige informasie in die data terwyl die intydse vereistes van die stelsel steeds bevredig word. Om die sagteware kwaliteit te verbeter is 'n ontwikkelings metodiek voorgestel wat gestruktureerde programeering strukture en modulêre oplossings tot gevolg het. Die voltooide telemetrie sagteware het getoon dat dit al die vereistes bevredig.
100

Software Architecture and Framework for Programmable Automation Controller: A Systematic Literature Review and A Case Study

Chen, Hao, Xu, Luyang January 2018 (has links)
Background. PAC controller is a strengthened version of PLC controller. Its function is very similar, but its essence and construction are different. PLC and PAC have many successful applications in the field of industrial automation control. There is a lot of literature about the software architecture of PLC control system. However, there is almost no relevant literature on software architecture based on PAC control system. A well-performing and stable automatic control system is indispensable to the design and development of suitable software architecture. The quality and pattern of software architecture can even affect the stability and efficiency of the control system. Objectives. Based on these problems, we defined two primary objectives. The first is to investigate the architecture of some existing large industrial control systems, to analyze and summarize the scenarios and advantages and disadvantages of these architectural patterns. The second, based on the results of effort for the first objective, we want to propose and design a set of automated control solution architecture model based on PAC control system, which is implemented and applied in a printing house. In the process, we sum up the challenges and obstacles encountered in implementing the solution and provide some guidance or reference for those involved in the field. Methods. For the first objective, we used a systematic literature review to collect data about existing ICS architecture. Concerning the second objective, a case study was conducted in a printing house in Karlskrona Sweden, in the study, we proposed a software architecture model suitable for PAC automation control system. Then, we developed and tested the automation control system and summarized some challenges and obstacles in the process of the implementation. Results. The existing ICS (Industrial Control System) architecture models and critical problems and challenges in the implementation of ICS are identified. From the existing literature, we have summarized five commonly used large industrial control system architecture models, which are mainly using composite structures, that is, a combination of multiple architecture patterns. Also, some critical problems in the industrial control system, such as information security, production reliability, etc. are also identified. In the case study, we put forward an automatic control solution for Printing House based on SLR results. We designed the hardware deployment architecture of the system and the software control architecture. Generally speaking, this architecture is based on C/S architecture. In the development of client, we adopt the popular MVC architecture mode. In the longitudinal view of the whole system, an extended hierarchical architecture model is adopted. In the core control system, we adopt the modular architecture design idea. The whole control system is composed of 6 parts, four subsystems of PAC terminal, one server-side program and one client program. After a long time, development and test, our system finally goes online for the production, and its production efficiency is improved compared with the old system. Its expansion functions, such as Production Report and Tag Print, are deeply satisfying for the customers. Conclusions. In this research, we summarize and compare the advantages and disadvantages of several commonly used industrial control systems. Besides, we proposed a software architecture model and developed an automation control system based on PAC. We fill the gap that there is a lack of studies about the software architecture about the implementation of the automation control system based on PAC. Our result can help software engineers and developers in ICS fields to develop their own PAC based automation control system.

Page generated in 0.0526 seconds