992 resultados para Engine performance


Relevância:

20.00% 20.00%

Publicador:

Resumo:

A cunicultura é uma atividade pecuária em crescente desenvolvimento e isso traduz-se em novos desafios. Durante muitos anos a criação de coelhos recorreu em demasia ao uso de antimicrobianos com o objetivo de tratar e prevenir o aparecimento de diversas doenças. Paralelamente, estes compostos foram também usados como “promotores de crescimento”, visando essencialmente uma melhoria da eficiência digestiva. Porém, o uso indiscriminado destas substâncias levantou questões de saúde pública, como a emergência de estirpes bacterianas multirresistentes e a inerente disseminação de genes de resistência, possivelmente transferíveis ao Homem através da cadeia alimentar. No presente, existe uma enorme pressão para a adoção de estratégias que possibilitem uma redução massiva na quantidade de antimicrobianos administrados a espécies pecuárias. Este trabalho visou contribuir para o estudo de uma alternativa ao uso de antimicrobianos - os probióticos – enquanto suplementos alimentares constituídos por microrganismos vivos capazes de equilibrar a microbiota intestinal do hospedeiro. Para tal, foram constituídos dois grupos de coelhos com base na alimentação: i) grupo antibiótico, com acesso a um alimento composto suplementado com antibióticos e ii) o grupo probiótico alimentado com a mesma dieta, mas sem antibióticos e inoculado com um probiótico constituído por Escherichia coli e Enterococcus spp.. Ao longo de 22 dias de estudo foram monitorizados alguns indicadores produtivos e efetuadas recolhas periódicas de fezes para estudo microbiológico. A análise dos resultados zootécnicos permitiram verificar que o uso de probióticos em detrimento de antibióticos parece promover o crescimento de coelhos, tornando-se um método mais rentável na produção cunícula. Através de genotipagem por ERIC-PCR e PFGE, pretendeu-se verificar se as estirpes estranhas ao trato gastrointestinal dos coelhos seriam capazes de coloniza-lo, permanecendo ao longo do tempo de estudo. O facto de as estirpes inoculadas no probiótico terem sido encontradas ao longo dos dias de estudo nos coelhos aos quais foram administradas, sugere que os efeitos observados na performance zootécnica estejam relacionados com as estirpes administradas no probiótico, pelo que este poderá ser um sistema viável na substituição de antibióticos na alimentação de coelhos de produção.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Dissertação para obtenção do grau de Mestre em Engenharia Electrotécnica Ramo de Energia

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper summarises the most important solutions that have emerged from the work carried out by our team within the framework of the EU (IST-1999-11316) project RFieldbus - High Performance Wireless Fieldbus in Industrial Multimedia-Related Environment. Within this project, Profibus was chosen as the fieldbus platform. Essentially, extensions to the current Profibus standard are being developed in order to provide Profibus with wireless, mobility and industrialmultimedia capabilities. In fact, providing these extensions means fulfilling strong requirements, namely to encompass the communication between wired (currently available) and wireless/mobile devices and to support real-time control traffic and multimedia traffic in the same network.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

OBJECTIVE: To compare hearing performance relating to the peripheral and central auditory system between solvent-exposed and non-exposed workers. METHODS: Forty-eight workers exposed to a mixture of solvents and 48 non-exposed control subjects of matched age, gender and educational level were selected to participate in the study. The evaluation procedures included: pure-tone audiometry (500 - 8,000 Hz), to investigate the peripheral auditory system; the Random Gap Detection test, to assess the central auditory system; and the Amsterdam Inventory for Auditory Disability and Handicap, to investigate subjects' self-reported hearing performance in daily-life activities. A Student t test and analyses of covariance (ANCOVA) were computed to determine possible significant differences between solvent-exposed and non-exposed subjects for the hearing level, Random Gap Detection test and Amsterdam Inventory for Auditory Disability and Handicap. Pearson correlations among the three measures were also calculated. RESULTS: Solvent-exposed subjects exhibited significantly poorer hearing thresholds for the right ear than non-exposed subjects. Also, solvent-exposed subjects exhibited poorer results for the Random Gap Detection test and self-reported poorer listening performance than non-exposed subjects. Results of the Amsterdam Inventory for Auditory Disability and Handicap were significantly correlated with the binaural average of subject pure-tone thresholds and Random Gap Detection test performance. CONCLUSIONS: Solvent exposure is associated with poorer hearing performance in daily life activities that relate to the function of the peripheral and central auditory system.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

