Literatura científica selecionada sobre o tema "Synthèse HLS"
Crie uma referência precisa em APA, MLA, Chicago, Harvard, e outros estilos
Consulte a lista de atuais artigos, livros, teses, anais de congressos e outras fontes científicas relevantes para o tema "Synthèse HLS".
Ao lado de cada fonte na lista de referências, há um botão "Adicionar à bibliografia". Clique e geraremos automaticamente a citação bibliográfica do trabalho escolhido no estilo de citação de que você precisa: APA, MLA, Harvard, Chicago, Vancouver, etc.
Você também pode baixar o texto completo da publicação científica em formato .pdf e ler o resumo do trabalho online se estiver presente nos metadados.
Artigos de revistas sobre o assunto "Synthèse HLS"
Jovanović, S., e S. Weber. "Modélisation et accélération de réseaux de neurones profonds (CNN) en Python/VHDL/C++ et leur vérification et test à l’aide de l’environnement Pynq sur les FPGA Xilinx". J3eA 21 (2022): 1028. http://dx.doi.org/10.1051/j3ea/20220028.
Texto completo da fonteSubramaniam, Prem S., Gang Xie, Tianhui Xia e Roy A. Jensen. "Substrate Ambiguity of 3-Deoxy-d-manno-Octulosonate 8-Phosphate Synthase from Neisseria gonorrhoeae in the Context of Its Membership in a Protein Family Containing a Subset of 3-Deoxy-d-arabino-Heptulosonate 7-Phosphate Synthases". Journal of Bacteriology 180, n.º 1 (1 de janeiro de 1998): 119–27. http://dx.doi.org/10.1128/jb.180.1.119-127.1998.
Texto completo da fonteKameya, Masafumi, Takeshi Ikeda, Miyuki Nakamura, Hiroyuki Arai, Masaharu Ishii e Yasuo Igarashi. "A Novel Ferredoxin-Dependent Glutamate Synthase from the Hydrogen-Oxidizing Chemoautotrophic Bacterium Hydrogenobacter thermophilus TK-6". Journal of Bacteriology 189, n.º 7 (19 de janeiro de 2007): 2805–12. http://dx.doi.org/10.1128/jb.01360-06.
Texto completo da fonteNesterov, Semen, Yury Chesnokov, Roman Kamyshinsky, Alisa Panteleeva, Konstantin Lyamzaev, Raif Vasilov e Lev Yaguzhinsky. "Ordered Clusters of the Complete Oxidative Phosphorylation System in Cardiac Mitochondria". International Journal of Molecular Sciences 22, n.º 3 (2 de fevereiro de 2021): 1462. http://dx.doi.org/10.3390/ijms22031462.
Texto completo da fonteMa, Li-Ting, Pi-Ling Liu, Yang-Tui Cheng, Tz-Fan Shiu e Fang-Hua Chu. "Unveiling Monoterpene Biosynthesis in Taiwania cryptomerioides via Functional Characterization". Plants 10, n.º 11 (8 de novembro de 2021): 2404. http://dx.doi.org/10.3390/plants10112404.
Texto completo da fonteAgger, Sean A., Fernando Lopez-Gallego, Thomas R. Hoye e Claudia Schmidt-Dannert. "Identification of Sesquiterpene Synthases from Nostoc punctiforme PCC 73102 and Nostoc sp. Strain PCC 7120". Journal of Bacteriology 190, n.º 18 (25 de julho de 2008): 6084–96. http://dx.doi.org/10.1128/jb.00759-08.
Texto completo da fonteEichman, Jennifer. "Intertextual Alliances: Huang Hui’s Synthesis of Confucian and Buddhist Paths to Liberation". T’oung pao 100, n.º 1-3 (24 de novembro de 2014): 120–63. http://dx.doi.org/10.1163/15685322-10013p04.
Texto completo da fonteXu, Meimei, P. Ross Wilderman e Reuben J. Peters. "Following evolution's lead to a single residue switch for diterpene synthase product outcome". Proceedings of the National Academy of Sciences 104, n.º 18 (24 de abril de 2007): 7397–401. http://dx.doi.org/10.1073/pnas.0611454104.
Texto completo da fonteAntonsson, Bruno E., e Lisa S. Klig. "Candida albicans phosphatidylinositol synthase has common features with both Saccharomyces cerevisiae and mammalian phosphatidylinositol synthases". Yeast 12, n.º 5 (abril de 1996): 449–56. http://dx.doi.org/10.1002/(sici)1097-0061(199604)12:5<449::aid-yea927>3.0.co;2-p.
Texto completo da fonteTang, Eva H. C., e Paul M. Vanhoutte. "Gene expression changes of prostanoid synthases in endothelial cells and prostanoid receptors in vascular smooth muscle cells caused by aging and hypertension". Physiological Genomics 32, n.º 3 (fevereiro de 2008): 409–18. http://dx.doi.org/10.1152/physiolgenomics.00136.2007.
Texto completo da fonteTeses / dissertações sobre o assunto "Synthèse HLS"
Vijayaraghavan, Vijay P. "Exploration des liens entre la synthèse de haut niveau (HLS) et la synthèse au niveau transferts de registres (RTL)". Grenoble INPG, 1996. http://www.theses.fr/1996INPG0184.
Texto completo da fontePayet, Matthieu. "Conception de systèmes programmables basés sur les NoC par synthèse de haut niveau : analyse symbolique et contrôle distribué". Thesis, Lyon, 2016. http://www.theses.fr/2016LYSES051/document.
Texto completo da fonteNetwork-on-Chip (NoC) introduces parallelism in communications and emerges with the growing integration of circuits as large designs need scalable communication architectures. This introduces the separation between communication tasks and processing tasks, and makes the design with NoC more complex. High level synthesis (HLS) tools can help designers to quickly generate high quality HDL (Hardware Description Level) designs. But their control schemes are centralized, usually using finite state machines. To take benefit from parallel algorithms and the ever growing FPGAs, HLS tools must properly extract the parallelism from the input representation and use the available resources efficiently. Algorithm designers are used with programming languages. This behavioral specification has to be enriched with architectural details for a correct optimization of the generated design. The C to FPGA path is not straightforward, and the need for architectural knowledges limits the adoption of FPGAs, and more generally, parallel architecture. In this thesis, we present a method that uses a symbolic analysis technique to extract the parallelism of an algorithmic specification written in a high level language. Parallelization skills are not required from the users. A methodology is then proposed for adding NoCs in the automatic design generation that takes the benefit of potential parallelizations. To dimension the design, we estimate the design resource consumption using a mathematical model for the NoC. A scalable application, hardware specific, is then generated using a High Level Synthesis flow. We provide a distributed mechanism for data path reconfiguration that allows different applications to run on the same set of processing elements. Thus, the output design is programmable and has a processor-less distributed control. This approach of using NoCs enables us to automatically design generic architectures that can be used on FPGA servers for High Performance Reconfigurable Computing. The generated design is programmable. This enable users to avoid the logic synthesis step when modifying the algorithm if a existing design provide the needed operators
Ribon, Aurélien. "Amélioration du processus de vérification des architectures générées à l'aide d'outils de synthèse de haut-niveau". Thesis, Bordeaux 1, 2012. http://www.theses.fr/2012BOR14719/document.
Texto completo da fonteThe fast growing complexity of hardware circuits, during the last three decades, has change devery step of their development cycle. Design methods evolved a lot, and this evolutionwas necessary to cope with an always shorter time-to-market, mainly driven by the internationalcompetition.An increased complexity also means more errors, harder to find corner-cases, and morelong and expensive simulations. The verification of hardware systems requires more andmore resources, and is the main cost factor of the whole development of a circuit. Since thecomplexity of any system increases, the cost of an error undetected until the foundry stepbecame prohibitive. Therefore, the verification process is divided between multiple stepsinvolved at every moment of the design process : comparison of models behavior, simulationof RTL descriptions, formal analysis of algorithms, assertions usage, etc. The verificationmethodologies evolved a lot, in order to follow the progress of design methods. Somemethods like the Assertion-Based Verification became so important that they are nowwidely adopted among the developers community, providing near-source error detection.Thus, the work described here aims at improving the assertion-based verification process,in order to offer a consequent timing improvment to designers. Two contributions aredetailed. The first one deals with the transformation of Boolean assertions found in algorithmicdescriptions into equivalent temporal assertions in the RTL description generatedby high-level synthesis (HLS) methodologies. Therefore, the assertions are usable duringthe simulation process of the generated architectures. The second contribution targets theverification of hardware systems in real-time. It details the synthesis process of a hardwareerror manager, which has to save and serialize the execution context when an error isdetected. Thus, it is easier to understand the cause of an error and to find its source. Theerrors and their contexts are serialized as reports in a memory readable by the system ordirectly by the designer. The behavior of a circuit can be analyzed without requiring anyprobe or integrated logic analyzer
Diakité, Daouda. "High-level synthesis (HLS) on FPGA for inverse problems : application to tomography and radioastronomy". Electronic Thesis or Diss., université Paris-Saclay, 2022. http://www.theses.fr/2022UPASG080.
Texto completo da fonteThe increasing need for computing power imposed by the complexity of processing algorithms and the size of problems requires using hardware accelerators to meet time and energy constraints. FPGA architectures are known to be among the most power-efficient platforms, especially for embedded systems using hardware description languages. The appearance of the new high-level synthesis tools has been a major factor in the consideration of FPGAs for complex applications, as is the case with the manycores processors. The high-level synthesis tools generate a hardware description design from high-level languages such as C, C++, or OpenCL. The recent FPGAs are equipped with several floating-point computing units capable of meeting the precision requirements of a wide range of applications. However, exploiting the full potential of these architectures has always been a major concern. This thesis aims to explore methodologies for accelerating inverse problem algorithms on FPGA architectures through new high-level synthesis tools applied to tomographic reconstruction and radioastronomy. Indeed, many algorithms for these applications are memory-bound. A custom architecture derived from an algorithm-architecture co-design methodology has been proposed to overcome the memory bottleneck. We applied this methodology to the 3D back-projection operator in the context of iterative reconstruction. The 3D back-projector architecture takes advantage of a custom memory access strategy to reach a full computational throughput. Then we consider the parallelization of the complete optimization algorithm on FPGA. We also discuss the position of FPGAs in radio astronomy, particularly for the SKA pipeline imaging system
Thievenaz, Hugo. "Scalable Trace-based Compile-Time Memory Allocation". Electronic Thesis or Diss., Lyon, École normale supérieure, 2024. http://www.theses.fr/2024ENSL0108.
Texto completo da fonteThis thesis, titled “Scalable trace-based compile-time memory allocation”, studies the use of dynamic analysis to infer memory footprint reductions. The broader goal is to use program information at run-time as a way to outpace traditional static analysis techniques, because the latter often fail to scale for kernels of high dimensions and many statements.The research methodology involved studying state-of-the-art methods in “array contraction”, a compilation optimization that aims to reduce the allocated storage space; Then, rebuilding them both theoretically and in practice, by constructing proofs of the new algorithms and their implementations to quantify performance in analysis time but also memory reduction. The example programs used for performance measurement were variations of the well-known benchmark suite “PolyBench”. The variations are most often parallelism factor, tiling, and adjustment of padding.Key contributions of this thesis are the design of two new methods of analysis for the “array contraction” optimization. The first one focuses on yielding constant sizes for temporary arrays, which is relevant in the context of communication buffer sizing for High-Performance Computing applications. The second method is a more general approach to memory allocation which reconstructs several iterations of a data structure describing the arrays’ used cells, to produce parametric sizes for the arrays.This research lead to the implementation of a tool named PoLa that totals around 4000 lines of C++ code
Badier, Hannah. "Transient obfuscation for HLS security : application to cloud security, birthmarking and hardware Trojan defense". Thesis, Brest, École nationale supérieure de techniques avancées Bretagne, 2021. https://tel.archives-ouvertes.fr/tel-03789700.
Texto completo da fonteThe growing globalization of the semiconductor supply chain, as well as the increasing complexity and diversity of hardware design flows, have lead to a surge in security threats: risks of intellectual property theft and reselling, reverse-engineering and malicious code insertion in the form of hardware Trojans during manufacturing and at design time have been a growing research focus in the past years. However, threats during highlevel synthesis (HLS), where an algorithmic description is transformed into a lower level hardware implementation, have only recently been considered, and few solutions have been given so far. In this thesis, we focus on how to secure designs during behavioral synthesis using either a cloud-based or an internal but untrusted HLS tool. We introduce a novel design time protection method called transient obfuscation, where the high-level source code is obfuscated using key-based techniques, and deobfuscated after HLS at register-transfer level. This two-step method ensures correct design functionality and low design overhead. We propose three ways to integrate transient obfuscation in different security mechanisms. First, we show how it can be used to prevent intellectual property theft and illegal reuse in a cloud-based HLS scenario. Then, we extend this work to watermarking, by exploiting the side-effects of transient obfuscation on HLS tools to identify stolen designs. Finally, we show how this method can also be used against hardware Trojans, both by preventing insertion and by facilitating detection
Ben, Jmaa Chtourou Yomna. "Implémentation temps réel des algorithmes de tri dans les applications de transports intelligents en se basant sur l'outil de synthèse haut niveau HLS". Thesis, Valenciennes, 2019. http://www.theses.fr/2019VALE0013.
Texto completo da fonteIntelligent transport systems play an important role in minimizing accidents, traffic congestion, and air pollution. Among these systems, we mention the avionics domain, which uses in several cases the sorting algorithms, which are one of the important operations for real-time embedded applications. However, technological evolution is moving towards more and more complex architectures to meet the application requirements. In this respect, designers find their ideal solution in reconfigurable computing, based on heterogeneous CPU / FPGA architectures that house multi-core processors (CPUs) and FPGAs that offer high performance and adaptability to real-time constraints. Of the application. The main objective of my work is to develop hardware implementations of sorting algorithms on the heterogeneous CPU / FPGA architecture by using the high-level synthesis tool to generate the RTL design from the behavioral description. This step requires additional efforts on the part of the designer in order to obtain an efficient hardware implementation by using several optimizations with different use cases: software, optimized and nonoptimized hardware and for several permutations / vectors generated using the generator pf permutation based on Lehmer method. To improve performance, we calculated the runtime, standard deviation and resource number used for sorting algorithms by considering several data sizes ranging from 8 to 4096 items. Finally, we compared the performance of these algorithms. This algorithm will integrate the applications of decision support, planning the flight plan
Ben, Hammouda Mohamed. "A design flow to automatically Generate on chip monitors during high-level synthesis of Hardware accelarators". Thesis, Brest, 2014. http://www.theses.fr/2014BRES0115/document.
Texto completo da fonteEmbedded systems are increasingly used in various fields like transportation, industrial automation, telecommunication or healthcare to execute critical applications and manipulate sensitive data. These systems often involve financial and industrial interests but also human lives which imposes strong safety constraints.Hence, a key issue lies in the ability of such systems to respond safely when errors occur at runtime and prevent unacceptable behaviors. Errors can be due to natural causes such as particle hits as well as internal noise, integrity problems, but also due to malicious attacks. Embedded system architecture typically includes processor (s), memories, Input / Output interface, bus controller and hardware accelerators that are used to improve both energy efficiency and performance. With the evolution of applications, the design cycle of hardware accelerators becomes more and more complex. This complexity is partly due to the specification of hardware accelerators traditionally based on handwritten Hardware Description Language (HDL) files. However, High-Level Synthesis (HLS) that promotes automatic or semi-automatic generation of hardware accelerators according to software specification, like C code, allows reducing this complexity.The work proposed in this document targets the integration of verification support in HLS tools to generate On-Chip Monitors (OCMs) during the high-level synthesis of hardware accelerators (HWaccs). Three distinct contributions are proposed. The first one consists in checking the Input / Output timing behavior errors (synchronization with the whole system) as well as the control flow errors (illegal jumps or infinite loops). On-Chip Monitors are automatically synthesized and require no modification in their high-level specification. The second contribution targets the synthesis of high-level properties (ANSI-C asserts) that are added into the software specification of HWacc. Synthesis options are proposed to trade-off area overhead, performance impact and protection level. The third contribution improves the detection of data corruptions that can alter the stored values or/and modify the data transfers without causing assertions violations or producing illegal jumps. Those errors are detected by duplicating a subset of program’s data limited to the most critical variables. In addition, the properties over the evolution of loops induction variables are automatically extracted from the algorithmic description of HWacc. It should be noticed that all the proposed approaches, in this document, allow only detecting errors at runtime. The counter reaction i.e. the way how the HWacc reacts if an error is detected is out of scope of this work
Rubattu, Claudio. "Response time analysis of parameterized dataflow applications on heterogeneous SW/HW systems". Thesis, Rennes, INSA, 2020. http://www.theses.fr/2020ISAR0005.
Texto completo da fonteIn contexts such as embedded and cyber-physical systems, the design of a desired functionality under constraints increasingly requires a parallel execution of different tasks on heterogeneous architectures. The nature of such parallel systems implies a huge complexity in understanding and predicting performance in terms of response time. Indeed, response time depends on many factors associated with the characteristics of both the functionality and the target architecture. State-of-the art strategies derive response time by examining the operations required by each task for both processing and accessing shared resources. This procedure is often followed by the addition or elimination of potential interferences due to task concurrency. However, such approaches require an advanced knowledge of the software and hardware details, rarely available in practice. This thesis provides an alternative "topdown" strategy aimed at extending the cases in which hardware and software response times can be analyzed and predicted. The proposed strategy leverages on dataflow-based application representations and focuses on the response time estimation of reconfigurable applications mapped on both general-purpose and specialized processing elements
Ye, Haixiong. "Impact des transformations algorithmiques sur la synthèse de haut niveau : application au traitement du signal et des images". Phd thesis, Université Paris Sud - Paris XI, 2014. http://tel.archives-ouvertes.fr/tel-01061200.
Texto completo da fonteLivros sobre o assunto "Synthèse HLS"
Sendai, Shoichiro. La synthèse des arts de Le Corbusier: Le Corbusier's Artistic Space : his thought processes as seen in the NMWA plans. Tokyo: National Museum of Western Art, 2017.
Encontre o texto completo da fonteTakao, Kumazawa, Kruger Lawrence e Mizumura Kazue, eds. The polymodal receptor: A gateway to pathological pain. Amsterdam: Elsevier, 1996.
Encontre o texto completo da fonteLuckner, John L. Research Synthesis. Oxford University Press, 2017. http://dx.doi.org/10.1093/oso/9780190455651.003.0015.
Texto completo da fonte(Editor), Ghita Holmström-Hintikka, Sten Lindström (Editor) e R. Sliwinski (Editor), eds. Collected Papers of Stig Kanger with Essays on his Life and (Synthese Library). Springer, 2001.
Encontre o texto completo da fonte(Editor), Ghita Holmström-Hintikka, Sten Lindström (Editor) e R. Sliwinski (Editor), eds. Collected Papers of Stig Kanger with Essays on his Life and (Synthese Library). Springer, 2001.
Encontre o texto completo da fonteCollected Papers of Stig Kanger with Essays on his Life and Work Volume I (Synthese Library). Springer, 2001.
Encontre o texto completo da fonte(Editor), Ghita Holmström-Hintikka, Sten Lindström (Editor) e R. Sliwinski (Editor), eds. Collected Papers of Stig Kanger with Essays on his Life and Work Volume I (Synthese Library). Springer, 2001.
Encontre o texto completo da fonteJordan, Robert B. Reaction Mechanisms of Inorganic and Organometallic Systems. Oxford University Press, 2007. http://dx.doi.org/10.1093/oso/9780195301007.001.0001.
Texto completo da fonteBarkin, J. Samuel, e Laura Sjoberg. International Relations' Last Synthesis? Oxford University Press, 2019. http://dx.doi.org/10.1093/oso/9780190463427.001.0001.
Texto completo da fonteBriddon, Anthony. Approach to the Patient with Hyperhomocysteinemia. Oxford University Press, 2016. http://dx.doi.org/10.1093/med/9780199972135.003.0079.
Texto completo da fonteCapítulos de livros sobre o assunto "Synthèse HLS"
Meskhidze, Helen. "(What) Do We Learn from Code Comparisons? A Case Study of Self-Interacting Dark Matter Implementations". In Synthese Library, 171–86. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-26618-8_10.
Texto completo da fontePiecha, Thomas. "Karl Popper on Deduction". In Synthese Library, 301–21. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-51406-7_14.
Texto completo da fonteAbelson, Shannon Sylvie. "Simulation and Experiment Revisited: Temporal Data in Astronomy and Astrophysics". In Synthese Library, 187–205. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-26618-8_11.
Texto completo da fonteKadowaki, Kevin. "Simulation Verification in Practice". In Synthese Library, 151–70. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-26618-8_9.
Texto completo da fonteWigner, M. Wheeler, e E. P. Wigner. "The Scientist: His Increased Responsibilities". In Historical and Biographical Reflections and Syntheses, 272–78. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/978-3-662-07791-7_42.
Texto completo da fonteAllzén, Simon. "Extragalactic Reality Revisited: Astrophysics and Entity Realism". In Synthese Library, 277–93. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-26618-8_15.
Texto completo da fonteGueguen, Marie. "A Crack in the Track of the Hubble Constant". In Synthese Library, 33–55. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-26618-8_3.
Texto completo da fonteDukas, H., B. Hoffman e E. P. Wigner. "Review of “Albert Einsein, The Human Side: New Glimpses from His Archives”". In Historical and Biographical Reflections and Syntheses, 518–20. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/978-3-662-07791-7_89.
Texto completo da fonteBoutry, Marc, Ferenc Nagy e Nam-Hai Chua. "The Beta Subunit of a Plant Mitochondrial ATP Synthase has a Presequence Involved in Mitochondrial Targeting". In Plant Molecular Biology, 127–34. Boston, MA: Springer US, 1987. http://dx.doi.org/10.1007/978-1-4615-7598-6_12.
Texto completo da fonteAizen, Marcelo A., e Carolina L. Morales. "Impacts of non-native plants on plant-pollinator interactions." In Plant invasions: the role of biotic interactions, 241–55. Wallingford: CABI, 2020. http://dx.doi.org/10.1079/9781789242171.0241.
Texto completo da fonteTrabalhos de conferências sobre o assunto "Synthèse HLS"
Chacón, José Luis. "El lugar del arte en arquitectura. Los “lieux porte-voix, porte-paroles, haut-parleurs” de Le Corbusier en su discurso del Convegno Volta, 1936". In LC2015 - Le Corbusier, 50 years later. Valencia: Universitat Politècnica València, 2015. http://dx.doi.org/10.4995/lc2015.2015.810.
Texto completo da fonteStrieth, S., BP Ernst, S. Becker, RH Stauber, I. Schmidtmann, R. Meuser e UR Heinrich. "Cochleäre Expressionsmuster der endothelialen Stickstoffmonoxid-Synthase nach Lärmexposition von Meerschweinchen". In Abstract- und Posterband – 90. Jahresversammlung der Deutschen Gesellschaft für HNO-Heilkunde, Kopf- und Hals-Chirurgie e.V., Bonn – Digitalisierung in der HNO-Heilkunde. Georg Thieme Verlag KG, 2019. http://dx.doi.org/10.1055/s-0039-1686288.
Texto completo da fontePapakonstantinou, E., M. Christopoulou, M. Tamm e D. Stolz. "Circulating levels of hyaluronic acid synthase-2 (HAS-2) are associated with COPD exacerbations of different etiology". In ERS International Congress 2022 abstracts. European Respiratory Society, 2022. http://dx.doi.org/10.1183/13993003.congress-2022.3276.
Texto completo da fonteKlinnikova, A. A., G. A. Danilova e N. P. Aleksandrova. "The role of neuronal NO synthase in the respiratory effects of TNF-α". In VIII Vserossijskaja konferencija s mezhdunarodnym uchastiem «Mediko-fiziologicheskie problemy jekologii cheloveka». Publishing center of Ulyanovsk State University, 2021. http://dx.doi.org/10.34014/mpphe.2021-115-118.
Texto completo da fonteStrieth, S., BP Ernst, S. Becker, RH Stauber, I. Schmidtmann, R. Meuser e UR Heinrich. "Cochlear expression patterns of endothelial nitric oxide synthase in guinea pigs after loud noise". In Abstract- und Posterband – 90. Jahresversammlung der Deutschen Gesellschaft für HNO-Heilkunde, Kopf- und Hals-Chirurgie e.V., Bonn – Digitalisierung in der HNO-Heilkunde. Georg Thieme Verlag KG, 2019. http://dx.doi.org/10.1055/s-0039-1686517.
Texto completo da fontePonta, Radu Tudor. "Entre les lignes ou de bouche à l'oreille. Le Corbusier en roumain". In LC2015 - Le Corbusier, 50 years later. Valencia: Universitat Politècnica València, 2015. http://dx.doi.org/10.4995/lc2015.2015.770.
Texto completo da fonteModis, Katalin, Manjit Maskey, Paul Johnson, Csaba Szabo, Mark R. Hellmich e Celia Chao. "Abstract 2980: Cystathionine-beta-synthase (CBS)-derived hydrogen sulfide (H2S) supports proliferation, migration and bioenergetics in colon cancer-associated fibroblasts (CAFs)". In Proceedings: AACR Annual Meeting 2017; April 1-5, 2017; Washington, DC. American Association for Cancer Research, 2017. http://dx.doi.org/10.1158/1538-7445.am2017-2980.
Texto completo da fonteBordet, J. C., M. Guichardant e M. Lagarde. "PEROXIDE STIMULATION OF PGI3 AND DIHOMO-PGI2 IN ENDOTHELIUM". In XIth International Congress on Thrombosis and Haemostasis. Schattauer GmbH, 1987. http://dx.doi.org/10.1055/s-0038-1643366.
Texto completo da fonteTakamatsu, Yusuke. "Synthese als Modus der Prozessualität bei Schubert: Sein spezifisches Wiederholungsprinzip im langsamen Satz". In Jahrestagung der Gesellschaft für Musikforschung 2019. Paderborn und Detmold. Musikwissenschaftliches Seminar der Universität Paderborn und der Hochschule für Musik Detmold, 2020. http://dx.doi.org/10.25366/2020.73.
Texto completo da fonteLumley, P., E. W. Collington, P. Hallett, E. J. Hornby, p. PA Humphrey, C. J. Wallis, D. Jack e R. T. Brittain. "THE EFFECTS OF GR32191, A NEW THROMBOXANE RECEPTOR BLOCKING DRUG,ON PLATELETS AND VASCULAR SMOOTH MUSCLE IN VITRO". In XIth International Congress on Thrombosis and Haemostasis. Schattauer GmbH, 1987. http://dx.doi.org/10.1055/s-0038-1643754.
Texto completo da fonteRelatórios de organizações sobre o assunto "Synthèse HLS"
Delmer, Deborah P., e Prem S. Chourey. The Importance of the Enzyme Sucrose Synthase for Cell Wall Synthesis in Plants. United States Department of Agriculture, outubro de 1994. http://dx.doi.org/10.32747/1994.7568771.bard.
Texto completo da fonteLewinsohn, Efraim, Eran Pichersky e Shimon Gepstein. Biotechnology of Tomato Volatiles for Flavor Improvement. United States Department of Agriculture, abril de 2001. http://dx.doi.org/10.32747/2001.7575277.bard.
Texto completo da fonteZhang, Yanji, Wei Huang, Jiajie Wang, Hongjie Xia e Zhongyu Zhou. Acupuncture for weight loss: Protocol for a scoping review of systematic reviews and meta-analyses. INPLASY - International Platform of Registered Systematic Review and Meta-analysis Protocols, março de 2022. http://dx.doi.org/10.37766/inplasy2022.3.0098.
Texto completo da fonteAlwagdani, Abdullah. Review Of mPGES-1 Inhibitors Based On The Benzoxazole And Its Isostere Scaffold For The Treatment Of Inflammatory Diseases. University of Tennessee Health Science Center, junho de 2024. http://dx.doi.org/10.21007/com.lsp.2024.0021.
Texto completo da fonteDudley, J. P., e S. V. Samsonov. Système de traitement automatisé du gouvernement canadien pour la détection des variations et l'analyse des déformations du sol à partir des données de radar à synthèse d'ouverture de RADARSAT-2 et de la mission de la Constellation RADARSAT : description et guide de l'utilisateur. Natural Resources Canada/CMSS/Information Management, 2021. http://dx.doi.org/10.4095/329134.
Texto completo da fonteDroby, Samir, Michael Wisniewski, Ron Porat e Dumitru Macarisin. Role of Reactive Oxygen Species (ROS) in Tritrophic Interactions in Postharvest Biocontrol Systems. United States Department of Agriculture, dezembro de 2012. http://dx.doi.org/10.32747/2012.7594390.bard.
Texto completo da fontePehrsson, S. J., N. Wodicka, J A Percival e N. Rogers. Introduction et sommaire. Natural Resources Canada/CMSS/Information Management, 2024. http://dx.doi.org/10.4095/332494.
Texto completo da fontePehrsson, S. J., N. Wodicka, J A Percival e N. Rogers. Introduction and Summary. Natural Resources Canada/CMSS/Information Management, 2024. http://dx.doi.org/10.4095/332493.
Texto completo da fonteSadka, Avi, Mikeal L. Roose e Yair Erner. Molecular Genetic Analysis of Citric Acid Accumulation in Citrus Fruit. United States Department of Agriculture, março de 2001. http://dx.doi.org/10.32747/2001.7573071.bard.
Texto completo da fonteLevesque, Justine, Jordan Babando, Nathaniel Loranger e Shantel Johnson. COVID-19 prevalence and infection control measures at homeless shelters and hostels in high-income countries: a scoping review. The Homeless Hub, York University, dezembro de 2021. http://dx.doi.org/10.25071/10315/38850.
Texto completo da fonte