• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 261
  • 113
  • 28
  • 17
  • 15
  • 10
  • 5
  • 5
  • 4
  • 4
  • 3
  • 3
  • 2
  • 2
  • 1
  • Tagged with
  • 583
  • 175
  • 90
  • 74
  • 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.
161

Latency Reduction for Soft Real-Time Traffic using SCTP Multihoming

Eklund, Johan January 2016 (has links)
More and more so-called soft real-time traffic is being sent over IP-based networks. The bursty, data-limited traffic pattern as well as the latency requirements from this traffic present challenges to the traditional communication techniques, designed for bulk traffic without considering latency. To meet the requirements from soft real-time traffic, in particular from telephony signaling, the Stream Control Transmission Protocol (SCTP) was designed. Its support for connectivity to multiple networks, i.e., multihoming, provides robustness and opens up for concurrent multipath transfer (CMT) over multiple paths. Since SCTP is a general transport protocol, it also enables for handover of media sessions between heterogeneous networks. Migrating an ongoing session to a new network, as well as CMT with minimal latency, requires tuning of several protocol parameters and mechanisms. This thesis addresses latency reduction for soft real-time traffic using SCTP multihoming from three perspectives. The first focus is on latency for signaling traffic in case of path failure, where a path switch, a failover, occurs. We regard quick failure detection as well as rapid startup on the failover target path. The results indicate that by careful parameter tuning, the failover time may be significantly reduced. The second focus in the thesis is on latency for signaling traffic using CMT. To this end, we address sender-side scheduling. We evaluate some existing schedulers, and design a dynamic stream-aware scheduler. The results indicate that the dynamic stream-aware scheduler may provide significantly improved latency in unbalanced networks. Finally, we target multihomed SCTP to provide for handover of a media session between heterogeneous wireless networks in a mobile scenario. We implement a handover scheme and our investigation shows that SCTP could provide for seamless handover of a media session at walking speed. / So-called soft real-time traffic may be sent over IP-based networks. The bursty, data-limited traffic pattern and the latency requirements from this traffic present a challenge to traditional communication techniques. The Stream Control Transmission Protocol (SCTP), with support for multihoming, was designed to better meet the requirements from soft-real time traffic. Multihoming provides for robustness and for concurrent multipath transfer (CMT) as well as for handover of sessions between heterogeneous networks. Still, to meet the timeliness requirements, tuning of protocol parameters and mechanisms is crucial. This thesis addresses latency reduction for soft real-time traffic using SCTP multihoming. The first focus is on signaling traffic in case of path failure, where a path switch, a failover, occurs. We show that careful parameter tuning may reduce the failover time significantly. The second focus is on signaling traffic using CMT. We address sender-side scheduling and show that dynamic stream-aware scheduling may reduce latency when data is transmitted over asymmetric network  paths. The third focus is multihomed SCTP for handover between heterogeneous networks, where we show that SCTP could provide for seamless handover of a media session at walking speed. / <p>Paper 3 (Efficient Scheduling to Reduce Latency...) ingick i avhandlingen som manuskript med samma namn.</p>
162

Structural testing criteria for concurrent programs considering loop execution / Critérios de teste estrutural para programas concorrentes considerando a execução de loops

