938 resultados para Consórcio modular


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Pós-graduação em Engenharia de Produção - FEG

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Trata das diferentes formas que uma empresa pode executar suas atividades na sua cadeia produtiva, quer seja pela integração vertical, pela terceirização, ou por uma estrutura intermediária denominada Supply Chain Manegement. Aborda os diferentes modelos de análise de terceirização das atividades a fim de atuar no planejamento da Cadeia de Suprimentos, para, em seguida, propor uma estrutura de análise na tomada de decisão comprar ou fazer. A estrutura proposta é aplicada no Consórcio Modular em Resende.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Pós-graduação em Engenharia de Produção - FEG

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Este relatório consubstancia os resultados de uma pesquisa realizada junto à Volkswagen do Brasil, mais especificamente junto à sua fábrica de ônibus e caminhões localizada no município fluminense de Resende e que adota o modelo de consórcio modular, em que apenas fornecedores de grandes sub-montagens (módulos) realizam operações de montagens na linha. Objetiva identificar quais as características, justificativas, potencial e limitações do uso do modelo de consórcio modular no Brasil. Para isso, revisão bibliográfica foi feita e pesquisa de campo realizada. As conclusões jogam luz sobre um tema que tem sido abordado na literatura, mas nem sempre com precisão.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

A modularidade pode ser entendida como um conjunto de conceitos que leva a novas possibilidades de arquitetura de produto, bem como novas maneiras de organização da produção, possibilitando a transferência de atividades ao longo da cadeia de suprimentos automotiva. Nesse contexto, o objetivo deste trabalho é investigar o emprego da modularidade no projeto de produto e na produção, considerando uma situação de relação específica entre uma montadora de veículos comerciais e fornecedores de motores, no âmbito do consórcio modular. É também analisada a relação entre a modularidade no projeto de produto e na produção. Para a consecução desses objetivos é adotada a abordagem metodológica de estudo de caso. Os resultados apresentam algumas influências que ocorrem entre o projeto do produto e a produção e vice-versa, uma parte delas esperadas, reforçando o caráter confirmatório dos dados coletados. Constata-se que o conceito de modularidade pode ser aplicado ao processo produtivo sem necessariamente que o produto tenha sido concebido em módulos, ou seja, a partir de um produto existente é possível montar seus componentes formando subconjuntos em uma lógica modular. Os dados confirmam ainda que a estrutura do produto de um veículo comercial favorece a sua divisão em módulos. Adicionalmente, a gestão da cadeia de suprimentos na montadora é simplificada em comparação ao sistema de produção convencional, pois parte das responsabilidades da montadora é transferida para os fornecedores.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Managed execution frameworks, such as the.NET Common Language Runtime or the Java Virtual Machine, provide a rich environment for the creation of application programs. These execution environments are ideally suited for languages that depend on type-safety and the declarative control of feature access. Furthermore, such frameworks typically provide a rich collection of library primitives specialized for almost every domain of application programming. Thus, when a new language is implemented on one of these frameworks it becomes necessary to provide some kind of mapping from the new language to the libraries of the framework. The design of such mappings is challenging since the type-system of the new language may not span the domain exposed in the library application programming interfaces (APIs). The nature of these design considerations was clarified in the implementation of the Gardens Point Component Pascal (gpcp) compiler. In this paper we describe the issues, and the solutions that we settled on in this case. The problems that were solved have a wider applicability than just our example, since they arise whenever any similar language is hosted in such an environment.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Software transactional memory has the potential to greatly simplify development of concurrent software, by supporting safe composition of concurrent shared-state abstractions. However, STM semantics are defined in terms of low-level reads and writes on individual memory locations, so implementations are unable to take advantage of the properties of user-defined abstractions. Consequently, the performance of transactions over some structures can be disappointing. ----- ----- We present Modular Transactional Memory, our framework which allows programmers to extend STM with concurrency control algorithms tailored to the data structures they use in concurrent programs. We describe our implementation in Concurrent Haskell, and two example structures: a finite map which allows concurrent transactions to operate on disjoint sets of keys, and a non-deterministic channel which supports concurrent sources and sinks. ----- ----- Our approach is based on previous work by others on boosted and open-nested transactions, with one significant development: transactions are given types which denote the concurrency control algorithms they employ. Typed transactions offer a higher level of assurance for programmers reusing transactional code, and allow more flexible abstract concurrency control.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Background Total hip arthroplasty carried out using cemented modular-neck implants provides the surgeon with greater intra-operative flexibility and allows more controlled stem positioning. Methods In this study, finite element models of a whole femur implanted with either the Exeter or with a new cemented modular-neck total hip arthroplasty (separate, neck and stem components) were developed. The changes in bone and cement mantle stress/strain were assessed for varying amounts of neck offset and version angle for the modular-neck device for two simulated physiological load cases: walking and stair climbing. Since the Exeter is the gold standard for polished cemented total hip arthroplasty stem design, bone and cement mantle stresses/strains in the modular-neck finite element models were compared with finite element results for the Exeter. Findings For the two physiological load cases, stresses and strains in the bone and cement mantle were similar for all modular-neck geometries. These results were comparable to the bone and cement mechanics surrounding the Exeter. These findings suggest that the Exeter and the modular neck device distribute stress to the surrounding bone and cement in a similar manner. Interpretation It is anticipated that the modular-neck device will have a similar short-term clinical performance to that of the Exeter, with the additional advantages of increased modularity.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Client puzzles are moderately-hard cryptographic problems neither easy nor impossible to solve that can be used as a counter-measure against denial of service attacks on network protocols. Puzzles based on modular exponentiation are attractive as they provide important properties such as non-parallelisability, deterministic solving time, and linear granularity. We propose an efficient client puzzle based on modular exponentiation. Our puzzle requires only a few modular multiplications for puzzle generation and verification. For a server under denial of service attack, this is a significant improvement as the best known non-parallelisable puzzle proposed by Karame and Capkun (ESORICS 2010) requires at least 2k-bit modular exponentiation, where k is a security parameter. We show that our puzzle satisfies the unforgeability and difficulty properties defined by Chen et al. (Asiacrypt 2009). We present experimental results which show that, for 1024-bit moduli, our proposed puzzle can be up to 30 times faster to verify than the Karame-Capkun puzzle and 99 times faster than the Rivest et al.'s time-lock puzzle.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

