917 resultados para Timing code


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Objective: To examine the effect of the application of tape over the patella on the onset of electromyographic (EMG) activity of vastus medialis obliquus (VMO) relative to vastus lateralis (VL) in participants with and without patellofemoral pain syndrome (PFPS). Design: Randomised within subject. Settings: University laboratory. Participants: Ten participants with PFPS and 12 asymptomatic controls. Interventions: Three experimental taping conditions: no tape, therapeutic tape, and placebo tape. Main Outcome Measures: Electromyographic onset of VMO and VL assessed during the concentric and eccentric phases of a stair stepping task. Results: When participants with PFPS completed the stair stepping task, the application of therapeutic patellar tape was found to alter the temporal characteristics of VMO and VL activation, whereas placebo tape had no effect. In contrast, there was no change in the EMG onset of VMO and VL with the application of placebo or therapeutic tape to the knee in the asymptomatic participants. Conclusions: These data support the use of patellar taping as an adjunct to rehabilitation in people with PFPS.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Increasingly, electropalatography (EPG) is being used in speech pathology research to identify and describe speech disorders of neurological origin. However, limited data currently exists that describes normal articulatory segment timing and the degree of variability exhibited by normal speakers when assessed with EPG. Therefore, the purpose of the current investigation was to use the Reading EPG3 system to quantify segmental timing values and examine articulatory timing variability for three English consonants. Ten normal subjects repeated ten repetitions of CV words containing the target consonants /t/, /l/, and /s/ while wearing an artificial palate. The target consonants were followed by the /i/ vowel and were contained in the carrier phrase 'I saw a __'. Mean duration of the approach, closure/constriction, and release phases of consonant articulation were calculated. In addition, inter-subject articulatory timing variability was investigated using descriptive graphs and intra-subject articulatory timing variability was investigated using a coefficient of variation. Results revealed the existence of intersubject variability for mean segment timing values. This could be attributed to individual differences in the suprasegmental features of speech and individual differences in oral cavity size and structure. No significant differences were reported for degree of intra-subject variability between the three sounds for these same phases of articulation. However, when this data set was collapsed, results revealed that the closure/constriction phase of consonant articulation exhibited significantly less intra-subject variability than both the approach and release phases. The stabilization of the tongue against the fixed structure of the hard palate during the closure phase of articulation may have reduced the levels of intra-subject variability.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The refinement calculus is a well-established theory for deriving program code from specifications. Recent research has extended the theory to handle timing requirements, as well as functional ones, and we have developed an interactive programming tool based on these extensions. Through a number of case studies completed using the tool, this paper explains how the tool helps the programmer by supporting the many forms of variables needed in the theory. These include simple state variables as in the untimed calculus, trace variables that model the evolution of properties over time, auxiliary variables that exist only to support formal reasoning, subroutine parameters, and variables shared between parallel processes.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Trials conducted in Queensland, Australia between 1997 and 2002 demonstrated that fungicides belonging to the triazole group were the most effective in minimising the severity of infection of sorghum by Claviceps africana, the causal agent of sorghum ergot. Triadimenol ( as Bayfidan 250EC) at 0.125 kg a. i./ha was the most effective fungicide. A combination of the systemic activated resistance compound acibenzolar-S-methyl ( as Bion 50WG) at 0.05 kg a. i./ha and mancozeb ( as Penncozeb 750DF) at 1.5 kg a. i./ha has the potential to provide protection against the pathogen, should triazole-resistant isolates be detected. Timing and method of fungicide application are important. Our results suggest that the triazole fungicides have no systemic activity in sorghum panicles, necessitating the need for multiple applications from first anthesis to the end of flowering, whereas acibenzolar-S-methyl is most effective when applied 4 days before flowering. The flat fan nozzles tested in the trials provided higher levels of protection against C. africana and greater droplet deposition on panicles than the tested hollow cone nozzles. Application of triadimenol by a fixed wing aircraft was as efficacious as application through a tractor-mounted boom spray.

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

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This article analyses the selectivity and market timing abilities of international Socially Responsible Investment (SRI) funds, from eight European markets, in comparison to conventional funds with similar characteristics. The results show that differences in market timing abilities of international SRI funds and their conventional peers are not statistically significant. However, SRI funds investing in European equities are significantly worse stock pickers than conventional funds, whereas for funds investing globally, selectivity abilities are similar among both fund groups. Hence, our results suggest that a broader investment universe might increase SRI fund managers’ stock picking abilities and, consequently, improve SRI fund performance.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Este trabalho avalia o desempenho de fundos de investimento brasileiros pelo seu market timing, ou seja, pela capacidade de os gestores anteciparem diferenças de retorno das ações em relação a um ativo de renda fixa. Utilizam-se testes - paramétrico e não-paramétrico - desenvolvidos por Henriksson e Merton para a análise do desempenho de 243 fundos, no período de setembro de 1998 a outubro de 2003. Encontra-se evidência de habilidade de market timing para uma minoria de gestores de fundos, resultado que aparentemente se deve à maior facilidade de se preverem grandes diferenças de retorno entre o mercado acionário e a taxa de juros livre de risco.