Diaz, Silvia Margarita Diaz 24 May 2019 (has links)
Parallel programs are imperative for improving performance and problem solving, having an increasing demand on implementing efficient parallel programming techniques. This entails new challenges on software testing to ensure their quality and reliability. Structural testing is a technique that allows the identification of concurrency defects by analyzing the internal structure of the program. However, the non-determinism of concurrent programs has implications in the testing activity, requiring the use of structured methods to reveal defects. Testing criteria support the selection of test cases in a systematical form by statically analysing elements of concurrent programs. We found that there are currently gaps in the definition of testing criteria contemplating scenarios with elements that are dynamically evaluated, such as the execution of communication primitives inside loops. The objective of this project is to define structural testing criteria to guide the selection of test cases, improving the reliability of concurrent programs by revealing non-determinism related errors present in repetition structures. We developed a Concurrent Defects Taxonomy, identifying and classifying concurrency types of defects found in related literature. The analysis of such defects, paths inside loops, number of loop iterations, and nested loops allow us to model the proposed structural testing criteria. We define new sets and associations related to communication and synchronization flows for message-passing programs, establishing a model for testing criteria. We implemented the proposed test model in ValiMPI, a testing tool prototype, considering the new concepts defined in our test model, generating required elements and evaluating coverage after constructing loop paths. For the application evaluation of criteria we perform an empirical study with statistical validation, indicating the results for cost, effectiveness and strength. Our experimental evaluation demonstrated that the proposed testing criteria generates required elements that support the identification of concurrency defects occurring in different loop iterations, when having communicational events with non-deterministic behavior. / A programação paralela é imperativa para melhorar o desempenho e a resolução eficiente de problemas, tendo uma demanda crescente na implementação de técnicas de programação paralela. Isso implica novos desafios no teste de software para garantir a qualidade e confiabilidade. O teste estrutural é uma técnica que permite a identificação de defeitos de concorrência, analisando a estrutura interna do programa. No entanto, os programas concorrentes são não-determinísticos, com desafios na atividade de teste, exigindo o uso de métodos estruturados para revelar defeitos. Os critérios de teste suportam a seleção de casos de teste de forma sistemática, analisando estaticamente elementos de programas concorrentes. Foi descoberto que atualmente existem lacunas na definição de critérios de teste contemplando cenários com elementos dinâmicos, como a execução de primitivas de comunicação dentro de loops. O objetivo deste projeto é definir critérios estruturais para orientar a seleção de casos de teste, revelando erros relacionados ao não-determinismo e melhorando a confiabilidade de programas concorrentes. Foi desenvolvida uma Taxonomia de Defeitos Concorrentes, identificando e classificando os tipos de defeitos de concorrência encontrados na literatura relacionada. A análise de tais defeitos, a seleção de caminhos de loop, o número de iterações de loop e loops aninhados permitem modelar os critérios de testes estruturais propostos. Foram definidos novos conjuntos e associações relacionadas aos fluxos de comunicação e sincronização de programas de passagem de mensagens, estabelecendo um modelo para os critérios de teste. O modelo de teste proposto foi implementado no protótipo de ferramenta de teste chamada ValiMPI, considerando as associações definidas para os critérios propostos, gerando elementos necessários e cobertura de avaliação após a identificação dos nós de loop. Para a avaliação da aplicação dos critérios, foi realizado um estudo empírico com validação estatística, indicando os resultados para custo, efetividade e strength. A avaliação experimental demonstrou que os critérios de teste propostos geram elementos necessários que suportam a identificação de defeitos presentes em diferentes iterações dos loops, quando existem eventos de comunicação com comportamento não-determinístico.
163

The Effect of Periodized Strength Training and Periodized Concurrent Training on Running Performance

Fiolo, Nicholas 01 December 2017 (has links)
The objective of this dissertation was to evaluate the changes in preparedness over the course of training for a marathon in two well-trained runners. The athletes completed periodized strength training or a periodized concurrent training. This dissertation consisted of two separate investigations: Study 1 – The purpose of this study was to monitor changes in force production ability and running performance in one sub-elite marathon runner before, during, and after undertaking a short-term block periodized strength training program. The athlete ceased strength training during the off-seasons and resumed testing after 10. The athlete experienced likely true, meaningful changes in force production characteristics during the taper after the training program. Improvements in force production characteristics coincided with improvements in running economy. Both force production characteristics and running economy reversed after the withdraw from strength training. However, both measures remained improved from initial baseline. The improvement in running economy and force production likely coincided with a cardiovascular de-training period, due to a reduction in aerobic training during the off-season. Therefore, strength training may have independent effects on running economy and running performance. These results indicate that endurance runners may better optimize performance by improving force production characteristics via periodized strength training program, and should avoid prolonged periods without strength training. Study 2 – The purpose of this study was to monitor the concurrent and divergent changes in athlete preparedness and performance over a competitive training cycle in two marathon athletes. One athlete added a block periodized strength training program to a non-periodized endurance training program (NBP Athlete). The other athlete (BP Athlete) completed an integrated, concurrent block periodized program using HIT over-reach endurance training. Both athlete displayed improvements in running performance and running economy over the duration of the monitoring program. The BP Athlete displayed earlier and greater magnitudes of performance improvements. These results indicate that strength training can enhance running economy in marathon athletes, performance may be better optimized through periodized integration of strength and endurance training, and the use of HIT over-reach blocks may improve marathon relevant fitness characteristic within the ecologically valid context of an athlete’s training cycle.
164

