Academic literature on the topic 'Quality-driven design'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Quality-driven design.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Quality-driven design"

1

Pulli, Petri, and Marko Heikkinen. "Balancing Risks in Quality-Driven Design." Quality Engineering 8, no. 4 (June 1996): 543–51. http://dx.doi.org/10.1080/08982119608904664.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Bourduas, Stephan, Jean-Samuel Chenard, and Željko Žilić. "A Quality-Driven Design Approach for NoCs." IEEE Design & Test of Computers 25, no. 5 (September 2008): 416–28. http://dx.doi.org/10.1109/mdt.2008.124.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Lundgren, Magnus, Mikael Hedlind, and Torsten Kjellberg. "Model Driven Manufacturing Process Design and Managing Quality." Procedia CIRP 50 (2016): 299–304. http://dx.doi.org/10.1016/j.procir.2016.07.032.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Ovaska, Eila, Antti Evesti, Katja Henttonen, Marko Palviainen, and Pekka Aho. "Knowledge based quality-driven architecture design and evaluation." Information and Software Technology 52, no. 6 (June 2010): 577–601. http://dx.doi.org/10.1016/j.infsof.2009.11.008.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Junyong You, Touradj Ebrahimi, and Andrew Perkis. "Attention Driven Foveated Video Quality Assessment." IEEE Transactions on Image Processing 23, no. 1 (January 2014): 200–213. http://dx.doi.org/10.1109/tip.2013.2287611.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Suh, Sangmin. "Stability Driven Optimal Controller Design for High Quality Images." Electronics 7, no. 12 (December 14, 2018): 437. http://dx.doi.org/10.3390/electronics7120437.

Full text
Abstract:
This note presents an optimal design method to enhance image quality in optical image stabilization (OIS) systems. First of all, performance limitations of conventional methods are shown and secondly, a new design framework based on convex optimization is proposed. The resulting controller essentially stabilizes the closed loop systems because the proposed method is derived from Lyapunov stability. From the test results, it is confirmed that this method reduces the effect of hand vibrations and makes images sharp. Additionally, it is shown that the proposed method is also effective in robot vision and recognition rate of deep neural network (DNN) based traffic signs and pedestrians detection in automotive applications. This note has three main contributions. First, performance limitations of the conventional method are shown. Second, from the relation between sensitivity and complementary sensitivity functions, an indirect design method for performance improvement is proposed, and finally, stability guaranteed optimal design is proposed. Unlike conventional methods, the proposed method does not require addition filters to suppress resonances of the plant and this note highlights phases of the closed loop systems on removing external vibrations.
APA, Harvard, Vancouver, ISO, and other styles
7

Bajpayee, Payel, and Hassan Reza. "Toward Quality Attribute Driven Approach to Software Architectural Design." Journal of Software Engineering and Applications 10, no. 06 (2017): 483–99. http://dx.doi.org/10.4236/jsea.2017.106027.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Janzen, David, and Hossein Saiedian. "Does Test-Driven Development Really Improve Software Design Quality?" IEEE Software 25, no. 2 (March 2008): 77–84. http://dx.doi.org/10.1109/ms.2008.34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

III, Victor Y. Haines, Sylvie St-Onge, and Alexandre Marcoux. "Performance Management Design and Effectiveness in Quality-Driven Organizations." Canadian Journal of Administrative Sciences / Revue Canadienne des Sciences de l'Administration 21, no. 2 (April 8, 2009): 146–61. http://dx.doi.org/10.1111/j.1936-4490.2004.tb00330.x.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Savinykh, Galina P., Anna G. Shmeleva, Vladimir G. Ponomarev, Nadezhda P. Kozlova, and Irina V. Polozhentseva. "Data-driven education quality management." LAPLAGE EM REVISTA 7, Extra-A (May 20, 2021): 509–18. http://dx.doi.org/10.24115/s2446-622020217extra-a869p.509-518.

