936 resultados para Desenvolvimento da linguagem - Crianças
Resumo:
The increase of capacity to integrate transistors permitted to develop completed systems, with several components, in single chip, they are called SoC (System-on-Chip). However, the interconnection subsystem cans influence the scalability of SoCs, like buses, or can be an ad hoc solution, like bus hierarchy. Thus, the ideal interconnection subsystem to SoCs is the Network-on-Chip (NoC). The NoCs permit to use simultaneous point-to-point channels between components and they can be reused in other projects. However, the NoCs can raise the complexity of project, the area in chip and the dissipated power. Thus, it is necessary or to modify the way how to use them or to change the development paradigm. Thus, a system based on NoC is proposed, where the applications are described through packages and performed in each router between source and destination, without traditional processors. To perform applications, independent of number of instructions and of the NoC dimensions, it was developed the spiral complement algorithm, which finds other destination until all instructions has been performed. Therefore, the objective is to study the viability of development that system, denominated IPNoSys system. In this study, it was developed a tool in SystemC, using accurate cycle, to simulate the system that performs applications, which was implemented in a package description language, also developed to this study. Through the simulation tool, several result were obtained that could be used to evaluate the system performance. The methodology used to describe the application corresponds to transform the high level application in data-flow graph that become one or more packages. This methodology was used in three applications: a counter, DCT-2D and float add. The counter was used to evaluate a deadlock solution and to perform parallel application. The DCT was used to compare to STORM platform. Finally, the float add aimed to evaluate the efficiency of the software routine to perform a unimplemented hardware instruction. The results from simulation confirm the viability of development of IPNoSys system. They showed that is possible to perform application described in packages, sequentially or parallelly, without interruptions caused by deadlock, and also showed that the execution time of IPNoSys is more efficient than the STORM platform
Resumo:
Na computação científica é necessário que os dados sejam o mais precisos e exatos possível, porém a imprecisão dos dados de entrada desse tipo de computação pode estar associada às medidas obtidas por equipamentos que fornecem dados truncados ou arredondados, fazendo com que os cálculos com esses dados produzam resultados imprecisos. Os erros mais comuns durante a computação científica são: erros de truncamentos, que surgem em dados infinitos e que muitas vezes são truncados", ou interrompidos; erros de arredondamento que são responsáveis pela imprecisão de cálculos em seqüências finitas de operações aritméticas. Diante desse tipo de problema Moore, na década de 60, introduziu a matemática intervalar, onde foi definido um tipo de dado que permitiu trabalhar dados contínuos,possibilitando, inclusive prever o tamanho máximo do erro. A matemática intervalar é uma saída para essa questão, já que permite um controle e análise de erros de maneira automática. Porém, as propriedades algébricas dos intervalos não são as mesmas dos números reais, apesar dos números reais serem vistos como intervalos degenerados, e as propriedades algébricas dos intervalos degenerados serem exatamente as dos números reais. Partindo disso, e pensando nas técnicas de especificação algébrica, precisa-se de uma linguagem capaz de implementar uma noção auxiliar de equivalência introduzida por Santiago [6] que ``simule" as propriedades algébricas dos números reais nos intervalos. A linguagem de especificação CASL, Common Algebraic Specification Language, [1] é uma linguagem de especificação algébrica para a descrição de requisitos funcionais e projetos modulares de software, que vem sendo desenvolvida pelo CoFI, The Common Framework Initiative [2] a partir do ano de 1996. O desenvolvimento de CASL se encontra em andamento e representa um esforço conjunto de grandes expoentes da área de especificações algébricas no sentido de criar um padrão para a área. A dissertação proposta apresenta uma especificação em CASL do tipo intervalo, munido da aritmética de Moore, afim de que ele venha a estender os sistemas que manipulem dados contínuos, sendo possível não só o controle e a análise dos erros de aproximação, como também a verificação algébrica de propriedades do tipo de sistema aqui mencionado. A especificação de intervalos apresentada aqui foi feita apartir das especificações dos números racionais proposta por Mossakowaski em 2001 [3] e introduz a noção de igualdade local proposta por Santiago [6, 5, 4]
Resumo:
This work presents JFLoat, a software implementation of IEEE-754 standard for binary floating point arithmetic. JFloat was built to provide some features not implemented in Java, specifically directed rounding support. That feature is important for Java-XSC, a project developed in this Department. Also, Java programs should have same portability when using floating point operations, mainly because IEEE-754 specifies that programs should have exactly same behavior on every configuration. However, it was noted that programs using Java native floating point types may be machine and operating system dependent. Also, JFloat is a possible solution to that problem
Resumo:
It is increasingly common use of a single computer system using different devices - personal computers, telephones cellular and others - and software platforms - systems graphical user interfaces, Web and other systems. Depending on the technologies involved, different software architectures may be employed. For example, in Web systems, it utilizes architecture client-server - usually extended in three layers. In systems with graphical interfaces, it is common architecture with the style MVC. The use of architectures with different styles hinders the interoperability of systems with multiple platforms. Another aggravating is that often the user interface in each of the devices have structure, appearance and behaviour different on each device, which leads to a low usability. Finally, the user interfaces specific to each of the devices involved, with distinct features and technologies is a job that needs to be done individually and not allow scalability. This study sought to address some of these problems by presenting a reference architecture platform-independent and that allows the user interface can be built from an abstract specification described in the language in the specification of the user interface, the MML. This solution is designed to offer greater interoperability between different platforms, greater consistency between the user interfaces and greater flexibility and scalability for the incorporation of new devices
Resumo:
The use of middleware technology in various types of systems, in order to abstract low-level details related to the distribution of application logic, is increasingly common. Among several systems that can be benefited from using these components, we highlight the distributed systems, where it is necessary to allow communications between software components located on different physical machines. An important issue related to the communication between distributed components is the provision of mechanisms for managing the quality of service. This work presents a metamodel for modeling middlewares based on components in order to provide to an application the abstraction of a communication between components involved in a data stream, regardless their location. Another feature of the metamodel is the possibility of self-adaptation related to the communication mechanism, either by updating the values of its configuration parameters, or by its replacement by another mechanism, in case of the restrictions of quality of service specified are not being guaranteed. In this respect, it is planned the monitoring of the communication state (application of techniques like feedback control loop), analyzing performance metrics related. The paradigm of Model Driven Development was used to generate the implementation of a middleware that will serve as proof of concept of the metamodel, and the configuration and reconfiguration policies related to the dynamic adaptation processes. In this sense was defined the metamodel associated to the process of a communication configuration. The MDD application also corresponds to the definition of the following transformations: the architectural model of the middleware in Java code, and the configuration model to XML
Resumo:
The academic community and software industry have shown, in recent years, substantial interest in approaches and technologies related to the area of model-driven development (MDD). At the same time, continues the relentless pursuit of industry for technologies to raise productivity and quality in the development of software products. This work aims to explore those two statements, through an experiment carried by using MDD technology and evaluation of its use on solving an actual problem under the security context of enterprise systems. By building and using a tool, a visual DSL denominated CALV3, inspired by the software factory approach: a synergy between software product line, domainspecific languages and MDD, we evaluate the gains in abstraction and productivity through a systematic case study conducted in a development team. The results and lessons learned from the evaluation of this tool within industry are the main contributions of this work
Resumo:
The field of Wireless Sensor and Actuator Networks (WSAN) is fast increasing and has attracted the interest of both the research community and the industry because of several factors, such as the applicability of such networks in different application domains (aviation, civil engineering, medicine, and others). Moreover, advances in wireless communication and the reduction of hardware components size also contributed for a fast spread of these networks. However, there are still several challenges and open issues that need to be tackled in order to achieve the full potential of WSAN usage. The development of WSAN systems is one of the most relevant of these challenges considering the number of variables involved in this process. Currently, a broad range of WSAN platforms and low level programming languages are available to build WSAN systems. Thus, developers need to deal with details of different sensor platforms and low-level programming abstractions of sensor operational systems on one hand, and they also need to have specific (high level) knowledge about the distinct application domains, on the other hand. Therefore, in order to decouple the handling of these two different levels of knowledge, making easier the development process of WSAN systems, we propose LWiSSy (Domain Language for Wireless Sensor and Actuator Networks Systems), a domain specific language (DSL) for WSAN. The use of DSLs raises the abstraction level during the programming of systems and modularizes the system building in several steps. Thus, LWiSSy allows the domain experts to directly contribute in the development of WSANs without having knowledge on low level sensor platforms, and network experts to program sensor nodes to meet application requirements without having specific knowledge on the application domain. Additionally, LWiSSy enables the system decomposition in different levels of abstraction according to structural and behavioral features and granularities (network, node group and single node level programming)
Resumo:
The quarrel, in this study, tells about the language as social practical in the daily of Parnamirim State Prison that is integrated to the Rio Grande do Norte Penitentiary System - SISPERN, destined for men in fulfilment of penalty privative of freedom, in closed regimen. For the accomplishment of the research, the delimited objectives had been to analyze the language repertoires created in the prisional daily, trying to identify how it´s turned into distinct forms of resistance to the mechanisms of control in penitentiary system; to investigate which are the language repertoires created from the new sociability forms developed among prisoners and identify how the language repertoires are expressed in the daily prisional on relations/exercises of power not-institutionalized. In the methodological aspect, the study is in a qualitative boarding, that has as main instrument the interview. The inquiry was possible by means of using instruments for data collection, like as: the direct comment in the prisional daily duly registered as researcher´s ethnographical procedure, the analysis of interns´ cadastre handbooks and the application of half-structuralized interview, to the subjects of the research. The construction and understanding of the study object had been based on authors who argue on the arrest, as: Foucault, Goffman, Carvalho Filho and, in particular was searched the theorical referencial that approaches the language in a social and cultural perspective: Orlandi, Manfred, Bastos and Candiotto, amongst others. Beyond the normative endorsement of the Brazilian legislation, through the Law of Criminal Execution, of the Criminal Code and the Federal Constitution of the country and the legal apparatus in state scope. Still in the research methodological perspective, after the collection the data had been submitted to an analysis of the speech from Foucalt´s theory and in the Orlandi´s perspective, being also qualitative and quantitative. The results had evidenced that the social and juridical profile of the population in the site inquired is not different of others Brazilian prisons, composed for men, in its majority, with age band between 21 and 30 years old, prisoners for practicing crimes against the patrimony, against life, amongst others, and, in special, criminal recidivists. It evidenced, still, that the daily prisional of PSP is characterized for a sociocultural diversity expressed in the relations of power not institutionalized, that contributes for the formation and division of the groups, each one using a set of language codes/ repertoires sustentation. Therefore, the language, in the daily prisional, is one of the ways to understand the singularity of the sociability relations and as social practicing mediated by relations/exercises of power and antagonistic interests, in which each group aims first of all, their own interests. It represents the complexity of the social relations, in the prisional space, with diverse effects, in function of the situation and the moment. The language in the arrest, beyond the communication function, assumes and represents central element for the sociability human being, contributes for its changings and it´s configured as one of the resistance forms of prisoners against the controling, disciplining and monitoring mechanisms of penitentiary system
Resumo:
Esta pesquisa pretendeu estudar o desenvolvimento cognitivo e as explicações sobre a causalidade das doenças em crianças hospitalizadas, particularmente a influência nas explicações da experiência com doenças e da escolaridade. Participaram da pesquisa cinqûenta crianças brasileiras internadas em um hospital público, com diferentes diagnósticos e idade variando entre cinco e nove anos. O desenvolvimento cognitivo e as concepções sobre as causas das doenças foram avaliados dentro de um referencial piagetiano. Como em estudos anteriores, as crianças processaram as informações numa seqüência cognitiva previsível. Entretanto, as crianças internadas mostraram atraso na aquisição da conservação, e explicações com poucos elementos subjetivos, sem referências à própria doença. As causas atribuídas às doenças foram similares às apontadas por crianças de outros países. Foi estatisticamente significativa a relação entre a complexidade das explicações e o número de internações. A maioria da amostra, independente da idade e nível cognitivo, atribuiu o adoecimento à desobediência, possível mecanismo adaptativo ao desamparo, resultado que parece trazer implicações a serem consideradas quando se abordam pacientes infantis.
Resumo:
TEMA: a literatura aponta para a influência da postura corporal sobre as habilidades orais em crianças com desenvolvimento sensório-motor alterado. em crianças normais existem poucos estudos sobre essa relação. OBJETIVO: estudar em crianças a termo a relação entre habilidades motoras e habilidades motoras orais, desde 1 dia de vida até 24 meses de idade. MÉTODO: 42 crianças foram filmadas com 1 dia, 1 mês, 2, 3, 4, 5, 6, 9,12 e 24 meses nas posições supino, prono, sentado e em pé e durante alimentação com amamentação / mamadeira (até 5 meses), uso de colher para alimentação pastosa (3 aos 12 meses), uso de copo para água ou suco (6 aos 24 meses) e alimento sólido (6 aos 24 meses). Estabeleceram-se escores de quantificação para o desenvolvimento corporal e habilidades orais e utilizou-se o coeficiente de correlação de Pearson para o estudo estatístico, adotando-se nível de significância de 5%. RESULTADOS: os resultados do desenvolvimento motor apontaram para semelhança de dados entre supino e prono e sentado e em pé; para as habilidades orais (durante a alimentação com mamadeira/amamentação, colher, copo, mastigação) constatou-se em cada modalidade de alimentação, homogeneidade de aquisição de habilidades para lábios, língua e mandíbula. Houve associação entre habilidades motoras e orais; resultados apontam que o desenvolvimento motor (habilidades motoras) se deu antes das orais desde o 5° ao 24° mês e que as habilidades de mandíbula em copo e colher ocorreram antes das habilidades de lábios e língua. CONCLUSÃO: houve crescente aquisição de habilidades motoras e orais, variabilidade de habilidades em idades entre 3 e 24 meses e associação entre habilidades motoras e orais.
Resumo:
O objetivo deste estudo foi verificar a relação entre a cárie precoce, variáveis sócio-comportamentais e o locus de controle da saúde em um grupo de crianças de 24 a 35 meses de idade de Araraquara, São Paulo, Brasil. Foram envolvidas todas as crianças de ambos os sexos, na mencionada faixa etária, matriculadas em sete Centros Municipais de Educação e Recreação Infantil, totalizando 110 crianças. Os exames foram realizados por um examinador, previamente, calibrado para a aplicação dos critérios propostos pela OMS para determinação da condição dentária. Um questionário foi respondido pelas mães, sendo que seu conteúdo incluía informações referentes às características sócio-econômicas, comportamentos e atitudes relacionados à saúde bucal da criança, além da escala multidimensional do locus de controle da saúde. A prevalência de cárie precoce (lesões cavitadas e não cavitadas) foi de 28,2%. Observou-se associação significativa entre a escolaridade paterna (p = 0,01) e cárie precoce; não houve associação significativa entre as médias de nenhuma das subescalas do locus de controle e a cárie precoce. Os resultados sugerem que os pais não devam ser tidos apenas como provedores, mas como uma importante influência no desenvolvimento infantil como um todo.
Resumo:
Observamos o comportamento locomotor de 40 crianças (de 5 a 8 anos) e de 40 adultos jovens (de 19 a 28 anos) frente a restrições ambientais, que percorreram dois circuitos em condições de luminosidade total e reduzida e transporte de carga (sem carga, 3% e 7% da massa corporal), andando o mais rápido possível e evitando contato com objetos. O tempo gasto na tarefa foi obtido por meio de um cronômetro digital, em três tentativas por condição. ANOVA para três fatores (circuito x iluminação x carga) revelou que: as crianças demoraram mais tempo para realizar a tarefa quando carga foi adicionada; crianças mais jovens percorreram o circuito em tempo maior que crianças mais velhas; as condições não alteraram a locomoção dos adultos. Concluímos que crianças necessitam integrar as informações sensoriais e acoplá-las ao sistema efetor. Programas de intervenção são necessários para facilitar essa integração sem restrição da mobilidade das crianças.
Resumo:
Tem aumentado o interesse pelo domínio da língua inglesa como ferramenta de comunicação para inclusão no mundo globalizado, bem como a oferta de seu ensino para crianças (CAMERON, 2001; PINTER, 2006). Neste texto, buscamos refletir acerca da formação do docente para atuar junto a esse público em especial. Trazemos sugestões de mudanças no processo vigente, que venham ao encontro das necessidades contemporâneas (SACRISTÁN, 2006; LIBÂNEO, 2006), mediante a visão de cinco professoras que lecionam língua inglesa para crianças em um município matogrossense. Os dados fazem parte de um estudo qualitativo e foram gerados por meio de entrevistas individuais e sessões reflexivas coletivas entre o grupo de docentes e a pesquisadora. Com base em seus dizeres, apresentamos os conhecimentos teórico-metodológicos adquiridos e os desejados, e algumas características peculiares a esses docentes (SPADA, 2004). São abordadas, também, algumas dificuldades encontradas e a importância da experiência para o desenvolvimento da docência. A formação é entendida como contínua, com caráter coletivo, colaborativo e reflexivo (PORTO, 2004; IMBERNÓN, 2005; PIMENTA e GHEDIN, 2005), possibilitando ao docente desenvolver ação investigativa de sua prática pedagógica.
Resumo:
OBJETIVOS: recupera-se síntese dos principais aspectos das publicações referentes a projeto conduzido pela equipe, na década passada, com o objetivo de subsidiar a avaliação de política pública setorial de suplementação alimentar na infância. MÉTODOS: acompanharam-se trimestralmente, durante um ano, indicadores de crescimento e desenvolvimento em populações periféricas de dois a 72 meses de idade, em Sorocaba, São Paulo. Após realização do censo infantil de duas regiões da cidade, as crianças freqüentes a creches (em número de 164) foram comparadas às demais (280). O impacto nutricional foi quantificado através de análises univariadas (testes inferenciais Kappa e de Goodman) e multivariadas. Vieses e confundimento foram averiguados e controlados. RESULTADOS: observou-se, entre muitas outras informações obtidas, que o grupo assistido apresentou: 1) idade média superior; 2) menor taxa de aleitamento natural; 3) menores valores de peso/altura à admissão, com maiores ganhos durante a evolução; 4) essa melhora aumentou com a duração da exposição e foi maior entre os mais velhos. CONCLUSÕES: avalia-se que assistir apropriadamente pré-escolares constitui hoje, em nosso meio, relevante imperativo de ordem social.
Resumo:
O sobrepeso e a obesidade (SO) têm atingido proporções epidêmicas, principalmente, em idade escolar, tornando-se um problema mundial de saúde. Muitas adaptações podem ocorrer na organização postural de crianças com SO, provocando, graves consequências. A avaliação postural pode colaborar para o entendimento destas alterações. O objetivo do presente estudo foi verificar alterações na postura dos membros inferiores de crianças com SO, através de metodologia específica. Vinte e dois indivíduos, sendo distribuídos de acordo com o sexo: 9 do feminino e 13 do masculino, com faixa etária entre 5-9 anos, participaram do estudo. Na avaliação postural, foram utilizados a fotogrametria e o software SAPo. Foram analisados os ângulos articulares dos membros inferiores e a projeção plantar do centro de gravidade. Foi utilizada estatística não-paramétrica descritiva, além dos testes de Kruskal-Wallis e de Mann-Whitney (p<0,05), para comparação entre os sexos. Ambos os sexos apresentaram anteroversão e leve rotação pélvica, à direita para o feminino e à esquerda para o masculino hiperextensão e valgismo de joelhos e valgismo tornozelos. O centro de gravidade apresentou 26,95% de anteriorização. Conclui-se que a avaliação postural nessa população foi congruente aos achados da literatura e a metodologia utilizada possibilitou quantificar os dados para futuras comparações.