Valorização da participação da engenharia de produção no projeto simultâneo de empresa construtora-incorporadora. / Valuation of participation of production engineering in concurrent design construction-real estate developer company.

Grazina, Carlos Eduardo 12 February 2016 (has links)
A falta de integração entre áreas de conhecimento pode gerar efeitos negativos no processo de projeto em uma construtora-incorporadora. Em muitos casos, o projeto do produto é elaborado pela incorporadora sem qualquer participação da área responsável pela produção e de outras áreas da construtora. O trabalho apresenta uma análise sobre a gestão de projetos na construção de edifícios, valorizando a participação da engenharia de produção nessa fase, apoiando-se nos conceitos de Projeto Simultâneo, e propõe diretrizes para sua aplicação na construtora-incorporadora Cyrela, com enfoque na construtibilidade e manutenibilidade. Para desenvolver a pesquisa foi realizada uma revisão bibliográfica sobre as características da gestão de projetos, da Engenharia de Produção na construção de edifícios, e sobre a Engenharia Simultânea no desenvolvimento de produtos com comparativo de modelos de indústrias seriadas para a construção civil, incluindo a interação entre os agentes do processo. Como resultados são apresentados: uma análise da interação entre os agentes do processo; a ligação entre pessoas, processos e tecnologia; os conceitos de construtibilidade, manutenibilidade e retroalimentação na interface com projetos. São igualmente feitas análises das tendências de modernização na gestão dos projetos por meio da modelagem da informação da construção e, apoiado em estudo de caso, são apresentadas as experiências do Projeto Simultâneo aplicadas na Cyrela. Por fim, são apresentadas as diretrizes para participação da Engenharia de Produção da Construtora e Incorporadora Cyrela no Projeto Simultâneo, sendo essa a principal contribuição do trabalho. Embora suas contribuições possam servir de referência para demais empresas do setor, essa pesquisa foi desenvolvida para aplicações práticas da Cyrela, construtora-incorporadora que atua na construção de edifícios em todas as regiões do Brasil. / The lack of integration between knowledge areas can generate negative effects in the design process in a construction-real estate developer. In many cases, the product design is prepared by the real estate developer without any involvement of the area responsible for production and other areas of construction. This thesis presents an analysis of the project management in building construction, valuing the participation of engineering production in this stage, basing on the concepts of Concurrent Design and proposes guidelines for its application at Cyrela constructionreal estate developer company, focusing on constructability and maintainability. To develop the research was performed a literature review about the characteristics of Project Management, Production Engineering in building construction, and the Concurrent Engineering in the development of products with comparative serial industries models for the construction industry, including interaction between agents of the process. As results are presented: an analysis of the interaction between the agents of the process; a link between people, processes and technology; the concepts of constructability, maintainability and feedback on interface with projects. Modernization trends in project management are analyzed also through building information modeling and, through case study, are presented the Concurrent Design experiences applied at Cyrela. Finally are presented the guidelines to the participation of the Production Engineering of Cyrela construction-real estate developer on Concurrent Design, being the main contribution of this thesis. Although the contributions may serve as a reference for other companies in the sector, this research was developed for practical applications at Cyrela, constructionreal estate developer that acts in the construction of buildings in all regions of Brazil.
165

Contribuindo para a avaliação do teste de programas concorrentes: uma abordagem usando benchmarks / Evaluating the testing of concurrent programs: an approach using benchmarks

