990 resultados para self modifying code


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Impaired self-awareness is a common problem following traumatic brain injury. Without adequate self-awareness, a person's motivation to participate in rehabilitation may be limited, which in turn can have an adverse effect on his or her functional outcome. For this reason, it is important that brain injury rehabilitation professionals, including occupational therapists, both understand this phenomenon and use assessment and treatment approaches aimed at improving clients' self-awareness. This article provides an overview of self-awareness, reviewing the distinction between intellectual and online awareness. The current role of occupational therapy in the assessment of self-awareness is highlighted and the guidelines for new assessments of self-awareness suitable for use in occupational therapy are explored.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This investigation re-examines theoretical aspects of the allowance for effects of thermodynamic non-ideality on the characterization of protein self-association by frontal exclusion chromatography, and thereby provides methods of analysis with greater thermodynamic rigor than those used previously. Their application is illustrated by reappraisal of published exclusion chromatography data for hemoglobin on the controlled-pore-glass matrix CPG-120. The equilibrium constant of 100/M that is obtained for dimerization of the (02 species by this means is also deduced from re-examination of published studies of concentrated hemoglobin solutions by osmotic pressure and sedimentation equilibrium methods. (C) 2003 Elsevier Science B.V. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Adiabatic self-heating tests were carried out on five New Zealand coal samples ranging in rank from lignite to high-volatile bituminous. Kinetic parameters of oxidation were obtained front the self-heating curves assuming Arrhenius behaviour. The activation energy E (kJ mol(-1)) and the pre-exponential factor A (s(-1)) were determined in the temperature range of 70-140 degreesC. The activation energy exhibited a definite rank relationship with a minimum E of 55 kJ mol(-1) occurring at a Suggate rank of similar to6.2 corresponding to subbituminous C. Either side of this rank there was a noticeable increase in the activation energy indicating lower reactivity of the coal. A similar rank trend was also observed in the R-70 self-heating rate index values that were taken from the initial portion of the self-heating curve front 40 to 70 degreesC. From these results it is clear that the adiabatic method is capable of providing reliable kinetic parameters of coal oxidation.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This article describes one aspect of a prospective cohort study of 10,432 women aged between 70 and 75 years. After a 3-year period, 503 women self-reported a new diagnosis by a doctor of angina or myocardial infarction (symptomatic coronary heart disease [CHD]). Time one psychosocial variables (Duke Social Support Index, time pressure, Perceived Stress Scale, Mental Health Index, having a partner, educational attainment, and location of residence) were analyzed using univariate binary logistic regression for their ability to predict subsequent symptomatic CHD. Of these variables, the Duke Social Support Index, Perceived Stress Scale and the Mental Health Index were found to be significant predictors of symptomatic CHID diagnosis. Only the Perceived Stress Scale, however, proved to be a significant independent predictor. After controlling for time one nonpsychosocial variables, as well as the frequency of family doctor visits, perceived stress remained a significant predictor of the new diagnosis of symptomatic CHD in this cohort of older women over a 3-year period.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In cameras with radial distortion, straight lines in space are in general mapped to curves in the image. Although epipolar geometry also gets distorted, there is a set of special epipolar lines that remain straight, namely those that go through the distortion center. By finding these straight epipolar lines in camera pairs we can obtain constraints on the distortion center(s) without any calibration object or plumbline assumptions in the scene. Although this holds for all radial distortion models we conceptually prove this idea using the division distortion model and the radial fundamental matrix which allow for a very simple closed form solution of the distortion center from two views (same distortion) or three views (different distortions). The non-iterative nature of our approach makes it immune to local minima and allows finding the distortion center also for cropped images or those where no good prior exists. Besides this, we give comprehensive relations between different undistortion models and discuss advantages and drawbacks.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Graphical user interfaces (GUIs) are critical components of todays software. Given their increased relevance, correctness and usability of GUIs are becoming essential. This paper describes the latest results in the development of our tool to reverse engineer the GUI layer of interactive computing systems. We use static analysis techniques to generate models of the user interface behaviour from source code. Models help in graphical user interface inspection by allowing designers to concentrate on its more important aspects. One particularly type of model that the tool is able to generate is state machines. The paper shows how graph theory can be useful when applied to these models. A number of metrics and algorithms are used in the analysis of aspects of the user interface's quality. The ultimate goal of the tool is to enable analysis of interactive system through GUIs source code inspection.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

When developing interactive applications, considering the correctness of graphical user interfaces (GUIs) code is essential. GUIs are critical components of today's software, and contemporary software tools do not provide enough support for ensuring GUIs' code quality. GUIsurfer, a GUI reverse engineering tool, enables evaluation of behavioral properties of user interfaces. It performs static analysis of GUI code, generating state machines that can help in the evaluation of interactive applications. This paper describes the design, software architecture, and the use of GUIsurfer through an example. The tool is easily re-targetable, and support is available to Java/Swing, and WxHaskell. The paper sets the ground for a generalization effort to consider rich internet applications. It explores the GWT web applications' user interface programming toolkit.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Graphical user interfaces (GUIs) are critical components of today's software. Developers are dedicating a larger portion of code to implementing them. Given their increased importance, correctness of GUIs code is becoming essential. This paper describes the latest results in the development of GUISurfer, a tool to reverse engineer the GUI layer of interactive computing systems. The ultimate goal of the tool is to enable analysis of interactive system from source code.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

More and more current software systems rely on non trivial coordination logic for combining autonomous services typically running on different platforms and often owned by different organizations. Often, however, coordination data is deeply entangled in the code and, therefore, difficult to isolate and analyse separately. COORDINSPECTOR is a software tool which combines slicing and program analysis techniques to isolate all coordination elements from the source code of an existing application. Such a reverse engineering process provides a clear view of the actually invoked services as well as of the orchestration patterns which bind them together. The tool analyses Common Intermediate Language (CIL) code, the native language of Microsoft .Net Framework. Therefore, the scope of application of COORDINSPECTOR is quite large: potentially any piece of code developed in any of the programming languages which compiles to the .Net Framework. The tool generates graphical representations of the coordination layer together and identifies the underlying business process orchestrations, rendering them as Orc specifications

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Current software development relies increasingly on non-trivial coordination logic for com- bining autonomous services often running on di erent platforms. As a rule, however, in typical non-trivial software systems, such a coordination layer is strongly weaved within the application at source code level. Therefore, its precise identi cation becomes a major methodological (and technical) problem which cannot be overestimated along any program understanding or refactoring process. Open access to source code, as granted in OSS certi cation, provides an opportunity for the devel- opment of methods and technologies to extract, from source code, the relevant coordination information. This paper is a step in this direction, combining a number of program analysis techniques to automatically recover coordination information from legacy code. Such information is then expressed as a model in Orc, a general purpose orchestration language