Full text
Abstract:
A review of foreign and Russian research on the problems of assessing the quality of education at the institutional level is undertaken. Various aspects of the problem including the cross-country and sub-national contexts, the impact of international comparative research about in-school assessment, and teachers’ training in working with assessment data are compared. The effect of regional policies on the development of internal education quality evaluation systems in Russian schools is studied through analyzing official departmental websites. Expert evaluation method and the concordance coefficient are used to determine the key factors of the internal quality assessment system in general education institutions. The authors go beyond the control and inspection paradigm of education quality management and consider said systems from the point of the information-analytical paradigm. Data-driven management involves using data analysis and interpretation to predict students’ progress and motivational choice of educational profiles to design the content of electronic educational environments and individual educational trajectories.
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Quality-driven design"

1

Čaušević, Adnan. "Quality of Test Design in Test Driven Development." Doctoral thesis, Mälardalens högskola, Inbyggda system, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-18773.

Full text
Abstract:
One of the most emphasised software testing activities in an Agile environment is the usage of the Test Driven Development (TDD) approach. TDD is a development activity where test cases are created by developers before writing the code, and all for the purpose of guiding the actual development process. In other words, test cases created when following TDD could be considered as a by-product of software development. However, TDD is not fully adopted by the industry, as indicated by respondents from our industrial survey who pointed out that TDD is the most preferred but least practised activity. Our further research identified seven potentially limiting factors for industrial adoption of TDD, out of which one of the prominent factor was lack of developers’ testing skills. We subsequently defined and categorised appropriate quality attributes which describe the quality of test case design when following TDD. Through a number of empirical studies, we have clearly established the effect of “positive test bias”, where the participants focused mainly on the functionality while generating test cases. In other words, there existed less number of “negative test cases” exercising the system beyond the specified functionality, which is an important requirement for high reliability systems. On an average, in our studies, around 70% of test cases created by the participants were positive while only 30% were negative. However, when measuring defect detecting ability of those sets of test cases, an opposite ratio was observed. Defect detecting ability of negative test cases were above 70% while positive test cases contributed only by 30%. We propose a TDDHQ concept as an approach for achieving higher quality testing in TDD by using combinations of quality improvement aspects and test design techniques to facilitate consideration of unspecified requirements during the development to a higher extent and thus minimise the impact of potentially inherent positive test bias in TDD. This way developers do not necessarily focus only on verifying functionality, but they can as well increase security, robustness, performance and many other quality improvement aspects for the given software product. An additional empirical study, evaluating this method, showed a noticeable improvement in the quality of test cases created by developers utilising TDDHQ concept. Our research findings are expected to pave way for further enhancements to the way of performing TDD, eventually resulting in better adoption of it by the industry.
APA, Harvard, Vancouver, ISO, and other styles
2

Theodorsson, Mike, and Ida Rydiander. "Assuring Quality in Web-Based Information Systems : A quality-driven design model." Thesis, Växjö University, School of Mathematics and Systems Engineering, 2007. http://urn.kb.se/resolve?urn=urn:nbn:se:vxu:diva-1353.

Full text
Abstract:

Quality has always been an elusive concept in information system design, even more so when dealing with the online-sphere. The purpose of this thesis is to investigate and dissect the concept of quality and present a practical way to apply it to the design process. To do this, a quality-driven design model has been developed, focused around four crucial aspects of overall quality: accessibility, usability, navigation and interactivity. By utilizing simple and practical techniques and measuring their success in achieving quality, this study attempts to prove that quality can be harnessed as a hands-on resource, guaranteed in any design project involving a Web-Based Information System, merely by applying this model.


Kvalitet har alltid varit ett begrepp svårt att fånga och tillämpa, speciellt när området Internet kommer in i bilden. Den här C-uppsatsen har således som syfte att undersöka och bryta ned kvalitetskonceptet samt presentera ett praktiskt tillvägagångsätt som kan utnyttjas under design processen. För att göra detta så har vi utvecklat en kvalitetsdriven designmodell, fokuserad runt fyra kvalitetsaspekter: tillgänglighet, användbarhet, navigation och interaktion. Genom att utnyttja praktiska och enkla tekniker och genom att mäta deras effektivitet i att utveckla kvalitet, så försöker den här studien att bevisa att kvalitet kan användas som en praktisk resurs. Kvalitet kan garanteras i alla designprojekt som involverar ett web-baserat informationssystem, genom användning av denna modell.

APA, Harvard, Vancouver, ISO, and other styles
3