Dourado, George Gabriel Mendes 18 November 2015 (has links)
O teste de programas concorrentes é uma atividade que envolve diferentes perspectivas. Uma das mais conhecidas refere-se ao desenvolvimento de novos conhecimentos sobre critérios, modelos e ferramentas de teste que auxiliem o testador nessa atividade. Outra perspectiva, igualmente importante, porém, ainda incipiente, é a avaliação da atividade de teste de programas concorrentes com relação à sua eficiência e eficácia para revelar defeitos de difícil detecção. O projeto TestPar em desenvolvimento no ICMC/USP tem abordado essas duas perspectivas ao longo dos últimos anos, onde novas tecnologias de teste vêm sendo desenvolvidas e avaliadas sistematicamente. Este trabalho inseriu-se no contexto do projeto TestPar e teve por objetivo principal contribuir para melhorar a avaliação da atividade de teste de programas concorrentes, através do desenvolvimento de benchmarks específicos para este contexto. Essa avaliação representa um desafio para a área de teste, sendo essencial a existência de benchmarks simples o bastante para serem validados manualmente, se necessário, e complexos o bastante para exercitar aspectos não triviais de comunicação e sincronização, encontrados de fato nos programas concorrentes. Assim, neste trabalho de mestrado foram desenvolvidos benchmarks livres de defeitos conhecidos e algumas versões de benchmarks com defeitos intencionalmente inseridos, baseados em taxonomias de defeitos. Esses benchmarks seguiram uma série de características bem definidas, contando ainda com uma documentação padronizada e completa. Os benchmarks foram validados através da condução de estudos experimentais, do uso em diferentes projetos de pesquisa e também com a verificação da sua aplicabilidade para fins educacionais. Os resultados obtidos demonstram que os benchmarks atingiram os objetivos para os quais foram propostos, gerando uma demanda controlada e qualificada sobre modelo, critérios e a ferramenta de teste desenvolvidos no projeto TestPar. Os experimentos realizados permitiram destacar pontos positivos e limitações desses artefatos. Outra aplicação dos benchmarks foi como recurso educacional para o ensino em disciplinas como programação concorrente. / The testing of concurrent programs is an activity that involves distinct perspectives. One of the most known refers to the development of new knowledge about criteria, models and testing tools to support this activity. Other perspective, as important as the first one and still incipient, is the evaluation of the testing activity of concurrent programs with respect to its efficiency and effectiveness in revealing errors hard to detect. The TestPar project under development at ICMC/USP has addressed both these two perspectives over the past years, where new testing technologies are being proposed and evaluated systematically. This project belongs to the context of the TestPar project, aiming to improve the evaluation of the testing activity of concurrent programs through the development of benchmarks specific for this context. This evaluation represents a challenge to the testing area, which must consider benchmarks simple enough to be validated manually, if necessary, but also complex enough to exercise not trivial aspects of communication/synchronization, found in programs used indeed. Thus, in this work it were developed bug-free benchmarks and some versions of faulty benchmarks with bugs inserted, based on error taxonomies. These benchmarks followed a series of well-defined features, including also a standardized and complete documentation. Benchmarks were validated by means of diferent scenarios: experimental studies, their use by different on-going research projects and also with the verification of their applicability for educational aims. The results obtained show that our benchmarks have achieved their objectives, generating a controlled and qualified demand on model, criteria and the tool developed under TestPar project. The experiments reveal strengths and limitations of these artifacts. Benchmarks have been also used as educational resources for the teaching of concurrent programs.
166

Teste estrutural de programas concorrentes como uma composição de serviços na Web / Structural testing of concurrent programs as a Web service composition