To cover wide range of pulsed power applications, this paper proposes a modularity concept to improve the performance and flexibility of the pulsed power supply. The proposed scheme utilizes the advantage of parallel and series configurations of flyback modules in obtaining high-voltage levels with fast rise time (dv/dt). Prototypes were implemented using 600-V insulated-gate bipolar transistor (IGBT) switches to generate up to 4-kV output pulses with 1-kHz repetition rate for experimentation. To assess the proposed modular approach for higher number of the modules, prototypes were implemented using 1700-V IGBTs switches, based on ten-series modules, and tested up to 20 kV. Conducted experimental results verified the effectiveness of the proposed method

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Designing the smart grid requires combining varied models. As their number increases, so does the complexity of the software. Having a well thought architecture for the software then becomes crucial. This paper presents MODAM, a framework designed to combine agent-based models in a flexible and extensible manner, using well known software engineering design solutions (OSGi specification [1] and Eclipse plugins [2]). Details on how to build a modular agent-based model for the smart grid are given in this paper, illustrated by an example for a small network.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this chapter we will describe the contemporary variety of practice-oriented training institutions in Australia. We will examine the different ways in which public and private providers are managing the challenges of digitization and convergence. We will consider the logics governing film education this mix of providers pulls into focus, and we will outline some of the challenges providers face in educating, (re)training, and preparing their graduates for life and work beyond the film school. These challenges highlight questions about the accountabilities and responsibilities of practice-oriented film education institutions. This chapter begins with an introductory section that outlines these logics and questions. It explores some of the tensions and dynamics within the spectrum of issues through which we can understand film schools. The chapter then goes on briefly to describe the multifaceted training landscape in Australia, before profiling the leading public provider, the Australian Film, Television and Radio School (AFTRS), as well as the other leading public providers the Victorian College of the Arts, and the Griffith Film School. It concludes with a short section on film education in primary and secondary schools as the education sector prepares for the implementation of a national curriculum in which ‘media arts’ has a new centrality.