Yang, Luo. "RELIABILITY-BASED DESIGN AND QUALITY CONTROL OF DRIVEN PILES." University of Akron / OhioLINK, 2006. http://rave.ohiolink.edu/etdc/view?acc_num=akron1153755606.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Al-Naeem, Tariq Abdullah Computer Science &amp Engineering Faculty of Engineering UNSW. "A quality-driven decision-support framework for architecting e-business applications." Awarded by:University of New South Wales. Computer Science and Engineering, 2006. http://handle.unsw.edu.au/1959.4/23419.

Full text
Abstract:
Architecting e-business applications is a complex design activity. This is mainly due to the numerous architectural decisions to be made, including the selection of alternative technologies, software components, design strategies, patterns, standards, protocols, platforms, etc. Further complexities arise due to the fact that these alternatives often vary considerably in their support for different quality attributes. Moreover, there are often different groups of stakeholders involved, with each having their own quality goals and criteria. Furthermore, different architectural decisions often include interdependent alternatives, where the selection of one alternative for one particular decision impacts the selections to be made for alternatives from other different decisions. There have been several research efforts aiming at providing sufficient mechanisms and tools for facilitating the architectural evaluation and design process. These approaches, however, address architectural decisions in isolation, where they focus on evaluating a limited set of alternatives belonging to one architectural decision. This has been the primary motivation behind the development of the Architectural DEcision-Making Support (ADEMS) framework, which basically aims at supporting stakeholders and architects during the architectural decision-making process by helping them determining a suitable combination of architectural alternatives. ADEMS framework is an iterative process that leverages rigorous quantitative decision-making techniques available in the literature of Management Science, particularly Multiple Attribute Decision-Making (MADM) methods and Integer Programming (IP). Furthermore, due to the number of architectural decisions involved as well as the variety of available alternatives, the architecture design space is expected to be huge. For this purpose, a query language has been developed, known as the Architecture Query Language (AQL), to aid architects in exploring and analyzing the design space in further depth, and also in examining different ???what-if??? architectural scenarios. In addition, in order to support leveraging ADEMS framework, a support tool has been implemented for carrying out the sophisticated set of mathematical computations and comparisons of the large number of architectural combinations, which might otherwise be hard to conduct using manual techniques. The primary contribution of the tool is in its help to identify, evaluate, and rank all potential combinations of alternatives based on their satisfaction to quality preferences provided by the different stakeholders. Finally, to assess the feasibility of ADEMS, three different case studies have been conducted relating to the architectural evaluation of different e-business and enterprise applications. Results obtained for the three case studies were quite positive as they showed an acceptable accuracy level for the decisions recommended by ADEMS, and at a reasonable time and effort costs for the different system stakeholders.
APA, Harvard, Vancouver, ISO, and other styles
5

Zhang, Bo. "Scalable analysis and design of service systems." Diss., Georgia Institute of Technology, 2011. http://hdl.handle.net/1853/39533.

Full text
Abstract:
In this dissertation, we develop analytical and computational tools for performance analysis and design of large-scale service systems. The dissertation consists of three main chapters. The first chapter is devoted to devising efficient task assignment policies for large-scale service system models from a rare event analysis standpoint. Specifically, we study the steady-state behavior of multi-server queues with general job size distributions under size-interval task assignment (SITA) policies. Assuming Poisson arrivals and the existence of the alpha-th moment of the job size distribution for some alpha> 1, we show that if the job arrival rate and the number of servers increase to infinity with the traffic intensity held fixed, a SITA policy parameterized by alpha minimizes in a large deviation sense the steady-state probability that the total number of jobs in the system is greater than or equal to the number of servers. The optimal large deviation decay rate can be arbitrarily close to the one for the corresponding probability in an infinite-server queue, which only depends on the system traffic intensity but not on any higher moments of the job size distribution. This supports in a many-server asymptotic framework the common wisdom that separating large jobs from small jobs protects system performance against job size variability. In the second chapter, we study constraint satisfaction problems for a Markovian parallel-server queueing model with impatient customers, motivated by large telephone call centers. To minimize the staffing level subject to different service-level constraints, we propose refined square-root staffing (SRS) rules, which preserve the insightfulness and computational scalability of the celebrated SRS principle and yet achieve a stronger form of optimality. In particular, using asymptotic series expansion techniques, we first develop refinements to a set of asymptotic performance approximations recently used in analyzing large call centers, namely, the Quality and Efficiency Driven (QED) diffusion approximations. We then use the improved performance approximations to explicitly characterize the error of conventional SRS and further obtain the refined SRS rules. Finally, we demonstrate how the explicit form of the staffing refinements enables an analytical assessment of the accuracy of conventional SRS and its underlying QED approximation. In the third chapter, we study a fluid model for many-server Markovian queues in changing environments, which can be used to model large-scale service systems with customer abandonments and time-varying arrivals. We obtain the stationary distribution of the fluid model, which refines and is shown to converge, as the environment changing rate vanishes in a proper way, to a simple discrete bimodal approximation. We also prove that the fluid model arises as a law of large number limit in a many-server asymptotic regime.
APA, Harvard, Vancouver, ISO, and other styles
6

