Rozprawy doktorskie na temat „Reusage”
Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych
Sprawdź 50 najlepszych rozpraw doktorskich naukowych na temat „Reusage”.
Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.
Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.
Przeglądaj rozprawy doktorskie z różnych dziedzin i twórz odpowiednie bibliografie.
Aco, Dekan. "Tillverkningsekonomisk utvärdering av återvinning och återanvändning av blyfri mässing". Thesis, Blekinge Tekniska Högskola, Institutionen för maskinteknik, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-17241.
Pełny tekst źródłaThis master thesis is part of a larger project (Evochip), conducted at Lund University, faculty of engineering, Industrial Production Department (iProd). The project is in collaboration with AB Markaryds metallarmatur and Mistra innovation. In this work, a dynamic cost model has been developed to calculate the manufacturing costs of components made from recycled chips of lead-free brass from the manufacturing processes of AB Markaryds metallarmatur (MMA). In the current situation, all rejected details and waste materials are sent to the material supplier in southern Europe for recycling. The transport takes place by trucks and the recycling process is based on an energy-intensive melting step. Development projects are currently underway to reuse the chips without melting at sight at MMA´s facilities, but the cost per detail has been unknown for the company. With the help of this thesis, the manufacturing price will be presented. The manufacturing process is divided into a total of 11 different processing stations. To estimate the costs, Jan-Eric Ståhl's dynamic cost model is used. Necessary data and information have been collected using interviews with the employees of the company and through the company's own documentation regarding the production lines. In order to reduce the error margin in the results, suitable Monte Carlo simulations have been performed. The work is also based on a sustainability perspective. In addition to eliminating transportations by trucks and energy-intensive melting processes for the products, the work also promotes the use and reuse of lead-free brass by pressing metal chips to form new bars. All this in order to avoid leaded brass components due to the negative health effects caused by the lead. The component investigated in this work is a radiator valve called EVO 10. The valve is found in the company's lead-free standard range. The cost model in this project is dynamic to the extent that it could be applied in the future to other lead-free brass components at MMA. A comparison of two different concepts is presented in the results section. Concept one represents the current manufacturing system, and concept two, the future compacting technology. Since many of the processing steps are the same for both systems, a comparison was made between the productions of the pellet through the two different concepts. The results show that pellets made according to today's manufacturing system cost 12.75 SEK / detail, and pellets manufactured according to concept two costs 9.61 SEK / detail. As concept two is dependent on chips from today's manufacturing system, MMA cannot completely switch to compacting chips to new pellets. More work must be done to find a balanced model between the two different manufacturing systems for the best possible results.The results from the Monte Carlo-simulations shows that the manufacturing cost with the chosen parameters and variables is 12.96 SEK/detail.
Moura, Dionatan de Souza. "Software Profile RAS : estendendo a padronização do Reusable Asset Specification e construindo um repositório de ativos". reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2013. http://hdl.handle.net/10183/87582.
Pełny tekst źródłaThe software reuse faces numerous managerial, technical and cultural barriers in its adoption, and the definition of the structure of reusable software assets is one of these technical barriers. To solve this, the Reusable Asset Specification (RAS) is a de facto standard proposed by OMG. A specification such as the RAS defines and standardizes a reusable asset model, and it is the foundation for the construction and for the use of an asset repository that supports the software reuse. However, for being adopted in the practice, the RAS needs to solve its lacks through its extension and the definition of complementary information. These lacks are detailed in this work. Solving these lacks, the RAS becomes useful to help effectively in the standardization of packaging reusable assets and to guide the structure of the software reuse repository. Some previous works have already partially answered this question, but they attended very specific purposes, did not have a support tool or have not been evaluated in a real context of (re)use. This work proposes the Software Profile RAS (SW-RAS), an extension of the component Profile of RAS, which proposes solutions for its various lacks, including useful information and relevant artifacts pointed out in the literature, based on other reusable asset models, on other RAS extensions and on the experience in the reuse process at software development. Particularly, the SW-RAS extends the categories of classification, solution, usage and related assets, whose details are described in the text. Aiming at the experimentation of the proposal through a case study, the Lavoi was developed, a reusable asset repository based on the SW-RAS, which is was evaluated in a real environment of reuse and software development of a large public IT company. A description of this evaluation process in real context is also presented in this work. The main contribution of this dissertation is the proposal, the evaluation and the consolidation of an extension of RAS that addresses several of its lacks and is supported by a free software tool.
Anguswamy, Reghu. "Factors Affecting the Design and Use of Reusable Components". Diss., Virginia Tech, 2013. http://hdl.handle.net/10919/23674.
Pełny tekst źródłaDesign for reuse: In this thesis, the first study was conducted analyzing one-use and equivalent reusable components for the overhead in terms of component size, effort required, number of parameters, and productivity. Reusable components were significantly larger than their equivalent one-use components and had significantly more parameters. The effort required for the reusable components was higher than for one-use components. The productivity of the developers was significantly lower for the reusable components compared to the one-use components. Also, during the development of reusable components, the subjects spent more time on writing code than designing the components, but not significantly so. A ranking of the design principles by frequency of use is also reported. A content analysis performed on the feedback is also reported and the reasons for using and not using the reuse design principles are identified. A correlation analysis showed that the reuse design principles were, in general, used independently of each other.
Design with reuse: Through another empirical study, the effect of the size of a component and the reuse design principles used in building the component on the ease of reuse were analyzed. It was observed that the higher the complexity the lower the ease of reuse, but the correlation is not significant. When considered independently, four of the reuse design principles: well-defined interface, clarity and understandability, generality, and separate concepts from content significantly increased the ease of reuse while commonality and variability analysis significantly decreased the ease of reuse, and documentation did not have a significant impact on the ease of reuse. Experience in the programming language had no significant relationship with the reusability of components. Experience in software engineering and software reuse showed a relationship with reusability but the effect size was small. Testing components before integrating them into a system was found to have no relationship with the reusability of components. A content analysis of the feedback is presented identifying the challenges of components that were not easy to reuse. Features that make a component easily reusable were also identified. The Mahalanobis-Taguchi Strategy (MTS) was employed to develop a model based on Mahalanobis Distance to identify the factors that can detect if a component is easy to reuse or not. The identified factors within the model are: size of a component, a set of reuse design principles (well-defined interface, clarity and understandability, commonality and variability analysis, and generality), and component testing.
Ph. D.
Berry, W. "Reusable launchers". Thesis, Cranfield University, 1993. http://hdl.handle.net/1826/3902.
Pełny tekst źródłaHicklin, R. Austin. "A consignment library of reusable software components for use over the World-Wide Web". Master's thesis, This resource online, 1995. http://scholar.lib.vt.edu/theses/available/etd-01202010-020317/.
Pełny tekst źródłaWidmer, Tobias K. "Reusable mathematical models". Zürich : ETH, Eidgenössische Technische Hochschule Zürich, Department of Computer Science, Chair of Software Engineering, 2004. http://e-collection.ethbib.ethz.ch/show?type=dipl&nr=192.
Pełny tekst źródłaTaylor, Paul Nicholas. "Reusable communicating systems". Thesis, University of Hertfordshire, 1998. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.268045.
Pełny tekst źródłaGridina, Kateryna. "Developing Reusable iOS Components". Thesis, Linnéuniversitetet, Institutionen för datavetenskap (DV), 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-37520.
Pełny tekst źródłaMattsson, Linnéa. "Reuse". Thesis, KTH, Arkitektur, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-123714.
Pełny tekst źródłaDetta projekt består av och drivs framåt av tre krafter: DEL ETT - historien bakom, den politiska delen med fokus på miljö, såsom avfallshantering, överkonsumtion, samt den extrema bristen på studentbostäder i Stockholmsregionen trots politikernas löften. ANDRA DELEN - insamlande av avfallsmaterial till hands, som visar hur mycket MATERIAL (fortfarande fullt användbart) som vi slängs, samt undersökningen av dessa. Med lite kreativitet och innovation hitta strategier för att använda materialen på ett nytt sätt inom ramen för arkitektur. Ett ifrågasättande av uppfattningen av begagnade material. DEL TRE - reaktion! Den praktiska delen, ett fullskaligt byggt förslag som sammanfattar projektet. Som en respons på vårt konsumtionsstyrda samhälle samlade jag in slängda objekt till hands på arkitekturskolan. Med detta material och med de upptäckta strategierna konstruerade jag en liten studentbostad på en bortglömd och oanvänd plats på arkitekturskolans tak - ett statement mot den negativa situationen vad gäller studentboende i Stockholm.
Choudhury, I. "Generic reusable business object modelling". Thesis, London South Bank University, 1999. http://eprints.kingston.ac.uk/8998/.
Pełny tekst źródłaMotta, Enrico. "Reusable components for knowledge modelling". N.p, 1997. http://ethos.bl.uk/.
Pełny tekst źródłaMotta, Enrico. "Reusable components for knowledge modelling". Thesis, Open University, 1998. http://oro.open.ac.uk/57879/.
Pełny tekst źródłaKendall, Richard A. "Unique Systems Through Reusable Software". International Foundation for Telemetering, 1989. http://hdl.handle.net/10150/614672.
Pełny tekst źródłaComputer Sciences Corporation, Realtime Data Systems Center has developed, integrated, tested, and delivered several large telemetry systems to various ranges over the past eight years. One key to the success of these systems has been the ability to build on a software base to meet unique range processing requirements for aircraft, missiles, and related weapons systems. Reusable software means reduced procurement and life cycle costs. The ability to successfully reuse software for new systems with new requirements lies not only in the fundamentals of modular system design, but in the ability of the people to comprehend the design, and adapt the software to new requirements. As advanced telemetry processing needs meet reduced budgets, the successful systems integrator will be relying more and more on an ability to adapt existing systems to meet new challenges.
Knöös, Johan. "Control of a Reusable Launch Vehicle". Thesis, KTH, Matematik (Inst.), 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-43837.
Pełny tekst źródłaWong, Chi-Kin. "Reusable template library for parallel patterns". [Gainesville, Fla.] : University of Florida, 2002. http://purl.fcla.edu/fcla/etd/UFE0000618.
Pełny tekst źródłaSundberg, Fanny, i Max Anderhell. "Washing and drying reusable sanitary pads". Thesis, Högskolan i Borås, Akademin för textil, teknik och ekonomi, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:hb:diva-21933.
Pełny tekst źródłaMensfattigdom är något som vanligtvis återfinns på platser präglade av fattigdom. Bristen på medel för kvinnor och flickor att kunna hantera sin menstruation är kärnan av problemet. Med en brist i kvantitet och kvalitet på vatten som ett vanligt problem på sådana platser är det en konstant utmaning att upprätthålla sin hygien. Menstruationsskydd delas in i två olika typer, engångs- och återanvändningsbara produkter. De återanvändningsbara produkterna består ofta av bomull eller andra absorberande material. Oavsett material måste produkterna rengöras mellan användningarna, vilket kan vara en utmaning på platser där vatten inte alltid är tillgängligt. Tillgång till en återanvändningsbar binda som kan rengöras med små resurser är viktigt, speciellt på platser som kännetecknas av fattigdom. Spacerpad är en återanvändningsbar binda, framtagen som del av ett projekt vid Högskolan Borås, vars syfte är att reducera mensfattigdom och samtidigt utbilda kvinnor och flickor om menstruation och hygien. Bindan är tillverkad av polyester som inte absorberar blod eller vatten, vilket gör att bindan snarare håller vätskorna på plats. Denna uppsats gjordes som en fältstudie på plats i Nairobi, Kenya och hade som mål att simulera en menstruation. Detta för att se hur den mikrobiella aktiviteten skulle kunna se ut, under och efter en menstruation. Med influenser ur intervjuer och tillgångar från Kibera (ett slumområde i Nairobi) genomfördes simulationen med näringslösning som substitut till mensblod. I simulationen studerades effekten av tvätt och tork på den mikrobiella aktiviteten. Spacerpad och en bomullsbinda genomgick samma processer där aktiviteten mättes med hjälp av dipslides, ett växtmedium. Resultaten från denna studie visar att både Spacerpad och bomullsbindan kan vara bärare av hög tillväxt av bakterier. En ökande bakteriell aktivitet genom testdagarna, slutade med ett tudelat resultat efter en tvåltvätt som sista procedur. Bindan av bomull hade lätt tillväxt, medan Spacerpad knappt visade någon tillväxt alls efter den sista rengöringen. Den mikrobiella aktiviteten hos Spacerpad nådde höga nivåer under simulationen. Trots det så gör förmågan att kunna rengöras med låg åtgång av resurser, att den kan anses vara sanitär nog för att användas på platser präglade av fattigdom, som i Kibera.
Daniels, R. M., i D. A. Sheaffer. "Smart Modularized Advanced Reusable Telemeter (SMART)". International Foundation for Telemetering, 1992. http://hdl.handle.net/10150/608912.
Pełny tekst źródłaThe SMART (Smart Modularized Advanced Reusable Telemeter) is an advanced telemetry system. The SMART system enhances the quality of a weapon system by providing an adaptable built-in telemetry capability for the weapon. Existing weapon telemetry systems are centralized, separate components which require many fault-prone interconnections. This system reduces the number of interconnections and provides higher performance than current systems. The modular system uses a high data-rate serial data link that connects remote measurement modules located throughout the unit-under-test. A smart processor is used to analyze and compress data from the various modules prior to transmission, making more effective use of the telemetry bandwidth. The smart processing unit also adapts the measurement units for changing test conditions on-the-fly. The system will allow more complete testing of the weapon system and solve a broader range of problems. The goal of the SMART project is to utilize the most advanced technology to overcome the current design methodologies that have perpetuated shortcomings in present systems. This project is being conceptualized to encompass a broader range of telemetry applications beyond the present weapon systems at Sandia.
Zunis, Courtney. "Incremental Reuse". University of Cincinnati / OhioLINK, 2017. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1491305134532705.
Pełny tekst źródłaAlmeida, João Miguel Marques de. "Reuse Atheneu". Master's thesis, Universidade de Lisboa. Faculdade de Arquitetura, 2014. http://hdl.handle.net/10400.5/12325.
Pełny tekst źródłaKonda, Bhargava Mithra, i Kranthi Kiran Mandava. "A Systematic Mapping Study on Software Reuse". Thesis, Blekinge Tekniska Högskola, Sektionen för datavetenskap och kommunikation, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-4305.
Pełny tekst źródłaLöthman, Erik, i Kristian Samuelsson. "Towards Usable Reuse : Facilitating Reuse in Distributed User-Centric Systems". Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-155760.
Pełny tekst źródłaGibbons, Michael J. "Robust, reusable qubits for quantum information applications". Diss., Georgia Institute of Technology, 2011. http://hdl.handle.net/1853/39474.
Pełny tekst źródłaBynens, Maarten, Landuyt Dimitri Van, Eddy Truyen i Wouter Joosen. "Towards reusable aspects: the callback mismatch problem". Universität Potsdam, 2010. http://opus.kobv.de/ubp/volltexte/2010/4134/.
Pełny tekst źródłaDolgoff, Scott Joel. "Automated interface for retrieving reusable software components". Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from the National Technical Information Service, 1993. http://handle.dtic.mil/100.2/ADA275004.
Pełny tekst źródłaSealander, Jennie Marie. "Building reusable software components for automated retrieval". Thesis, Monterey, California. Naval Postgraduate School, 1992. http://hdl.handle.net/10945/23559.
Pełny tekst źródłaMcDowell, John Kelly. "A reusable component retrieval system for prototyping". Thesis, Monterey, California. Naval Postgraduate School, 1991. http://hdl.handle.net/10945/26732.
Pełny tekst źródłaPohthong, Amnart. "Design strategies for employing reusable software components". Thesis, Keele University, 2000. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.311736.
Pełny tekst źródłaAnderson, Patrick William 1976. "A modular framework for reusable research software". Thesis, Massachusetts Institute of Technology, 2000. http://hdl.handle.net/1721.1/81539.
Pełny tekst źródłaIncludes bibliographical references (leaves 63-64).
by Patrick William Anderson.
M.Eng.
Babader, A. "Effective waste management by enhancing reusable packaging". Thesis, Liverpool John Moores University, 2015. http://researchonline.ljmu.ac.uk/4468/.
Pełny tekst źródłaHasselberg, Adam. "Efficient Networked Message- Passing Through Reusable Buffers". Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-292637.
Pełny tekst źródłaÖverföring av meddelanden är en fundamental funktion i många applikationer som använder nätverkskommunikation. Diskreta meddelanden är en simpel abstraktion för programmerare att nyttja för data-överföringar och kommunikation mellan värdar och processer i distribuerade system. Meddelandeöverföringens semantik och förmåga varierar mellan olika system och ramverk, och olika användningsområden ställer olika krav på överföringens förmågor. Kompact är ett aktörsramverk skrivet i och för programspråket Rust. Med ett användningsområde i dataströmsprocessering implementeras ett nytt nätverkslager för Kompact, med en ny typ av buffer-pool och en skräddarsydd nätverkskanal-abstraktion. Tidigare utvärderingar av olika aktörsramverk indikerar att Erlang presterar bättre än alla andra aktörsramverk med avseende på genomströmning av nätverksmeddelanden. Våra experiment indikerar att det nya nätverkslagret ökar genomströmningsförmågan av Kompact med up till 4.6x jämfört med den tidigare versionen, och upp till 2.8x högre genomströmningsförmåga än Erlang.
Moore, Freeman Leroy. "Quantifying Design Principles in Reusable Software Components". Thesis, University of North Texas, 1995. https://digital.library.unt.edu/ark:/67531/metadc278795/.
Pełny tekst źródłaClough, Paul D. "Measuring text reuse". Thesis, University of Sheffield, 2002. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.275023.
Pełny tekst źródłaBenardete, Emma A. 1973. "Rethinking adaptive reuse". Thesis, Massachusetts Institute of Technology, 2002. http://hdl.handle.net/1721.1/64558.
Pełny tekst źródłaIncludes bibliographical references (p. [109]-[111]).
Adaptive reuse of manufacturing plants in post-industrial countries has become an increasing trend. In the United States, evidence of our industrial past is present in both urban and rural landscapes. The appearance of "brownfields" is due to the change in the U.S. economy from heavy industry and the manufacturing of commodities to the digitized products and supports required of the information age. The need to recycle these lands is part of the realities we face, as we become increasingly aware of the environmental damage caused by the industrial age. Paterson, NJ is the oldest industrial site in America founded by Alexander Hamilton. He chose it because the seventy-foot Great Falls was a prime source of hydroelectric power. He laid foundations in the city that helped make Paterson a prime textile-manufacturing center throughout the nineteenth and early part of the twentieth centuries. Since the 1960s, Paterson has experienced a decline in its industrial economic base. The city has sought to regenerate interest in the area through historic trails and the attraction of the Great Falls. These efforts have failed. However, through out its history Paterson has been the site of adaptive reuse. The mills and factories constantly had to change in order to keep pace with new technology. Currently, several mills have been renovated to form apartments for artists. While providing picturesque housing, these renovated mills no longer have a place in the piecemeal industries that still exist. This type of renewal has not helped to reunify this community. To counteract these singular interventions I have proposed reprogramming the central industrial area around the Falls as a center for Ecologists and Environmental Artists. The urban strategy I have adopted is one of creating desire for the current transient population to remain in the area and reinvest in the existing infrastructure. I have used nature to unify the area by artificially reinserting nature where, before Hamilton, nature flourished. A path unifies the area taking the pedestrian through the natural and artificial (man-made) topography of this landscape. The landscape offers sectional characteristics, which I have tried to make the pedestrian aware: aerial, canopic, terrestrial, aquatic, and sub-terrestrial. The path illustrates that we are always moving between sky and water. While the mountain and river offer some geographical orientation, once the pedestrian is embedded in the existing urban fabric, his sense of direction may become obfuscated. The path begins by orientating the pedestrian North and over the course of his walk, if repeated over the course of a year, he would find that the summer and winter solstices help strengthen his sectional placement within this landscape. Along the path I have interjected sustainable infrastructures in order to show how the industrial past can help us revitalize our landscape for a post-industrial future. In my own renovation of certain buildings, I have tried to create a balance between nostalgia for the past and romance for new technology. F or nostalgia does not necessitate a recreation of what once was, but can reintroduce us to the past's own love and desire for the future.
by Emma A. Benardete.
M.Arch.
Woods, Emily. "Economies of Reuse". University of Cincinnati / OhioLINK, 2012. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1337084817.
Pełny tekst źródłaBaig, Aftab, i Iftikhar Ahmad. "A web store based on reusable .NET components". Thesis, Mälardalens högskola, Akademin för innovation, design och teknik, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-13141.
Pełny tekst źródłaFirst and Final Version of our Thesis Report
SoftIn - Introducing methods and tools for software development in small and medium-sized enterprises
Lefebvre, Geoffrey. "Composable and reusable whole-system offline dynamic analysis". Thesis, University of British Columbia, 2012. http://hdl.handle.net/2429/39935.
Pełny tekst źródłaSteigerwald, Robert Allen. "Reusable software component retrieval via normalized algebraic specifications". Thesis, Monterey, California. Naval Postgraduate School, 1991. http://hdl.handle.net/10945/26733.
Pełny tekst źródłaCornwell, Peter David. "Reusable component engineering for hard real-time systems". Thesis, University of York, 1998. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.263689.
Pełny tekst źródłaBevacqua, Timothy R. "Advanced Flight Control Issues for Reusable Launch Vehicles". Ohio University / OhioLINK, 2004. http://www.ohiolink.edu/etd/view.cgi?ohiou1097601560.
Pełny tekst źródłaPandit, Ravi. "Disposable versus reusable ware : cost evaluation model development /". Online version of thesis, 1991. http://hdl.handle.net/1850/10790.
Pełny tekst źródłaRegourd, Jasmine. "Development of reusable, biologically compatible olefin metathesis initiators". Thesis, University of Bath, 2004. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.760849.
Pełny tekst źródłaHovsepian, Sarah. "Digital material skins : for reversible reusable pressure vessels". Thesis, Massachusetts Institute of Technology, 2012. http://hdl.handle.net/1721.1/72807.
Pełny tekst źródłaCataloged from PDF version of thesis.
Includes bibliographical references (p. 50-51).
Spacecraft missions have traditionally sacrificed fully functional hardware and entire vehicles to achieve mission objectives. Propellant tanks are typically jettisoned at different stages in a spacecraft mission and left to burn in the atmosphere after one use, creating a substantial amount of waste and redundancy which leads to high operational costs. Spaceflight programs cannot continue to rely on current methods of discarding hardware, since the cost to transport materials from Earth is extremely high. Significant improvements need to be made in recovery and reuse of valuable hardware, to be able to lower costs per mission and increase the number of missions. Strategies need to focus on avoiding complete loss of hardware. This thesis proposes a new class of materials called digital material skins, that will revolutionize the fabrication and assembly of everyday functional objects to spacecraft structural applications, by embedding the intelligence not in the fabrication tools but in the materials themselves, to create reusable and recyclable materials. A workflow for digital material skins is also demonstrated, based on existing fabrication tools to rethink the entire lifecycle of functional skins from design to fabrication to disassembly. When a child builds a structure out of Legos, precision lies not in the human assembler but in the material, component geometry, and linking mechanism to dictate how and where each material interlocks within the larger material system. A digital material skin is made of discrete units with a finite set of parts and joints used to construct a functional structural skin for airtight,waterproof, high or low pressure applications.The surface is enclosed or the surface is open. Digital material skins are used to construct any shape or interior volume that is regular or amorphous. A digital material skin is an exterior structure which relies on an interior digital material structure for support, or a digital material skin is self-supported with few or no interior support. Parts and links are arranged and configured in a regular pattern to create a surface larger than the units themselves. The skin is part of a larger assembly or part of a single unitary structure of any size or shape. The skin may have a thickness that is smaller or larger than any dimension. The skin is made of one or more layers of one material or multi-material units. The joints are reversible, allowing transfer of forces from one unit to adjacent units to create a continuous bulk material. The work will develop a prototype of a digital material skin concept for pressure vessel skins, and adumbrate a new design methodology that considers the entire lifecycle of digital material skins.
by Sarah Hovsepian.
S.M.
Van, Wyk John Foster. "Reusable software defined radio platform for micro-satellites". Thesis, Link to the online version, 2008. http://hdl.handle.net/10019/1346.
Pełny tekst źródłaGoh, Weixiong. "Preliminary Design of Reusable Lunar Lander Landing System". Thesis, Luleå tekniska universitet, Institutionen för system- och rymdteknik, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:ltu:diva-66700.
Pełny tekst źródłaGurp, Jilles van. "Design Principles for Reusable, Composable and extensible Frameworks". Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik och datavetenskap, 1999. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-5380.
Pełny tekst źródłaOzik, Dana. "Reinvention through reuse : strategies for the adaptive reuse of large-scale buildings". Thesis, Massachusetts Institute of Technology, 2006. http://hdl.handle.net/1721.1/37578.
Pełny tekst źródłaSome pages folded.
Includes bibliographical references.
The practice of adaptive reuse has grown in popularity in the United States over the past few decades, with now about 90% of architect-commissioned work involving some interaction with an existing structure. While the practice of reuse has existed informally in the form of garage-as-guest house or barn-as-garage conversions and so on, it is only since the late 1960s that architects and engineers have begun to approach it critically, as a design problem. It is often lauded for fostering the development of a sustainable built environment, however, it has its unique challenges. This thesis traces a brief history of the designer's role in the sustainable development discourse, with focused attention paid to the adaptive reuse solution. Furthermore, it attempts to identify the challenges and discuss how they each pertain to the architect, the preservationist, and the engineer. Through the examination of reuse case studies, a coarse classification of project typologies. The second portion of the thesis tackles a specific reuse problem in the Old Post Office in Chicago, Illinois. The Post Office was selected because of its heavily planned context, its historical and cultural significance, the real interest that has been expressed in its reuse, and its size.
(cont.) The thesis builds on the earlier classification system to propose an integrated strategy with which to approach the redevelopment of the building. The final part of the thesis briefly describes a few environmental evaluation methods that might be used to judge the sustainability of the reuse project. The proposed solution is analysed to see if the design decisions made with environmental sustainability in mind can be quantified.
by Dana Ozik.
S.M.
M.Arch.
Corner, David. "Reactive dyebath reuse systems". Thesis, Georgia Institute of Technology, 1999. http://hdl.handle.net/1853/8498.
Pełny tekst źródłaCounsell, T. A. M. "Remove toner - reuse paper". Thesis, University of Cambridge, 2008. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.598071.
Pełny tekst źródłaDatar, Ranjani Milind. "Metrics for software reuse". Virtual Press, 1995. http://liblink.bsu.edu/uhtbin/catkey/958791.
Pełny tekst źródłaDepartment of Computer Science
Gautier, Robert John. "Evolution and software reuse". Thesis, Aberystwyth University, 1996. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.394336.
Pełny tekst źródła