Author: R. Preston McAfee
Publisher: Princeton University Press
ISBN: 1400828538
Category : Business & Economics
Languages : en
Pages : 425
Book Description
Competitive Solutions is an entertaining and wideranging introduction to successful business methods applied to a variety of real-world situations. Rejecting the one-size-fits-all premise that underlies so many guides to business strategy, Preston McAfee develops the intellectual tools and insights needed to confront many marketplace problems. Drawing on his broad experience as a consultant for major U.S. companies, as well as extensive research, McAfee emphasizes cooperation, pricing, litigation, and antitrust as vital to a firm's competitive posture--and focuses more attention on these elements than do most business strategy accounts. McAfee begins by considering strategy as successfully applied by America OnLine, an example that introduces many of the tools discussed in greater depth throughout the book. From here he moves to industry analysis: By examining the context for developing a strategy, he points out uses of positioning and differentiation that enable a firm to weaken price competition and deter rivals from stealing customers. McAfee's exploration of a product's life cycle proves an invaluable guide to positioning new technology in order to maximize the potential for future customers. In the centerpiece of the book, McAfee lays out a how-to manual for cooperation, providing tactics crucial for setting standards, lobbying the government, and fostering industry growth. Writing in a conversational manner, McAfee also addresses such deep topics as organizational design and employee compensation and incentives. More detailed discussions examine antitrust enforcement, which is an increasingly important constraint on strategy, as well as strategies for pricing, bidding, signaling, and bargaining. This book is a fascinating examination of modern business strategy and its application in many different settings. Students of business and economics--as well as executives and managers--will recognize Competitive Solutions as an indispensable resource as well as a definitive vision of the strategic firm: one in which each element of company strategy reinforces the other elements.
Competitive Solutions
Author: R. Preston McAfee
Publisher: Princeton University Press
ISBN: 1400828538
Category : Business & Economics
Languages : en
Pages : 425
Book Description
Competitive Solutions is an entertaining and wideranging introduction to successful business methods applied to a variety of real-world situations. Rejecting the one-size-fits-all premise that underlies so many guides to business strategy, Preston McAfee develops the intellectual tools and insights needed to confront many marketplace problems. Drawing on his broad experience as a consultant for major U.S. companies, as well as extensive research, McAfee emphasizes cooperation, pricing, litigation, and antitrust as vital to a firm's competitive posture--and focuses more attention on these elements than do most business strategy accounts. McAfee begins by considering strategy as successfully applied by America OnLine, an example that introduces many of the tools discussed in greater depth throughout the book. From here he moves to industry analysis: By examining the context for developing a strategy, he points out uses of positioning and differentiation that enable a firm to weaken price competition and deter rivals from stealing customers. McAfee's exploration of a product's life cycle proves an invaluable guide to positioning new technology in order to maximize the potential for future customers. In the centerpiece of the book, McAfee lays out a how-to manual for cooperation, providing tactics crucial for setting standards, lobbying the government, and fostering industry growth. Writing in a conversational manner, McAfee also addresses such deep topics as organizational design and employee compensation and incentives. More detailed discussions examine antitrust enforcement, which is an increasingly important constraint on strategy, as well as strategies for pricing, bidding, signaling, and bargaining. This book is a fascinating examination of modern business strategy and its application in many different settings. Students of business and economics--as well as executives and managers--will recognize Competitive Solutions as an indispensable resource as well as a definitive vision of the strategic firm: one in which each element of company strategy reinforces the other elements.
Publisher: Princeton University Press
ISBN: 1400828538
Category : Business & Economics
Languages : en
Pages : 425
Book Description
Competitive Solutions is an entertaining and wideranging introduction to successful business methods applied to a variety of real-world situations. Rejecting the one-size-fits-all premise that underlies so many guides to business strategy, Preston McAfee develops the intellectual tools and insights needed to confront many marketplace problems. Drawing on his broad experience as a consultant for major U.S. companies, as well as extensive research, McAfee emphasizes cooperation, pricing, litigation, and antitrust as vital to a firm's competitive posture--and focuses more attention on these elements than do most business strategy accounts. McAfee begins by considering strategy as successfully applied by America OnLine, an example that introduces many of the tools discussed in greater depth throughout the book. From here he moves to industry analysis: By examining the context for developing a strategy, he points out uses of positioning and differentiation that enable a firm to weaken price competition and deter rivals from stealing customers. McAfee's exploration of a product's life cycle proves an invaluable guide to positioning new technology in order to maximize the potential for future customers. In the centerpiece of the book, McAfee lays out a how-to manual for cooperation, providing tactics crucial for setting standards, lobbying the government, and fostering industry growth. Writing in a conversational manner, McAfee also addresses such deep topics as organizational design and employee compensation and incentives. More detailed discussions examine antitrust enforcement, which is an increasingly important constraint on strategy, as well as strategies for pricing, bidding, signaling, and bargaining. This book is a fascinating examination of modern business strategy and its application in many different settings. Students of business and economics--as well as executives and managers--will recognize Competitive Solutions as an indispensable resource as well as a definitive vision of the strategic firm: one in which each element of company strategy reinforces the other elements.
Business Agility
Author: Nicholas D. Evans
Publisher: FT Press
ISBN: 9780130668370
Category : Business & Economics
Languages : en
Pages : 290
Book Description
m-Business technology enables you to achieve extraordinary organizational agility Ñ and deliver unprecedented value to customers wherever they are. In Business Agility, Internet Week columnist Nicholas D. Evans draws upon real case studies to illuminate today's best m-Business strategies and tactics, and offers a complete step-by-step blueprint for execution: planning, process models, architecture, implementation, and much more.
Publisher: FT Press
ISBN: 9780130668370
Category : Business & Economics
Languages : en
Pages : 290
Book Description
m-Business technology enables you to achieve extraordinary organizational agility Ñ and deliver unprecedented value to customers wherever they are. In Business Agility, Internet Week columnist Nicholas D. Evans draws upon real case studies to illuminate today's best m-Business strategies and tactics, and offers a complete step-by-step blueprint for execution: planning, process models, architecture, implementation, and much more.
Knowledge Management and Competitive Advantage: Issues and Potential Solutions
Author: Chilton, Michael A.
Publisher: IGI Global
ISBN: 1466646802
Category : Business & Economics
Languages : en
Pages : 387
Book Description
"This book examines current research in support of knowledge management by focusing on how knowledge resources can be used to create and sustain competitive advantages, combining imitation and innovation theories"--Provided by publisher.
Publisher: IGI Global
ISBN: 1466646802
Category : Business & Economics
Languages : en
Pages : 387
Book Description
"This book examines current research in support of knowledge management by focusing on how knowledge resources can be used to create and sustain competitive advantages, combining imitation and innovation theories"--Provided by publisher.
Guide to Competitive Programming
Author: Antti Laaksonen
Publisher: Springer
ISBN: 3319725475
Category : Computers
Languages : en
Pages : 286
Book Description
This invaluable textbook presents a comprehensive introduction to modern competitive programming. The text highlights how competitive programming has proven to be an excellent way to learn algorithms, by encouraging the design of algorithms that actually work, stimulating the improvement of programming and debugging skills, and reinforcing the type of thinking required to solve problems in a competitive setting. The book contains many “folklore” algorithm design tricks that are known by experienced competitive programmers, yet which have previously only been formally discussed in online forums and blog posts. Topics and features: reviews the features of the C++ programming language, and describes how to create efficient algorithms that can quickly process large data sets; discusses sorting algorithms and binary search, and examines a selection of data structures of the C++ standard library; introduces the algorithm design technique of dynamic programming, and investigates elementary graph algorithms; covers such advanced algorithm design topics as bit-parallelism and amortized analysis, and presents a focus on efficiently processing array range queries; surveys specialized algorithms for trees, and discusses the mathematical topics that are relevant in competitive programming; examines advanced graph techniques, geometric algorithms, and string techniques; describes a selection of more advanced topics, including square root algorithms and dynamic programming optimization. This easy-to-follow guide is an ideal reference for all students wishing to learn algorithms, and practice for programming contests. Knowledge of the basics of programming is assumed, but previous background in algorithm design or programming contests is not necessary. Due to the broad range of topics covered at various levels of difficulty, this book is suitable for both beginners and more experienced readers.
Publisher: Springer
ISBN: 3319725475
Category : Computers
Languages : en
Pages : 286
Book Description
This invaluable textbook presents a comprehensive introduction to modern competitive programming. The text highlights how competitive programming has proven to be an excellent way to learn algorithms, by encouraging the design of algorithms that actually work, stimulating the improvement of programming and debugging skills, and reinforcing the type of thinking required to solve problems in a competitive setting. The book contains many “folklore” algorithm design tricks that are known by experienced competitive programmers, yet which have previously only been formally discussed in online forums and blog posts. Topics and features: reviews the features of the C++ programming language, and describes how to create efficient algorithms that can quickly process large data sets; discusses sorting algorithms and binary search, and examines a selection of data structures of the C++ standard library; introduces the algorithm design technique of dynamic programming, and investigates elementary graph algorithms; covers such advanced algorithm design topics as bit-parallelism and amortized analysis, and presents a focus on efficiently processing array range queries; surveys specialized algorithms for trees, and discusses the mathematical topics that are relevant in competitive programming; examines advanced graph techniques, geometric algorithms, and string techniques; describes a selection of more advanced topics, including square root algorithms and dynamic programming optimization. This easy-to-follow guide is an ideal reference for all students wishing to learn algorithms, and practice for programming contests. Knowledge of the basics of programming is assumed, but previous background in algorithm design or programming contests is not necessary. Due to the broad range of topics covered at various levels of difficulty, this book is suitable for both beginners and more experienced readers.
Innovation Reinvented
Author: Roger Miller
Publisher: University of Toronto Press
ISBN: 1442699582
Category : Business & Economics
Languages : en
Pages : 313
Book Description
Innovation is essential for businesses to survive in the long run, but there are no one-size-fits-all strategies for innovating successfully. A firm's specific business environment will determine what works and what does not work. Based on a global survey of innovative firms and on 50 in-depth case studies, Innovation Reinvented identifies six patterns or 'games' of innovation, each commanding best-of-class strategies and best practices. Examining recognized innovative companies - from Apple and Intel in the technology area to Proctor & Gamble and Clorox in mature markets - this book dispels the notion of innovation as a 'one-size fits all' or necessarily radical process. As Roger Miller and Marcel Côté demonstrate, the vast majority of innovations result from improvements in product features or business processes. Innovation Reinvented provides a unique framework for entrepreneurs and senior executives to identify the game(s) in which a business is involved, and which approaches are best-suited to win by competing on innovation.
Publisher: University of Toronto Press
ISBN: 1442699582
Category : Business & Economics
Languages : en
Pages : 313
Book Description
Innovation is essential for businesses to survive in the long run, but there are no one-size-fits-all strategies for innovating successfully. A firm's specific business environment will determine what works and what does not work. Based on a global survey of innovative firms and on 50 in-depth case studies, Innovation Reinvented identifies six patterns or 'games' of innovation, each commanding best-of-class strategies and best practices. Examining recognized innovative companies - from Apple and Intel in the technology area to Proctor & Gamble and Clorox in mature markets - this book dispels the notion of innovation as a 'one-size fits all' or necessarily radical process. As Roger Miller and Marcel Côté demonstrate, the vast majority of innovations result from improvements in product features or business processes. Innovation Reinvented provides a unique framework for entrepreneurs and senior executives to identify the game(s) in which a business is involved, and which approaches are best-suited to win by competing on innovation.
Politics for the New Dark Age
Author: Anthony Skews
Publisher: Hybrid Publishers
ISBN: 1925282503
Category : Political Science
Languages : en
Pages : 417
Book Description
Our societies are growing more unequal, more hierarchical, meaner and less human every year. Voters appalled by the direction of current politics respond to leaders that articulate a cohesive and genuine progressivism. This book provides the framework for politicians and activists to deliver that vision, organised around the themes of cooperative solutions to social problem-solving and a social contract centred on rights and the equal dignity of all people. Drawing on contemporary Australian examples, 'Politics for the New Dark Age: Staying Positive Amidst Disorder' shows how the partisan divide recurs in policy debates from civil rights, to inequality, to economic growth, to the environment and foreign policy. It argues that we should recommit to fighting for our democracy in order to manage these social differences and channel them into opportunities for social progress. As a former Australian diplomat with ten years' experience writing political analysis for government, Anthony Skews is well placed to provide a comprehensive introduction to left-wing thought for the contemporary 'post-fact', politically polarised era. Above all, this book argues for an alternative future.
Publisher: Hybrid Publishers
ISBN: 1925282503
Category : Political Science
Languages : en
Pages : 417
Book Description
Our societies are growing more unequal, more hierarchical, meaner and less human every year. Voters appalled by the direction of current politics respond to leaders that articulate a cohesive and genuine progressivism. This book provides the framework for politicians and activists to deliver that vision, organised around the themes of cooperative solutions to social problem-solving and a social contract centred on rights and the equal dignity of all people. Drawing on contemporary Australian examples, 'Politics for the New Dark Age: Staying Positive Amidst Disorder' shows how the partisan divide recurs in policy debates from civil rights, to inequality, to economic growth, to the environment and foreign policy. It argues that we should recommit to fighting for our democracy in order to manage these social differences and channel them into opportunities for social progress. As a former Australian diplomat with ten years' experience writing political analysis for government, Anthony Skews is well placed to provide a comprehensive introduction to left-wing thought for the contemporary 'post-fact', politically polarised era. Above all, this book argues for an alternative future.
Innovations in Agent-Based Complex Automated Negotiations
Author: Takayuki Ito
Publisher: Springer
ISBN: 3642156126
Category : Technology & Engineering
Languages : en
Pages : 198
Book Description
Complex Automated Negotiations have been widely studied and are becoming an important, emerging area in the field of Autonomous Agents and Multi-Agent Systems. In general, automated negotiations can be complex, since there are a lot of factors that characterize such negotiations. These factors include the number of issues, dependency between issues, representation of utility, negotiation protocol, negotiation form (bilateral or multi-party), time constraints, etc. Software agents can support automation or simulation of such complex negotiations on the behalf of their owners, and can provide them with adequate bargaining strategies. In many multi-issue bargaining settings, negotiation becomes more than a zero-sum game, so bargaining agents have an incentive to cooperate in order to achieve efficient win-win agreements. Also, in a complex negotiation, there could be multiple issues that are interdependent. Thus, agent's utility will become more complex than simple utility functions. Further, negotiation forms and protocols could be different between bilateral situations and multi-party situations. To realize such a complex automated negotiation, we have to incorporate advanced Artificial Intelligence technologies includes search, CSP, graphical utility models, Bays nets, auctions, utility graphs, predicting and learning methods. Applications could include e-commerce tools, decision-making support tools, negotiation support tools, collaboration tools, etc. In this book, we solicit papers on all aspects of such complex automated negotiations in the field of Autonomous Agents and Multi-Agent Systems. In addition, this book includes papers on the ANAC 2010 (Automated Negotiating Agents Competition), in which automated agents who have different negotiation strategies and implemented by different developers are automatically negotiate in the several negotiation domains. ANAC is one of real testbeds in which strategies for automated negotiating agents are evaluated in a tournament style.
Publisher: Springer
ISBN: 3642156126
Category : Technology & Engineering
Languages : en
Pages : 198
Book Description
Complex Automated Negotiations have been widely studied and are becoming an important, emerging area in the field of Autonomous Agents and Multi-Agent Systems. In general, automated negotiations can be complex, since there are a lot of factors that characterize such negotiations. These factors include the number of issues, dependency between issues, representation of utility, negotiation protocol, negotiation form (bilateral or multi-party), time constraints, etc. Software agents can support automation or simulation of such complex negotiations on the behalf of their owners, and can provide them with adequate bargaining strategies. In many multi-issue bargaining settings, negotiation becomes more than a zero-sum game, so bargaining agents have an incentive to cooperate in order to achieve efficient win-win agreements. Also, in a complex negotiation, there could be multiple issues that are interdependent. Thus, agent's utility will become more complex than simple utility functions. Further, negotiation forms and protocols could be different between bilateral situations and multi-party situations. To realize such a complex automated negotiation, we have to incorporate advanced Artificial Intelligence technologies includes search, CSP, graphical utility models, Bays nets, auctions, utility graphs, predicting and learning methods. Applications could include e-commerce tools, decision-making support tools, negotiation support tools, collaboration tools, etc. In this book, we solicit papers on all aspects of such complex automated negotiations in the field of Autonomous Agents and Multi-Agent Systems. In addition, this book includes papers on the ANAC 2010 (Automated Negotiating Agents Competition), in which automated agents who have different negotiation strategies and implemented by different developers are automatically negotiate in the several negotiation domains. ANAC is one of real testbeds in which strategies for automated negotiating agents are evaluated in a tournament style.
Transport in a Free Market Economy
Author: David Banister
Publisher: Springer
ISBN: 1349114391
Category : Business & Economics
Languages : en
Pages : 264
Book Description
Transport policy has dramatically changed over the last ten years with major regulatory reforms and privatisation of transport enterprises. Part 1 presents an authoritative statement of the theoretical arguments for and against regulatory reform, the changing political scene in North America and the different mechanisms that can be used to return state-owned monopolies to the private sector. Part 2 presents the empirical evidence on ten years of airline deregulation in the United States and this review is matched by an assessment of the different situation in Europe where national governments are under pressure to follow the same path.
Publisher: Springer
ISBN: 1349114391
Category : Business & Economics
Languages : en
Pages : 264
Book Description
Transport policy has dramatically changed over the last ten years with major regulatory reforms and privatisation of transport enterprises. Part 1 presents an authoritative statement of the theoretical arguments for and against regulatory reform, the changing political scene in North America and the different mechanisms that can be used to return state-owned monopolies to the private sector. Part 2 presents the empirical evidence on ten years of airline deregulation in the United States and this review is matched by an assessment of the different situation in Europe where national governments are under pressure to follow the same path.
Urban Dynamics and Urban Externalities
Author: Y. Kanemoto
Publisher: Taylor & Francis
ISBN: 1136473319
Category : Business & Economics
Languages : en
Pages : 118
Book Description
This title combines reviews of two of the most important branches of urban economics: dynamics and externalities.
Publisher: Taylor & Francis
ISBN: 1136473319
Category : Business & Economics
Languages : en
Pages : 118
Book Description
This title combines reviews of two of the most important branches of urban economics: dynamics and externalities.
Regional and Urban Economics Parts 1 & 2
Author: Richard J. Arnott
Publisher: Routledge
ISBN: 1134352891
Category : Business & Economics
Languages : en
Pages : 680
Book Description
A collection of the first section of the "Fundamentals of Pure and Applied Economics" series, "Regional and Urban Economics: Parts One and Two" is an encyclopaedia containing eight titles: This volume highlights original contributions in regional and urban economics, concentrating mainly on urban economic theory. The contributions focus on the treatment of space in economic theory. Drawing on the body of literature developed by Von Thunen, Christaller and Losch, these chapters explore empirical, theoretical and applied aspects of urban and regional economics which can be divided into the following areas: Location Theory, "Jean Jaskold Gabszewicz, Jacques-Francois Thisse, Masahisa Fujita "and" Urs Schwiezer" Urban Public Finance, "David E. Wildasin" Urban Dynamics and Urban Externalities, "Takahiro Miyao "and" Yoshitsugu" "Kanemoto" Systems of Cities and Facility Location,
Publisher: Routledge
ISBN: 1134352891
Category : Business & Economics
Languages : en
Pages : 680
Book Description
A collection of the first section of the "Fundamentals of Pure and Applied Economics" series, "Regional and Urban Economics: Parts One and Two" is an encyclopaedia containing eight titles: This volume highlights original contributions in regional and urban economics, concentrating mainly on urban economic theory. The contributions focus on the treatment of space in economic theory. Drawing on the body of literature developed by Von Thunen, Christaller and Losch, these chapters explore empirical, theoretical and applied aspects of urban and regional economics which can be divided into the following areas: Location Theory, "Jean Jaskold Gabszewicz, Jacques-Francois Thisse, Masahisa Fujita "and" Urs Schwiezer" Urban Public Finance, "David E. Wildasin" Urban Dynamics and Urban Externalities, "Takahiro Miyao "and" Yoshitsugu" "Kanemoto" Systems of Cities and Facility Location,