Truedsson, Stefan. "Simulation driven design : An iterative approach for mechanical engineerswith focus on mesh, quality and convergence." Thesis, Högskolan i Halmstad, Akademin för ekonomi, teknik och naturvetenskap, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-29031.

Full text
Abstract:
This thesis of 15 hp has been implemented at Halmstad University, incollaboration with Saab Dynamics in Linköping. Saab Dynamics is a companyoperating in the defence industry where competition is tough. This necessitatesnew ways to increase efficiency in the company, which is the basis for this thesis.Saab Dynamics wants to introduce simulation driven design. Since SaabDynamics engineers have little experience of simulation, required a usermethodology with clear guidelines. Due to lack of time, they chose to assign thetask to students, which resulted in this thesis.The aim of the thesis is to develop a methodology in mechanical design, wherethe designer uses the FE analysis early in the design process to develop thestructures' mechanical properties. The methodology should be seen as a guide anda source of information to enable an iterative approach with FE-analysis, which isthe basis of simulation-driven design. The iterative process of simulation drivendesign, which can lead to reduced lead times and cost savings in the designprocess.The work was carried out by three students from the mechanical engineeringprogram between December 2014 and May 2015. Because of the scale of theproject, it has been carried out by a total of three students with individual focusareas.The work has followed a self-developed method and the project began withtheoretical studies of the topic to get an understanding of what has been done andwhat research in simulation driven design. Then conducted an empirical study onthe Saab Dynamics in Linköping, in order to increase understanding of how thedesign process looks like. Meanwhile, sustainable development and ethicalaspects has been taken into account.Much time has been devoted to investigate the possibilities and limitations of 3DExperience, which is Dassault Systèmes latest platform for 3D modelling- andsimulation software. 3D Experience is the software, the methodology is based on.This thesis has resulted in a methodology for simulating at the designer level thatthe project team in consultation with the supervisor at Saab Dynamics managed toadapt to the company's requirements.
APA, Harvard, Vancouver, ISO, and other styles
7

Brock, Daniela [Verfasser]. "Terahertz Pulsed Imaging for Quality by Design Driven Development of Active-Coated OROS Tablets / Daniela Brock." München : Verlag Dr. Hut, 2013. http://d-nb.info/104512673X/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Garcia, Marta perez. "Design driven innovation : enhancing idea quality in front end idea generation practices in large multinational companies (MNCs)." Thesis, Birmingham City University, 2016. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.765746.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Fitchie, Martin R. "Presenting tolerance analysis data within a virtual prototype environment : aesthetic quality assessment for a styling driven automotive design process." Thesis, University of Strathclyde, 2006. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.428858.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Liu, Shih-hsi. "QOSPL a quality of service-driven software product line engineering framework for design and analysis of component-based distributed real-time and embedded systems /." Birmingham, Ala. : University of Alabama at Birmingham, 2007. https://www.mhsl.uab.edu/dt/2007p/liu-shih-hsi.pdf.

Full text
Abstract:
Thesis (Ph. D.)--University of Alabama at Birmingham, 2007.
Additional advisors: Jeff G. Gray, Marjan Mernik, Rajeev Raje, Chengcui Zhang. Description based on contents viewed Feb. 7, 2008; title from title screen. Includes bibliographical references (p. 216-230).
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Quality-driven design"

1

