TOP
💡 邁向小一的第一步!給孩子一本「查得到自信」的專屬辭典,輕鬆跨越閱讀關卡!🚀
搜尋結果 /

Internet of things programming with JavaScript

319
1 / 8
出版日:2021/05/31 作者:Stacy-Ann Elvy  出版社:Cambridge Univ Pr  裝訂:精裝
In the Internet of Things (IoT) era, online activities are no longer limited to desktop or laptop computers, smartphones and tablets. Instead, these activities now include ordinary tasks, such as using an internet-connected refrigerator or washing machine. At the same time, the IoT provides unlimited opportunities for household objects to serve as surveillance devices that continually monitor, collect and process vast quantities of our data. In this work, Stacy-Ann Elvy critically examines the consumer ramifications of the IoT through the lens of commercial law and privacy and security law. The book provides concrete legal solutions to remedy inadequacies in the law that will help usher in a more robust commercial law of privacy and security that protects consumer interests.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2016/02/29 作者:Christian Hill  出版社:Cambridge Univ Pr  裝訂:精裝
Learn to master basic programming tasks from scratch with real-life scientifically relevant examples and solutions drawn from both science and engineering. Students and researchers at all levels are increasingly turning to the powerful Python programming language as an alternative to commercial packages and this fast-paced introduction moves from the basics to advanced concepts in one complete volume, enabling readers to quickly gain proficiency. Beginning with general programming concepts such as loops and functions within the core Python 3 language, and moving onto the NumPy, SciPy and Matplotlib libraries for numerical programming and data visualisation, this textbook also discusses the use of IPython notebooks to build rich-media, shareable documents for scientific analysis. Including a final chapter introducing challenging topics such as floating-point precision and algorithm stability, and with extensive online resources to support advanced study, this textbook represents a targe
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2013/02/25 作者:Paul Wellin  出版社:Cambridge Univ Pr  裝訂:精裝
Starting from first principles, this book covers all of the foundational material needed to develop a clear understanding of the Mathematica language, with a practical emphasis on solving problems. Concrete examples throughout the text demonstrate how Mathematica can be used to solve problems in science, engineering, economics/finance, computational linguistics, geoscience, bioinformatics, and a range of other fields. The book will appeal to students, researchers and programmers wishing to further their understanding of Mathematica. Designed to suit users of any ability, it assumes no formal knowledge of programming so it is ideal for self-study. Over 290 exercises are provided to challenge the reader's understanding of the material covered and these provide ample opportunity to practice using the language. Mathematica notebooks containing examples, programs and solutions to exercises are available from www.cambridge.org/wellin.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Programming With Higher-Order Logic
90 折
出版日:2012/06/30 作者:Dale Miller  出版社:Cambridge Univ Pr  裝訂:精裝
Formal systems that describe computations over syntactic structures occur frequently in computer science. Logic programming provides a natural framework for encoding and animating such systems. However, these systems often embody variable binding, a notion that must be treated carefully at a computational level. This book aims to show that a programming language based on a simply typed version of higher-order logic provides an elegant, declarative means for providing such a treatment. Three broad topics are covered in pursuit of this goal. First, a proof-theoretic framework that supports a general view of logic programming is identified. Second, an actual language called λProlog is developed by applying this view to higher-order logic. Finally, a methodology for programming with specifications is exposed by showing how several computations over formal objects such as logical formulas, functional programs, and λ-terms and π-calculus expressions can be encoded in λProlog.
優惠價: 9 2339
無庫存
出版日:2010/10/31 作者:Jan van Eijck  出版社:Cambridge Univ Pr  裝訂:精裝
Computational semantics is the art and science of computing meaning in natural language. The meaning of a sentence is derived from the meanings of the individual words in it, and this process can be made so precise that it can be implemented on a computer. Designed for students of linguistics, computer science, logic and philosophy, this comprehensive text shows how to compute meaning using the functional programming language Haskell. It deals with both denotational meaning (where meaning comes from knowing the conditions of truth in situations), and operational meaning (where meaning is an instruction for performing cognitive action). Including a discussion of recent developments in logic, it will be invaluable to linguistics students wanting to apply logic to their studies, logic students wishing to learn how their subject can be applied to linguistics, and functional programmers interested in natural language processing as a new application area.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2008/10/13 作者:Ying Bai  出版社:Cambridge Univ Pr  裝訂:精裝
Avoiding overly large blocks of code used in most other database programming books, this book shows a simple and easy way to create database programs and explains how to build professional and practical databases more efficiently. In addition to Design Tools and Wizards, the runtime object method is also discussed and analyzed to let users design and implement more sophisticated data-driven applications with complicated coding techniques. Three popular database systems – Microsoft Access, SQL Server 2005, and Oracle Database 10g Express Edition (XE) – are discussed in detail, with practical examples and sample projects. This book will appeal to college students, programmers, and software engineers alike. Sample code and additional exercise questions for students, as well as solutions and lecture slides for instructors, are available via the Web (www.cambridge.org/9780521712354).
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/07/13 作者:Harley R. Myler  出版社:Cambridge Univ Pr  裝訂:精裝
Fundamentals of Engineering Programming with C and Fortran, first published in 1998, is a beginner's guide to problem solving with computers which shows how to quickly prototype a program for a particular engineering application. The book's side by side coverage of C and Fortran, the predominant computer languages in engineering, is unique. It emphasizes the importance of developing programming skills in C while carefully presenting the importance of maintaining a good reading knowledge of Fortran. Beginning with a brief description of computer architecture, the book then covers the fundamentals of computer programming for problem solving. It devotes separate chapters to data types and operators, control flow, type conversion, arrays, and file operations. The final chapter contains case studies that illustrate particular elements of modeling and visualization. Also included are a number of appendices covering C and Fortran language summaries and other useful topics. This concise and ac
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Programming in Parallel with CUDA:A Practical Guide
90 折
出版日:2022/05/31 作者:Richard Ansorge  出版社:Cambridge Univ Pr  裝訂:精裝
CUDA is now the dominant language used for programming GPUs, one of the most exciting hardware developments of recent decades. With CUDA, you can use a desktop PC for work that would have previously required a large cluster of PCs or access to a HPC facility. As a result, CUDA is increasingly important in scientific and technical computing across the whole STEM community, from medical physics and financial modelling to big data applications and beyond. This unique book on CUDA draws on the author's passion for and long experience of developing and using computers to acquire and analyse scientific data. The result is an innovative text featuring a much richer set of examples than found in any other comparable book on GPU computing. Much attention has been paid to the C++ coding style, which is compact, elegant and efficient. A code base of examples and supporting material is available online, which readers can build on for their own projects.
優惠價: 9 2808
無庫存
Essentials of Programming in Mathematica
滿額折
出版日:2016/01/31 作者:Paul Wellin  出版社:Cambridge Univ Pr  裝訂:精裝
Essentials of Programming in Mathematica® provides an introduction suitable for readers with little or no background in the language as well as for those with some experience using programs such as C, Java, or Perl. The author, an established authority on Mathematica® programming, has written an example-driven text that covers the language from first principles, as well as including material from natural language processing, bioinformatics, graphs and networks, signal analysis, geometry, computer science, and many other applied areas. The book is appropriate for self-study or as a text for a course in programming in computational science. Readers will benefit from the author's tips, which provide insight and suggestions on small and large points. He also provides more than 350 exercises from novice through to advanced level with all of the solutions available online.
優惠價: 9 2983
無庫存
出版日:2010/06/28 作者:William Twining  出版社:Cambridge Univ Pr  裝訂:精裝
New to English law? Need to know how rules are made, interpreted and applied? This popular and well-established textbook will show you how. It simplifies legal method by combining examples with an account of rules in general: the who, what, why and how of interpretation. Starting with standpoint and context, it identifies factors that give rise to doubts about the interpretation of a rule and recommends a systematic approach to analysing those factors. Questions and exercises integrated in the text and on the accompanying website will help you to develop skills in reading, interpreting and arguing about legal and other rules. The text is fully updated on developments in the legislative process and the judicial interpretation of statutes and precedent. It includes a new chapter on 'The European Dimension' reflecting the changes brought about by the Human Rights Act 1998.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2001/07/30 作者:Chikara Miyaji  出版社:Cambridge Univ Pr  裝訂:精裝
This book introduces the basic concepts of MathLink and explains how to extend Mathematica using MathLink. MathLink provides a simple and powerful way to write programs which communicate with Mathematica and it provides access to a wide range of network resources. Writing network programs is the most demanded skill in the Internet age and MathLink provides a sophisticated level of network programming to the non-programmer, scientist, engineer, and student. The text assumes that the reader is already familiar with Mathematica. Source code for a range of practical examples - ranging from elementary to advanced - is examined in detail, allowing the reader easily to adapt the code to suit their own needs. The purpose of this book is to show how to write MathLink programs and how to apply MathLink in a variety of situations. A CD-ROM accompanies the book, which includes the code accompanying the examples and the application CodeWarrior Lite.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2022/10/31 作者:Norman Ramsey  出版社:Cambridge Univ Pr  裝訂:精裝
Computer scientists often need to learn new programming languages quickly. The best way to prepare for this is to understand the foundational principles that underlie even the most complicated industrial languages. This text for an undergraduate programming languages course distills great languages and their design principles down to easy-to-learn 'bridge' languages implemented by interpreters whose key parts are explained in the text. The book goes deep into the roots of both functional and object-oriented programming, and it shows how types and modules, including generics/polymorphism, contribute to effective programming. The book is not just about programming languages; it is also about programming. Through concepts, examples, and more than 300 practice exercises that exploit the interpreter, students learn not only what programming-language features are but also how to do things with them. Substantial implementation projects include Milner's type inference, both copying and mark-an
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2016/02/09 作者:Michael Glassman  出版社:Cambridge Univ Pr  裝訂:精裝
The first comprehensive, research-based textbook on Internet-infused education, Educational Psychology and the Internet offers students an accessible guide to important issues in the field. Michael Glassman begins with an overview of the history that traces the evolution of the Internet and its significance for education. He outlines the current state of research, clearly defining terms that students will need to discuss larger concepts, such as hypertext and cyberspace. The second part of the book explores the practical applications of this research, which range from the individual-oriented to the generalized, including massive open online courses (MOOCs), open educational resources, and augmented reality. Key issues that affect teachers and students today, such as Net Neutrality and Creative Commons and Open Source licenses, are explained in straightforward terms, and often-overlooked differences - for example, between course management systems and learning management systems, and be
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2013/05/31 作者:Michael R. Hansen  出版社:Cambridge Univ Pr  裝訂:精裝
This comprehensive introduction to the principles of functional programming using F# shows how to apply basic theoretical concepts to produce succinct and elegant programs. It demonstrates the role of functional programming in a wide spectrum of applications including databases and systems. Coverage also includes advanced features in the .NET library, the imperative features of F# and topics such as text processing, sequences, computation expressions and asynchronous computation. With a broad spectrum of examples and exercises, the book is perfect for courses in functional programming and for self-study. Enhancing its use as a text is an accompanying website with downloadable programs, lecture slides, mini-projects and links to further F# sources.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2011/12/12 作者:A. W. Moore  出版社:Cambridge Univ Pr  裝訂:精裝
This book is concerned with the history of metaphysics since Descartes. Taking as its definition of metaphysics 'the most general attempt to make sense of things', it charts the evolution of this enterprise through various competing conceptions of its possibility, scope, and limits. The book is divided into three parts, dealing respectively with the early modern period, the late modern period in the analytic tradition, and the late modern period in non-analytic traditions. In its unusually wide range, A. W. Moore's study refutes the tired old cliché that there is some unbridgeable gulf between analytic philosophy and philosophy of other kinds. It also advances its own distinctive and compelling conception of what metaphysics is and why it matters. Moore explores how metaphysics can help us to cope with continually changing demands on our humanity by making sense of things in ways that are radically new.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2010/12/31 作者:Byrav Ramamurthy  出版社:Cambridge Univ Pr  裝訂:精裝
With ever-increasing demands on capacity, quality of service, speed, and reliability, current Internet systems are under strain and under review. Combining contributions from experts in the field, this book captures the most recent and innovative designs, architectures, protocols, and mechanisms that will enable researchers to successfully build the next-generation Internet. A broad perspective is provided, with topics including innovations at the physical/transmission layer in wired and wireless media, as well as the support for new switching and routing paradigms at the device and sub-system layer. The proposed alternatives to TCP and UDP at the data transport layer for emerging environments are also covered, as are the novel models and theoretical foundations proposed for understanding network complexity. Finally, new approaches for pricing and network economics are discussed, making this ideal for students, researchers, and practitioners who need to know about designing, constructi
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2010/12/31 作者:Graham J. Burton  出版社:Cambridge Univ Pr  裝訂:精裝
Developmental programming is a rapidly advancing discipline of great importance to basic scientists and health professionals alike. This text integrates, for the first time, contributions from world experts to explore the role of the placenta in developmental programming. The book considers the materno-fetal supply line, and how perturbations of placental development impact on its functional capacity. Chapters examine ways in which environmental, immunological and vascular insults regulate expression of conventional and imprinted genes, along with their impact on placental shape and size, transport, metabolism and endocrine function. Research in animal models is integrated with human clinical and epidemiological data, and questions for future research are identified. Transcripts of discussions between the authors allow readers to engage with controversial issues. Essential reading for researchers in placental biology and developmental programming, as well as specialists and trainees in
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2009/03/02 作者:Julia Hörnle  出版社:Cambridge Univ Pr  裝訂:精裝
The internet has the potential to increase the number of cross-border disputes between a wide range of different users. For many internet disputes, the use of Online Dispute Resolution (ODR) becomes critical. ODR uses information technology (such as expert systems) and internet communication applications (such as webforms or web filing platforms) to resolve disputes outside the courts. Although ODR is a progeny of ADR, using some of the same processes such as mediation and arbitration, ODR is also different in that it adds new and transformative technology and processes. This book sets out the process standards with which ODR, and in particular online arbitration, should comply and shows how these standards can be implemented in the real world. It considers applicable law and enforcement, thus providing a blueprint of how online arbitration processes should be devised.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Wireless Internet Security:Architecture and Protocols
90 折
出版日:2008/10/27 作者:James Kempf  出版社:Cambridge Univ Pr  裝訂:精裝
Approaching wireless Internet security from the position of system architecture, this text describes the cryptographic and protocol-based tools for Internet security with a focus on understanding the system architecture of existing Internet security, and on developing architectural changes for new security services. Introducing the topics of security threats in wireless networks, security services for countering those threats, and the process of defining functional architecture for network systems, the author also discusses examples of wireless Internet security systems such as wireless network access control, local IP subnet configuration and address resolution, and location privacy. Each chapter describes the basic network architecture and protocols for the system under consideration, the security threats faced, a functional architecture, and the important Internet protocols that implement the architecture. This is an ideal resource for graduate students of electrical engineering and
優惠價: 9 3042
無庫存
出版日:2008/05/28 作者:William Weber  出版社:Cambridge Univ Pr  裝訂:精裝
Grounded in knowledge of thousands of programs, this book examines how musical life in London, Leipzig, Vienna, Boston, and other cities underwent a fundamental transformation in relationship with movements in European politics. William Weber traces how musical taste evolved in European concert programs from 1750 to 1870, as separate worlds arose around classical music and popular songs. In 1780 a typical program accommodated a variety of tastes through a patterned 'miscellany' of genres, held together by diplomatic musicians. This framework began weakening around 1800 as new kinds of music appeared, from string quartets to quadrilles to ballads, which could not easily coexist on the same programs. Utopian ideas and extravagant experiments influenced programming as ideological battles were fought over who should govern musical taste. More than a hundred illustrations or transcriptions of programs enable readers to follow Weber's analysis in detail.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Language And the Internet
90 折
出版日:2006/09/30 作者:David Crystal  出版社:Cambridge Univ Pr  裝訂:精裝
In recent years, the Internet has come to dominate our lives. E-mail, instant messaging and chat are rapidly replacing conventional forms of correspondence, and the Web has become the first port of call for both information enquiry and leisure activity. How is this affecting language? There is a widespread view that as 'technospeak' comes to rule, standards will be lost. In this book, David Crystal argues the reverse: that the Internet has encouraged a dramatic expansion in the variety and creativity of language. Covering a range of Internet genres, including e-mail, chat, and the Web, this is a revealing account of how the Internet is radically changing the way we use language. This second edition has been thoroughly updated to account for more recent phenomena, with a brand new chapter on blogging and instant messaging. Engaging and accessible, it will continue to fascinate anyone who has ever used the Internet.
優惠價: 9 2048
無庫存
出版日:2003/05/15 作者:Emanuele Giovannetti  出版社:Cambridge Univ Pr  裝訂:精裝
Information technology has become a constant presence in contemporary life, infiltrating community, business and state affairs. This book discusses the uses and problems of IT in both developing and advanced countries, focusing on the ways in which IT changes society without neglecting the problematic aspects of the Internet revolution such as computer crime and the lack of professionals with computer literacy, particularly from a developing country's perspective. It examines such issues as the characteristics of network economies, connectivity pricing, Internet access, regulation, changes in supply chains, IT gaps between supply and demand, productivity increases, and the digital divide. Emanuele Giovannetti, Mitsuhiro Kagami and Masatsugu Tsuji have gathered together a group of international experts in economics and trade who discuss the impact of this revolution globally, looking at countries or regions including the UK, EU, Central and Eastern Europe, USA, Japan, India, South Afric
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2000/02/28 作者:Paul Hudak  出版社:Cambridge Univ Pr  裝訂:精裝
Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easil
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/12/03 作者:Andrea Asperti  出版社:Cambridge Univ Pr  裝訂:精裝
All traditional implementation techniques for functional languages (mostly based on supercombinators, environments or continuations) fail to avoid useless repetition of work; they are not 'optimal' in their implementation of sharing, often causing a catastrophic, exponential explosion in reduction time. Optimal reduction is an innovative graph reduction technique for functional expressions, introduced by Lamping in 1990, that solves the sharing problem. This book, the first in the subject, is a comprehensive account by two of its leading exponents. Practical implementation aspects are fully covered as are the mathematical underpinnings of the subject. The relationship to the pioneering work of Lévy and to Girard's more recent Geometry of Interaction are explored; optimal reduction is thereby revealed as a prime example of how a beautiful mathematical theory can lead to practical benefit. The book is essentially self-contained, requiring no more than basic familiarity with functional la
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Gruesome Looking Objects:A New History of Lynching and Everyday Things
滿額折
出版日:2022/11/30 作者:Elijah Gaddis  出版社:Cambridge Univ Pr  裝訂:精裝
The 1898 lynching of Tom Johnson and Joe Kizer is retold in this groundbreaking book. Unlike other histories of lynching that rely on conventional historical records, this study focuses on the objects associated with the lynching, including newspaper articles, fragments of the victims' clothing, photographs, and souvenirs such as sticks from the hanging tree. This material culture approach uncovers how people tried to integrate the meaning of the lynching into their everyday lives through objects. These seemingly ordinary items are repositories for the comprehension, interpretation, and commemoration of racial violence and white supremacy. Elijah Gaddis showcases an approach to objects as materials of history and memory, insisting that we live in a world suffused with the material traces of racial violence, past and present.
優惠價: 9 1345
無庫存
出版日:2021/05/31 作者:Tibor Kiss  出版社:Cambridge Univ Pr  裝訂:精裝
A classical viewpoint claims that reality consists of both things and stuff, and that we need a way to discuss these aspects of reality. This is achieved by using +count terms to talk about things while using +mass terms to talk about stuff. Bringing together contributions from internationally-renowned experts across interrelated disciplines, this book explores the relationship between mass and count nouns in a number of syntactic environments, and across a range of languages. It both explains how languages differ in their methods for describing these two fundamental categories of reality, and shows the many ways that modern linguistics looks to describe them. It also explores how the notions of count and mass apply to 'abstract nouns', adding a new dimension to the countability discussion. With its pioneering approach to the fundamental questions surrounding mass-count distinction, this book will be essential reading for researchers in formal semantics and linguistic typology.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2021/03/31 作者:Christos T. Maravelias  出版社:Cambridge Univ Pr  裝訂:精裝
Understand common scheduling as well as other advanced operational problems with this valuable reference from a recognized leader in the field. Beginning with basic principles and an overview of linear and mixed-integer programming, this unified treatment introduces the fundamental ideas underpinning most modeling approaches, and will allow you to easily develop your own models. With more than 150 figures, the basic concepts and ideas behind the development of different approaches are clearly illustrated. Addresses a wide range of problems arising in diverse industrial sectors, from oil and gas to fine chemicals, and from commodity chemicals to food manufacturing. A perfect resource for engineering and computer science students, researchers working in the area, and industrial practitioners.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2021/02/28 作者:David C. Vella  出版社:Cambridge Univ Pr  裝訂:精裝
Written in a conversational tone, this classroom-tested text introduces the fundamentals of linear programming and game theory, showing readers how to apply serious mathematics to practical real-life questions by modelling linear optimization problems and strategic games. The treatment of linear programming includes two distinct graphical methods. The game theory chapters include a novel proof of the minimax theorem for 2x2 zero-sum games. In addition to zero-sum games, the text presents variable-sum games, ordinal games, and n-player games as the natural result of relaxing or modifying the assumptions of zero-sum games. All concepts and techniques are derived from motivating examples, building in complexity, which encourages students to think creatively and leads them to understand how the mathematics is applied. With no prerequisite besides high school algebra, the text will be useful to motivated high school students and undergraduates studying business, economics, mathematics, and
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/10/31 作者:Paul Bernal  出版社:Cambridge Univ Pr  裝訂:精裝
The Internet, Warts and All asks questions. Why are government digital policies so often out of touch and counter-productive? Why is surveillance law problematic and ineffective - and often defeated in court? Do companies like Google and Facebook really care about freedom of speech? Why are neither laws nor technology companies able to get to grips with trolling? Is 'fake news' something that can be 'dealt with'? Can these issues be addressed more effectively, intelligently and appropriately in the future? To answer these questions, The Internet, Warts and All busts a number of myths and illusions about the internet - about the neutrality of algorithms, the permanence of information, the impact of surveillance, the nature of privacy and more. It shows how trolling and 'fake news' arise - and why current moves to deal with them are doomed to failure. It suggests a way forward - by embracing the unruly nature of the internet.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Market Design ─ A Linear Programming Approach to Auctions and Matching
滿額折
出版日:2018/01/31 作者:Martin Bichler  出版社:Cambridge Univ Pr  裝訂:精裝
The digital economy led to many new services where supply is matched with demand for various types of goods and services. More and more people and organizations are now in a position to design market rules that are being implemented in software. The design of markets is challenging as it needs to consider strategic behavior of market participants, psychological factors, and computational problems in order to implement the objectives of a designer. Market models in economics have not lost their importance, but the recent years have led to many new insights and principles for the design of markets, which are beyond traditional economic theory. This book introduces the fundamentals of market design, an engineering field concerned with the design of real-world markets.
優惠價: 9 3158
無庫存
出版日:2017/02/28 作者:Uta Kohl  出版社:Cambridge Univ Pr  裝訂:精裝
This collection investigates the sharpening conflict between the nation state and the internet through a multidisciplinary lens. It challenges the idea of an inherently global internet by examining its increasing territorial fragmentation and, conversely, the notion that for states online law and order is business as usual. Cyberborders based on national law are not just erected around China's online community. Cultural, political and economic forces, as reflected in national or regional norms, have also incentivised virtual borders in the West. The nation state is asserting itself. Yet, there are also signs of the receding role of the state in favour of corporations wielding influence through de-facto control over content and technology. This volume contributes to the online governance debate by joining ideas from law, politics and human geography to explore internet jurisdiction and its overlap with topics such as freedom of expression, free trade, democracy, identity and cartographi
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Computing for Biologists ― Python Programming and Principles
滿額折
出版日:2014/09/30 作者:Ran Libeskind-Hadas  出版社:Cambridge Univ Pr  裝訂:精裝
Computing is revolutionizing the practice of biology. This book, which assumes no prior computing experience, provides students with the tools to write their own Python programs and to understand fundamental concepts in computational biology and bioinformatics. Each major part of the book begins with a compelling biological question, followed by the algorithmic ideas and programming tools necessary to explore it: the origins of pathogenicity are examined using gene finding, the evolutionary history of sex determination systems is studied using sequence alignment, and the origin of modern humans is addressed using phylogenetic methods. In addition to providing general programming skills, this book explores the design of efficient algorithms, simulation, NP-hardness, and the maximum likelihood method, among other key concepts and methods. Easy-to-read and designed to equip students with the skills to write programs for solving a range of biological problems, the book is accompanied by nu
優惠價: 9 3568
無庫存
出版日:2014/04/30 作者:Paul Bernal  出版社:Cambridge Univ Pr  裝訂:精裝
Internet Privacy Rights analyses the current threats to our online autonomy and privacy and proposes a new model for the gathering, retention and use of personal data. Key to the model is the development of specific privacy rights: a right to roam the internet with privacy, a right to monitor the monitors, a right to delete personal data and a right to create, assert and protect an online identity. These rights could help in the formulation of more effective and appropriate legislation, and shape more privacy-friendly business models. The conclusion examines how the internet might look with these rights in place and whether such an internet could be sustainable from both a governmental and a business perspective.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2012/07/23 作者:Tore Samuelsson  出版社:Cambridge Univ Pr  裝訂:精裝
With the arrival of genomics and genome sequencing projects, biology has been transformed into an incredibly data-rich science. The vast amount of information generated has made computational analysis critical and has increased demand for skilled bioinformaticians. Designed for biologists without previous programming experience, this textbook provides a hands-on introduction to Unix, Perl and other tools used in sequence bioinformatics. Relevant biological topics are used throughout the book and are combined with practical bioinformatics examples, leading students through the process from biological problem to computational solution. All of the Perl scripts, sequence and database files used in the book are available for download at the accompanying website, allowing the reader to easily follow each example using their own computer. Programming examples are kept at an introductory level, avoiding complex mathematics that students often find daunting. The book demonstrates that even simp
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
A Short Course in Computational Science and Engineering―C++, Java and Octave Numerical Programming With Free Software Tools
90 折
出版日:2012/07/09 作者:David Yevick  出版社:Cambridge Univ Pr  裝訂:精裝
Building on his highly successful textbook on C++, David Yevick provides a concise yet comprehensive one-stop course in three key programming languages, C++, Java and Octave (a freeware alternative to MATLAB). Employing only public-domain software, this book presents a unique overview of numerical and programming techniques, including object-oriented programming, elementary and advanced topics in numerical analysis, physical system modelling, scientific graphics, software engineering and performance issues. Compact, transparent code in all three programming languages is applied to the fundamental equations of quantum mechanics, electromagnetics, mechanics and statistical mechanics. Uncommented versions of the code that can be immediately modified and adapted are provided online for the more involved programs. This compact, practical text is an invaluable introduction for students in all undergraduate- and graduate-level courses in the physical sciences or engineering that require numer
優惠價: 9 2164
無庫存
出版日:2011/07/25 作者:Arvid Kappas  出版社:Cambridge Univ Pr  裝訂:精裝
Social platforms such as MySpace, Facebook and Twitter have rekindled the initial excitement of cyberspace. Text-based, computer-mediated communication has been enriched with face-to-face communication such as Skype, as users move from desktops to laptops with integrated cameras and related hardware. Age, gender and culture barriers seem to have crumbled and disappeared as the user base widens dramatically. Other than simple statistics relating to e-mail usage, chatrooms and blog subscriptions, we know surprisingly little about the rapid changes taking place. This book assembles leading researchers on nonverbal communication, emotion, cognition and computer science to summarize what we know about the processes relevant to face-to-face communication as it pertains to telecommunication, including video-conferencing. The authors take stock of what has been learned regarding how people communicate, in person or over distance, and set the foundations for solid research helping to understand
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2011/03/07 作者:Dipankar Raychaudhuri  出版社:Cambridge Univ Pr  裝訂:精裝
This book provides a preview of emerging wireless technologies and their architectural impact on the future mobile Internet. The reader will find an overview of architectural considerations for the mobile Internet, along with more detailed technical discussion of new protocol concepts currently being considered at the research stage. The first chapter starts with a discussion of anticipated mobile/wireless usage scenarios, leading to an identification of new protocol features for the future Internet. This is followed by several chapters that provide in-depth coverage of next-generation wireless standards, ad hoc and mesh network protocols, opportunistic delivery and delay tolerant networks, sensor network architectures and protocols, cognitive radio networks, vehicular networks, security and privacy, and experimental systems for future Internet research. Each of these contributed chapters includes a discussion of new networking requirements for the wireless scenario under consideration
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2010/10/31 作者:Christos K. K. Loverdos  出版社:Cambridge Univ Pr  裝訂:精裝
Scala is a highly expressive, concise and scalable language. It is also the most prominent method of the new and exciting methodology known as object-functional programming. In this book, the authors show how Scala grows to the needs of the programmer, whether professional or hobbyist. They teach Scala with a step-by-step approach and explain how to exploit the full power of the industry-proven JVM technology. Readers can then dive into specially chosen design challenges and implementation problems, inspired by the trials of real-world software engineering. It also helps readers to embrace the power of static typing and automatic type inference. In addition, the book shows how to use the dual-object and functional-oriented natures combined at Scala's core, and so write code that is less 'boilerplate', giving a genuine increase in productivity.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2010/03/22 作者:Jim McKeown  出版社:Cambridge Univ Pr  裝訂:精裝
This is an introduction to programming using Microsoft's Visual Basic.NET 2010, intended for novice programmers with little or no programming experience or no experience with Visual Basic. The text emphasizes programming logic and good programming techniques with generous explanations of programming concepts written from a non-technical point of view. It stresses input, processing, and output and sequence, selection, and repetition in code development. File I/O and arrays are included. Later chapters introduce objects, event programming, and databases. By taking a slow and steady approach to programming ideas, this book builds new concepts from what the reader has already learned. VB tips and quips inject both humor and insight. The book includes numerous programming examples and exercises, case studies, tutorials, and 'fixing a program' sections for an in-depth look at programming problems and tools. Quizzes and review questions throughout each chapter get students to think about the
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
When Things Fell Apart:State Failure in Late-Century Africa
90 折
出版日:2008/02/18 作者:Robert H. Bates  出版社:Cambridge Univ Pr  裝訂:精裝
In the later decades of the twentieth century, Africa plunged into political chaos. States failed, governments became predators, and citizens took up arms. In When Things Fell Apart, Robert H. Bates advances an exploration of state failure in Africa. In so doing, he not only plumbs the depths of the continent's late-century tragedy, but also the logic of political order and the foundations of the state. This book covers a wide range of territory by drawing on materials from Rwanda, Sudan, Liberia, and Congo. A must-read for scholars and policy makers concerned with political conflict and state failure.
優惠價: 9 2573
無庫存
  • 319
    8
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

暢銷榜

客服中心

收藏

會員專區