Tesi sul tema "Polymorphic"
Cita una fonte nei formati APA, MLA, Chicago, Harvard e in molti altri stili
Vedi i top-50 saggi (tesi di laurea o di dottorato) per l'attività di ricerca sul tema "Polymorphic".
Accanto a ogni fonte nell'elenco di riferimenti c'è un pulsante "Aggiungi alla bibliografia". Premilo e genereremo automaticamente la citazione bibliografica dell'opera scelta nello stile citazionale di cui hai bisogno: APA, MLA, Harvard, Chicago, Vancouver ecc.
Puoi anche scaricare il testo completo della pubblicazione scientifica nel formato .pdf e leggere online l'abstract (il sommario) dell'opera se è presente nei metadati.
Vedi le tesi di molte aree scientifiche e compila una bibliografia corretta.
Alvin, Yeoh Chong Yeow. "Nucleation of polymorphic forms". Thesis, University of Manchester, 2008. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.498979.
Testo completoWansbrough, Keith Stuart. "Simple polymorphic usage analysis". Thesis, University of Cambridge, 2003. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.619586.
Testo completoYang, Jun. "Improving polymorphic type explanations". Thesis, Heriot-Watt University, 2001. http://hdl.handle.net/10399/509.
Testo completoTowler, Christopher. "Nucleation in polymorphic systems". Thesis, University of Manchester, 2004. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.520283.
Testo completoMathieson, John T. J. "Towards Polymorphic Systems Engineering". Thesis, The George Washington University, 2021. http://pqdtopen.proquest.com/#viewpdf?dispub=28257912.
Testo completoStrege, Christine. "On (pseudo- ) polymorphic phase transformations". [S.l. : s.n.], 2004. http://deposit.ddb.de/cgi-bin/dokserv?idn=974120006.
Testo completoDharmayat, Spoorthi. "Polymorphic transformation of pharmaceutical compounds". Thesis, University of Leeds, 2008. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.507688.
Testo completoPantazis, Dimitrios A. "Electronic structure of polymorphic complexes". Thesis, University of York, 2005. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.440979.
Testo completoMacSweeney, Siobhan. "An examination of the polymorphic and pseudo-polymorphic behaviour of fluconazole in relation to processing conditions". Thesis, Heriot-Watt University, 1999. http://hdl.handle.net/10399/1253.
Testo completoSchonhoft, Joseph. "Biochemical and Biophysical Study of the Polymorphic G-Quadruplexes Formed by the Insulin Linked Polymorphic Region". Kent State University / OhioLINK, 2009. http://rave.ohiolink.edu/etdc/view?acc_num=kent1248116483.
Testo completoBonem, Peter Bryant. "Towards an implementation of Polymorphic C". Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1995. http://handle.dtic.mil/100.2/ADA305190.
Testo completoLaverman, Bert. "Supporting software reusability with polymorphic types". [S.l. : [Groningen] : s.n.] ; [University Library Groningen] [Host], 1995. http://irs.ub.rug.nl/ppn/137162723.
Testo completoTofte, Mads. "Operational semantics and polymorphic type inference". Thesis, University of Edinburgh, 1988. http://hdl.handle.net/1842/6606.
Testo completoChattaway, John Antony. "Characterising the polymorphic BG gene family". Thesis, University of Cambridge, 2014. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.707953.
Testo completoFraley, James B. "Improved Detection for Advanced Polymorphic Malware". NSUWorks, 2017. http://nsuworks.nova.edu/gscis_etd/1008.
Testo completoChin, Ling Tsui. "Polymorphic light eruption-prevalence, physchosocial impact, treatment". Thesis, University of Manchester, 2008. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.499920.
Testo completoGray, Ian Christopher. "Polymorphic tandemly repeated sequences in human DNA". Thesis, University of Leicester, 1991. http://hdl.handle.net/2381/34415.
Testo completoTurner, David N. "The polymorphic Pi-calculus : theory and implementation". Thesis, University of Edinburgh, 1996. http://hdl.handle.net/1842/395.
Testo completoFenton, Brian Forbes Neil. "Studies on polymorphic proteins of Plasmodium falciparum". Thesis, University of Edinburgh, 1987. http://hdl.handle.net/1842/14835.
Testo completoParambil, Jose Varghese. "Template induced polymorphic selectivity in pharmaceutical crystallisation". Thesis, Imperial College London, 2015. http://hdl.handle.net/10044/1/27651.
Testo completoLee, Rachael. "Extreme conditions crystallography of polymorphic co-crystals". Thesis, Durham University, 2017. http://etheses.dur.ac.uk/12065/.
Testo completoPetrucciani, Tommaso. "Polymorphic set-theoretic types for functional languages". Thesis, Sorbonne Paris Cité, 2019. http://www.theses.fr/2019USPCC067.
Testo completoWe study set-theoretic types: types that include union, intersection, and negation connectives. Set-theoretic types, coupled with a suitable subtyping relation, are useful to type several programming language constructs – including conditional branching, pattern matching, and function overloading – very precisely. We define subtyping following the semantic subtyping approach, which interprets types as sets and defines subtyping as set inclusion. Our set-theoretic types are polymorphic, that is, they contain type variables to allow parametric polymorphism.We extend previous work on set-theoretic types and semantic subtyping by showing how to adapt them to new settings and apply them to type various features of functional languages. More precisely, we integrate semantic subtyping with three important language features.In Part I we study implicitly typed languages with let-polymorphism and type inference (previous work on semantic subtyping focused on explicitly typed languages). We describe an implicitly typed lambda-calculus and a declarative type system for which we prove soundness. We study type inference and prove results of soundness and completeness. Then, we show how to make type inference more precise when programs are partially annotated with types.In Part II we study gradual typing. We describe a new approach to add gradual typing to a static type system; the novelty is that we give a declarative presentation of the type system, while previous work considered algorithmic presentations. We first illustrate the approach on a Hindley-Milner type system without subtyping. We describe declarative typing, compilation to a cast language, and sound and complete type inference. Then, we add set-theoretic types, defining a subtyping relation on set-theoretic gradual types, and we describe sound type inference for the extended system.In Part III we consider non-strict semantics. The existing semantic subtyping systems are designed for call-by-value languages and are unsound for non-strict semantics. We adapt them to obtain soundness for call-by-need. To do so, we introduce an explicit representation for divergence in the types, allowing the type system to distinguish the expressions that are already evaluated from those that are computations which might diverge
Flannery, Kevin E. "Conjunctive polymorphic type checking with explicit types". Diss., Virginia Polytechnic Institute and State University, 1989. http://hdl.handle.net/10919/54527.
Testo completoPh. D.
Schmid, Balthasar. "Polymorphic O-demethylation of dextrometorphan in man /". Bern, 1985. http://www.ub.unibe.ch/content/bibliotheken_sammlungen/sondersammlungen/dissen_bestellformular/index_ger.html.
Testo completoJones, Carys Wynn. "Habitat and rest site selection in polymorphic Lepidoptera". Thesis, University of Cambridge, 1993. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.358332.
Testo completoClark, Rebecca. "The evolutionary genetics of polymorphic butterfly wing patterns". Thesis, Imperial College London, 2006. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.428582.
Testo completoZhang, Qingfei. "Crystallographic studies of the insulin-linked polymorphic region". Thesis, Massachusetts Institute of Technology, 1997. http://hdl.handle.net/1721.1/50345.
Testo completoGunther, William J. "Some Results on Classical Semantics and Polymorphic Types". Research Showcase @ CMU, 2015. http://repository.cmu.edu/dissertations/645.
Testo completoThompson, Gregory B. "Predicting Polymorphic Phase Stability in Multilayered Thin Films". The Ohio State University, 2003. http://rave.ohiolink.edu/etdc/view?acc_num=osu1046469309.
Testo completoPond, Emma. "Characterisation of tight junctions in polymorphic light eruption". Thesis, University of Manchester, 2016. https://www.research.manchester.ac.uk/portal/en/theses/characterisation-of-tight-junctions-in-polymorphic-light-eruption(8d043c3d-7f97-41e1-9b87-9523c5b639d6).html.
Testo completoOliva, Pavia Meritxell. "Functional impact of polymorphic inversions in the human genome". Doctoral thesis, Universitat Autònoma de Barcelona, 2014. http://hdl.handle.net/10803/286269.
Testo completoAn inversion is a balanced genomic rearrangement that alters the orientation of a specific genomic sequence. Despite not usually causing gain or loss of DNA, inversions can alter the original genetic background and produce mutational and positional effects on genes. In addition, inversions can alter recombination patterns both on the DNA sequences encompassed by them and in their vicinity. Therefore, inversions may associate with certain phenotypes or diseases, shape the evolutionary fate of the carriers by adaptive processes or even play a role in the origin of new species. For all that, increasing our knowledge of inversions constitutes a key issue for in-depth understanding of genome variation and its consequences. However, little is known about the prevalence and functional impact of inversions in the human genome, and in particular of their association with gene expression changes in humans. For the last 10 years, the advent of novel genomic technologies has enabled the study of SVs, including inversions, in a high-throughput fashion within and across species. State of the art genomic research provides the means and tools to explore the human genome in detail and expand our knowledge of inversions. Against this backdrop, the INVFEST project has devoted efforts to build the most accurate and exhaustive catalogue of human polymorphic inversions to date. For that, we have benchmarked GRIAL, currently the only paired-end mapping (PEM) based algorithm specifically designed to predict inversions, and demonstrated that performs with more accuracy and efficiency compared to other PEM based SV-detection methods, particularly in refining inversion BPs. In addition, we have curated GRIAL inversion predictions by using several pre and post PEM mapping filters coupled with manual inspection of complex cases and minimized the rate of false positive predictions. Next, to gain further insight on the functional impact of polymorphic inversions in the human genome, we examined the overlap of 44 different inversions with genes. Overall, our results show that inversions tend to be located in intergenic regions but in 13.6% of the cases gene exons are affected. We performed two complementary approaches to identify inversion associations with gene expression. First, we performed a linear regression analysis in three different expression datasets derived from 527 lymphoblastoid cell lines (LCLs) of European, Asian and African HapMap individuals. Second, we interrogated blood and non-blood tissues by contrasting expression quantitative trait loci (eQTL) data with inversion tag-SNPs. We report 19 inversion rearrangements that modulate gene expression of 43 genes in several tissues. These results seem consistent as a subset (N = 11) of the associations found in LCLs has been identified by both approaches. Interestingly, we have identified an inversion that affects the expression of paralogous protein-coding genes (IFITM2/IFITM3) in lymphocyte-derived cells. We have also validated the methodology used for differential expression analysis by reproducing known effects of two well-studied inversions (17q21.31, 8p23.1) and identified novel associations of both inversion haplotypes with the expression of 6 genes. Moreover, we observe that at least 2 of these genes are associated to 17q21.31 structural rearrangements. Finally, we have looked for possible associations of inversions with disease and found one inversion that seems to be associated with amyotrophic lateral sclerosis in two different GWAS studies. Insight gained in this study could therefore contribute to a better understanding of the role of polymorphic inversions in the regulation of gene expression and the consequences of this understudied type of genetic variants in humans.
Williams, Ceili. "Structure/property relationships in a polymorphic nonlinear optical crystal". Thesis, University of Oxford, 1992. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.314895.
Testo completoMorgan-Warren, Robert James. "Structural and biophysical differences between polymorphic ovine PrP proteins". Thesis, University of Cambridge, 2005. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.614732.
Testo completoHannay, Jo E. "Abstraction barriers and refinement in the polymorphic lambda calculus". Thesis, University of Edinburgh, 2001. http://hdl.handle.net/1842/801.
Testo completoLarsen, Graeme D. "A polymorphic framework for understanding the diffusion of innovations". Thesis, University of Reading, 2005. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.424037.
Testo completoDe, Aguiar J. C. S. "Studies on the polymorphic schizont antigen of Plasmodium chabaudi". Thesis, Open University, 1988. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.383640.
Testo completoMillard, Thomas Paul. "Genetics of cutaneous lupus erythematosus and polymorphic light eruption". Thesis, King's College London (University of London), 2002. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.271287.
Testo completoGoulart, V. D. L. R. "Investigations of polymorphic colour vision in new world primates". Thesis, University of Salford, 2017. http://usir.salford.ac.uk/43613/.
Testo completoFierling, Julien. "Polymorphic bio-filaments and their interaction with biological membranes". Thesis, Strasbourg, 2016. http://www.theses.fr/2016STRAE015/document.
Testo completoThis work focuses on the development of theoretical models in the framework of biophysics. In particular, it deals with the interactions between bio-filaments (long polymer chains found in biological cells) and biological membranes which protect cells from their environment. It is divided in three main parts, where different systems are studied. Firstly, a model going beyond the Worm-Like Chain model is developed to take into account different preferred states of curvature of the constituents of the bio-polymer chains. This kind of filaments are forced to close into a ring and their interactions with tubular membranes they entwine are discussed. Secondly, the deformations induced to biological membranes by torque-applying bio-filaments are discussed in the linear regime. Finally, the motility of the bacteria Spiroplasma. Preliminary results on an elastic model describing the cell motility are given
Woodburn, Mary Alice. "Random amplified polymorphic DNA (RAPD) analysis of Bacillus sphaericus". Thesis, This resource online, 1994. http://scholar.lib.vt.edu/theses/available/etd-07102009-040429/.
Testo completoPrice, Jared Calvin. "The Bioluminescence Heterozygous Genome Assembler". BYU ScholarsArchive, 2014. https://scholarsarchive.byu.edu/etd/4346.
Testo completoÖzgen, Mustafa. "A type inference algorithm and transition semantics for polymorphic C /". Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1996. http://handle.dtic.mil/100.2/ADA318845.
Testo completoThesis advisor(s): Dennis Volpano. "September 1996." Includes bibliographical references (p. 111-112). Also available online.
Papadopoulos, Sarantos. "Untersuchungen genomischer Veränderungen von Mammakarzinomzellen mittels Random amplified polymorphic DNA". [S.l.] : [s.n.], 2001. http://deposit.ddb.de/cgi-bin/dokserv?idn=962689114.
Testo completoJohansson, Börje. "An implementation of Milner's CCS with a polymorphic type system". Licentiate thesis, Luleå tekniska universitet, EISLAB, 1996. http://urn.kb.se/resolve?urn=urn:nbn:se:ltu:diva-18530.
Testo completoBrunet, Sylvain. "Mechanism of drug-induced torsade de pointes polymorphic ventricular tachycardia". Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1998. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape10/PQDD_0006/NQ44373.pdf.
Testo completoJalai, Gholam Reza. "Study of polymorphic human trophoblast antigen bound to maternal antibody". Thesis, Imperial College London, 1998. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.300780.
Testo completoÖzgen, Mustafa. "A type inference algorithm and transition semantics for polymorphic C". Thesis, Monterey, California. Naval Postgraduate School, 1996. http://hdl.handle.net/10945/9097.
Testo completoIn an attempt to bring the ML-style type inference to the C programming language, Smith and Volpano developed a type system for a dialect of C, called PolyC SmV96a SmV95b. PolyC extends C with ML-style polymorphism and a limited form of higher-order function. Smith and Volpano proved a type soundness theorem that basically says that evaluation of a well-typed PolyC program cannot fail due to a type mismatch. The type soundness proof is based on an operational characterization of a special kind of semantic formulation called a natural semantics. This thesis presents an alternative semantic formulation, called a transition semantics, that could be used in place of the natural semantics to prove type soundness. The primary advantage of the transition semantics is that it eliminates the extra operational level, but the disadvantage is that it consists of many more evaluation rules than the natural semantics. Thus it is unclear whether it is a suitable alternative to the two-level approach of Smith and Volpano. Further, the thesis gives the first full type inference algorithm for the type system of PolyC. Despite implicit variable dereferencing found in PolyC, the algorithm turns out to be a rather straight-forward extension of Damas and Milner's algorithm W DaM82. The algorithm has been implemented as an attribute grammar in Grammatech's SSL and a complete source code listing is given in the Appendix
張艷馨 e Yim-hing Cheung. "Rare types and polymorphic variants of HPV in Hong Kong". Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2002. http://hub.hku.hk/bib/B31970448.
Testo completoFuentes, Hernandez Ayari. "Metabolic cooperation and the polymorphic secretion of invertase in yeast". Thesis, University of Bath, 2012. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.557822.
Testo completoBarker, Nathaniel M. "The Influence of Structure in Platinum(II) Polypyridyl Polymorphic Complexes". University of Cincinnati / OhioLINK, 2021. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1627665370500068.
Testo completo