200 resultados para C programming languages

em Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP)


Relevância:

80.00% 80.00%

Publicador:

Resumo:

This paper presents a framework to build medical training applications by using virtual reality and a tool that helps the class instantiation of this framework. The main purpose is to make easier the building of virtual reality applications in the medical training area, considering systems to simulate biopsy exams and make available deformation, collision detection, and stereoscopy functionalities. The instantiation of the classes allows quick implementation of the tools for such a purpose, thus reducing errors and offering low cost due to the use of open source tools. Using the instantiation tool, the process of building applications is fast and easy. Therefore, computer programmers can obtain an initial application and adapt it to their needs. This tool allows the user to include, delete, and edit parameters in the functionalities chosen as well as storing these parameters for future use. In order to verify the efficiency of the framework, some case studies are presented.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper investigates probabilistic logics endowed with independence relations. We review propositional probabilistic languages without and with independence. We then consider graph-theoretic representations for propositional probabilistic logic with independence; complexity is analyzed, algorithms are derived, and examples are discussed. Finally, we examine a restricted first-order probabilistic logic that generalizes relational Bayesian networks. (c) 2007 Elsevier Inc. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Substance-dependence is highly associated with executive cognitive function (ECF) impairments. However. considering that it is difficult to assess ECF clinically, the aim of the present study was to examine the feasibility of a brief neuropsychological tool (the Frontal Assessment Battery FAB) to detect specific ECF impairments in a sample of substance-dependent individuals (SDI). Sixty-two subjects participated in this study. Thirty DSM-IV-diagnosed SDI, after 2 weeks of abstinence, and 32 healthy individuals (control group) were evaluated with FAD and other ECF-related tasks: digits forward (DF), digits backward (DB), Stroop Color Word Test (SCWT), and Wisconsin Card Sorting Test (WCST). SDI did not differ from the control group on sociodemographic variables or IQ. However, SDI performed below the controls in OF, DB, and FAB. The SDI were cognitively impaired in 3 of the 6 cognitive domains assessed by the FAB: abstract reasoning, motor programming, and cognitive flexibility. The FAB correlated with DF, SCWT, and WCST. In addition, some neuropsychological measures were correlated with the amount of alcohol, cannabis, and cocaine use. In conclusion, SDI performed more poorly than the comparison group on the FAB and the FAB`s results were associated with other ECF-related tasks. The results suggested a negative impact of alcohol, cannabis, and cocaine use on the ECF. The FAB may be useful in assisting professionals as an instrument to screen for ECF-related deficits in SDI. (C) 2010 Elsevier Ltd. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Groups of Grade 3 children were tested on measures of word-level literacy and undertook tasks that required the ability to associate sounds with letter sequences and that involved visual, auditory and phonological-processing skills. These groups came from different language backgrounds in which the language of instruction was Arabic, Chinese, English, Hungarian or Portuguese. Similar measures were used across the groups, with tests being adapted to be appropriate for the language of the children. Findings indicated that measures of decoding and phonological-processing skills were good predictors of word reading and spelling among Arabic- and English-speaking children, but were less able to predict variability in these same early literacy skills among Chinese- and Hungarian-speaking children, and were better at predicting variability in Portuguese word reading than spelling. Results were discussed with reference to the relative transparency of the script and issues of dyslexia assessment across languages. Overall, the findings argue for the need to take account of features of the orthography used to represent a language when developing assessment procedures for a particular language and that assessment of word-level literacy skills and a phonological perspective of dyslexia may not be universally applicable across all language contexts. Copyright (C) 2008 John Wiley & Sons, Ltd.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Low birth weight has been associated with increased obesity in adulthood. It has been shown that dietary salt restriction during intrauterine life induces low birth weight and insulin resistance in adult Wistar rats. The present study had a two-fold objective: to evaluate the effects that low salt intake during pregnancy and lactation has on the amount and distribution of adipose tissue; and to determine whether the phenotypic changes in fat mass in this model are associated with alterations in the activity of the renin-angiotensin system. Maternal salt restriction was found to reduce birth weight in male and female offspring. In adulthood, the female offspring of dams fed the low-salt diet presented higher adiposity indices than those seen in the offspring of dams fed a normal-salt diet. This was attributed to the fact that adipose tissue mass (retroperitoneal but not gonadal, mesenteric or inguinal) was greater in those rats than in the offspring of dams fed a normal diet. The adult offspring of dams fed the low-salt diet, compared to those dams fed a normal-salt diet, presented the following: plasma leptin levels higher in males and lower in females; plasma renin activity higher in males but not in females; and no differences in body weight, mean arterial blood pressure or serum angiotensin-converting enzyme activity. Therefore, low salt intake during pregnancy might lead to the programming of obesity in adult female offspring. (c) 2009 Elsevier Inc. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We introduce a problem called maximum common characters in blocks (MCCB), which arises in applications of approximate string comparison, particularly in the unification of possibly erroneous textual data coming from different sources. We show that this problem is NP-complete, but can nevertheless be solved satisfactorily using integer linear programming for instances of practical interest. Two integer linear formulations are proposed and compared in terms of their linear relaxations. We also compare the results of the approximate matching with other known measures such as the Levenshtein (edit) distance. (C) 2008 Elsevier B.V. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Mutation testing has been used to assess the quality of test case suites by analyzing the ability in distinguishing the artifact under testing from a set of alternative artifacts, the so-called mutants. The mutants are generated from the artifact under testing by applying a set of mutant operators, which produce artifacts with simple syntactical differences. The mutant operators are usually based on typical errors that occur during the software development and can be related to a fault model. In this paper, we propose a language-named MuDeL (MUtant DEfinition Language)-for the definition of mutant operators, aiming not only at automating the mutant generation, but also at providing precision and formality to the operator definition. The proposed language is based on concepts from transformational and logical programming paradigms, as well as from context-free grammar theory. Denotational semantics formal framework is employed to define the semantics of the MuDeL language. We also describe a system-named mudelgen-developed to support the use of this language. An executable representation of the denotational semantics of the language is used to check the correctness of the implementation of mudelgen. At the very end, a mutant generator module is produced, which can be incorporated into a specific mutant tool/environment. (C) 2008 Elsevier Ltd. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We investigate several two-dimensional guillotine cutting stock problems and their variants in which orthogonal rotations are allowed. We first present two dynamic programming based algorithms for the Rectangular Knapsack (RK) problem and its variants in which the patterns must be staged. The first algorithm solves the recurrence formula proposed by Beasley; the second algorithm - for staged patterns - also uses a recurrence formula. We show that if the items are not so small compared to the dimensions of the bin, then these algorithms require polynomial time. Using these algorithms we solved all instances of the RK problem found at the OR-LIBRARY, including one for which no optimal solution was known. We also consider the Two-dimensional Cutting Stock problem. We present a column generation based algorithm for this problem that uses the first algorithm above mentioned to generate the columns. We propose two strategies to tackle the residual instances. We also investigate a variant of this problem where the bins have different sizes. At last, we study the Two-dimensional Strip Packing problem. We also present a column generation based algorithm for this problem that uses the second algorithm above mentioned where staged patterns are imposed. In this case we solve instances for two-, three- and four-staged patterns. We report on some computational experiments with the various algorithms we propose in this paper. The results indicate that these algorithms seem to be suitable for solving real-world instances. We give a detailed description (a pseudo-code) of all the algorithms presented here, so that the reader may easily implement these algorithms. (c) 2007 Elsevier B.V. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Com o objetivo de acompanhar a estabilidade físico-química e microbiológica da carne mecanicamente separada (CMS) de diferentes origens e estocada durante 99 dias a -18 °C, foi realizada prévia mistura de conservante (nitrito de sódio) e antioxidante (eritorbato de sódio) em CMS obtida de duas linhagens de aves: galinhas matrizes de corte e galinhas poedeiras comerciais brancas. Na CMS de cada linhagem foram realizados três diferentes tratamentos: 1) controle (sem aditivos); 2) adição de 150 ppm de nitrito; e 3) adição de 150 ppm de nitrito e 500 ppm de eritorbato. Os resultados encontrados demonstraram que a adição de nitrito isoladamente não impediu a oxidação lipídica, avaliada através do índice de TBARS, nem a alteração na cor, avaliada em colorímetro. Por outro lado, a adição de nitrito juntamente com eritorbato foi efetiva na redução dos problemas de oxidação lipídica na CMS de galinhas matrizes, e em menor grau, na CMS de poedeiras. A adição de nitrito e eritorbato na CMS também melhorou a preservação da cor vermelha desejável (a*) ao longo do tempo. A avaliação da estabilidade microbiológica da CMS, realizada no primeiro e último dia de estocagem congelada, para microrganismos mesófilos, Escherichia coli, Staphylococcus aureus, Clostridium perfringens e Pseudomonas spp., e quinzenalmente para microrganismos psicrotróficos, indicou que não houve uma variação significativa nas contagens em função do tratamento utilizado (diferentes aditivos adicionados). Não foi detectada Salmonella spp. em nenhuma das amostras analisadas. Em função da melhoria da estabilidade oxidativa, recomenda-se a adição de nitrito (150 ppm) e eritorbato (500 ppm) em CMS de galinhas matrizes a ser estocada congelada por um período prolongado.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Um experimento foi conduzido com o objetivo de avaliar os efeitos de duas fontes de vitamina D e três níveis de vitamina C sobre as características de desempenho, a qualidade interna e externa dos ovos, os níveis de cálcio total e iônico séricos e a resistência óssea de poedeiras. Foram utilizadas 288 galinhas da linhagem ISA Babcock B300® com 23 semanas de idade, durante um período experimental de 12 semanas. Utilizou-se o delineamento inteiramente ao acaso em arranjo fatorial 2 × 3, com os fatores: fontes de vitamina D (colecalciferol e 25-hidroxicolecalciferol - 25(OH)D3) e de vitamina C (0, 100 e 200 ppm), totalizando seis tratamentos com oito repetições de seis aves. O nível basal de colecalciferol foi de 2.756 UI/kg, correspondendo a 5,51 g do produto comercial Hy.D®/t de ração, como fonte de 25(OH)D3. Os fatores estudados não influenciaram o consumo de ração, a produção, o peso e a massa de ovos. Observou-se efeito da interação de fontes de vitamina sobre a conversão alimentar, que foi melhor quando utilizado metabólito 25(OH)D3 na ausência de vitamina C. Interações foram observadas para porcentagem de albúmen e porcentagem de gema, que aumentaram na presença de 200 ppm de vitamina C. O peso específico dos ovos, as concentrações de cálcio sérico, cinzas ósseas e a resistência à quebra não foram influenciadas pelas fontes de vitamina D e C. Houve interação para porcentagem e espessura de casca, cujos maiores valores foram obtidos com a suplementação de vitamina C na presença de 25(OH)D3. Em poedeiras na fase inicial de produção, a conversão alimentar é melhor com a utilização do 25(OH)D3 e a espessura e porcentagem de casca também melhoram com a utilização de 25(OH)D3 e a suplementação de vitamina C nas dietas (100 ou 200 ppm, respectivamente).

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Este estudo teve como objetivo avaliar a influência da lavagem e da adição de eritorbato de sódio e tripolifosfato de sódio na estabilidade de Carne Mecanicamente Separada (CMS) de tilápia de Nilo (Oreochromis niloticus) durante 6 meses de armazenamento a -18 ºC. A CMS obtida por meio de máquina separadora de carne e ossos foi dividida em quatro tratamentos (CMS lavada com e sem aditivos, e CMS não lavada com e sem aditivos) e mantida sob congelamento a -18 ºC, por 180 dias. A estabilidade foi avaliada por meio de análises microbiológicas e determinações de nitrogênio não proteico (NNP), bases nitrogenadas voláteis (BNV), substâncias reativas ao ácido tiobarbitúrico (TBARS), pH e drip (perda de água no descongelamento). O processo de lavagem causou redução de aproximadamente 41, 44 e 66% nos teores de proteína bruta, lipídios e cinzas, respectivamente, reduzindo também os valores iniciais de NNP, BNV e TBARS. Durante o armazenamento, foram observados aumentos (p < 0,05) nos teores de NNP, BNV e pH em praticamente todos os tratamentos, exceto na CMS lavada com aditivos, que não apresentou aumentos significativos nos teores de NNP e pH. O uso de aditivos nas CMS diminuiu o drip ao longo do armazenamento, mas não alterou (p > 0,05) os teores de TBARS. Os parâmetros microbiológicos avaliados não ultrapassaram os limites permitidos pela legislação. As CMS permaneceram estáveis e em boas condições de utilização, independentemente da inclusão de aditivo, sendo viável sua estocagem a -18 ºC por 180 dias.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The complete SSU rDNA was sequenced for 10 individuals of Cladophora vagabunda collected along the coast of Brazil. For C. rupestris (L.) Kütz. a partial SSU rDNA sequence (1634 bp) was obtained. Phylogenetic trees indicate that Cladophora is paraphyletic, but the section Glomeratae sensu lato including C. vagabunda from Brazil, Japan and France, C. albida (Nees) Kütz., C. sericea (Hudson) Kütz., and C. glomerata (L.) Kütz. is monophyletic. Within this group C. vagabunda is paraphyletic. The sequence identity for the SSU rDNA varied from 98.9% to 100% for the Brazilian C. vagabunda, and from 98.3% to 99.7% comparing the Brazilian individuals to the ones from France and Japan. Sequence identity of the Brazilian C. vagabunda to C. albida and C. sericea vary from 98.0% to 98.6%. The SSU rDNA phylogeny support partially the morphological characteristics presented by Brazilian populations of C. vagabunda. On the other hand, C. rupestris from Brazil does not group with C. rupestris from France, both sequences presenting only 96.9% of identity. The inclusion of sequences of individuals from Brazil reinforces the need of taxonomical revision for the genus Cladophora and for the complex C. vagabunda.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This work evaluated the effects of Tris (hydroxymethyl)-aminomethane (TRIS) buffer and its interaction with nutrient concentration on the development of Gracilaria birdie, a common species on the Brazilian coast that has been exploited for agar production. Responses to different conditions were assessed through growth rates and pigment content (chlorophyll a, phycoerythrin, phycocyanin and allophycocyanin). Provasoli's nutrient solution with and without TRIS addition was tested at concentrations of 12.5, 25 and 50%. The pH was also monitored. G. birdiae grew better in the absence of TRIS and at low nutrient concentrations, 12.5 and 25% (growth rates of 10.8-11.3%.day-1). Higher contents of phycoerythrin and chlorophyll a were observed without TRIS at 12.5 and 25% (Phycoerythrin, 649.6-698.0 μg g-1 fresh biomass; Chlorophyll a, 156.0-168.6 μg g-1 fresh biomass). These findings highlight the deleterious effect of TRIS on growth and phycoerythrin and chlorophyll a content. They also demonstrate the importance of appropriate nutrient concentration for laboratory cultures, depending on the intrinsic characteristics of each species.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The reproductive phenology and thallus length of Gracilaria birdiae were studied over a period of 12 months in a natural bed in Northeastern Brazil. Fertile specimens of G. birdiae were observed during the entire study period. Tetrasporophytes were the most common with an annual mean of 80.1±5.6%, followed by cystocarpic plants (9.3±3.4%), male gametophytes (8.3±3.6%) and infertile plants (2.2±3.4%). Only male gametophytes and infertile plants showed a variation in occurrence frequency during the year (p<0.05). With respect to thallus length, a distinct seasonal variation was observed for all reproductive stages (p<0.05), with the highest values recorded during the rainy season (March to August) and the lowest in the dry season (September to February). The results demonstrate that the size of individuals in this population is significantly affected by the periodic changes in the environment caused by rainfall regimes and hydrodynamism.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Collagen XVIII can generate two fragments, NC11-728 containing a frizzled motif which possibly acts in Wnt signaling and Endostatin, which is cleaved from the NC1 and is a potent inhibitor of angiogenesis. Collagen XVIII and Wnt signaling have recently been associated with adipogenic differentiation and obesity in some animal models, but not in humans. In the present report, we have shown that COL18A1 expression increases during human adipogenic differentiation. We also tested if polymorphisms in the Frizzled (c.1136C>T; Thr379Met) and Endostatin (c.4349G>A; Asp1437Asn) regions contribute towards susceptibility to obesity in patients with type 2 diabetes (113 obese, BMI =30; 232 non-obese, BMI < 30) of European ancestry. No evidence of association was observed between the allele c.4349G>A and obesity, but we observed a significantly higher frequency of homozygotes c.1136TT in obese (19.5%) than in non-obese individuals (10.9%) [P = 0.02; OR = 2.0 (95%CI: 1.07-3.73)], suggesting that the allele c.1136T is associated to obesity in a recessive model. This genotype, after controlling for cholesterol, LDL cholesterol, and triglycerides, was independently associated with obesity (P = 0.048), and increases the chance of obesity in 2.8 times. Therefore, our data suggest the involvement of collagen XVIII in human adipogenesis and susceptibility to obesity.