Spelling suggestions: "subject:"units"" "subject:"knits""
111 |
O bairro social da Ajuda-Boa Hora-um projecto da República Nova e uma realização do Estado Novo, 1918-1935Tiago, Maria da Conceição Caetano January 1997 (has links)
No description available.
|
112 |
Núcleo histórico de Odivelas-caracterização e bases para uma proposta de salvaguardaLixa, Florinda January 1997 (has links)
No description available.
|
113 |
O desenho urbano no contexto das novas formas de ocupação do território portuguêsGomes, Carla Maria Duarte Madeira Vieira January 1998 (has links)
No description available.
|
114 |
Qualificação ambiental e conservação do património-a perspectiva no Centro Histórico do PortoBaptista, Filipa Maria Vidal Pinheiro Malafaya January 1998 (has links)
No description available.
|
115 |
Planeamento e gestão em zonas históricas-estratégias, políticas e critérios de intervençãoAlfredo, Julieta Cristina Cruz January 1997 (has links)
No description available.
|
116 |
A recuperação de aldeias históricas e a qualidade ambientalBarahona, António Carlos Freitas Champalimaud de Aboim January 1996 (has links)
No description available.
|
117 |
Potencialidades energético ambientais na reabilitação urbana-o Centro Histórico do PortoCupido, Amândio José dos Santos January 1998 (has links)
No description available.
|
118 |
A participação do cidadão na reabilitação dos centros históricos-estudo comparativo Alemanha-PortugalSustelo, Michel Diogo January 2003 (has links)
No description available.
|
119 |
Competencies needed for the beginning level coronary critical care nurse : a Delphi study /Spencer, Jessye Davis. January 1994 (has links)
Thesis (Ed. D.)--Virginia Polytechnic Institute and State University, 1994. / Vita. Abstract. Includes bibliographical references (leaves 134-138). Also available via the Internet.
|
120 |
GPU accelerated sequence alignment /Zhao Kaiyong.Zhao, Kaiyong 15 November 2016 (has links)
DNA sequence alignment is a fundamental task in gene information processing, which is about searching the location of a string (usually based on newly collected DNA data) in the existing huge DNA sequence databases. Due to the huge amount of newly generated DNA data and the complexity of approximate string match, sequence alignment becomes a time-consuming process. Hence how to reduce the alignment time becomes a significant research problem. Some algorithms of string alignment based on HASH comparison, suffix array and BWT, which have been proposed for DNA sequence alignment. Although these algorithms have reached the speed of O(N), they still cannot meet the increasing demand if they are running on traditional CPUs. Recently, GPUs have been widely accepted as an efficient accelerator for many scientific and commercial applications. A typical GPU has thousands of processing cores which can speed up repetitive computations significantly as compared to multi-core CPUs. However, sequence alignment is one kind of computation procedure with intensive data access, i.e., it is memory-bounded. The access to GPU memory and IO has more significant influence in performance when compared to the computing capabilities of GPU cores. By analyzing GPU memory and IO characteristics, this thesis produces novel parallel algorithms for DNA sequence alignment applications. This thesis consists of six parts. The first two parts explain some basic knowledge of DNA sequence alignment and GPU computing. The third part investigates the performance of data access on different types of GPU memory. The fourth part describes a parallel method to accelerate short-read sequence alignment based on BWT algorithm. The fifth part proposes the parallel algorithm for accelerating BLASTN, one of the most popular sequence alignment software. It shows how multi-threaded control and multiple GPU cards can accelerate the BLASTN algorithm significantly. The sixth part concludes the whole thesis. To summarize, through analyzing the layout of GPU memory and comparing data under the mode of multithread access, this thesis analyzes and concludes a perfect optimization method to achieve sequence alignment on GPU. The outcomes can help practitioners in bioinformatics to improve their working efficiency by significantly reducing the sequence alignment time.
|
Page generated in 0.0327 seconds