TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
搜尋結果 /

Internet of things programming with JavaScript

61067
1 / 1527
出版日: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]。
出版日: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]。
A Commercial Law of Privacy and Security for the Internet of Things
90 折
出版日:2021/03/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.
優惠價: 9 1673
無庫存
Learning Scientific Programming with Python
90 折
出版日:2020/10/31 作者: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 gain proficiency quickly. Beginning with general programming concepts such as loops and functions within the core Python 3 language, and moving on to the NumPy, SciPy and Matplotlib libraries for numerical programming and data visualization, this textbook also discusses the use of Jupyter Notebooks to build rich-media, shareable documents for scientific analysis. The second edition features a new chapter on data analysis with the pandas library and comprehensive updates, and new exercises and examples. A final chapter introduces more advanced topics such as floating-p
優惠價: 9 2051
無庫存
Python for Linguists
90 折
出版日:2020/03/31 作者:Michael Hammond  出版社:Cambridge Univ Pr  裝訂:平裝
Specifically designed for linguists, this book provides an introduction to programming using Python for those with little to no experience of coding. Python is one of the most popular and widely-used programming languages as it's also available for free and runs on any operating system. All examples in the text involve language data and can be adapted or used directly for language research. The text focuses on key language-related issues: searching, text manipulation, text encoding and internet data, providing an excellent resource for language research. More experienced users of Python will also benefit from the advanced chapters on graphical user interfaces and functional programming.
優惠價: 9 1835
無庫存
出版日:2020/03/31 作者:Michael Hammond  出版社:Cambridge Univ Pr  裝訂:精裝
Specifically designed for linguists, this book provides an introduction to programming using Python for those with little to no experience of coding. Python is one of the most popular and widely-used programming languages as it's also available for free and runs on any operating system. All examples in the text involve language data and can be adapted or used directly for language research. The text focuses on key language-related issues: searching, text manipulation, text encoding and internet data, providing an excellent resource for language research. More experienced users of Python will also benefit from the advanced chapters on graphical user interfaces and functional programming.
若需訂購本書,請電洽客服 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]。
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
無庫存
出版日: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]。
Functional Programming Using F#
滿額折
出版日: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.
優惠價: 9 2456
無庫存
出版日: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]。
Programming in Visual Basic 2010 ─ The Very Beginner's Guide
90 折
出版日:2010/03/29 作者: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
優惠價: 9 2924
無庫存
出版日: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]。
Lambda-calculus, Combinators and Functional Programming
90 折
出版日:2009/06/25 作者:G. E. Revesz  出版社:Cambridge Univ Pr  裝訂:平裝
Originally published in 1988, this book presents an introduction to lambda-calculus and combinators without getting lost in the details of mathematical aspects of their theory. Lambda-calculus is treated here as a functional language and its relevance to computer science is clearly demonstrated. The main purpose of the book is to provide computer science students and researchers with a firm background in lambda-calculus and combinators and show the applicabillity of these theories to functional programming. The presentation of the material is self-contained. It can be used as a primary text for a course on functional programming. It can also be used as a supplementary text for courses on the structure and implementation of programming languages, theory of computing, or semantics of programming languages.
優惠價: 9 2632
無庫存
Functional Programming and Input/Output
90 折
出版日:2008/07/31 作者:Andrew D. Gordon  出版社:Cambridge Univ Pr  裝訂:平裝
A common attraction to functional programming is the ease with which proofs can be given of program properties. A common disappointment with functional programming is the difficulty of expressing input/output (I/O), while at the same time being able to verify programs. Here, the author shows how a theory of functional programming can be smoothly extended to admit both an operational semantics for functional I/O and verification of programs engaged in I/O. He obtains operational semantics for the three most widely implemented I/O mechanisms for lazy languages, and proves that the three are equivalent in expressive power. He develops semantics for a form of monadic I/O and verifies a simple programming example. These theories of functional I/O are based on an entirely operational theory of functional programming, developed using Abramsky's 'applicative bisimulation'.
優惠價: 9 1403
無庫存
出版日:2003/11/17 作者:Frantisek Franek  出版社:Cambridge Univ Pr  裝訂:精裝
The overwhelming majority of bugs and crashes in computer programming stem from problems of memory access, allocation, or deallocation. Such memory related errors are also notoriously difficult to debug. Yet the role that memory plays in C and C++ programming is a subject often overlooked in courses and in books because it requires specialised knowledge of operating systems, compilers, computer architecture in addition to a familiarity with the languages themselves. Most professional programmers learn entirely through experience of the trouble it causes. This 2004 book provides students and professional programmers with a concise yet comprehensive view of the role memory plays in all aspects of programming and program behaviour. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Memory as a Programming Concept in C and C++
90 折
出版日:2003/11/17 作者:Frantisek Franek  出版社:Cambridge Univ Pr  裝訂:平裝
The overwhelming majority of bugs and crashes in computer programming stem from problems of memory access, allocation, or deallocation. Such memory related errors are also notoriously difficult to debug. Yet the role that memory plays in C and C++ programming is a subject often overlooked in courses and in books because it requires specialised knowledge of operating systems, compilers, computer architecture in addition to a familiarity with the languages themselves. Most professional programmers learn entirely through experience of the trouble it causes. This 2004 book provides students and professional programmers with a concise yet comprehensive view of the role memory plays in all aspects of programming and program behaviour. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.
優惠價: 9 2281
無庫存
出版日: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]。
The Haskell School of Expression―Learning Functional Programming Through Multimedia
90 折
出版日:2000/04/01 作者: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
優惠價: 9 2398
無庫存
出版日: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]。
The Way of Z: Practical Programming With Formal Methods
90 折
出版日:1997/06/01 作者:Jonathan Jacky  出版社:Cambridge Univ Pr  裝訂:平裝
This 1997 book is a self-contained tutorial on Z, a formal notation for modelling, specifying and designing computer systems and software, for experienced professionals and serious students in programming and software engineering. It presents realistic case studies emphasising safety-critical systems, with examples drawn from embedded controls, real-time and concurrent programming, computer graphics, games, text processing, databases, artificial intelligence, and object-oriented programming. It motivates the use of formal methods and discusses practical issues concerning how to apply them in real projects. It also teaches how to apply formal program derivation and verification to implement Z specifications in real programming languages with examples in C. The book includes exercises with solutions, reference materials, and a guide to further reading.
優惠價: 9 2983
無庫存
Concurrent Programming
90 折
出版日:1992/02/20 作者:C. R. Snow  出版社:Cambridge Univ Pr  裝訂:平裝
This textbook is designed as a first book on concurrent programming for computer science undergraduates, and provides a comprehensive introduction to the problems of concurrency. Concurrency is of vital importance in many areas of computer science, particularly in operating systems. It is also increasingly being taught in undergraduate courses. The book builds on the student's familiarity with sequential programming in a high level language, which will make it very accessible to computer science students. The book is concerned mainly with the high level aspects of concurrency, which will be equally applicable to traditional time sliced or more recent truly parallel systems.
優惠價: 9 2105
無庫存
Introduction to Linear and Convex Programming
90 折
出版日:1985/09/05 作者:Neil Cameron  出版社:Cambridge Univ Pr  裝訂:平裝
This introduction to optimization emphasizes the need for both a pure and an applied mathematical point of view. Beginning with a chapter on linear algebra and Euclidean geometry, the author then applies this theory with an introduction to linear programming. There follows a discussion of convex analysis, which finds application in non-linear programming. The book ends with an extensive commentary to the exercises that are given at the end of each chapter. The author's straightforward, geometrical approach makes this an attractive textbook for undergraduate students of mathematics, engineering, operations research and economics.
優惠價: 9 1754
無庫存
Games Programming
90 折
出版日:1984/06/14 作者:Eric Solomon  出版社:Cambridge Univ Pr  裝訂:平裝
Games Programming has been written for the personal computer owner who is setting out to write fams programs. It charts the territory which lies beyond the simplistic arcade game and which leads to the more intellectually exciting game moderators and learning programs. This is not another book of program listings, nor does it present game algorithms in isolation from the computer methods which make them work. The aim is to equip the reader with an awareness of modern techniques of structured programming, a robust attitude to computer languages, and a source of valuable 'know how'.
優惠價: 9 2691
無庫存
出版日: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]。
出版日:2016/08/31 作者:Kunal Pimparkhede  出版社:Cambridge Univ Pr  裝訂:平裝
This textbook provides in-depth coverage of the fundamentals of the C and C++ programming languages and the object-oriented programming paradigm. It follows an example-driven approach to facilitate understanding of theoretical concepts. Essential concepts, including functions, arrays, pointers and inheritance, are explained, while complex topics, such as dynamic memory allocation, object slicing, vtables, and upcasting and downcasting, are examined in detail. Concepts are explained with the help of line diagrams, student-teacher conversations and flow charts, while other useful features, such as quiz questions and points to remember, are included. Solved examples, review questions and useful case studies are interspersed throughout the text, and explanations of the logic used to implement particular functionality is also provided. This book will be useful for undergraduate students of computer science and engineering, and information technology.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Learning Scientific Programming With Python
90 折
出版日: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
優惠價: 9 1620
無庫存
出版日: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]。
Educational Psychology and the Internet
滿額折
出版日: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
優惠價: 9 1871
無庫存
Python Programming for Biology ─ Bioinformatics and Beyond
90 折
出版日:2015/02/28 作者:Tim J. Stevens  出版社:Cambridge Univ Pr  裝訂:平裝
Do you have a biological question that could be readily answered by computational techniques, but little experience in programming? Do you want to learn more about the core techniques used in computational biology and bioinformatics? Written in an accessible style, this guide provides a foundation for both newcomers to computer programming and those interested in learning more about computational biology. The chapters guide the reader through: a complete beginners' course to programming in Python, with an introduction to computing jargon; descriptions of core bioinformatics methods with working Python examples; scientific computing techniques, including image analysis, statistics and machine learning. This book also functions as a language reference written in straightforward English, covering the most common Python language elements and a glossary of computing and biological terms. This title will teach undergraduates, postgraduates and professionals working in the life sciences how t
優惠價: 9 2866
無庫存
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
無庫存
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 2281
無庫存
出版日: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]。
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
無庫存
出版日: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]。
Principles of Constraint Programming
90 折
出版日:2010/01/07 作者:Krzysztof Apt  出版社:Cambridge Univ Pr  裝訂:平裝
Constraints are everywhere: most computational problems can be described in terms of restrictions imposed on the set of possible solutions, and constraint programming is a problem-solving technique that works by incorporating those restrictions in a programming environment. It draws on methods from combinatorial optimisation and artificial intelligence, and has been successfully applied in a number of fields from scheduling, computational biology, finance, electrical engineering and operations research through to numerical analysis. This textbook for upper-division students provides a thorough and structured account of the main aspects of constraint programming. The author provides many worked examples that illustrate the usefulness and versatility of this approach to programming, as well as many exercises throughout the book that illustrate techniques, test skills and extend the text. Pointers to current research, extensive historical and bibliographic notes, and a comprehensive list
優惠價: 9 2690
無庫存
出版日:2009/05/29 作者:Robert Dunne  出版社:Cambridge Univ Pr  裝訂:精裝
Computers and the Law provides readers with an introduction to the legal issues associated with computing – particularly in the massively networked context of the Internet. Assuming no previous knowledge of the law or any special knowledge of programming or computer science, this textbook offers undergraduates of all disciplines and professionals in the computing industry an understanding of basic legal principles and an awareness of the peculiarities associated with legal issues in cyberspace. This is not a law school casebook, but rather a variety of carefully chosen, relevant cases presented in redacted form. The full cases are available on an ancillary Web site. The pervasiveness of computing in modern society has generated numerous legal ambiguities. This book introduces readers to the fundamental workings of the law in physical space and suggests the opportunity to create new types of laws with nontraditional goals.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
TinyOS Programming
90 折
出版日:2009/04/13 作者:Philip Levis  出版社:Cambridge Univ Pr  裝訂:平裝
Do you need to know how to write systems, services, and applications using the TinyOS operating system? Learn how to write nesC code and efficient applications with this indispensable guide to TinyOS programming. Detailed examples show you how to write TinyOS code in full, from basic applications right up to new low-level systems and high performance applications. Two leading figures in the development of TinyOS also explain the reasons behind many of the design decisions made and, for the first time, how nesC relates to and differs from other C dialects. Handy features such as a library of software design patterns, programming hints and tips, end-of-chapter exercises, and an appendix summarizing the basic application-level TinyOS APIs make this the ultimate guide to TinyOS for embedded systems programmers, developers, designers, and graduate students.
優惠價: 9 2690
無庫存
Theories of Programming Languages
90 折
出版日:2009/04/02 作者:John C. Reynolds  出版社:Cambridge Univ Pr  裝訂:平裝
First published in 1998, this textbook is a broad but rigourous survey of the theoretical basis for the design, definition and implementation of programming languages and of systems for specifying and proving programme behaviour. Both imperative and functional programming are covered, as well as the ways of integrating these aspects into more general languages. Recognising a unity of technique beneath the diversity of research in programming languages, the author presents an integrated treatment of the basic principles of the subject. He identifies the relatively small number of concepts, such as compositional semantics, binding structure, domains, transition systems and inference rules, that serve as the foundation of the field. Assuming only knowledge of elementary programming and mathematics, this text is perfect for advanced undergraduate and beginning graduate courses in programming language theory and also will appeal to researchers and professionals in designing or implementing
優惠價: 9 3158
無庫存
Python for Software Design ─ How to Think Like a Computer Scientist
90 折
出版日:2009/03/16 作者:Allen B. Downey  出版社:Cambridge Univ Pr  裝訂:平裝
A no-nonsense introduction to software design using the Python programming language. Written for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like recursion and object-oriented programming, are divided into a sequence of smaller steps and introduced over the course of several chapters. The focus is on the programming process, with special emphasis on debugging. The book includes a wide range of exercises, from short examples to substantial projects, so that students have ample opportunity to practise each new concept. Exercise solutions and code examples are available from thinkpython.com, along with Swampy, a suite of Python programs that is used in some of the exercises.
優惠價: 9 1813
無庫存
  • 61067
    1527
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 1527

暢銷榜

客服中心

收藏

會員專區