Prado, Rafael Regis do 24 March 2016 (has links)
O teste de programas concorrentes é essencial para assegurar a qualidade das atuais aplicações distribuídas/paralelas em desenvolvimento. Apesar de ser essencial, essa atividade de teste é dificilmente empregada adequadamente, devido a fatores como: alto custo de execução, grande lacuna entre desenvolvedores e resultados de pesquisas em testes para programas concorrentes e acesso às ferramentas de teste de programas concorrentes que automatizem/viabilizem o emprego do teste. Este projeto visa definir os parâmetros da atividade de teste estrutural de programas concorrentes que nortearão a composição de diferentes serviços na Web. Tais serviços dão suporte à atividade de teste estrutural de programas concorrentes, estabelecendo fronteiras claras em ferramentas de teste para os módulos relativos ao modelo de teste, aos critérios de teste, à linguagem de programação e aos paradigmas de sincronização. Desse modo, novas ferramentas de teste poderão ser construídas de maneira mais flexível, com menos custo de desenvolvimento e com mais eficácia. Tal abordagem traz como benefícios diretos: (1) facilitar a interação entre os setores da indústria, ensino e pesquisa que estejam interessados no desenvolvimento de programas concorrentes com qualidade; (2) diminuir os custos de instalação e manutenção de ferramentas de teste estrutural pelos desenvolvedores; (3) facilitar a incorporação da atividade de teste de programas concorrentes no ciclo de desenvolvimento das aplicações distribuídas e paralelas; (4) aumentar a abrangência do projeto TestPar, permitindo que novos usuários (desenvolvedores, professores e outros grupos de pesquisa) possam utilizar facilmente os conhecimentos gerados no projeto; e (5) realimentar o projeto TestPar com novas demandas qualificadas, estas advindas de novos programas concorrentes submetidos para teste. / Testing of concurrent programs is essential to ensure the quality of todays distributed/parallel applications in development. Although it is essential that testing activity is hardly properly employed, due to factors such as high cost of implementation, big gap between developers and research results in tests for competing programs and access to competing software testing tools to automate / enable the test job. This project aims to define the parameters of structural testing activity of concurrent programs that will guide the composition of different Web services. These services support the structural testing activity of concurrent programs, establishing clear boundaries in test tools for the modules related to the test model, the test criteria, the programming and synchronization paradigms language. Thus, new test tools can be built in a more flexible way, with less development cost and more effectively. Such an approach has as direct benefits: (1) facilitate interaction between industry sectors, education and research who are interested in the development of concurrent programs with quality; (2) reduce the costs of installation and maintenance of structural testing tools for developers; (3) facilitate the incorporation of testing activity of concurrent programs in the development cycle of distributed and parallel applications; (4) increase the scope of TestPar design, allowing new users (developers, teachers and other research groups) can easily use the knowledge generated in the project; and (5) feed back into the project TestPar with new demands qualified, those arising from new concurrent programs submitted for testing.
167

Efeito do treinamento concorrente na expressão gênica e protéica associadas à hipertrofia muscular / Effect of concurrent training on gene and protein expression associated with skeletal muscle hypertrophy

