993 resultados para Controller implementation
Resumo:
Objective: to analyze what nursing models and nursing assessment structures have been used in the implementation of the nursing process at the public and private centers in the health area Gipuzkoa (Basque Country). Method: a retrospective study was undertaken, based on the analysis of the nursing records used at the 158 centers studied. Results: the Henderson model, Carpenito's bifocal structure, Gordon's assessment structure and the Resident Assessment Instrument Nursing Home 2.0 have been used as nursing models and assessment structures to implement the nursing process. At some centers, the selected model or assessment structure has varied over time. Conclusion: Henderson's model has been the most used to implement the nursing process. Furthermore, the trend is observed to complement or replace Henderson's model by nursing assessment structures.
Resumo:
Migrating to cloud computing is one of the current enterprise challenges. This technology provides a new paradigm based on "on-demand payment" for information and communication technologies. In this sense, the small and medium enterprise is supposed to be the most interested, since initial investments are avoided and the technology allows gradual implementation. However, even if the characteristics and capacities have been widely discussed, entry into the cloud is still lacking in terms of practical, real frameworks. This paper aims at filling this gap, presenting a real tool already implemented and tested, which can be used as a cloud computing adoption decision tool. This tool uses diagnosis based on specific questions to gather the required information and subsequently provide the user with valuable information to deploy the business within the cloud, specifically in the form of Software as a Service (SaaS) solutions. This information allows the decision makers to generate their particular Cloud Road. A pilot study has been carried out with enterprises at a local level with a two-fold objective: To ascertain the degree of knowledge on cloud computing and to identify the most interesting business areas and their related tools for this technology. As expected, the results show high interest and low knowledge on this subject and the tool presented aims to readdress this mismatch, insofar as possible. Copyright: © 2015 Bildosola et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Resumo:
As sintonias dos Controladores PID existentes em um Sistema de Posicionamento Dinâmico, utilizado em embarcações e plataformas a fim de manter uma posição fixa em alto-mar ou de realizar determinada manobra, sempre tem sido um desafio a ser vencido. Trata-se de uma tarefa demorada, dependente das condições ambientais e com um elevado custo financeiro, uma vez que as horas dedicadas do profissional habilitado são caras. Além disso, a embarcação deve-se manter estabilizada durante o período de tempo no qual determinada função é realizada, como por exemplo, perfuração, abastecimento, ou lançamento de dutos. Foi utilizado um software para simular o posicionamento de uma embarcação em alto-mar sob diversas condições de vento e correnteza, com o qual foi possível verificar a influência da sintonia dos parâmetros PID do Controlador no desempenho do sistema de controle. O Sistema dinâmico abordado possui um comportamento não linear e sujeito a fortes distúrbios não medidos, o que são apenas alguns exemplos de questões avaliadas deste trabalho. Neste contexto, foram projetadas Redes Neurais com o intuito de aprimorar a técnica utilizada para determinar os ganhos de um dos Controladores PID de um Sistema de Posicionamento Dinâmico. Os melhores resultados foram obtidos através da avaliação de desempenho de diversas simulações de Redes Neurais que revelam a viabilidade da implementação da sintonia automática de Controladores em Sistemas de Posicionamento Dinâmico.
Resumo:
[ES]El objetivo de este trabajo es el diseño e implementación de un complemento adicional a OpenFlow que permita la ejecución de los mensajes en el switch dentro de un espacio de tiempo concreto que previamente ha sido definido. El primer paso será la definición de objetivos y especificaciones del trabajo, para posteriormente realizar el diseño de un escenario mediante el análisis de posibles alternativas, y que permitirá la consecución de dichos objetivos. A continuación se añadirá el código necesario para que los equipos sean capaces de realizar el envío y ejecución de los mensajes en el tiempo programado y se finalizará realizando simulaciones y pruebas tanto del funcionamiento como del formato que utilizan los mensajes intercambiados entre el controlador y los switches que maneja, con el objetivo de verificar la viabilidad del módulo desarrollado.
Resumo:
Due to changes in land use over the last century, the physical nature of many streams and rivers in the British Isles has probably changed. In some cases this change may be large for example as a result of flood defence schemes and is easily observed, whilst in other cases altered land use, farming, forestry or urbanization may have resulted in more subtle changes to river features. This working guide draws together a way of assessing habitat in any stream or river and determine sites or reaches on the assessed watercourse that may benefit from habitat improvement schemes. It will determine a method of measuring existing habitat in a broad sense, whilst referring to R and D studies currently being undertaken in this area. A method of prioritising any proposed habitat restoration work will be suggested. The limitations of fisheries improvement schemes in terms of cross functional acceptance (flood defence and conservation) will be examined along with suggested proposals for some example watercourses. The need for pre and post enhancement monitoring will be discussed as will the requirement for maintenance programs on schemes. Finally methods for determining the cost benefits of small schemes will be examined, compared to other currently used enhancement strategies. This will allow small scale revenue schemes to be used to back up pre project cost benefit analysis as required in future capital submissions.
Resumo:
The CTC algorithm, Consolidated Tree Construction algorithm, is a machine learning paradigm that was designed to solve a class imbalance problem, a fraud detection problem in the area of car insurance [1] where, besides, an explanation about the classification made was required. The algorithm is based on a decision tree construction algorithm, in this case the well-known C4.5, but it extracts knowledge from data using a set of samples instead of a single one as C4.5 does. In contrast to other methodologies based on several samples to build a classifier, such as bagging, the CTC builds a single tree and as a consequence, it obtains comprehensible classifiers. The main motivation of this implementation is to make public and available an implementation of the CTC algorithm. With this purpose we have implemented the algorithm within the well-known WEKA data mining environment http://www.cs.waikato.ac.nz/ml/weka/). WEKA is an open source project that contains a collection of machine learning algorithms written in Java for data mining tasks. J48 is the implementation of C4.5 algorithm within the WEKA package. We called J48Consolidated to the implementation of CTC algorithm based on the J48 Java class.