Dissertations / Theses on the topic 'DSLs'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'DSLs.'
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.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Suarez, John Freddy Garavito. "Ontologias e DSLs na geração de sistemas de apoio à decisão, caso de estudo SustenAgro." Universidade de São Paulo, 2017. http://www.teses.usp.br/teses/disponiveis/55/55134/tde-26072017-113829/.
Full textDecision Support Systems (DSSs) organize and process data and information to generate results to support decision making in a specific domain. They integrate knowledge from domain experts in each of their components: models, data, mathematical operations (that process the data) and analysis results. In traditional development methodologies, this knowledge must be interpreted and used by software developers to implement DSSs. That is because domain experts cannot formalize this knowledge in a computable model that can be integrated into DSSs. The knowledge modeling process is carried out, in practice, by the developers, biasing domain knowledge and hindering the agile development of DSSs (as domain experts cannot modify code directly). To solve this problem, a method and web tool is proposed that uses ontologies, in the Web Ontology Language (OWL), to represent experts knowledge, and a Domain Specific Language (DSL), to model DSS behavior. Ontologies, in OWL, are a computable knowledge representations, which allow the definition of DSSs in a format understandable and accessible to humans and machines. This method was used to create the Decisioner Framework for the instantiation of DSSs. Decisioner automatically generates DSSs from an ontology and a description in its DSL, including the DSS interface (using a Web Components library). An online ontology editor, using a simplified format, allows that domain experts change the ontology and immediately see the consequences of their changes in the in the DSS. A validation of this method was done through the instantiation of the SustenAgro DSS, using the Decisioner Framework. The SustenAgro DSS evaluates the sustainability of sugarcane production systems in the center-south region of Brazil. Evaluations, done by by sustainability experts from Embrapa Environment (partners in this project), showed that domain experts are capable of changing the ontology and DSL program used, without the help of software developers, and that the system produced correct sustainability analysis.
Conrado, Daniel Bruno Fernandes. "Abordagem para criação de linguagens específicas de domínio para robótica móvel." Universidade Federal de São Carlos, 2012. https://repositorio.ufscar.br/handle/ufscar/513.
Full textUniversidade Federal de Sao Carlos
Autonomous mobile robots are machines capable of executing repetitive/dangerous tasks more efficiently. Most of them have an embedded software which is responsible for their execution. Over the last years, the complexity of these applications has continuously growing and they are presenting challenges that are uncommon to traditional information systems development. Therefore, any technique that can support their development is a great contribution. A technique that improves the productivity is to use domain-specific languages (DSLs). These are modeling and programming languages whose constructs are concepts and abstractions of a particular domain. It frees developers from worrying about generic programming concepts (classes, objects, attributes, etc.) and allows them to focus on the problem to be solved. As creating a DSL is not a trivial task and pointing the idiosyncrasies of mobile robots, this dissertation presents an approach for engineering DSLs to mobile robots. The aim is to make the activity of creating DSLs to this domain more systematic and controlled. In this approach, an application is taken as input and a series of domain statements is extracted from it. These statements are classified into categories and each one of them are analized in order to extract commonalities and variabilities, wich are transformed into components of a DSL. An important characteristic of the approach is that it asks for just one application to reach a first version of a running DSL. We suggest that the same DSL can be evolved just by applying the approach again using another application as input. So new components could be created and the existing ones could be modified. We also present a generic language model providing a foundation architecture that allows one to easily create new DSLs by extending it. Two proofs of concept are presented in order to exemplify the application of our approach.
Robôs móveis autônomos são máquinas com potencial para realizar atividades repetitivas ou de alta periculosidade com mais eficácia. Muitos possuem um software embarcado responsável pelo seu funcionamento. Nos últimos anos, a complexidade dessas aplicações robóticas embarcadas tem crescido continuamente e apresentam desafios que são incomuns ao desenvolvimento dos tradicionais sistemas de informação. Portanto, toda técnica que dê suporte a esse tipo de desenvolvimento pode contribuir significativamente. Uma técnica que permite o aumento de produtividade é a utilização de linguagens específicas de domínio (DSLs). Essas são linguagens de modelagem e programação cujas construções são conceitos e abstrações de um domínio de aplicação em particular. Isso desobriga o desenvolvedor de se preocupar com conceitos genéricos de programação (classes, objetos, atributos, etc.) para focar-se no problema a ser resolvido. Como o desenvolvimento de uma DSL não é uma tarefa trivial e tendo em vista as idiossincrasias dos robôs móveis autônomos, esta dissertação apresenta uma abordagem para construção de DSLs para robôs móveis. O objetivo é deixar mais sistemática e controlada a criação de DSLs para esse domínio. Nessa abordagem, uma aplicação é tomada como entrada e dela extraem-se declarações a respeito do domínio. Essas declarações são categorizadas e, para cada categoria, são levantadas partes comuns e variáveis. Então, essas partes são transformadas em componentes de uma DSL. Uma característica importante da abordagem apresentada é que uma versão inicial da DSL pode ser alcançada tendo apenas uma aplicação como base. Sugere-se que essa mesma DSL possa evoluir pela reaplicação da abordagem tendo uma nova aplicação como entrada. Dessa forma, novos componentes podem ser criados e os existentes, modificados. Também é apresentado um modelo genérico de linguagem que fornece uma arquitetura básica, permitindo que novas DSLs sejam facilmente construídas pela extensão da mesma. Duas provas de conceito são apresentadas com a intenção de exemplificar a aplicação da abordagem.
Shabani, Shahpar. "Pure Java interface to a DSMS : Pure Java interface to a DSMS." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-423975.
Full textV, Dresdener Studiengemeinschaft Sicherheitspolitik e. "DSS-Arbeitspapiere." Dresdener Studiengemeinschaft Sicherheitspolitik e.V, 2018. https://slub.qucosa.de/id/qucosa%3A20927.
Full textViana, Matheus Carvalho. "Desenvolvimento e reúso de frameworks com base nas características do domínio." Universidade Federal de São Carlos, 2014. https://repositorio.ufscar.br/handle/ufscar/291.
Full textUniversidade Federal de Sao Carlos
Frameworks are software artifacts that implement the basic functionality of a domain. Its reuse can improve the efficiency of development process and the quality of application code. However, frameworks are difficult to develop and reuse, since they require a complex structure to implement domain variability and be adaptable enough to be reused by different applications. Due to these difficulties, this research presents two approaches: 1) the From Features to Frameworks (F3) approach, in which the developer models the features of a domain and a pattern language helps in implementing a framework based on this model; and 2) the approach that uses a Domain-Specific Language (DSL) built from the identification and analysis of the domain features of a framework to facilitate the reuse of this framework. A tool, called From Features to Frameworks Tool (F3T), was also developed to support the use of these two approaches, providing editors for modeling domains and applications and automating the implementation of code of frameworks, DSLs and applications. In addition to facilitate the development and reuse of frameworks, experiments conducted during this project showed that these two approaches make these processes more efficient and allow the construction of frameworks and applications with less difficulty.
Frameworks são artefatos de software que implementam a funcionalidade básica de um domínio. Seu reúso pode aumentar a eficiência do processo de desenvolvimento e a qualidade do código de aplicações. Contudo, frameworks são difíceis de construir e reutilizar, pois necessitam de uma estrutura complexa para implementar as variabilidades do seu domínio e serem adaptáveis o suficiente para poderem ser reutilizados por diversas aplicações. Em vista dessas dificuldades este projeto apresenta duas abordagens: 1) a abordagem From Features to Frameworks (F3), na qual o desenvolvedor modela as características de um domínio e uma linguagem de padrões auxilia na implementação de um framework com base nesse modelo; e 2) a abordagem que utiliza uma Domain-Specific Language (DSL) construída a partir da identificação e análise das características do domínio do framework para facilitar o reúso desse framework. Uma ferramenta, denominada From Features to Frameworks Tool (F3T), também foi desenvolvida para apoiar o uso dessas duas abordagens, fornecendo editores para a modelagem dos domínios e das aplicações e automatizando a implementação de código dos frameworks, das DSLs e das aplicações. Além de facilitar o desenvolvimento e o reúso de framework, experimentos realizados ao longo deste projeto mostraram que essas duas abordagens tornam esses processos mais eficientes e permitem a construção de frameworks e aplicações com menor dificuldade.
Bessens, Gilles. "DSL wideband crosstalk cancellation for mixed DSL technologies using common mode information." Thesis, University of Ottawa (Canada), 2004. http://hdl.handle.net/10393/26582.
Full textWolske, Andreas, and Heino Gutschmidt. "DSL - Die Super Leitung!?" Universitätsbibliothek Chemnitz, 2002. http://nbn-resolving.de/urn:nbn:de:bsz:ch1-200200187.
Full textMašek, Daniel. "Návrh Retail Business DSS." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-72689.
Full textTse, Roger Lai Ming. "Computerized Daily Construction Site Reporting System (DSRS)." Thesis, University of British Columbia, 1989. http://hdl.handle.net/2429/28084.
Full textApplied Science, Faculty of
Civil Engineering, Department of
Graduate
Zeplin, Stefano Romeu. "Desenvolvimento de uma rede CAN utilizando DSPS." Universidade do Estado de Santa Catarina, 2004. http://tede.udesc.br/handle/handle/1803.
Full textCoordenação de Aperfeiçoamento de Pessoal de Nível Superior
In recent years, there has been a major adoption of digital signal processors (DSPs) technology in a variety of embedded control applications. Typical industrial applications include high-performance servo drivers in applications like machine tools and robotics. Beyond the processing power, modern automation technology is characterized by increasing decentralization of data processing. But, the necessity of communication between the different systems has also led to the development of medias more efficient as Controller Area Network (CAN Network), that was initially created by Robert Bosch in the mid-1980s for automotive applications as a method for enabling robust serial communication. In this work, the development of the communication between embedded systems based in the two layers of CAN network is argued. For in such a way, a CAN network using DSPs was developed and, for validation of the work, an application of the network in Automatic Guidance Vehicles (AGVs) was developed. Where some of its more elementary functions, which had been emulated in the net formed for DSPs, through the development of specific libraries had been selected.
Nos últimos anos, cresceu a adoção da tecnologia dos processadores digitais de sinais (DSPs) em uma variedade de aplicações de controle embarcado. Além do poder deprocessamento, a tecnologia de automação moderna é caracterizada também pelo crescimento da descentralização do processamento de dados. Mas, a necessidade de comunicação entre os diferentes sistemas tem levado também ao desenvolvimento de meios de comunicação mais eficientes, como a Rede CAN (Controller Área Network), que foi inicialmente criada pela empresa Bosch, no meado dos anos 80, como um sistema para propiciar uma comunicação serial robusta para aplicações automotivas. Neste trabalho discute-se o desenvolvimento da comunicação entre sistemas embarcados baseados nas duas camadas da rede CAN. Para tanto, foi desenvolvida uma rede CAN utilizando-se DSPs, onde o modelo utilizado já tem um controlador CAN incorporado, e, para validação do trabalho, foi desenvolvida uma aplicação da rede para utilização em um Veículo Guiado Automaticamente (Automatic Guidance Vehicles - AGV). Para essa aplicação foram selecionadas algumas funções mais elementares de um AGV, as quais foram emuladas na rede formada por DSPs através do desenvolvimento de bibliotecas específicas.
Bexelius, Erik, and John Diklev. "Customer Experience without Customer Contact: DSOs Adapting to a Supplier Centric Market : A multiple case study of Swedish DSOs." Thesis, KTH, Skolan för industriell teknik och management (ITM), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-279531.
Full textStrukturella förändringar stundar i elsystemet. Underliggande krafter som trycker på för förändrade processer är hållbarhetsmål, digitalisering och en fri marknad. Den svenska ellagen ska förändras för att inkorporera EU-direktivet Ren energipaketet och Energimarknadsinspektionens, med sin nordiska ditos, ambition om en harmoniserade nordisk elmarknad, en del i den ambitionen är en elhandlarcentrisk marknadsmodell. Trots förändringar ligger elnätsbolagens ansvar kvar; att distribuera el till alla som behöver det, när och vart de behöver det, i en rimlig tid och till en låg kostnad. Det är viktigt för elnätsbolag att tillhandahålla en god kundupplevelse både genom och efter förändringarna. Kundupplevelsen är viktig för elnätsbolag för att leverera på sina ansvar och för kostnadskontroll. Denna studie undersöker hur ett elnätsbolag i Sverige kan upprätthålla en god kundupplevelse genom och efter de stundande förändringarna. Den elhandlarcentriska marknadsmodellen transformerar elnätsbolag från B2B- till B2C-organisationer. Detta leder till att elnätsbolagen har mindre direktkontakt med elkonsumenter medan informationsflöden fortsätter att växa stadigt, delvis för att stödja efterfrågeflexibilitet. De flesta elkonsumenter förväntar sig en säker tillgång på el, användarvänlig information och snabbt avhjälpta problem. Elnätsbolagen kommer huvudsakligen, i det nya marknadslandskapet, tillhandahålla en god kundupplevelse genom att fokusera på sin kärnverksamhet - elnätet - och interagera med konsumenter genom partnerägda kontaktytor. Relationen till elhandlare och andra installatörer kommer att bli viktigare. Fördjupade B2B-relationer kräver god datakvalitet och automatiserade kommunikationskanaler, och om det är väl hanterat leder det till säkrare tillgång till el, snabbare lösningar på problem och nya och enkla sätt att ta till sig information för kunder. Ren energipaket och elhandlarcentrisk marknadsmodell leder troligtvis till förbättrade villkor för att driva och använda elnätet då data blir standardiserat, mer tillgängligt och uppmuntrad att användas. Att anpassa elnätsbolagen till dessa förändringar kan vara prövande, så som förändring ofta är.
Yan, Yufeng, and Jose Sasian. "Photographic zoom fisheye lens design for DSLR cameras." SPIE-SOC PHOTO-OPTICAL INSTRUMENTATION ENGINEERS, 2017. http://hdl.handle.net/10150/626080.
Full textCao, Haian. "Memory address management for digital signal processors (DSPs)." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1999. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape7/PQDD_0007/MQ43147.pdf.
Full textKshirsagar, Shirish Purushottam. "High speed image processing system using parallel DSPs." Thesis, Liverpool John Moores University, 1994. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.262245.
Full textSchäfer, Frank. "Das hermetische Eigenwertproblem Implementierungsaspekte für Festkomma-SIMD-DSPs." Dresden Vogt, 2007. http://d-nb.info/990777669/04.
Full textWei, Bin. "Adaptive CFAR PN Code Acquisition for DSSS Systems." Thesis, Edinburgh Napier University, 2008. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.506342.
Full textCarlzon, Mårten. "DSL-generering och grafisk representation." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-102572.
Full textDi, Pretoro Noelia <1989>. "DSL e programmazione: uno strumento per il trattamento linguistico e sociale del bambino con DSL." Master's Degree Thesis, Università Ca' Foscari Venezia, 2015. http://hdl.handle.net/10579/6716.
Full textEhichioya, Daniel, and Arya Golriz. "Performance Comparison of OFDM and DSSS on Aeronautical Channels." International Foundation for Telemetering, 2009. http://hdl.handle.net/10150/606137.
Full textThis paper develops a performance framework for OFDM by contrasting its performance with Direct Sequence Spread Spectrum (DSSS) over aeronautical channels. Each of the OFDM and DSSS modulated simulations are put through the channel and compared on terms of signal to noise ratio (SNR) versus bit error rate. The simulation will show that DSSS will have better power efficiency on multipath channels because the rake receiver adds all multipath components to strengthen the receiver. By contrast OFDM with an equalizer will have better spectrum efficiency results where QAM modulation of multiple tones allows for high data rates in a limited bandwidth. This work develops a framework for contrasting the performance of the rake receiver and the equalizer for operation on multipath channels. By comparing these schemes on various channels the choice of OFDM for iNET can be clearly understood and evaluated.
Gonçalves, Maria Lopes Facó Estermínio. "DSMs e depressão: dos sujeitos singulares aos transtornos universais." Universidade do Estado do Rio de Janeiro, 2007. http://www.bdtd.uerj.br/tde_busca/arquivo.php?codArquivo=5026.
Full textThis study intends to discuss the issue of categorizing mental disorders, considering DSMs and its paradigms. The Diagnostic and Statistical Manual of Mental Disorder (DSM) is a handbook, used worldwide, for mental professionals that lists different categories of mental disorder, according to the American Psychiatric Association. The DSM has gone through five revisions (DSM II, DSM III, DSM III-R, DSM IV e DSM IV- TR) since it was first published in 1952. Electing the concept of depression, this study analyses its diagnosis criteria from DSM II, a psychoanalytic influenced manual to DSM IV-TR, with an emphasis upon DSM III which, in 1980, represents a turning point in psychiatric paradigms, intending to be not theoretical and descriptive. From this perspective, the intention is to outline some considerations and discussions between the so-called biological psychiatric and the psychoanalytic theory, according to its influences in the psychiatric diagnosis understanding, emphasizing the category of depression.
Varakantham, Indrasena. "Investigation of Generalized DSSS Under Multiple Access and Multipath." Cleveland State University / OhioLINK, 2009. http://rave.ohiolink.edu/etdc/view?acc_num=csu1245214261.
Full textVillalba, Pablo Villalba. "Dynamic Spectrum Management in DSL Systems." Thesis, Norwegian University of Science and Technology, Department of Electronics and Telecommunications, 2007. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-9509.
Full textThe candidate shall study different methods for dynamic spectral management in DSL systems, with main emphasis on autonomeous methods like iterative waterfilling. The methods shall be implemented in Matlab.
Panigrahi, Saswat. "Resource allocation for multicarrier DSL systems." Thesis, McGill University, 2005. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=83879.
Full textIn current DSL applications, Crosstalk is kept in control by specifying a fixed peakpower constraint (based on the worst-case) which each user has to obey---a technique known as Static Spectrum Management (SSM). This simplifies the resource allocation to a single-user optimization problem. But the worst-case peak power constraint is overly restrictive and results in poorer rates. Recently Dynamic Spectrum Management (DSM) techniques which dynamically vary the multiuser power allocation for crosstalk control instead of using fixed peak power constraint have proven to provide much better rates. This improvement however comes at the cost of dealing with a more complicated multiuser optimization problem.
On the other hand, due to its unpredictability, external noise (and RFI pickup) has been combated with the use of a suitable safety margin.
Based on application and scenario, Resource Allocation is either performed with the objective of Rate maximization (at a fixed margin) or Margin maximization (at a fixed rate) since each of the quantities indirectly imposes a cap on the other.
But in both rate maximizing and margin maximizing resource allocation algorithms available in literature the bits loaded were always constrained to integers because most scalable modulation schemes such as QAM or PSK support integer bit/symbol. It was initially believed that most (not all) of the granularity losses (due to the integer bit constraint) could be recovered through 'bit-rounding' and 'energy re-scaling'. But this was observed only for the total power constrained case. With the advent of peak power constraint, we show that the room for optimization in the energy domain is severely restricted and granularity losses constitute a significant percentage of the achievable data rate. To recover these losses, we propose the Adaptive Reed Solomon aided Fine Granularity Loading (ARSFGL) scheme---a scheme that jointly optimizes the power, bit and code allocation. For achieving near-continuous rate adaptation, the family of Reed Solomon (RS) codes has been used for their low redundancy, high flexibility in correction capability and highly programmable architecture. Simulation results with realistic VDSL-DMT systems with the currently standardized SSM framework show more than 20% improvement in rate achieved for most cases.
The extension of ARSFGL technique to multiuser (DSM) scenarios results in a purely distributed scheme which provides rates better or equal to the rates achieved by the centralized, optimal (much more complicated) multiuser integer-bit loading scheme.
Further in this work a multiuser margin maximization algorithm is developed. Near-continuous rates provided by the ARSFGL scheme allow continuous bit loading assumption for simplicity. Prior to this work, no multiuser margin maximization algorithm existed, even though the importance of margin maximization is well-recognized. Most existing single-user margin maximization algorithms rely on a fixed crosstalk assumption. But in multiuser (DSM) scenarios each user's power allocation dynamically determines other user's crosstalk. With direct extension of single-user algorithms in multiuser (DSM) scenarios, one user's margin maximization can lead to the failure of other users in meeting their target rates .
We begin by exploring the favorable monotonicity and fairness properties that multi-user margin exhibits over a multiuser rate region and use them to formulate a box-constrained non-linear least squares (NLSQ) problem that can be solved by using a scaled gradient trust region approach with Broyden Jacobian update. This algorithm efficiently converges to a solution providing the best common equal margin to all users while explicitly guaranteeing that each user's target rate requirement is satisfied. The algorithm requires only minimal coordination among users, which makes it suitable for practical implementation.
Bernardino, Diogo Filipe Granja. "Framework-specific DSL para sensoriamento participado." Master's thesis, Faculdade de Ciências e Tecnologia, 2011. http://hdl.handle.net/10362/6585.
Full textDSLs (domain-specific languages) are specially important when used to support agile application development. The usage of specific abstractions/concepts in a particular application domain leads the developer to focus mainly on application logic forgetting structure details. In other hand, participatory sensing is an emergent area of mobile computation due to recently advances of technology in personal mobile devices, creating advance mobile sensors network. With user mobility, one can create interesting mobile applications, without the costs associated to large implementations of density mobile sensor networks. Thus, participatory sensing paradigm presents as one of the most promising and innovative areas in future application development. This dissertation focuses in the development of a graphic framework-specific DSL in participatory sensing, starting from the analysis of abstractions and concepts used at 4Sensing platform. The final result of this proposal is the possibility of developing participatory sensing applications with 4Sensing framework’s abstractions, with a graphical editor. This editor should generate code to integrate in a previously developed simulator, allowing the evaluation of applications in a simulated environment.
Škrobánková, Jana. "DSS pro úspory energií potenciálních klientů." Master's thesis, Vysoká škola ekonomická v Praze, 2012. http://www.nusl.cz/ntk/nusl-162810.
Full textNichols, II James Tucker. "DSL-ligand endocytosis and notch signaling." Diss., Restricted to subscribing institutions, 2008. http://proquest.umi.com/pqdweb?did=1692099791&sid=1&Fmt=2&clientId=1564&RQT=309&VName=PQD.
Full textFernandes, A. T. "Spectrum management for revenue maximisation in DSL." Thesis, University of Cambridge, 2005. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.598991.
Full textSimões, André Brás. "Expressiveness improvements of OutSystems DSL query primitives." Master's thesis, Faculdade de Ciências e Tecnologia, 2013. http://hdl.handle.net/10362/10115.
Full textIn the ever more competitive market, companies are forced to reduce their operational costs and innovate. In order to do that, some companies successfully adopted new approaches, some of them using domain specific languages (DSL), building their entire system and all the respective layers in less time and more focused in their business. Frequently, the application business layer interacts with the data layer through SQL queries, in order to obtain or modify data. There are some products in the market that try to make life easier for developers, allowing them to get the data using the features of visual query builders, also available in standard SQL. However, it is not expectable that every possible query can be written through these visual query builders, which leads us to the following questions "What should and what can easily be supported by visual query builders?". These questions are relevant in order to help improving the experience of developers and save them time. This work aims to study and analyse techniques that help detecting patterns in structured data and, afterwards, propose a suitable way to view and manage the visualization of the occurrence of such detected patterns. In order to help identify the most frequent patterns and thus contribute to solve the above questions, with this conjunction of topics we expect to provide a way to improve the experience of understanding a large amount of data in a particular context. Once understood some patterns that could be present in the data and their importance, we are ready to propose a new model in the context of OutSystems Agile PlatformTM, in terms of their visual query builder, aiming to increase its value, improve its expressiveness and offer a powerful visual way to build queries.
Segeljakt, Klas. "A Scala DSL for Rust code generation." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-235358.
Full textKontinuerlig Djup Analys (CDA) är en ny form av analys med prestandakrav som överstiger vad den nuvarande generationen av distributerade system kan erbjuda. Den här avhandlingen är del av ett project mellan RISE SICS och KTH för att utveckla ett nästa-generations distribuerat system kapabelt av CDA. Det är två problem som systemet syftar på att lösa: hårdvaruacceleration och beräkningsdelning. Det första handlar om hur BigData och maskininlärningssystem som sådan som TensorFlow, Pandas och Numpy måste kunna samarbeta så effektivt som möjligt. Hårdvaruacceleration relaterar till hur back-end delen i den dagens distribuerade beräknings system, såsom Spark och Flink, flaskhalsas av Javas Virtuella Maskin. JVM:en abstraherar över den underliggande hårvaran. Som resultat blir dess applikationer portabla, men ger också upp möjligheten att fullständigt utnyttja de tillgängliga hårdvaruresurserna. Den här avhandlingen siktar på att utforska området kring Domänspecifika Språk (DSLer) och kodgenerering som en lösning till hårdvaruacceleration. Idén är att översätta inkommande förfrågningar till låg-nivå kod, skräddarsydd till varje arbetar maskin’s specifika hårdvara. Till detta ändamål har två Scala DSLer utvecklats för generering av Rust kod. Rust är ett nytt låg-nivå språk med ett unikt vidtagande kring minneshantering som gör det både lika säkert som Java och snabbt som C. Scala är ett språk som passar bra tillutveckling av DSLer pågrund av dess flexibla syntax och semantik. Den första DSLen är implementerad som en sträng-interpolator. Interpolatorn sammanfogar strängar av Rust kod, under kompileringstid eller exekveringstid, och passerar resultatet till enextern process för statisk kontroll. Den andra DSLen består istället av ett API för att konstruera ett abstrakt syntaxträd, som efteråt kan traverseras och skrivas ut till Rust kod. API:et kombinerar tre koncept: heterogena listor, flytande gränssnitt, och algebraiska datatyper. Dessa tillåter användaren att uttrycka avancerad Rust syntax, såsom polymorfiska strukts, funktioner, och traits, utan att uppoffra typsäkerhet.
Kaděra, Vladimír. "Simulačně orientované DSS pro různé úrovně řízení." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-113955.
Full textSaifi, Rumana A. Chai Podhisita. "Migration and health : evidence from Kanchanaburi DSS /." Abstract, 2006. http://mulinet3.li.mahidol.ac.th/thesis/2549/cd388/4637949.pdf.
Full textDanesi, Luiz Carlos. "Desenvolvimento sustentável na educação superior (DSES): a contribuição da pesquisa acadêmica." Universidade do Vale do Rio dos Sinos, 2018. http://www.repositorio.jesuita.org.br/handle/UNISINOS/7469.
Full textMade available in DSpace on 2018-12-18T13:14:09Z (GMT). No. of bitstreams: 1 Luiz Carlos Danesi_.pdf: 537774 bytes, checksum: b510b634853633e39be6ad5833089691 (MD5) Previous issue date: 2018-10-01
Nenhuma
O presente estudo visa à defesa de tese quanto à utilização da pesquisa acadêmica no Desenvolvimento Sustentável na Educação Superior (DSES), como requisito para obtenção do título de Doutor no Programa de Pós-Graduação em Engenharia de Produção e Sistemas da Escola Politécnica da Universidade do Vale do Rio dos Sinos – UNISINOS. O tema do estudo aborda o DSES. Questiona a atual contribuição da pesquisa acadêmica com relação ao tema e tem por objetivo principal propor contribuições que incrementem as práticas do DSES através do Ensino da Sustentabilidade (ES). Para tanto, investigou 4 universidades não estatais, avaliando 12 projetos de pesquisa e suas contribuições para o DSES e para com as práticas do ES. A organização deste trabalho consiste na introdução; referencial teórico; metodologia; análise e discussão dos resultados e bibliografia. A Revisão Sistemática da Literatura (RSL) apontou para a lacuna na produção científica no que se refere à ampliação do conhecimento na DSES por meio da utilização de resultados de pesquisa acadêmica no ES. A literatura revisada foi codificada como DSES, ES, Barreiras ao DSES e Pesquisa Acadêmica. Referente à metodologia de pesquisa, trata-se, quanto ao método científico, de uma pesquisa de característica indutiva e, quanto aos métodos de pesquisa, evidencia-se um estudo aplicado, exploratório, de casos múltiplos e de caráter qualitativo. O protocolo de pesquisa apresentou os questionamentos que foram elaborados pelo doutorando, considerando a RSL, que orientou um processo semiestruturado de coleta de dados. As entrevistas com os pesquisadores das universidades participantes do estudo foram presenciais e via Skype. Apresenta-se também um modelo de Sistema de DSES a ser utilizado na análise e discussão dos resultados: trabalha-se com a síntese dos achados onde; o diálogo com a literatura; as contribuições da Tese; e as considerações finais apontando para a comprovação da Tese, o atendimento aos objetivos e a possibilidades de estudos futuros.
The present study aims at the defense of Thesis regarding the use of academic research in the Sustainable Development in Higher Education (SDHE), as a requirement to obtain a Doctorate in the Postgraduate Program in Production Engineering and Systems of the Polytechnic School of the University of Valley of the Sinos River - UNISINOS. The subject of the study addresses the SDHE. It questions the current contribution of the academic research in relation to the theme and its main objective is to propose contributions that increase the practices of the SDHE through the Teaching of Sustainability (TS). To this end, it investigated 4 non-state universities, evaluating 12 research projects and their contributions to the SDHE and TS practices. The organization of this work consists of the introduction; theoretical reference; methodology; analysis and discussion of results and bibliography. The Systematic Review of Literature (SRL) pointed to the gap in scientific production regarding the expansion of knowledge in the SDHE through the use of academic research results in TS. The revised literature was codified as SDHE, TS, Barriers to SDHE and Academic Research. Regarding the research methodology, it is a question of a research of inductive characteristic, as far as the scientific method is concerned, and an exploratory, multiple-case, qualitative study is evidenced. The research protocol presented the questions that were elaborated by the doctoral student, considering the SRL that guided a semi-structured process of data collection. The interviews with the researchers of the participating universities of the study were presential and through Skype. A System model in the SDHE to be used in the analysis and discussion of the results is also presented: we work with the synthesis of the findings: the dialogue with literature; the contributions of the Thesis; the final considerations pointing to the proof of the Thesis; the attendance to the objectives and the possibilities of future studies.
Zipf, Adilson José. "Plataforma de ensaios para acionamento e controle de motores usando DSPS." Universidade do Estado de Santa Catarina, 2002. http://tede.udesc.br/handle/handle/1798.
Full textCoordenação de Aperfeiçoamento de Pessoal de Nível Superior
This work presents a hardware and software integrated environment for study and development of drivers and controls for induction motors. In the platform setup two Texas Instruments DSPs (Digital Signal Processors) has been used, in a master-slave con guration: the TMS320C6201 DSP, contained in a manufacturer s evaluation board inserted in a PC, and the TMS320F240 DSP, in a board developed for the platform. Although two DSPs were used, it was sought to facilitate the use of the platform through the creation of functional blocks that can be manipulated in the Simulink software, very used in the companies and teaching institutions, as also through the Texas Instruments Code Composer Studio software, using the C language. The hardware of the platform has the necessary resources for rehearsals of induction motors, such as voltage, current, rotation and torque sensors, allowing the application of mechanical load through a controlled direct current motor. The induction motor is worked through an inversor, with PWM (Pulse Width Modulation) in strategy of Space Vector Modulation. The software levels and its interactions are described in the platform operation, so much in the slave board, as in the master board and in the PC. The forms of programming of the rehearsals and the sequence of procedures are presented for ampli cation of the existent resources. The rehearsals for O¤-line Identi cation of PWM Driven Induction Motors, and Vector Control of Induction Motors, demonstrate the power and exibility of the platform programming. The results indicate good performance of the platform for real time control systems applications . The platform has also the potential to serve as a tool in both teaching and developments of control and drivers techniques for induction motors in the Universidade do Estado de Santa Catarina (UDESC).
Este trabalho apresenta um ambiente integrado de hardware e software paraestudo e desenvolvimento de acionamentos e controles de motores de indução.Na implementação da plataforma foram usados dois DSPs (Digital Signal Processors)da Texas Instruments, em uma con guração mestre-escravo: o DSPTMS320C6201, presente em uma Placa de Desenvolvimento do fabricante, inserida no PC, e o TMS320F240, em uma placa desenvolvida para a plataforma. Embora se usem dois DSPs, procurou-se facilitar a utilização da plataforma através da criação de blocos funcionais que podem ser manipulados no software Simulink, amplamente utilizado nas empresas e instituições de ensino, como também através do software Code Composer Studio da Texas Instrumens, utilizando a linguagem C. O Hardware da plataforma possui os recursos necessários para ensaios de motores de indução, como sensores de tensão, corrente, rotação e torque, permitindo a aplicação de carga mecânica por meio de um motor de corrente contínua controlado. O Motor de indução é acionado através de uma ponte inversora com modulação PWM (Pulse Width Modulation) em etratégia de modulação de vetores espaciais (Space Vector Modulation). São descritos os vários níveis de software e as suas interações no funcionamento da plataforma, tanto na placa escrava, como na placa mestre e no PC. São apresentadas as formas de programação dos ensaios e a seqüência de procedimentos para ampliação dos recursos existentes. Os ensaios de um método de identi cação de parâmetros o¤-line, usando acionamento com modulação PWM, e de um sistema de controle vetorial para motor de indução, demonstram a exibilidade e a rapidez nas implementações e alterações da programação da plataforma. Os resultados indicam o bom desempenho da plataforma em aplicações de controle de sistemas de tempo real. A Plataforma também apresenta a possibilidade de servir de ferramenta no ensino e desenvolvimento de técnicas de acionamento e controle de motores de indução na Universidade do Estado de Santa Catarina (UDESC).
Ma, Yue. "Double-strand breaks (DSBs) and structure transition on genome-sized DNA." Thesis, https://doors.doshisha.ac.jp/opac/opac_link/bibid/BB13097333/?lang=0, 2018. https://doors.doshisha.ac.jp/opac/opac_link/bibid/BB13097333/?lang=0.
Full textThe protective effect of ascorbic acid (AA) and DMSO against double-strand breaks (DSBs) in DNA was evaluated by single-molecule observation of giant DNA (T4 DNA; 166kbp) through fluorescence microscopy. Samples were exposed to three different forms of radiation: visible light, γ-ray, and ultrasound or freeze/thawing. The change of the higher-order structure of genomic DNA molecules in the presence of alcohols by use of single DNA observation with fluorescence microscopy, by focusing our attention to unveil the different effect between 1-propanol and 2-propanol.
博士(工学)
Doctor of Philosophy in Engineering
同志社大学
Doshisha University
Hansen, Vegar. "Optimale algoritmer for dynamisk frekvensbruk i DSL systemer." Thesis, Norwegian University of Science and Technology, Department of Electronics and Telecommunications, 2008. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-10453.
Full textDenne masteroppgaven er en fortsettelse av en prosjektoppgave gjennomført høsten 2007. Den går ut på å sette seg inn i problemet med krysstale i DSL (Digital Subscriber Lines), og da spesielt en av de beste løsningene på dette problemet, dynamisk frekvensbruk (DSM Dynamic Spectral Management). Dette kan løses på tre nivåer, med økende kompleksitet og økende datarater ved høyere implementering. Nivå 1 omfatter distribuerte systemer, der hver bruker justerer sitt eget effektspektrum for å oppnå ønskede rater. I nivå 2 er det en sentralisert kontroller som beregner spektra for flere brukere over samme kabel. Nivå 3 trenger også en kontroller, men her blir hele kanalen undersøkt for å finne kanalmatrisen. Denne kan benyttes til å fjerne og i beste fall utnytte krysstalen. I prosjektoppgaven høsten 2007 ble en av de enkleste formene for DSM sammenlignet med optimale løsninger for krysstalekoordinering (OSM Optimal Spectrum Management). OSM er den beste løsningen for DSM uten å ta i bruk krysstalekansellering. Søket for å finne den optimale løsningen ble gjort ved hjelp av Exhaustive search, som går igjennom alle mulige kombinasjoner og finner den beste. Konklusjonen var da at store forbedringer, spesielt med OSM, var mulige med innføring av DSM. Ulempen med Exhaustive search er at den blir veldig kompleks med økende antall delbånd og brukere, O(eKN). Derfor ble kun to brukere og tre delbånd benyttet. Dette klarte allikevel å vise hvilken effekt OSM har. Siden Exhaustive search var så kompleks ble det vurdert at andre algoritmer eventuelt måtte benyttes for implementering. Masteroppgaven tok derfor for seg Dual decomposition. Denne avanserte algortimen optimaliserer for hvert delbånd i stedet for på tvers av alle PSD. Fordelen med dette er at kompleksiteten blir vesentlig mindre fordi den blir lineær med hensyn på antall delbånd som blir benyttet, og ikke eksponentiell. På grunn av innføringen av Lagrangemultiplikatorer vil kompleksiteten stige noe på grunn av dette, men det er uvesentlig sammenlignet med Exhaustive search. Den eneste støyen som eksisterte i systemet var hvit støy og krysstale fra trafikk med samme retning (FEXT Far End Crosstalk). Det ble vist at beregningstidene for Dual decomposition var vesentlig mye mindre for økende bitloading og delbånd enn for Exhaustive search. Med Dual decomposition var det mulig å øke både bitloading og delbånd for å oppnå store rateregioner innen relativt kort tid. Da rateregionene ble sammenlignet var det mulig å observere at Dual decomposition ikke alltid klarte å finne absolutt alle optimale punkter. Dette vil gjerne være uvesentlig tatt i betraktning at den er såpass mye mer effektiv. Ulempen med Dual decomposition er at kompleksiteten fremdeles er eksponentiell med hensyn på antall brukere. Derfor vil også Dual decomposition bli vanskelig å innføre i de systemene som blir benyttet av mange brukere. Fremtidig arbeid vil derfor være å se på andre metoder som er mer lineære med hensyn på antall brukere.
Hargrave, Brian L. "Integrated data-driven DSS in a laboratory environment." Thesis, Monterey, Calif. : Naval Postgraduate School, 2008. http://bosun.nps.edu/uhtbin/hyperion-image.exe/08Jun%5FHargrave.pdf.
Full textThesis Advisor(s): Dolk, Daniel. "June 2008." Description based on title screen as viewed on August 22, 2008. Includes bibliographical references (p. 59). Also available in print.
Foote, Marcus G. "A framework for selection of DSS development methodology." Thesis, Monterey, California. Naval Postgraduate School, 1992. http://hdl.handle.net/10945/23685.
Full textAbdulrahman, Majeed Carleton University Dissertation Engineering Electrical. "Decision feedback equalization with cyclostationary interference for DSL." Ottawa, 1989.
Find full textLarsson, Evelina. "Grazemore DSS för att prediktera beteskvalitet för mjölkkor = The Grazemore DSS to predict the quality of pasture grass in dairy production /." Umeå : Sveriges lantbruksuniversitet, 2006. http://epsilon.slu.se/10286250.pdf.
Full textGirardi, Cristina. "Human cell response to ionizing radiation in ground gravity and microgravity condition." Doctoral thesis, Università degli studi di Padova, 2011. http://hdl.handle.net/11577/3427434.
Full textLe radiazioni ionizzanti (IR), colpendo le cellule degli organismi eucarioti è in grado di provocare danni a proteine, lipidi e molecole di DNA, in modo diretto o indiretto come risultato della formazione di radicali liberi. Tra i numerosi tipi di danno al DNA, le rotture a doppio filamento o double-strand breaks (DSBs) rappresentano il tipo di lesione più grave, dal momento che una riparazione inefficiente o non accurata può portare a morte cellulare o instabilità genomica. La presenza di DSBs induce una complessa risposta al danno al DNA che vede coinvolti una serie di eventi cellulari quali: la rilevazione del danno, la trasduzione del segnale agli effettori della riparazione, l’arresto del ciclo cellulare e l’induzione di apoptosi. Nei mammiferi, una delle risposte cellulari più precoci dopo l’induzione di una doppia rottura è la fosforilazione dell’istone H2AX (γ-H2AX) in corrispondenza del sito di danno, che avviene per opera delle fosfatidilinositolol-3-OH-chinasi (ATM, DNA-PK and ATR). Questo evento sembra essere importante nel reclutamento di fattori di segnalazione del danno e di proteine coinvolte nella riparazione delle DSBs nei siti danneggiati (i.e 53BP1, Mre11, Rad50, Nbs1), dando origine a ionizing radiation-induced foci (IRIF), che possono essere costituiti da migliaia di queste molecole proteiche. Monitorando la cinetica di formazione e scomparsa degli IRIF, che si accumulano nei siti danneggiati, è possibile analizzare il danno al DNA e la sua riparazione; in particolare, è stato osservato che la diminuzione dei foci di γ-H2AX correla con la progressione della riparazione delle DSBs. Gli eventi di segnalazione attivati in risposta alle radiazioni ionizzanti dipendono, oltre che dalle caratteristiche genetiche e fisiologiche del sistema biologico osservato, anche dalle condizioni ambientali presenti durante la riparazione del DNA. Per questa ragione abbiamo analizzato e confrontato la risposta cellulare umana alle IR in condizioni diverse di gravità, normale come sulla Terra (1g) e ridotta come nell’ambiente spaziale; in quest’ultimo l’esposizione ai raggi cosmici a cui l’uomo è soggetto durante le missioni spaziali e associata alla riduzione della forza di gravità. L’ambiente spaziale è caratterizzato dalla presenza di radiazioni ionizzanti, nella forma di particelle atomiche cariche che rappresentano il più importante fattore limitante la lunga permanenza dell’uomo nello spazio, ma anche dalla condizione di assenza di peso, che prende il nome di microgravità (10-4–10-6g). In letteratura sono stati riportati alcuni effetti della microgravità osservati in astronauti di ritorno dai voli spaziali, questi riguardano: la soppressione del sistema immunitario, l’atrofia muscolare, problemi cardiovascolari e la demineralizzazione e decalcificazione ossea. Cellule mantenute in coltura durante le missione spaziali e modelli a terra della microgravità mostrano inibizione della proliferazione dei linfociti, soppressione o alterazione della secrezione di citochine, modificazioni del citoscheletro e anche incremento delle aberrazioni cromosomiche e apoptosi. Pertanto, capire se gli effetti della radiazione ionizzante possano essere influenzati dalla microgravità rimane un punto di rilevante importanza nella valutazione dei rischi durante le missioni spaziali. In questo lavoro, la microgravità è stata simulata in laboratorio usando il bioreattore “Rotating Wall Vessel” (Synthecon) messo a punto nei laboratori della NASA a Houston; questo strumento permette di riprodurre un aspetto dei voli spaziali che è l’assenza di peso, condizione che prende il nome di “modeled microgravity” (MMG). Nella prima parte di questo progetto è stata studiata la riparazione delle DSBs in linfociti umani irradiati con raggi gamma e mantenuti durante il tempo di riparazione in 1g o MMG. La formazione e la scomparsa dei foci dell’istone γ-H2AX è stata monitorata a diversi tempi dall’irradiazione mediante immunofluorescenza; nei medesimi campioni è stato anche analizzato l’indice apoptotico e la frammentazione del DNA, quest’ultimo con la tecnica della pulsed-field gel electrophoresis (PFGE) in cui la frazione di DNA rilasciata nel gel (FR) è considerata una misura delle DSBs. I risultati ottenuti confermano che l’incubazione in MMG durante il tempo di riparazione influenza la sopravvivenza cellulare, l’apoptosi e ritarda la riparazione delle DSBs, incrementando l’effetto genotossico delle radiazioni ionizzanti. Sulla base delle osservazioni fatte, si è passati a studiare se la IR e la MMG possono avere un’azione sinergica sulle cellule analizzando i profili di espressione dei microRNAs: regolatori negativi dell’espressione genica. I microRNAs (miRNAs) sono una classe di corti RNA (~22nt) endogeni, che svolgono un ruolo chiave in molti processi cellulari poiché reprimono l’espressione dei mRNA target. Nelle cellule animali, queste molecole vanno a reprimere la traduzione dei geni codificanti proteine legandosi a sequenze complementari nelle regioni non tradotte al 3’ terminale (3’UTR) dei mRNA. Per questo motivo i miRNAs sono coinvolti in numerosi processi biologici come: lo sviluppo, la proliferazione cellulare, l’apoptosi, la funzionalità delle cellule staminali e la tumorigenesi. Scopo: Questo progetto si proponeva di: i) analizzare l’efficienza di riparazione del DNA in condizione di microgravità simulata (MMG), puntando l’attenzione alla cinetica di riparazione delle DSBs; ii) capire se la radiazione ionizzante e la microgravità simulata possono avere un’azione sinergica in cellule umane, confrontando i miRNA radio-responsivi nelle due condizioni di gravità (1g e MMG) Attività svolta: La presenza di foci nucleari dell’istone γ-H2AX e l’indice apoptotico sono stati monitorati in linfociti umani irradiati con raggi γ e non, incubati in 1g e MMG. Negli stessi campioni è stata studiata la riparazione delle DSBs analizzando la frazione di DNA rilasciata (FR) dopo Pulsed-field gel electrophoresis (PFGE). In seguito, usando l’approccio dei microarray con “Human miRNA microarray Kit V2” (Agilent) e della real-time qPCR, sono stati analizzati i profili di espressione dei miRNAs in linfociti umani irradiati con raggi γ e incubati in 1g e MMG. Impiegando poi i microarrays “Whole Human Genome Oligo Microarray” (Agilent) per gli stessi campioni di cellule, è stato possibile determinare i profili di espressione genica; allo scopo di identificare i probabili mRNA target dei miRNA radio-responsivi i dati di espressione dei miRNA e dei mRNA sono stati integrati in un’analisi di anticorrelazione. Infine, per studiare i processi biologici maggiormente coinvolti nella risposta cellulare alle radiazioni ionizzanti è stata eseguita una Gene Ontology analysis (GO) applicata ai miRNA-mRNA target significativamente anti-correlati. Risultati e conclusioni: I risultati ottenuti dallo studio dei foci dell’istone γ-H2AX in PBL irradiati mostrano che il numero medio di foci/nucleo a tempi brevi di riparazione nelle due condizioni di gravità è comparabile. Al contrario, per tempi lunghi, la diminuzione del numero di foci è significativamente differente; infatti, a 24h dall’irradiazione i PBL incubati in 1g presentano 2 foci/nucleo, mentre quelli in MMG 6.4 foci/nucleo. Per verificare che la scomparsa dei foci di γ-H2AX fosse correlata con la riparazione delle DSBs è stata utilizzata la tecnica della PFGE. La cinetica di riparazione delle DSBs è stata analizzata in PBL irradiati e incubati in 1g e MMG; nelle cellule incubate in MMG il contenuto di DNA frammentato era maggiore rispetto alla 1g (FR 77% vs. 33% a 2 h e FR 50% vs. 17% a 6 h, rispettivamente). Probabilmente la MMG influisce sulle modificazioni strutturali della cromatina che avvengono in risposta alla DSBs, diminuendo l’efficienza di riparazione; pertanto, la riparazione delle DSBs che in 1g avviene in poche ore, richiede più tempo in MMG. Nella seconda parte del progetto sono stati analizzati i profili di espressione di miRNA in PBL irradiati con raggi γ e incubati in 1g e MMG. Dai risultati ottenuti è emerso che la radiazione altera i profili di espressione dei miRNA in modo dose e tempo dipendente, in entrambe le condizioni di gravità. L’esposizione ai raggi gamma in 1g altera i profili di espressione dei miRNA, sia a tempi brevi che lunghi, con maggior numero di miRNA radio-responsivi a 24h dopo esposizione alla dose maggiore (2Gy). Dal confronto dei profili di espressione di miRNA in PBL irradiati e mantenuti 24h nelle due condizioni di gravità vengono individuati miRNAs espressi in modo specifico durante l’incubazione in MMG; questi miRNAs vengono probabilmente alterati dall’azione combinata della IR con la MMG con effetto dose-dipendente. Anche le cellule non irradiate ma mantenute 24h in MMG presentano 42 miRNA deregolati rispetto alla 1g. Per far luce sul meccanismo col quale i miRNAs possono modulare alcuni processi biologici in risposta alle radiazioni ionizzanti, sono stati analizzati i profili di espressione di mRNAs negli stessi campioni per i quali sono stati ricavati i profili dei miRNAs. L’analisi di anti-correlazione tra i miRNA e i mRNA differenzialmente espressi e l’analisi computazionale con PITA hanno permesso di predire geni target dei miRNA. Infine, è stata eseguita la Gene Ontology analisi su geni target significativamente anti-correlati, allo scopo di identificare le categorie biologiche di appartenenza. Dai nostri risultati è emerso che alcuni geni sono attivati in PBL irradiati e incubati 24h sia in 1g che MMG, molti di loro sono gravità-specifici. In cellule irradiate con 2Gy e incubate in 1g un grande numero di mRNAs alterati appartiene alle categorie della risposta al danno al DNA (DDR): apoptosi, risposta allo stress, risposta al danno al DNA. Queste categorie non sono risultanti dall’analisi dei PBL irradiati e mantenuti in MMG, dove invece sono alterati processi coinvolti nel differenziamento e attivazione cellulare, sistema immunitario, produzione di citochine ed emopoiesi; tutte caratterizzate da una sostanziale down-regolazione genica. Questo studio fornisce prove che la MMG associata alla radiazione ionizzante porta ad una non appropriata risposta al danno al DNA in linfociti umani, dovuta probabilmente alla perdita di miRNAs radio-responsivi coinvolti nella DDR. Per meglio studiare le funzioni biologiche dei miRNAs in condizione di microgravità simulata è stato necessario puntare l’attenzione sulla validazione dei messageri target predetti e sull’analisi funzionale. Per questa ragione il programma finale di dottorato è stato svolto presso il laboratorio del Prof. Riccardo Dalla-Favera all’“Institute for Cancer Genetics” (Columbia University, New York, USA), per un periodo di sette mesi, allo scopo di acquisire competenze di biologia molecolare che vengono applicate allo studio dei microRNAs.
Ličmanová, Kateřina. "Moderní trendy ve fotografii." Master's thesis, Vysoká škola ekonomická v Praze, 2014. http://www.nusl.cz/ntk/nusl-193268.
Full textZoppa, Robert J. "The future use of DSCS and commercial satellites in the U.S. Navy." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1994. http://handle.dtic.mil/100.2/ADA285707.
Full textThesis advisor(s): Dan C. Boger. "September 1994." Bibliography: p. 96-97. Also available online.
Harms, Gerard R., and Hook Tina H. Van. "A clearinghouse for software reuse: lessons learned from the RAPID/DSRS initiatives." Thesis, Monterey, California. Naval Postgraduate School, 1992. http://hdl.handle.net/10945/23566.
Full textOttoni, Guilherme de Lima. "Alocação global de registradores de endereçamento para referencias a vetores em DSPs." [s.n.], 2002. http://repositorio.unicamp.br/jspui/handle/REPOSIP/276516.
Full textDissertação (mestrado) - Universidade Estadual de Campinas, Instituto de Computação
Made available in DSpace on 2018-10-24T12:49:20Z (GMT). No. of bitstreams: 1 Ottoni_GuilhermedeLima_M.pdf: 2467303 bytes, checksum: 3894457788c8896fac76459cfbda00e4 (MD5) Previous issue date: 2002
Resumo: O avanço tecnológico dos sistemas computacionais tem proporcionado o crescimento do mercado de sistemas dedicados, cada vez mais comuns no dia-a-dia das pessoas, como por exemplo em telefones celulares, palmtops e sistemas de controle automotivo. Devido às suas características, estas novas aplicações requerem sistemas que aliem baixo custo, alto desempenho e baixo consumo de potência. Uma das maneiras de atender a estes requisitos é utilizando processadores especializados. Contudo, a especialização na arquitetura dos processadores impõe novos desafios para o desenvolvimento de software para estes sistemas. Em especial, os compiladores - geralmente responsáveis pela otimização de código - precisam ser adaptados para produzir código eficiente para estes novos processadores. Na área de processamento de sinais digitais, como em telefonia celular, processadores especializados, denominados DSPs2, são amplamente utilizados. Estes processadores tipicamente possuem poucos registradores de propósito geral e modos de endereçamento bastante limitados. Além disso, muitas das suas aplicações envolvem o processamento de grandes seqüências de dados, as quais são geralmente armazenadas em vetores. Como resultado, o estudo de técnicas de otimização de referências a vetores tornou-se um problema central em compilação para DSPs. Este problema, denominado Global Array Reference Allocation (GARA), é o objeto central desta dissertação. O sub-problema central de GARA consiste em se determinar, para um dado conjunto de referências a vetores que serão alocadas a um mesmo registrador de endereçamento, o menor custo das instruções que são necessárias para manter este registrador com o endereço adequado em cada ponto do programa. Nesta dissertação, este sub-problema é modelado como um problema em grafos, e provado ser NP-difícil. Além disso, é proposto um algoritmo eficiente, baseado em programação dinâmica, para resolver este sub-problema de forma exata sob certas restrições. Com base neste algoritmo, duas técnicas são propostas para resolver o problema de GARA. Resultados experimentais, obtidos pela implementação destas técnicas no compilador GCC, comparam-nas com outros resultados da literatura. Os resultados demonstram a eficácia das técnicas propostas nesta dissertação
Abstract: The technological advances in computing systems have stimulated the growth of the embedded systems market, which is continuously becoming more ordinary in people's lives, for example in mobile phones, palmtops and automotive control systems. Because of their characteristics, these new applications demand the combination of low cost, high performance and low power consumption. One way to meet these constraints is through the design of specialized processors. However, processor specialization imposes new challenges to the development of software for these systems. In particular, compilers - generally responsible for code optimization - need to be adapted in order to produce efficient code for these new processors. In the digital signal processing arena, such as in cellular telephones, specialized processors, known as DSPs (Digital Signal Processors), are largely used. DSPs typically have few general purpose registers and very restricted addressing modes. In addition, many DSP applications include large data streams processing, which are usually stored in arrays. As a result, studing array reference optimization techniques became an important task in compiling for DSPs. This work studies this problem, known as Global Array Reference Allocation (GARA). The central GARA subproblem consists of determining, for a given set of array references to be allocated to the same address register, the minimum cost of the instructions required to keep this register with the correct address at alI program points. In this work, this subproblem is modeled as a graph theoretical problem and proved to be NP-hard. In addition, an efficient algorithm, based on dynamic programming, is proposed to optimally solve this subproblem under some restrictions. Based on this algorithm, two techniques to solve GARA are proposed. Experimental results, from the implementation of these techniques in the GCC compiler, compare them with previous work in the literature. The results show the effectiveness of the techniques proposed in this work
Mestrado
Mestre em Ciência da Computação
Bousse, Erwan. "Execution trace management to support dynamic V&V for executable DSMLs." Thesis, Rennes 1, 2015. http://www.theses.fr/2015REN1S082/document.
Full textDynamic verification and validation (V&V) techniques are required to ensure the correctness of executable models. Most of these techniques rely on the concept of execution trace, which is a sequence containing information about an execution. Therefore, to enable dynamic V&V of executable models conforming to any executable domain-specific modeling language (xDSML), it is crucial to provide efficient facilities to construct and manipulate all kinds of execution traces. To that effect, we first propose a scalable model cloning approach to conveniently construct generic execution traces using model clones. Using a random metamodel generator, we show that this approach is scalable in memory with little manipulation overhead. We then present a generative approach to define multidimensional and domain-specific execution trace metamodels, which consists in creating the execution trace data structure specific to an xDSML. Thereby, execution traces of models conforming to this xDSML can be efficiently captured and manipulated in a domain-specific way. We apply this approach to two existing dynamic V&V techniques, namely semantic differencing and omniscient debugging. We show that such a generated execution trace metamodel provides good usability and scalability for dynamic early V&V support for any xDSML. Our work have been implemented and integrated within the GEMOC Studio, which is a language and modeling workbench resulting from the eponym international initiative
Rognsvåg, Jan Vidar. "Autonomous Algorithms for Dynamic Spectrum Management in DSL Systems." Thesis, Norwegian University of Science and Technology, Department of Electronics and Telecommunications, 2008. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-8934.
Full textKrysstale mellom tvinnede parkabler er blitt den dominerende kilden for interferens i dagens DSL (Digital Subscriber Lines) systemer. I eksisterende standarder er det satt maksimalverdier for utsendt effekttetthet basert på estimat av verste tilfelle interferens for alle par-til-par kombinasjoner av krysstale med følgelig begrensninger i overføringskapasitet. Videre blir effekt statisk tildelt over hele den tilgjengelige båndbredden uten hensyn til frekvensavhengig attenuasjon og interferens i metoder basert på statisk frekvensbruk (SSM - Static Spectrum Management). Dette arbeidet tar for seg utviklingen av autonome algoritmer for dynamisk frekvensbruk (DSM Dynamic Spectrum Management) innen trådbasert kommunikasjon over det eksisterende kobbernettet. DSM åpner for effekttildeling basert på målinger av kanalvariasjoner i frekvensbåndet og terminaler kan slik begrense sin egen utsendte effekttetthet dersom ønsket overføringsrate allerede er oppnådd. En slik dynamisk allokering av spektrum gjør det mulig å prioritere frekvensbånd med høye signal-til-støy forhold (SNR) samtidig som sterkt forstyrrede delbånd får kraftig reduksjon av tildelt effekt eller blir fullstendig slått av. Ulike algoritmer ble implementert og analysert, med den velkjente water-filling algoritmen spesielt sentral i beregningene, som gav svært gode resultater med hensyn til eksisterende effektallokering basert på SSM.
Albers, Stephen George. "The Archipelagian Approach to DSS prototyping: an empirical study." Thesis, Monterey, California: U.S. Naval Postgraduate School, 1987. http://hdl.handle.net/10945/22644.
Full textThe Archipelagian Approach, a proposed methodology for designing and implementing Decision Support Systems (DSS), attempts to integrate modular design and adaptive design. The approach is based on decomposing the proposed system's tasks into structured and nonstructured modules, evaluating the difficulty of implementing each module, and utilizing the estimated difficulty and the priority of each module to determine the best development sequence. The feasibility of making reliable and accurate predictions of implementation difficulty, a key requisite, was previously not verified. The study concludes that five of the eight factors considered exhibit sufficient reliability and validity as predictors to confirm the viability of the approach
GOMES, Diego de Azevedo. "Modelling and mitigation of alien crosstalk for DSL systems." Universidade Federal do Pará, 2017. http://repositorio.ufpa.br/jspui/handle/2011/10090.
Full textApproved for entry into archive by Luciclea Silva (luci@ufpa.br) on 2018-07-19T12:20:20Z (GMT) No. of bitstreams: 2 license_rdf: 0 bytes, checksum: d41d8cd98f00b204e9800998ecf8427e (MD5) Tese_ModellingMitigationAlien.pdf: 3291316 bytes, checksum: ebf7063697382b3f3868d4b8e6d3faa0 (MD5)
Made available in DSpace on 2018-07-19T12:20:20Z (GMT). No. of bitstreams: 2 license_rdf: 0 bytes, checksum: d41d8cd98f00b204e9800998ecf8427e (MD5) Tese_ModellingMitigationAlien.pdf: 3291316 bytes, checksum: ebf7063697382b3f3868d4b8e6d3faa0 (MD5) Previous issue date: 2017-12-11
CAPES - Coordenação de Aperfeiçoamento de Pessoal de Nível Superior
G.fast é o padrão mais recente do ITU-T para transmissões DSL, o qual e destinado para topologias do cobre de curtas distâncias e adota uma largura de banda de 106 MHz, que pode ser extendida at é 212 MHz. Em muitas situações os sistemas G.fast serão compostos ou coexistirão com linhas não-coordenadas (o linhas alien), as quais são fonte de forte crosstalk, pois estas linhas não fazem parte do grupo vetorizado. Este documento apresenta uma formula ção que explica o desempenho de m étodos de mitiga ção de alien crosstalk de acordo com o n úmero de linhas alien no ambiente, o mecanismo que defi ne a correla ção desta interferência e um m étodo de mitiga ção de alien crosstalk para transmissões DSL na dire ção de downstream afetadas por m últiplos interferentes, chamado AMMIS. Os resultados das simula c~oes mostram que os m étodos de mitiga c~ao de alien crosstalk encontrados na literatura podem de fato melhorar o desempenho de sistemas G.fast, mas apenas em condi ções específi cas. N os contrastamos estas situa c~oes e apresentamos diretrizes acerca da viabilidade destas t écnicas de mitigação em cen ários com n úmeros distintos de linhas alien. Adicionalmente, o AMMIS apresenta resultados promissores em rela c~ao a taxa de dados quando comparado com os m etodos encontrados na literatura em cen arios com grande quantidade de interferentes, com a vantagem adicional de ainda possibilitar economia de energia. Como suporte para as simula ções, tamb ém apresentamos um conjunto de medi ções de alien crosstalk.
G.fast is the most recent ITU-T standard for DSL transmission, which targets copper topologies with short distances and adopts a bandwidth of 106 MHz extensible to 212 MHz. In several situations, G.fast systems will be composed by or coexist with uncoordinated (or alien) lines, which are sources of strong crosstalk, because these lines are not part of the vectored group. This document presents a formulation to explain the performance of the alien crosstalk mitigation methods according to the number of alien lines in a certain environment, the mechanism that de nes the interference correlation of it and an alien crosstalk mitigation method for downstream DSL transmission impaired by multiple interferers called AMMIS. Simulation results show that alien crosstalk mitigation methods found in the literature can indeed improve the performance of G.fast systems, but only under speci c conditions. We have contrasted these situations and we provide guidelines about the feasibility of the crosstalk mitigation techniques in scenarios with distinct number of alien lines. Additionally, the AMMIS shows promising results in relation to the bit rate when compared with literature methods in scenarios with a large number of interferers, with the additional advantage of allows power savings. As support for the simulations, we also present a set of alien crosstalk measurements.
Alamayreh, Ahmad. "Techniques évoluées d'identification de canal dans les systèmes DSL." Rennes, INSA, 2009. http://www.theses.fr/2009ISAR0011.
Full textPunpuing, Tith Lim Sureeporn. "Land and migration : a case study of Kanchanaburi DSS /." Abstract, 2003. http://mulinet3.li.mahidol.ac.th/thesis/2546/cd357/4538009.pdf.
Full text