Souza, Eduardo Oliveira de 12 March 2010 (has links)
Diversos atletas e praticantes de atividades físicas incorporam em suas rotinas de treinamento, exercícios aeróbios e de força motora simultaneamente. Contudo, essa combinação conhecida como treinamento concorrente (TC) tem demonstrado uma atenuação da resposta adaptativa da força e hipertrofia muscular. O presente estudo analisou se alguns genes e proteínas envolvidos na resposta hipertrófica e na biogênse mitocondrial do músculo esquelético poderiam explicar a atenuação da resposta adaptativa com o TC. Trinta e sete sujeitos foram divididos nos grupos: controle (C), aeróbio (TA), força (TF) e concorrente (TC) e submetidos a oito semanas de treinamento. Os resultados significantes foram: aumento na força dinâmica máxima de 270,3 (±45,5) para 320,3 (±57,0) Kg para o TF e de 268,4 (±47,6) para 315,7 (±63,5) para o TC; área de secção transversa do quadríceps de 8332,4 (±817,5) mm2 para 8849,5 (±893,3) mm2 para o TF e de 8340,8 (±1000,0) mm2 para 8996,8 (±919,5 )mm2 para o TC; o gene da mTOR demonstrou aumento significante de 1,01 (±0,10) U.A para 1,44 (±0,17) U.A no TF e redução de 1,01 (±0,15) para 0,536 (± 0,25) U.A da p70S6K1 no TC; a expressão total da proteína p70S6K1 demonstrou aumentou no grupo TC em relação ao C (1,1 (±0,2) U.A vs 0,8 (±0,3) U.A), a fosforilação da Akt no resíduo ser473 e da p70S6K1no resíduo thr389 aumentou somente no TF em relação ao C (1,3 (±0,2) U.A vs 0,9 (±0,1) U.A e 1,3 (±0,4) vs 0,8 (±0,3) U.A, respectivamente). O grupo TF e TC demonstraram adaptações similares nas variáveis de força e hipertrofia muscular apesar de algumas diferenças na resposta molecular. Esses achados indicam que na fase inicial do TC as diferenças na adaptação molecular não refletem em alterações na força e hipertrofia muscular quando comparadas ao TF / Many athletes and individuals involved in physical training perform strength and endurance exercises in the same training unit. However, this combination, referred as concurrent training (CT), has shown to blunt strength and skeletal muscle growth responses. This study investigated whether some genes and proteins associated with muscle growth and mitochondrial biogenesis may explain the decreased adaptive response to CT. Thirty seven participants were divided into four groups: control (C), endurance (TA), strength (TF) and concurrent (TC) and submitted to eight weeks of training. Significant results were found in the following variables from pre to post training: maximum dynamic strength - TF from 270,3 (±45,5) to 320,3 (±57,0) Kg and TC from 268,4 (±47,6) to 315,7 (±63,5); quadriceps cross sectional area (CSA) - TF from 8332,4 (±817,5) mm2 to 8849,5 (±893,3) mm2, TC from 8340,8 (±1000,0) mm2 to 8996,8 (±919,5)mm2; mTOR gene expression increased significantly post-training only for the TF (1,01 (±0,10) A.U to 1,44 (±0,17) A.U) and p70S6K1 was significantly reduced post-training (1,01 (±0,15) to 0,536 (± 0,25) A.U) for the TC; p70S6K1 total protein content was significantly greater after TC when compared with C (1,1 (±0,2) U.A vs 0,8 (±0,3)) and phosphorylation of both Akt at ser473 and p70S6K1 at thr389 increased only after TF compared with C (1,3 (±0,2) U.A vs 0,9 (±0,1) U.A and 1,3 (±0,4) vs 0,8 (±0,3) U.A, respectively). TF and TC groups had similar improvements in muscle strength and hypertrophy, besides some differences in the molecular responses. These differences at the molecular level in early phases of the TC do not blunt muscle strength and hypertrophy adaptations compared with the TF
168

Avaliação do custo e efetividade dos critérios de teste estruturais no contexto de programas concorrentes com memória compartilhada / Evaluation of the cost. effectiveness and strength of structural testing criteria in the concurrent programs context with shared memory

Melo, Silvana Morita 11 October 2012 (has links)
O teste de programas concorrentes e uma atividade desaadora, devido a fatores que não estão presentes em programas sequenciais, como comunicação, sincronização e não determinismo. Algumas técnicas de teste têm sido propostas para o contexto de programação concorrente, mas raramente sua aplicabilidade e avaliada por estudos teóricos ou experimentais. Este trabalho contribui nesse sentido, propondo e conduzindo um estudo experimental para avaliar o custo, eficácia e aspecto complementar dos critérios de teste estruturais para programas concorrentes no contexto de memória compartilhada, implementados usando o padrão PThreads (Posix Threads). A ferramenta de teste ValiPThread e usada para auxiliar a condução do experimento. Os programas usados no experimento foram selecionados de benchmarks, como o Inspect, Helgrind e Rungta. Esses benchmarks são comumente usados no estudo de técnicas de teste para programas concorrentes. Programas que resolvem problemas clássicos da programação concorrente também foram incluídos no estudo. Com base nos resultados obtidos foi definida uma estratégia de aplicação, considerando aspectos de custo e eficácia dos critérios de teste. Além disso, todo o material utilizado e gerado durante o experimento foi reunido em um pacote de laboratório, a fim de contribuir com a comunidade de pesquisa, possibilitando replicações e comparações desses critérios com outras técnicas de teste no contexto de programas concorrentes / Concurrent program testing is a challenging activity due to the communication, synchronization and nondeterminism of this application domain. Despite that, some testing techniques for concurrent programs have been proposed, but their applicability is rarely evaluated by theoretical or experimental studies. This work contributes in this direction proposing and conducting an experimental study to evaluate the cost, effectiveness and strength of structural testing criteria for multithreaded programs, implemented using the Pthreads standard (POSIX Threads). The testing tool ValiPThread is used to support the conduction of the experiment. The programs used in this experiment were selected from classical benchmarks, such as Inspect, Helgring and Rungta. These benchmarks are commonly used to study testing techniques for concurrent programs. We also include programs that solve concurrent classical problems. Based on the obtained results, we defined an application testing strategy, considering cost and effectiveness aspects of the testing criteria. Furthermore, all material used and generated during the experiment was incorporated in a lab package, in order to contribute with further research studies making possible replications and comparisons of these testing criteria with other testing techniques in context of concurrent programs
169

