• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 258
  • 113
  • 28
  • 17
  • 15
  • 10
  • 5
  • 5
  • 4
  • 4
  • 3
  • 3
  • 2
  • 2
  • 1
  • Tagged with
  • 579
  • 174
  • 90
  • 73
  • 72
  • 65
  • 58
  • 55
  • 48
  • 48
  • 45
  • 44
  • 44
  • 43
  • 42
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
41

The effects of concurrent training on sprint performance in moderately trained cyclists

Dias-Johnson, Georgy January 2013 (has links)
Aim: The purpose of the present study was to compare the effects of an 8 week period of combined endurance and resistance training (concurrent training) with that of only endurance training on both maximum strength (1 RM) in the leg press test and performance in the 30 s Anaerobic Wingate Test (WANT) in moderately trained endurance cyclists. Method: Twenty male moderately trained cyclists were recruited for the investigation and were assigned to either an Endurance training group (E; n=10) or an Endurance Resistance training group (ER; n=10).  Subjects underwent 8 weeks (2 training sessions per week, 16 sessions in total) of concurrent training (60 min steady state cycling session followed by 6 sets 12 repetitions of leg press) or cycling only. Furthermore the subjects of the intervention completed both Pre and Post intervention testing in the 1RM leg press and the Wingate 30 s cycle test which was conducted twice (SRM cycle sprint 1 and SRM cycle sprint 2) within each testing session. Results: The results attained from the intervention were that the ER group demonstrated an increase in concentric leg strength within the one repetition maximum (1 RM) leg press test by 18.7 % from pre-test values 339 ± 42 to post test values 402 ± 59 kg. With regard to the Wingate cycle sprints there was significant improvement from pre to post test results in peak power of cycle sprint 1 from 1019 ± 110 watt to 1077 ± 153 watt 5.7 % and cycle sprint 2 from 1001 ± 131 to 1054 ± 161 watt, 5.3 % (P < 0.05) respectively. The E group showed no significant change in l RM or the Wingate cycle sprints after training. Conclusions: The main findings of the study is that an 8-week concurrent training intervention can lead to significant concentric strength gains in 1 RM leg press development and increased peak power within the Wingate 30 s cycle sprint when conducted by moderately trained cyclists.
42

Guided Testing of Concurrent Programs Using Value Schedules

Chen, Jun 14 September 2009 (has links)
Testing concurrent programs remains a difficult task due to the non-deterministic nature of concurrent execution. Many approaches have been proposed to tackle the complexity of uncovering potential concurrency bugs. Static analysis tackles the problem by analyzing a concurrent program looking for situations/patterns that might lead to possible errors during execution. In general, static analysis cannot precisely locate all possible concurrent errors. Dynamic testing examines and controls a program during its execution also looking for situations/patterns that might lead to possible errors during execution. In general, dynamic testing needs to examine all possible execution paths to detect all errors, which is intractable. Motivated by these observation, a new testing technique is developed that uses a collaboration between static analysis and dynamic testing to find the first potential error but using less time and space. In the new collaboration scheme, static analysis and dynamic testing interact iteratively throughout the testing process. Static analysis provides coarse-grained flow-information to guide the dynamic testing through the relevant search space, while dynamic testing collects concrete runtime-information during the guided exploration. The concrete runtime-information provides feedback to the static analysis to refine its analysis, which is then feed forward to provide more precise guidance of the dynamic testing. The new collaborative technique is able to uncover the first concurrency-related bug in a program faster using less storage than the state-of-the-art dynamic testing-tool Java PathFinder. The implementation of the collaborative technique consists of a static-analysis module based on Soot and a dynamic-analysis module based on Java PathFinder.
43

Profiling Concurrent Programs Using Hardware Counters

Lessard, Josh January 2005 (has links)
Concurrency is a programming tool that is widely used in applications. Concurrent user-level threads can be used to structure the execution of a program in a uniprocessor environment and/or speed up its execution in a multiprocessor setting. Unfortunately, threads may interact with each other in unpredictable ways, often leading to performance problems that are nonexistent in the sequential domain. <br /><br /> A profiler can be used to help locate performance problems in sequential and concurrent programs. A profiler is a tool that monitors, analyzes, and visualizes the execution performance of a program to help users verify its expected behaviour, and locate its bottlenecks and hotspots. One of the important tools a profiler has at its disposal is a set of hardware counters, which are specialized CPU registers that count the occurrences of hardware events as a program executes. Hardware-event counts provide extremely precise insight into the execution behaviour of a program, and can be used to pinpoint portions of code where performance is suboptimal. <br /><br /> This thesis describes the design and implementation of <em>&micro;</em>Profiler, which is a profiler for sequential and concurrent programs written in a concurrent dialect of the C++ programming language called <em>µ</em>C++. <em>µ</em>C++ offers user-level concurrency in a uniprocessor or multiprocessor shared-memory environment. A new architecture-abstraction layer is developed, which allows <em>µ</em>Profiler to access hardware counters on multiple CPU types. As well, two new profiling metrics are presented, which use the architecture-abstraction layer to gather hardware-event counts for <em>µ</em>C++ programs. These metrics offer performance information about <em>µ</em>C++ programs that is unavailable by any other means.
44