I (Prática Pedagógica) - Neste relatório de estágio apresenta-se uma caracterização do CRP, contextualizando um pouco da sua história, o seu funcionamento e os seus objetivos pedagógicos. Caracterizam-se, também, os alunos que participaram no estágio, destacando o seu percurso académico, as suas influências e motivações musicais. Nas práticas educativas desenvolvidas apresentam-se os princípios pedagógicos, segundo o portal Ponazapino, e os métodos de ensino lecionados durante o ano letivo que tiveram em conta o processo integrado de Ensino/Aprendizagem (Teaching and Learning). Por último apresentam-se os objetivos pedagógicos propostos para cada aluno do estágio. No final efetua-se uma análise crítica da atividade docente destacando o processo ensino/aprendizagem, a sua aplicação e benefícios no desenvolvimento integral do indivíduo.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In the past few years Tabling has emerged as a powerful logic programming model. The integration of concurrent features into the implementation of Tabling systems is demanded by need to use recently developed tabling applications within distributed systems, where a process has to respond concurrently to several requests. The support for sharing of tables among the concurrent threads of a Tabling process is a desirable feature, to allow one of Tabling’s virtues, the re-use of computations by other threads and to allow efficient usage of available memory. However, the incremental completion of tables which are evaluated concurrently is not a trivial problem. In this dissertation we describe the integration of concurrency mechanisms, by the way of multi-threading, in a state of the art Tabling and Prolog system, XSB. We begin by reviewing the main concepts for a formal description of tabled computations, called SLG resolution and for the implementation of Tabling under the SLG-WAM, the abstract machine supported by XSB. We describe the different scheduling strategies provided by XSB and introduce some new properties of local scheduling, a scheduling strategy for SLG resolution. We proceed to describe our implementation work by describing the process of integrating multi-threading in a Prolog system supporting Tabling, without addressing the problem of shared tables. We describe the trade-offs and implementation decisions involved. We then describe an optimistic algorithm for the concurrent sharing of completed tables, Shared Completed Tables, which allows the sharing of tables without incurring in deadlocks, under local scheduling. This method relies on the execution properties of local scheduling and includes full support for negation. We provide a theoretical framework and discuss the implementation’s correctness and complexity. After that, we describe amethod for the sharing of tables among threads that allows parallelism in the computation of inter-dependent subgoals, which we name Concurrent Completion. We informally argue for the correctness of Concurrent Completion. We give detailed performance measurements of the multi-threaded XSB systems over a variety of machines and operating systems, for both the Shared Completed Tables and the Concurrent Completion implementations. We focus our measurements inthe overhead over the sequential engine and the scalability of the system. We finish with a comparison of XSB with other multi-threaded Prolog systems and we compare our approach to concurrent tabling with parallel and distributed methods for the evaluation of tabling. Finally, we identify future research directions.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

I - Este relatório pretende descrever o estágio especializado em ensino de música realizado no âmbito do mestrado em Ensino de Música na Escola Superior de Música de Lisboa. Este estágio decorreu no Instituto Gregoriano de Lisboa e no Conservatório de Música, de Dança e de Arte Dramática de Lisboa, duas escolas de ensino oficial especializado. Sendo a primeira pública e a segunda privada, estas escolas apresentam realidades muito diferentes do ponto de vista organizacional e de gestão, que resultam em situações heterogéneas e dependentes de vários factores que serão mencionados ao longo deste relatório. A análise SWOT efectuada para cada uma destas organizações descreve mais objectivamente os factores e variáveis que permitiram construir este relatório. Foram caracterizados três alunos, um de cada curso: preparatório, básico e secundário. A Maria M. é a aluna do 2º ano do curso preparatório, o Pedro R. é aluno de 3º grau do curso básico de instrumento e o Diego M. é aluno de 7º grau. Foram aprofundadas as práticas pedagógicas desenvolvidas com cada um dos alunos e os avanços e metas atingidas por cada um destes alunos. Este estágio resulta numa reflexão sobre a prática pedagógica aplicada e as suas motivações.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The aim of this article was to describe the attention functioning of twenty-two truck drivers and its relationship with amphetamine use. Those drivers who reported using amphetamines in the twelve months previous to the interview had the best performance in a test evaluating sustained attention functioning. Although amphetamine use may initially seem advantageous to the drivers, it may actually impair safe driving. The findings suggest the importance of monitoring the laws regarding amphetamine use in this country.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The problem of providing a hybrid wired/wireless communications for factory automation systems is still an open issue, notwithstanding the fact that already there are some solutions. This paper describes the role of simulation tools on the validation and performance analysis of two wireless extensions for the PROFIBUS protocol. In one of them, the Intermediate Systems, which connect wired and wireless network segments, operate as repeaters. In the other one the Intermediate Systems operate as bridge. We also describe how the analytical analysis proposed for these kinds of networks can be used for the setting of some network parameters and for the guaranteeing real-time behaviour of the system. Additionally, we also compare the bridge-based solution simulation results with the analytical results.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this paper we estimate a model linking innovation effort and economic performance, along the lines of the Mairesse and Mohnen (2003) model. We examine this relationship in the context of services sectors instead of Research and Development intensive manufacturing sectors. Much effort has already been made to explore the innovation-performance relationship for manufacturing sectors but it is still much understudied for services, particularly for Portugal. In this paper we aim to take a step in fulfilling this gap. We use new firm level data for ten services sectors from the Second Community Innovation Survey of Portugal, to estimate the model.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