Utilização de sistemas PDM em ambientes de engenharia simultânea: o caso de uma implantação em uma montadora de veículos pesados. / Use of PDM systems in concurrent engineering environments: a case study of an implementation in a multinational heavy vehicles industry.

Omokawa, Rogerio 21 May 1999 (has links)
A engenharia simultânea e os sistemas de gerenciamento de dados de produto(PDM), apesar de serem uma ajuda preciosa para que as empresas enfrentem as novas condições de sobrevivência no mercado atual, não são muito conhecidos. Além disso, existem poucos trabalhos científicos relacionados à implantação e ao auxílio deste tipo sistema no gerenciamento de dados em ambiente de engenharia simultânea. Neste trabalho procura-se levantar, segundo a bibliografia, as necessidades de gerenciamento de dados em ambientes de engenharia simultânea, comparar as necessidades de gerenciamento de dados encontradas na bibliografia com as necessidades de um caso de implantação real, levantar quais funcionalidades de sistemas PDM (product data management) suprem as necessidades encontradas, e caracterizar um projeto de implantação real de um sistema PDM em um ambiente de engenharia simultânea. / The concurrent engineering and the product data management systems(PDM), although being a precious aid to allow the companies to face the new survival conditions in the current market, are not very well-known. Besides that, few scientific works related to the implementation of this kind of system and their usage in the data management of data in a concurrent engineering environment are available. The objectives of this work are: to rise, according to the bibliography, the needs of data management in a concurrent engineering environment, to compare those needs with the ones of a real implementation case, to rise which functionality of PDM (Product Data Management) systems supply the founded needs, and to characterize a project of a real PDM system implementation in an environment of concurrent engineering.
170

Efeito do tempo de intervalo entre o exercício aeróbio intermitente e o exercício de resistência de força: análise em indivíduos com diferentes históricos de treinamento / Effects of interval time between intermittent aerobic and endurance strength exercises on strength performance: analysis in subjects with different training background