Guided Testing of Concurrent Programs Using Value Schedules

Chen, Jun 14 September 2009 (has links)
Testing concurrent programs remains a difficult task due to the non-deterministic nature of concurrent execution. Many approaches have been proposed to tackle the complexity of uncovering potential concurrency bugs. Static analysis tackles the problem by analyzing a concurrent program looking for situations/patterns that might lead to possible errors during execution. In general, static analysis cannot precisely locate all possible concurrent errors. Dynamic testing examines and controls a program during its execution also looking for situations/patterns that might lead to possible errors during execution. In general, dynamic testing needs to examine all possible execution paths to detect all errors, which is intractable. Motivated by these observation, a new testing technique is developed that uses a collaboration between static analysis and dynamic testing to find the first potential error but using less time and space. In the new collaboration scheme, static analysis and dynamic testing interact iteratively throughout the testing process. Static analysis provides coarse-grained flow-information to guide the dynamic testing through the relevant search space, while dynamic testing collects concrete runtime-information during the guided exploration. The concrete runtime-information provides feedback to the static analysis to refine its analysis, which is then feed forward to provide more precise guidance of the dynamic testing. The new collaborative technique is able to uncover the first concurrency-related bug in a program faster using less storage than the state-of-the-art dynamic testing-tool Java PathFinder. The implementation of the collaborative technique consists of a static-analysis module based on Soot and a dynamic-analysis module based on Java PathFinder.
45

Performance Analysis of Concurrent Search in Mobile Networks

Chen, Hsin-chou 24 July 2004 (has links)
In mobile communications networks, a location management scheme is responsible for tracking mobile users. Typically, a location management scheme consists of a location update scheme and a paging scheme. Gau and Haas first proposed the concurrent search(CS) approach that could simultaneously locate a number of mobile users in mobile communications networks. We propose to use the theory of the discrete-time Markov chain to analyze the performance of the concurrent search approach. In particular, we concentrate on the worst case in which each mobile user appears equally likely in all the cells of the network. We analyze the average paging delay, the call blocking probability and the system size. We show that our analytical results are consistent with the simulation results of the concurrent search.
46

Platform design for customizable products and processes with non-uniform demand

Williams, Christopher Bryant, January 2003 (has links) (PDF)
Thesis (M.S. in M.E.)--School of Mechanical Engineering, Georgia Institute of Technology, 2004. Directed by Farrokh Mistree. / Includes bibliographical references (leaves 396-399).
47

A concurrent approach to automated manufacturing process planning

Fu, Wentao 25 June 2014 (has links)
With the increasing demand of fast-paced and hybrid manufacturing processes in modern industry, it is desirable to expedite the iterations between design and manufacturing through intelligent computational techniques. In this research, we propose a concurrent approach of this kind to streamline the design and manufacturing processes. With this approach, a CAD design is automatically analyzed in terms of its manufacturability in the early design stage. If the part is manufacturable, a set of process plans optimized in time, cost, fixture quality and tolerance satisfaction are reported in real time. If the part is not manufacturable, the potential design changes are provided for better manufacturing. In the approach, the geometric information of 3D models and the empirical knowledge in manufacturing processes, fixtures, and tolerances are combined and encapsulated into a graph-grammar based reasoning. The reasoning systematically extracts meaningful manufacturing details that later constitute complete process plans for any given solid model. The plans are then evaluated and optimized using a specially designed multi-objective best first search technique. The complete approach enables a concurrent and efficient manufacturability analysis tool that closely resembles real manufacturing planning practice. Numerous case studies with real engineering parts are presented to characterize the novelty and contributions of this approach. The optimality of the suggested plans is verified through computational comparisons, and the practicality of the plans is validated with hands-on implementations on the shop floor. / text
48

Serviceability considerations for the layout of coiled tubing units

Rotundo, Valentina 05 1900 (has links)
No description available.
49

A multi-stakeholder abridged environmentally conscious design approach

O. Connor, Francis Joseph January 2000 (has links)
No description available.
50

An expert system for supporting design consistency based on design for manufacturability

Gayretli, Ahmet January 1999 (has links)
No description available.

Page generated in 0.0974 seconds