4 resultados para Dicionário Aurélio
em Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT)
Resumo:
This book presents a current overview of themes that entangle research in Mathematics Education, which were produced in conjunction with professors who act in the Mathematics Education field at PPGECM (Science and Mathematics Post-graduation Program), that counts with professors from many universities, especially UFPR (Paraná's Federal University), UTFPR (Paraná's Technological Federal University) and UDESC (Santa Catarina's Federal University).The set of texts brings some areas of interest, studies that are in development and research that have been completed. It is expected that the chapters present the program, aspects of its production, interests and theoretical/methodological relations, contributing to the strengthening of Mathematics Education as a research field and familiarization and deepening of the topics discussed.
Resumo:
Aluminum cans has wide uses and Brazil is among one of the world's largest country at recycling, to provide an option that adds value to raw materials, this paper uses aluminum cans as aluminum source for the production of alumina. Evaluating the use of acid digestions (hydrochloric acid, sulfuric acid and aqua regia) and basic (potassium hydroxide) to solubilize the aluminum after which will be complexed with 8-hydroxyquinoline at different pH's. By calcination, the complex produces an oxide with metal components with varying proportions depending on the digestion process. The thermal behavior of the complex varies with the morphology and metals present, occurring different events due to these characteristics.
Resumo:
The faunal inventory of the macroinvertebrate community is important to the environmental assessment, since this biota is sensitive to human disturbance. The reservoir of Rio Verde, located on the first plateau of Paraná, is inserted into an agricultural region with several forest fragments Araucaria. The aim of this study was to evaluate the environmental integrity of the reservoir through ecological indexes of macroinvertebrate community benthic and associated with macrophytes. Five sampling points were defined in the study area, which comprise distinct microhabitats in the basin. There were four sampling campaigns, each by weather station: Spring (2014); Summer (2015); Autumn (2015) and Winter (2015). In each sample were measured abiotic various parameters in the field and be collected water samples for nutrient analysis in the laboratory. The macroinvertebrates were collected in triplicate at adapted Macan method using mesh sieve 1 mm and CPUE (catch per unit effort) for 20 minutes. In order to pellet sample was used a dredger model Petersen 2L. Still in the field, by season, samples were collected from macrophytes Myriophyllum aquaticum (Vell) Verdc. and Potamogeton montevidensis A. Benn. in triplicates in the fluvial region of the reservoir, to analyze the associated fractal dimension and macrofauna. For this we used a PVC sampler specific volume 0.025 m3. the following ecological descriptors were calculated in each case: abundance, wealth tax, wealth Margalef, Shannon-Wiener diversity, evenness evenness through the Past software. The index Biological Monitoring Working Party (BMWP) for monitoring sampling points was also calculated. Regarding the statistical analysis, we used the analysis of PERMANOVA to compare points and seasons and canonical correspondence analysis (CCoA) for variables. Regarding M. aquaticum and P. montevidensis it was not verified difference to the average associated macroinvertebrates. However there was a difference for abundance of organisms in the fractal dimension and biomass of specimens. M. aquaticum is more complex and took more macrofauna in relation to P. montevidensis. Regarding the monitoring of the reservoir, it showed up mesotrophic with moderate nutrient concentrations and within the regulatory limits. Benthic macrofauna showed statistical differences in relation to the reservoir region, sample point and temporal variation. The BMWP index showed that the river region has the highest biotic integrity (in all samples above 70 points), and the ecological descriptors of wealth and Margalef diversity of Shannon- Wiener higher. In point 4 (dam downstream) were recorded evidence of possible impacts due to lower wealth and BMWP index which resulted in a questionable quality water. New approaches are needed to focus on the aquatic community in the best understanding of this ecosystem and also with a view to environmental preservation of the Green River Basin.
Resumo:
This document presents GEmSysC, an unified cryptographic API for embedded systems. Software layers implementing this API can be built over existing libraries, allowing embedded software to access cryptographic functions in a consistent way that does not depend on the underlying library. The API complies to good practices for API design and good practices for embedded software development and took its inspiration from other cryptographic libraries and standards. The main inspiration for creating GEmSysC was the CMSIS-RTOS standard, which defines an unified API for embedded software in an implementation-independent way, but targets operating systems instead of cryptographic functions. GEmSysC is made of a generic core and attachable modules, one for each cryptographic algorithm. This document contains the specification of the core of GEmSysC and three of its modules: AES, RSA and SHA-256. GEmSysC was built targeting embedded systems, but this does not restrict its use only in such systems – after all, embedded systems are just very limited computing devices. As a proof of concept, two implementations of GEmSysC were made. One of them was built over wolfSSL, which is an open source library for embedded systems. The other was built over OpenSSL, which is open source and a de facto standard. Unlike wolfSSL, OpenSSL does not specifically target embedded systems. The implementation built over wolfSSL was evaluated in a Cortex- M3 processor with no operating system while the implementation built over OpenSSL was evaluated on a personal computer with Windows 10 operating system. This document displays test results showing GEmSysC to be simpler than other libraries in some aspects. These results have shown that both implementations incur in little overhead in computation time compared to the cryptographic libraries themselves. The overhead of the implementation has been measured for each cryptographic algorithm and is between around 0% and 0.17% for the implementation over wolfSSL and between 0.03% and 1.40% for the one over OpenSSL. This document also presents the memory costs for each implementation.