When timber elements in heritage buildings are moderately degraded by fungi and assuming underlying moisture problems have been solved, two actions can be taken: i) use a biocide to stop fungal activity; ii) consolidate the degraded elements so that the timber keeps on fulfilling its structural and decorative functions. The aim of this work is to investigate the mechanical performance of maritime pine wood degraded by fungi after being treated with a biocide followed by impregnation with a polymer product. Three commercially available products were used: a boron water-based biocide, an acrylic consolidant and an epoxy-based consolidant. Treated and consolidated specimens were subjected to mechanical tests: axial compression test (NP 618), static surface hardness (ISO 3350) and bending test (NP 619). Sets of replicates were subjected to an evaporation ageing test (EN 73) after application of the products and also tested for mechanical behaviour. An increase in mechanical strength was observed for both consolidants with no significant influence from the previous use of biocide product. The specimens subjected to ageing showed a slightly better general mechanical performance.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The aim of this paper is to evaluate the influence of the crushing process used to obtain recycled concrete aggregates on the performance of concrete made with those aggregates. Two crushing methods were considered: primary crushing, using a jaw crusher, and primary plus secondary crushing (PSC), using a jaw crusher followed by a hammer mill. Besides natural aggregates (NA), these two processes were also used to crush three types of concrete made in laboratory (L20, L45 e L65) and three more others from the precast industry (P20, P45 e P65). The coarse natural aggregates were totally replaced by coarse recycled concrete aggregates. The recycled aggregates concrete mixes were compared with reference concrete mixes made using only NA, and the following properties related to the mechanical and durability performance were tested: compressive strength; splitting tensile strength; modulus of elasticity; carbonation resistance; chloride penetration resistance; water absorption by capillarity; water absorption by immersion; and shrinkage. The results show that the PSC process leads to better performances, especially in the durability properties. © 2014 RILEM

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In the last years, several solutions have been proposed to extend PROFIBUS in order to support wired and wireless network stations in the same network. In this paper we compare two of those solutions, one in which the interconnection between wired and wireless stations is made by repeaters and another in which the interconnection is made by bridges. The comparison is both qualitative and numerical, based on simulation models of both architectures.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The IEEE 802.15.4 has been adopted as a communication protocol standard for Low-Rate Wireless Private Area Networks (LRWPANs). While it appears as a promising candidate solution for Wireless Sensor Networks (WSNs), its adequacy must be carefully evaluated. In this paper, we analyze the performance limits of the slotted CSMA/CA medium access control (MAC) mechanism in the beacon-enabled mode for broadcast transmissions in WSNs. The motivation for evaluating the beacon-enabled mode is due to its flexibility and potential for WSN applications as compared to the non-beacon enabled mode. Our analysis is based on an accurate simulation model of the slotted CSMA/CA mechanism on top of a realistic physical layer, with respect to the IEEE 802.15.4 standard specification. The performance of the slotted CSMA/CA is evaluated and analyzed for different network settings to understand the impact of the protocol attributes (superframe order, beacon order and backoff exponent), the number of nodes and the data frame size on the network performance, namely in terms of throughput (S), average delay (D) and probability of success (Ps). We also analytically evaluate the impact of the slotted CSMA/CA overheads on the saturation throughput. We introduce the concept of utility (U) as a combination of two or more metrics, to determine the best offered load range for an optimal behavior of the network. We show that the optimal network performance using slotted CSMA/CA occurs in the range of 35% to 60% with respect to an utility function proportional to the network throughput (S) divided by the average delay (D).

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Penalty and Barrier methods are normally used to solve Nonlinear Optimization Problems constrained problems. The problems appear in areas such as engineering and are often characterised by the fact that involved functions (objective and constraints) are non-smooth and/or their derivatives are not know. This means that optimization methods based on derivatives cannot net used. A Java based API was implemented, including only derivative-free optimizationmethods, to solve both constrained and unconstrained problems, which includes Penalty and Barriers methods. In this work a new penalty function, based on Fuzzy Logic, is presented. This function imposes a progressive penalization to solutions that violate the constraints. This means that the function imposes a low penalization when the violation of the constraints is low and a heavy penalisation when the violation is high. The value of the penalization is not known in beforehand, it is the outcome of a fuzzy inference engine. Numerical results comparing the proposed function with two of the classic penalty/barrier functions are presented. Regarding the presented results one can conclude that the prosed penalty function besides being very robust also exhibits a very good performance.