981 resultados para Dynamic programming (DP)
Resumo:
In this study, a high-performance composite was prepared from jute fabrics and polypropylene (PP). In order to improve the compatibility of the polar fibers and the non-polar matrix, alkyl gallates with different hydrophobic groups were enzymatically grafted onto jute fabric by laccase to increase the surface hydrophobicity of the fiber. The grafting products were characterized by FTIR. The results of contact angle and wetting time showed that the hydrophobicity of the jute fabrics was improved after the surface modification. The effect of the enzymatic graft modification on the properties of the jute/PP composites was evaluated. Results showed that after the modification, tensile and dynamic mechanical properties of composites improved, and water absorption and thickness swelling clearly decreased. However, tensile properties drastically decreased after a long period of water immersion. The thermal behavior of the composites was evaluated by TGA/DTG. The fiber-matrix morphology in the modified jute/PP composites was confirmed by SEM analysis of the tensile fractured specimens.
Resumo:
This work reports on the influence of the substrate polarization of electroactive β-PVDF on human adipose stem cells (hASCs) differentiation under static and dynamic conditions. hASCs were cultured on different β-PVDF surfaces (non-poled and “poled -”) adsorbed with fibronectin and osteogenic differentiation was determined using a quantitative alkaline phosphatase assay. “Poled -” β-PVDF samples promote higher osteogenic differentiation, which is even higher under dynamic conditions. It is thus demonstrated that electroactive membranes can provide the necessary electromechanical stimuli for the differentiation of specific cells and therefore will support the design of suitable tissue engineering strategies, such as bone tissue engineering.
Resumo:
Tese de Doutoramento em Ciências (área de especialização em Matemática).
Resumo:
Tese de Doutoramento em Ciências (área de especialização em Matemática).
Resumo:
About 90% of breast cancers do not cause or are capable of producing death if detected at an early stage and treated properly. Indeed, it is still not known a specific cause for the illness. It may be not only a beginning, but also a set of associations that will determine the onset of the disease. Undeniably, there are some factors that seem to be associated with the boosted risk of the malady. Pondering the present study, different breast cancer risk assessment models where considered. It is our intention to develop a hybrid decision support system under a formal framework based on Logic Programming for knowledge representation and reasoning, complemented with an approach to computing centered on Artificial Neural Networks, to evaluate the risk of developing breast cancer and the respective Degree-of-Confidence that one has on such a happening.
Resumo:
Many of our everyday tasks require the control of the serial order and the timing of component actions. Using the dynamic neural field (DNF) framework, we address the learning of representations that support the performance of precisely time action sequences. In continuation of previous modeling work and robotics implementations, we ask specifically the question how feedback about executed actions might be used by the learning system to fine tune a joint memory representation of the ordinal and the temporal structure which has been initially acquired by observation. The perceptual memory is represented by a self-stabilized, multi-bump activity pattern of neurons encoding instances of a sensory event (e.g., color, position or pitch) which guides sequence learning. The strength of the population representation of each event is a function of elapsed time since sequence onset. We propose and test in simulations a simple learning rule that detects a mismatch between the expected and realized timing of events and adapts the activation strengths in order to compensate for the movement time needed to achieve the desired effect. The simulation results show that the effector-specific memory representation can be robustly recalled. We discuss the impact of the fast, activation-based learning that the DNF framework provides for robotics applications.
Resumo:
Firefly Algorithm is a recent swarm intelligence method, inspired by the social behavior of fireflies, based on their flashing and attraction characteristics [1, 2]. In this paper, we analyze the implementation of a dynamic penalty approach combined with the Firefly algorithm for solving constrained global optimization problems. In order to assess the applicability and performance of the proposed method, some benchmark problems from engineering design optimization are considered.
Resumo:
[Excerpt] We read with interest the case report by Ismael et al1 describing a patient with Sjo¨gren’s syndrome and cystic lung disease who could not be weaned from a ventilator due to severe central excessive dynamic airway collapse (EDAC) of the lower part of the trachea and proximal bronchi. EDAC corresponds to the expiratory bulging of the tracheobronchial wall without known airway structural abnormalities, leading to a decrease of at least 50% in internal diameter.2 It is a rare and underdiagnosed entity, commonly confused with other respiratory diseases such as asthma and COPD. Although noninvasive procedures such as cervicothoracic computed tomography scan on inspiration and expiration may suggest the disorder, the accepted standard method for diagnosis is bronchoscopy.3-7 (...).
Resumo:
Dissertação de mestrado integrado em Engenharia Biomédica
Resumo:
Dissertação de mestrado integrado em Biomedical Engineering Biomaterials, Biomechanics and Rehabilitation
Resumo:
The present study proposes a dynamic constitutive material interface model that includes non-associated flow rule and high strain rate effects, implemented in the finite element code ABAQUS as a user subroutine. First, the model capability is validated with numerical simulations of unreinforced block work masonry walls subjected to low velocity impact. The results obtained are compared with field test data and good agreement is found. Subsequently, a comprehensive parametric analysis is accomplished with different joint tensile strengths and cohesion, and wall thickness to evaluate the effect of the parameter variations on the impact response of masonry walls.
Resumo:
Tese de Doutoramento em Ciências da Comunicação (área de especialização em Sociologia da Comunicação e da Informação).
Resumo:
A spreadsheet usually starts as a simple and singleuser software artifact, but, as frequent as in other software systems, quickly evolves into a complex system developed by many actors. Often, different users work on different aspects of the same spreadsheet: while a secretary may be only involved in adding plain data to the spreadsheet, an accountant may define new business rules, while an engineer may need to adapt the spreadsheet content so it can be used by other software systems.Unfortunately,spreadsheetsystemsdonotoffermodular mechanisms, and as a consequence, some of the previous tasks may be defined by adding intrusive “code” to the spreadsheet. In this paper we go through the design and implementation of an aspect-oriented language for spreadsheets so that users can work on different aspects of a spreadsheet in a modular way. For example, aspects can be defined in order to introduce new business rules to an existing spreadsheet, or to manipulate the spreadsheet data to be ported to another system. Aspects are defined as aspect-oriented program specifications that are dynamically woven into the underlying spreadsheet by an aspect weaver. In this aspect-oriented style of spreadsheet development, differentusers develop,orreuse,aspects withoutaddingintrusive code to the original spreadsheet. Such code is added/executed by the spreadsheet weaving mechanism proposed in this paper.
Resumo:
Documento submetido para revisão pelos pares. A publicar em Journal of Parallel and Distributed Computing. ISSN 0743-7315
Resumo:
This paper introduces the metaphorism pattern of relational specification and addresses how specification following this pattern can be refined into recursive programs. Metaphorisms express input-output relationships which preserve relevant information while at the same time some intended optimization takes place. Text processing, sorting, representation changers, etc., are examples of metaphorisms. The kind of metaphorism refinement proposed in this paper is a strategy known as change of virtual data structure. It gives sufficient conditions for such implementations to be calculated using relation algebra and illustrates the strategy with the derivation of quicksort as example.