Grosse, Daniel, and Daniel Grosse. Quality-driven SystemC design. Dordrecht: Springer, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Große, Daniel, and Rolf Drechsler. Quality-Driven SystemC Design. Dordrecht: Springer Netherlands, 2010. http://dx.doi.org/10.1007/978-90-481-3631-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Grosse, Daniel. Quality-driven SystemC design. Dordrecht: Springer, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Matinlassi, Mari. Quality-driven architecture design and quality analysis method: A revolutionary initiation approach to a product line architecture. Espoo [Finland]: Technical Research Centre of Finland, 2002.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Step-by-step QFD: Customer-driven product design. 2nd ed. Boca Raton, Fla: St. Lucie Press, 1997.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Quality-driven designs: 36 activities to reinforce TQM concepts. San Diego: Pfeiffer & Co., 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Ismailov, Nariman, Samira Nadzhafova, and Aygyun Gasymova. Bioecosystem complexes for the solution of environmental, industrial and social problems (on the example of Azerbaijan). ru: INFRA-M Academic Publishing LLC., 2020. http://dx.doi.org/10.12737/1043239.

Full text
Abstract:
A key objective of the modern development of society is the observance of ecological and socio-economic unity in human life and comprehensive improvement of environment and quality of life should be considered in close connection with the quality of the natural landscape. The formation of scientific understanding of the unity of society and nature is driven by the need for practical implementation of such unity. This defines the focus of this monograph. Given the overall assessment of the current state of the environment in Azerbaijan, considers the scenarios for the future development of the area. The prospects of the use of biotechnology in integrated environmental protection. In the framework of the above to address complex social, environmental and production problems in Azerbaijan developed scientific basis of integrated system of industrial farms — biclusters with a closed production cycle through effective utilization of regional biological resources, whose interactions and relationships take on the character of vzaimodeistvie components for obtaining focused final result with high practical importance. Microbiological, biochemical and technological processes are the basis of all development of biotechnology. Presents the development will help strengthen the ties between science and production, establishing mechanisms to conduct applied research in the field of innovation and creation of knowledge-based technologies in solving current and future environmental problems in Azerbaijan. We offer innovative ideas distinguishes the potential need for their materialization into new products, technologies and services, including the widespread use of digital technologies to design dynamic digital environmental map in space and in time. For students, scientific and engineering-technical workers, students and specializing in environmental technology, environmental protection.
APA, Harvard, Vancouver, ISO, and other styles
8

Drechsler, Rolf, and Daniel Große. Quality-Driven SystemC Design. Springer, 2014.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Keimel, Christian. Design of Video Quality Metrics with Multi-Way Data Analysis: A data driven approach. Springer, 2018.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Step by Step Qfd: Customer Driven Product Design. Goal Q P C Inc, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Quality-driven design"

1

Große, Daniel, and Rolf Drechsler. "Introduction." In Quality-Driven SystemC Design, 1–9. Dordrecht: Springer Netherlands, 2009. http://dx.doi.org/10.1007/978-90-481-3631-5_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Große, Daniel, and Rolf Drechsler. "Preliminaries." In Quality-Driven SystemC Design, 11–32. Dordrecht: Springer Netherlands, 2009. http://dx.doi.org/10.1007/978-90-481-3631-5_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Große, Daniel, and Rolf Drechsler. "System-Level Verification." In Quality-Driven SystemC Design, 33–72. Dordrecht: Springer Netherlands, 2009. http://dx.doi.org/10.1007/978-90-481-3631-5_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Große, Daniel, and Rolf Drechsler. "Block-Level Verification." In Quality-Driven SystemC Design, 73–127. Dordrecht: Springer Netherlands, 2009. http://dx.doi.org/10.1007/978-90-481-3631-5_4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Große, Daniel, and Rolf Drechsler. "Top-Level Verification." In Quality-Driven SystemC Design, 129–54. Dordrecht: Springer Netherlands, 2009. http://dx.doi.org/10.1007/978-90-481-3631-5_5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Große, Daniel, and Rolf Drechsler. "Summary and Conclusions." In Quality-Driven SystemC Design, 155–56. Dordrecht: Springer Netherlands, 2009. http://dx.doi.org/10.1007/978-90-481-3631-5_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Jarke, Matthias, Maurizio Lenzerini, Yannis Vassiliou, and Panos Vassiliadis. "Quality-Driven Data Warehouse Design." In Fundamentals of Data Warehouses, 165–79. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/978-3-662-05153-5_8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Shina, Sammy G. "Customer-Driven Engineering; Quality Function Deployment." In Concurrent Engineering and Design for Manufacture of Electronics Products, 147–87. Boston, MA: Springer US, 1991. http://dx.doi.org/10.1007/978-1-4684-6518-1_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Bass, Len, Mark Klein, and Felix Bachmann. "Quality Attribute Design Primitives and the Attribute Driven Design Method." In Software Product-Family Engineering, 169–86. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-47833-7_17.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Jóźwiak, Lech. "Life-Inspired Systems and Their Quality-Driven Design." In Architecture of Computing Systems - ARCS 2006, 1–16. Berlin, Heidelberg: Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11682127_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Quality-driven design"