Panissa, Valéria Leme Gonçalves 16 February 2012 (has links)
A associação de exercícios aeróbios e de força em um programa de treinamento é denominada treinamento concorrente (TC). Apesar de muitos atletas utilizarem esse tipo de treinamento, há indícios de que essa combinação possa ocasionar prejuízo no desenvolvimento força. Uma das hipóteses para explicar esse fenômeno é a hipótese aguda, que atribui o prejuízo nos ganhos de força a uma redução no desempenho da força em sessões agudas, embora estudos com participantes com diferentes históricos de treinamento tenham apresentado resultados distintos. Assim, o presente estudo teve por objetivo analisar o efeito do tempo de intervalo entre uma atividade aeróbia de alta intensidade sobre a capacidade de produzir força, em indivíduos com diferentes estados de treinamento. Para tal, os participantes (n=27) foram divididos em três grupos quanto aos seus históricos de treinamento (aeróbio, força e concorrente) e submetidos a oito sessões para: (1) determinação da velocidade pico (Vpico) durante teste progressivo até a exaustão; (2) teste de uma repetição máxima (1RM) no meio agachamento; (3-8) sessões experimentais determinadas aleatoriamente, sendo uma sessão destinada à realização de um exercício de resistência de força (RF) a 80% de 1RM no qual foi computado o número máximo de repetições realizadas (NMR), o volume total absoluto e relativo realizados; cinco sessões compostas de exercício aeróbio intermitente (100% da Vpico 1 min/1min) totalizando 5 km, seguido do exercício de resistência de força variando o tempo de intervalo entre as atividades (30, 60 minutos, 4, 8, e 24 horas). A comparação do NMR e do volume total absoluto e relativo ao peso corporal realizado foi feita através da ANOVA a dois fatores (grupo e tempo) com medidas repetidas no segundo fator. Quando observada diferença significante (p<0,05), foi realizado o post-hoc de Bonferroni. Não houve efeito de interação entre os fatores grupo e intervalo para as variáveis analisadas, no entanto houve efeito do fator grupo para o NMR sendo que o grupo aeróbio realizou NMR superior ao grupo força (p = 0,002) ao passo que para o volume total absoluto e relativo não houve efeito deste fator. Para o fator intervalo houve efeito para todas as variáveis, existindo queda do NMR (p = 0,002) e do volume relativo (p <0,001) somente após o intervalo de 30 minutos, ao passo que para o volume absoluto houve queda após 30 (p < 0,001) e 60 minutos de intervalo (p = 0,026). Portanto pode-se concluir que a queda no desempenho da atividade de RF ocorreu com mesma magnitude e duração para os grupos analisados (aeróbio, força e concorrente) perdurando por até 60 minutos de intervalo, ao passo que após os intervalos de 4, 8 e 24 horas não foi verificada queda do desempenho / Many sports require the inclusion of both aerobic and strength exercises in the same training session during certain phases of the training periodization, and the combined use of these two types of exercises has been defined as concurrent training (CT). Although the use of CT is important for athletes of various sports, there are indications that this type of training could decrease strength gains. The acute hypothesis attempts to explain this phenomenon by attributing impairments in strength gains to a drop in performance during acute sessions when the aerobic activity is performed before the strength activity; however, participants with different training backgrounds have experienced different results. Thus, this study aimed to analyze the effect of the time interval between high-intensity aerobic activities on strength performance in individuals with different training backgrounds. Participants (n = 27) were divided into three groups according to their training backgrounds (aerobic, strength or concurrent) and were then submitted to the following eight performance sessions: (1) determination of the peak velocity (Vpeak) during the progressive test to exhaustion; (2) evaluation of the one-repetition maximum (1RM) for the half-squat; and (3-8) randomly assigned experimental sessions consisting of either a strength exercise (SE) at 80% of the 1RM, in which the maximum number of repetitions performed (MNR) and the absolute total volume relative to body weight were computed, or five sessions consisting of intermittent aerobic exercise (100% of Vpeak - 1 min:1 min) totaling 5 km, followed by a SE with varying time intervals between activities (30 or 60 minutes or 4, 8, or 24 hours). Comparisons between the MNR and the absolute or relative total volume were made using an ANOVA method for two factors (group and time) with repeated measures in the second factor. When significant differences were detected (p < 0.05), a post-hoc Bonferroni test was used. There were no interaction effects between the group and interval recovery factors for any of the variables analyzed. However, there was an effect of the group factor, as the aerobic group demonstrated a superior MNR capability compared to the strength group (p = 0.002), although there was no effect related to group factors for the total absolute or relative volume measurements. There was an effect of the interval recovery for all of the variables, as there was a decrease in the MNR and the relative volume after 30 min intervals (p = 0.002 and p < 0.001, respectively), and there was a decrease for the total absolute volume after 30 (p < 0.001) and 60 minute intervals (p = 0.026). Thus, it was concluded that the drop in performance related to the SE activity occurred with the same magnitude and duration for each of the analyzed groups (aerobic, strength and concurrent). Moreover, this effect on performance lasted for up to 60 minutes between activities, whereas this effect was not observed after intervals of 4, 8 or 24 hours

Page generated in 0.076 seconds