998 resultados para maintain mechanism


Relevância:

20.00% 20.00%

Publicador:

Resumo:

One of the most important functions in the individual development is the interaction and integration of each sensory input. There exist two competing theories, i.e. the deficiency theory and the compensatory theory, regarding the origin and nature of changes in visual functions observed after auditory deprivation. The deficiency theory proposed that integrative processes are essential for normal development. In contrast, the compensatory theory stated that the loss of one sense may be met by a greater reliance upon, therefore an enhancement of the remaining senses. Given that hearing impaired children’s learning depends primarily on visual information, it is important to recognize the differences of visual attention between them and their hearing age-mates. Differences among age groups could exist in either selectivity or sustained attention. Study 1 and study 2 explored the selective and sustained attention development of hearing impaired and hearing students with average cognitive ability, aged from 7 years to college students. The analysis and discussion of the results are based on the visual attention development as well as deficiency theory and compensatory theory. According to the results of the study 1 and study 2, the spatial distribution and controlling of the visual attention between hearing impaired and hearing students were also investigated in the study 3 and study 4. The present work showed that: Firstly, both hearing impaired and hearing participants had the similar developmental trajectory of the sustained attention. The ability of children’s sustained attention appeared to improve with age, and in adolescence it reached the peak. The hearing impaired participants had the comparable sustained attention skills to the matched hearing ones. Besides, the results of the hearing impaired participants showed that they could maintain their attention and vigilance on the current task over the observation period. Secondly, group differences of visual attention development were found between hearing impaired and hearing participants. In the childhood, the visual attention developmental speed of the hearing impaired children was slower than that of the hearing ones. The selective attention skill of the hearing impaired were not comparable to the hearing ones, however, their selective skill improved with age, so in the adulthood, hearing impaired students showed the slight advantage in the selective attention skill over the hearing ones. Thirdly, hearing impaired and hearing participants showed the similar spatial distribution in the attention resources. In the low perceptual load condition, both participants were suffered great interference of the distrator at the fixation. In contrast, in the high perceptual load condition, hearing impaired adults were suffered more interference of the peripheral distractor, which suggested that they distributed more attention resources to the peripheral field when faced difficult tasks. Fourthly, both groups showed similar processing in the visual attention tasks. That is, they both searched the target with only the color feature in a parallel way, but in a serial way while processing orientation feature and the features with the combination of the color and orientation. Furthermore, the results indicated that two groups show similar ways in the attention controlling. In summary, the present study showed that visual attention development was dependent upon the integration of multimodal sensory information. Because of the interaction and integration of the input from various sensory, it has a negative impact on the intact sensory at the early stage of one sensory loss, however, it can better the functions of other intact sensory gradually with development and practice.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Self-conscious emotions (guilt, shame, embarrassment, pride, etc) are social emotions, and involve complex appraisals of how one’s behavior has been evaluated by the self and other people according to some value standards. Self-conscious emotions play an important role in human life by arousing and regulating human action tendencies, feeling and thoughts, which can promote people to work hard in achievement and task fields, maintain good interpersonal relationship according with social morality and expectation. The present study aimed to examine complex self-conscious emotional understanding capabilities in junior middle school students with and without learning disabilities, how the self-conscious emotions generate, and relationship between self-conscious emotions and self-representation in academic and interpersonal fields. Situational experimental methods were used in this research, and the results would give further supports for learning disabilities intervention. The main results of present research are as follows. 1. The study included 4 parts and 6 experiments. The aim of study 1 was to explore whether juveniles with learning disabilities understood complex self-conscious emotions differently from juveniles without learning disabilities. We surveyed the self-conscious emotions understanding of 37 learning disabilities and 45 non-learning disabilities with the emotional situation stories. The results indicated that the self-conscious emotional recognition in others for learning disabilities was lower than that of non-learning disabilities in different emotional recognition tasks. Moreover, children with learning disabilities were more inclined to recognize emotions in themselves as elemental emotions, however, children without learning disabilities were more inclined to recognize emotions in themselves as self-conscious emotions. 2. The aim of study 2 was to explore the generative mechanism of self-conscious emotions in academic and interpersonal fields with the method of situational experiments, namely to examine whether the self-discrepancy could cause self-conscious emotions for learning disabilities. 84 learning disabilities (in experiment 1) and 80 learning disabilities (in experiment 2) participated in the research, and the results were as follows. (1) Self discrepancy caused participants’ self-conscious emotions effectively in academic and interpersonal fields. One’s own and parents’ perspercive on the actual-ideal self-discrepancy both produced dejection-related emotions (shame、embarrassment) and agitation-related emotions (guilt). (2)In academic fields, children with learning disabilities caused higher level negative self-conscious emotions (embarrassment, shame, and guilt) and lower level positive self-conscious emotion (pride). However, there were no differences of self-conscious emotions for children with and without learning disabilities in non-academic fields. 3. The aim of study 3 was to explore what influence had self-conscious emotions on self-representation for learning disabilities with the method of situational experiments. 57 learning disabilities (in experiment 1) and 67 learning disabilities (in experiment 2) participated in the research, and the results were as follows. (1)The negative self-conscious for learning disabilities could influence their positive or negative academic and positive interpersonal self-representation stability, the ways in which self-evaluation of ability mediate these effects. However, there was no significant effect for the negative self-conscious and self-evaluation of ability predicting negative interpersonal self-representation stability. (2)The stability level of positive academic and interpersonal self-representation for learning disabilities was lower than that of non-learning disabilities. There was no significant difference of the negative interpersonal self-representation stability for children with and without learning disabilities in the positive self-conscious valence condition. However, the stability level of negative interpersonal self-representation for learning disabilities was lower than that of non-learning disabilities in the negative self-conscious valence condition. 4. The aim of study 4 was to explore the intervention effects for self-conscious emotions training course on emotional comprehension cability. 65 learning disabilities (34 in experimental group, and 31 in control group) participated in the research. The results showed that self-conscious emotions course boosted the self-conscious emotions apprehensive level for children with learning disabilities.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This report describes Processor Coupling, a mechanism for controlling multiple ALUs on a single integrated circuit to exploit both instruction-level and inter-thread parallelism. A compiler statically schedules individual threads to discover available intra-thread instruction-level parallelism. The runtime scheduling mechanism interleaves threads, exploiting inter-thread parallelism to maintain high ALU utilization. ALUs are assigned to threads on a cycle byscycle basis, and several threads can be active concurrently. Simulation results show that Processor Coupling performs well both on single threaded and multi-threaded applications. The experiments address the effects of memory latencies, function unit latencies, and communication bandwidth between function units.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Conventional parallel computer architectures do not provide support for non-uniformly distributed objects. In this thesis, I introduce sparsely faceted arrays (SFAs), a new low-level mechanism for naming regions of memory, or facets, on different processors in a distributed, shared memory parallel processing system. Sparsely faceted arrays address the disconnect between the global distributed arrays provided by conventional architectures (e.g. the Cray T3 series), and the requirements of high-level parallel programming methods that wish to use objects that are distributed over only a subset of processing elements. A sparsely faceted array names a virtual globally-distributed array, but actual facets are lazily allocated. By providing simple semantics and making efficient use of memory, SFAs enable efficient implementation of a variety of non-uniformly distributed data structures and related algorithms. I present example applications which use SFAs, and describe and evaluate simple hardware mechanisms for implementing SFAs. Keeping track of which nodes have allocated facets for a particular SFA is an important task that suggests the need for automatic memory management, including garbage collection. To address this need, I first argue that conventional tracing techniques such as mark/sweep and copying GC are inherently unscalable in parallel systems. I then present a parallel memory-management strategy, based on reference-counting, that is capable of garbage collecting sparsely faceted arrays. I also discuss opportunities for hardware support of this garbage collection strategy. I have implemented a high-level hardware/OS simulator featuring hardware support for sparsely faceted arrays and automatic garbage collection. I describe the simulator and outline a few of the numerous details associated with a "real" implementation of SFAs and SFA-aware garbage collection. Simulation results are used throughout this thesis in the evaluation of hardware support mechanisms.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This report describes a system which maintains canonical expressions for designators under a set of equalities. Substitution is used to maintain all knowledge in terms of these canonical expressions. A partial order on designators, termed the better-name relation, is used in the choice of canonical expressions. It is shown that with an appropriate better-name relation an important engineering reasoning technique, propagation of constraints, can be implemented as a special case of this substitution process. Special purpose algebraic simplification procedures are embedded such that they interact effectively with the equality system. An electrical circuit analysis system is developed which relies upon constraint propagation and algebraic simplification as primary reasoning techniques. The reasoning is guided by a better-name relation in which referentially transparent terms are preferred to referentially opaque ones. Multiple description of subcircuits are shown to interact strongly with the reasoning mechanism.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The synthesis of zeolite X is characterized by UV Raman spectroscopy, NMR spectroscopy, and X-ray diffraction. UV Raman spectra of the liquid phase of the synthesis system indicate that AI(OH); species are incorporated into silicate species, and the polymeric silicate species are depolymerized into monomeric silicate species during the early stage of zeolite formation. An. intermediate species possessing Raman bands at 307, 503, 858 and 1020 cm(-1) is detected during the crystallization ill the solid phase transformation. The intermediate species is attributed to the beta cage, the secondary building unit of zeolite X. A model for the formation of zeolite X is proposed, which involves four-membered rings connecting to each other via six-membered ring to form beta cages, then the beta cages interconnect via double six-membered rings to form the framework of zeolite X. (C) 2001 Elsevier Science B.V. All rights reserved.