2 resultados para arguments in favor
em Brock University, Canada
Resumo:
The purpose of this study was to examine the acute hormonal responses to a bout of resistance versus plyometric exercise in young male athletes. Specifically, changes in salivary cortisol, testosterone and testosterone-to-cortisol ratio from pre- to post-exercise between the two different exercise protocols were examined. Twenty-six peri-pubertal active boys participated in this cross-over study, completing two exercise sessions. During each session, participants first completed a 30 min control period, which did not include any exercise, and then was randomly assigned to perform a 45 min of either a resistance exercise or a plyometric exercise protocol. All participants crossed over to perform the other exercise protocol during their second exercise session, a week later. Four saliva samples during each protocol were taken at: baseline, pre-exercise, 5 min post-exercise and 30 min post-exercise. Significant increases in testosterone values were reported 5 min post-exercise following the resistance protocol, but not the plyometric protocol. Both exercise protocols resulted in significant cortisol decreases overtime, as well as significant testosterone-to-cortisol ratio increases. The post-exercise increases in salivary testosterone and testosterone-to-cortisol ratio followed the typical exercise induced anabolic response seen in adults. However, the post-exercise decrease in salivary cortisol was different than the typical adult response indicating an insufficient stimulus for this age group maybe due to their stage of the biological development. Thus, in the adolescent boys, exercise appears to change the anabolic to catabolic balance in favor of anabolism.
Resumo:
This thesis will introduce a new strongly typed programming language utilizing Self types, named Win--*Foy, along with a suitable user interface designed specifically to highlight language features. The need for such a programming language is based on deficiencies found in programming languages that support both Self types and subtyping. Subtyping is a concept that is taken for granted by most software engineers programming in object-oriented languages. Subtyping supports subsumption but it does not support the inheritance of binary methods. Binary methods contain an argument of type Self, the same type as the object itself, in a contravariant position, i.e. as a parameter. There are several arguments in favour of introducing Self types into a programming language (11. This rationale led to the development of a relation that has become known as matching [4, 5). The matching relation does not support subsumption, however, it does support the inheritance of binary methods. Two forms of matching have been proposed (lJ. Specifically, these relations are known as higher-order matching and I-bound matching. Previous research on these relations indicates that the higher-order matching relation is both reflexive and transitive whereas the f-bound matching is reflexive but not transitive (7]. The higher-order matching relation provides significant flexibility regarding inheritance of methods that utilize or return values of the same type. This flexibility, in certain situations, can restrict the programmer from defining specific classes and methods which are based on constant values [21J. For this reason, the type This is used as a second reference to the type of the object that cannot, contrary to Self, be specialized in subclasses. F-bound matching allows a programmer to define a function that will work for all types of A', a subtype of an upper bound function of type A, with the result type being dependent on A'. The use of parametric polymorphism in f-bound matching provides a connection to subtyping in object-oriented languages. This thesis will contain two main sections. Firstly, significant details concerning deficiencies of the subtype relation and the need to introduce higher-order and f-bound matching relations into programming languages will be explored. Secondly, a new programming language named Win--*Foy Functional Object-Oriented Programming Language has been created, along with a suitable user interface, in order to facilitate experimentation by programmers regarding the matching relation. The construction of the programming language and the user interface will be explained in detail.