1

Venkataraman, Srikanth, Nagesh Nagapalli, and Lech Jozwiak. "Quality Driven Manufacturing and SOC Designs." In 8th International Symposium on Quality Electronic Design (ISQED'07). IEEE, 2007. http://dx.doi.org/10.1109/isqed.2007.131.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Drechsler, Rolf, Mathias Soeken, and Robert Wille. "Automated and quality-driven requirements engineering." In 2014 IEEE/ACM International Conference on Computer-Aided Design (ICCAD). IEEE, 2014. http://dx.doi.org/10.1109/iccad.2014.7001410.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Jozwiak, Lech, and Yahya Jan. "Quality-driven methodology for demanding accelerator design." In Eleventh International Symposium on Quality of Electronic Design (ISQED 2010). IEEE, 2010. http://dx.doi.org/10.1109/isqed.2010.5450546.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Samii, Soheil, Petru Eles, Zebo Peng, and Anton Cervin. "Quality-driven synthesis of embedded multi-mode control systems." In the 46th Annual Design Automation Conference. New York, New York, USA: ACM Press, 2009. http://dx.doi.org/10.1145/1629911.1630131.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Alebrahim, Azadeh, and Maritta Heisel. "Supporting quality-driven design decisions by modeling variability." In the 8th international ACM SIGSOFT conference. New York, New York, USA: ACM Press, 2012. http://dx.doi.org/10.1145/2304696.2304705.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Zernadji, Tarek, Chouki Tibermacine, and Foudil Cherif. "Quality-Driven Design of Web Service Business Processes." In 2014 IEEE 23rd International Workshops on Enabling Technologies: Infrastructures for Collaborative Enterprise (WETICE). IEEE, 2014. http://dx.doi.org/10.1109/wetice.2014.47.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Kunz, Martin, Steffen Mencke, Dmytro Rud, and Reiner Dumke. "Empirical-based design — quality-driven assembly of components." In 2008 IEEE International Conference on Information Reuse and Integration. IEEE, 2008. http://dx.doi.org/10.1109/iri.2008.4583063.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Cao, Yun, and Hiroto Yasuura. "Quality-driven design by bitwidth optimization for video applications." In the 2003 conference. New York, New York, USA: ACM Press, 2003. http://dx.doi.org/10.1145/1119772.1119883.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Stevanetic, Srdjan, Konstantinos Plakidas, Tudor B. Ionescu, Daniel Schall, and Uwe Zdun. "Supporting quality-driven architectural design decisions in software ecosystems." In ECSAW '16: European Conference on Software Architecture Workshops. New York, NY, USA: ACM, 2016. http://dx.doi.org/10.1145/2993412.3003383.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Wang, Zhongjie, Hanchuan Xu, Ming Liu, and Xiaofei Xu. "Quality-Driven and Abstraction-Oriented Software Construction Course Design." In ACM TURC'20: ACM Turing Celebration Conference - China. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3393527.3393529.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Quality-driven design"

1

Bass, Len, Mark Klein, and Felix Bachmann. Quality Attribute Design Primitives and the Attribute Driven Design Method. Fort Belvoir, VA: Defense Technical Information Center, January 2001. http://dx.doi.org/10.21236/ada469332.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Nord, Robert L., William G. Wood, and Paul C. Clements. Integrating the Quality Attribute Workshop (QAW) and the Attribute-Driven Design (ADD) Method. Fort Belvoir, VA: Defense Technical Information Center, July 2004. http://dx.doi.org/10.21236/ada443486.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography