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

Introduction to Python Programming And Data Structure By Liang

1116
13 / 28
Data Refinement:Model-Oriented Proof Methods and their Comparison
90 折
出版日:2008/12/18 作者:Willem-Paul de Roever  出版社:Cambridge Univ Pr  裝訂:平裝
The goal of this book is to provide a comprehensive and systematic introduction to the important and highly applicable method of data refinement and the simulation methods used for proving its correctness. The authors concentrate in the first part on the general principles needed to prove data refinement correct. They begin with an explanation of the fundamental notions, showing that data refinement proofs reduce to proving simulation. The book's second part contains a detailed survey of important methods in this field, which are carefully analysed, and shown to be either incomplete, with counterexamples to their application, or to be always applicable whenever data refinement holds. This is shown by proving, for the first time, that all these methods can be described and analysed in terms of two simple notions: forward and backward simulation. The book is self-contained, going from advanced undergraduate level and taking the reader to the state of the art in methods for proving simula
優惠價: 9 2983
無庫存
Ajax Programming for the Absolute Beginner
90 折
出版日:2008/10/07 作者:Jerry Lee Ford Jr.  出版社:Cengage Learning  裝訂:平裝
Learn Ajax the easy way! If you are new to programming with Ajax and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the ?for the a
優惠價: 9 1215
無庫存
出版日:2008/09/08 作者:Peter Brass  出版社:Cambridge Univ Pr  裝訂:精裝
This text closely examines ideas, analysis, and implementation details of data structures as a specialised topic in applied algorithms. It looks at efficient ways to realise query and update operations on sets of numbers, intervals, or strings by various data structures, including: search trees; structures for sets of intervals or piece-wise constant functions; orthogonal range search structures; heaps; union-find structures; dynamization and persistence of structures; structures for strings; and hash tables. Instead of relegating data structures to trivial material used to illustrate object-oriented programming methodology, this is the first volume to show data structures as a crucial algorithmic topic. Numerous code examples in C and more than 500 references make Advanced Data Structures an indispensable text.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Lambda-Calculus and Combinators:An Introduction
90 折
出版日:2008/08/11 作者:J. Roger Hindley  出版社:Cambridge Univ Pr  裝訂:精裝
Combinatory logic and lambda-calculus, originally devised in the 1920s, have since developed into linguistic tools, especially useful in programming languages. The authors' previous book served as the main reference for introductory courses on lambda-calculus for over 20 years: this version is thoroughly revised and offers an account of the subject with the same authoritative exposition. The grammar and basic properties of both combinatory logic and lambda-calculus are discussed, followed by an introduction to type-theory. Typed and untyped versions of the systems, and their differences, are covered. Lambda-calculus models, which lie behind much of the semantics of programming languages, are also explained in depth. The treatment is as non-technical as possible, with the main ideas emphasized and illustrated by examples. Many exercises are included, from routine to advanced, with solutions to most at the end of the book.
優惠價: 9 3568
無庫存
出版日:2008/07/01 作者:Benjamin M. Bolker  出版社:Princeton Univ Pr  裝訂:精裝
Ecological Models and Data in R is the first truly practical introduction to modern statistical methods for ecology. In step-by-step detail, the book teaches ecology graduate students and researchers
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Structure and Form in the Babylonian Talmud
90 折
出版日:2008/02/18 作者:Louis Jacobs  出版社:Cambridge Univ Pr  裝訂:平裝
This book attempts to uncover the basic form and structure of the Babylonian Talmud, which is a centrally important text in Jewish studies. The contribution made by Dr Jacobs to the study of the Talmud consists in his presentation of the literary principles employed in its composition, and he here presents a clear survey indicating the manner in which earlier material was reworked in order to make each component, or sugya, into a carefully structured and self-consistent unit. Jacobs compares the editors' methods in this regard with the manner in which Shakespeare converted the variety of chronicles and source material available to him into a much more dramatic literary form, which - while preserving the kernel of the story - completely transformed its character and impact. Dr Jacobs' study constitutes an excellent introduction to the Babylonian Talmud and to the nature of rabbinic thinking.
優惠價: 9 2047
無庫存
A First Course in Statistical Programming with R
90 折
出版日:2008/01/28 作者:W. John Braun  出版社:Cambridge University Press  裝訂:平裝
The only introduction you'll need to start programming in R. Co-written by one of the R Core Development Team, and by an established R author, the book includes real R code that complies with the stan
優惠價: 9 2025
無庫存
Neurolinguistics―An Introduction to Spoken Language Processing And It's Disorders
90 折
出版日:2007/11/30 作者:John C. L. Ingram  出版社:Cambridge Univ Pr  裝訂:平裝
What biological factors make human communication possible? How do we process and understand language? How does brain damage affect these mechanisms, and what can this tell us about how language is organized in the brain? The field of neurolinguistics seeks to answer these questions, which are crucial to linguistics, psychology and speech pathology alike. This textbook, first published in 2007, introduces the central topics in neurolinguistics: speech recognition, word and sentence structure, meaning, and discourse - in both 'normal' speakers and those with language disorders. It moves on to provide a balanced discussion of key areas of debate such as modularity and the 'language areas' of the brain, 'connectionist' versus 'symbolic' modelling of language processing, and the nature of linguistic and mental representations. Making accessible over half a century of scientific and linguistic research, and containing extensive study questions, it will be welcomed by all those interested in
優惠價: 9 2398
無庫存
Concurrent Programming in ML
90 折
出版日:2007/09/17 作者:John H. Reppy  出版社:Cambridge Univ Pr  裝訂:平裝
Concurrent Programming in ML focuses on the practical use of concurrency to implement naturally concurrent applications. In addition to a tutorial introduction to programming in Concurrent ML (CML), the book presents three extended examples using CML for practical systems programming: a parallel software build system, a simple concurrent window manager, and an implementation of distributed tuple spaces. CML, which is included as part of the SML of New Jersey (SML/NJ) distribution, combines the best features of concurrent programming and functional programming. This book also illustrates advanced SML programming techniques, and includes a chapter on the implementation of concurrency using features provided by the SML/NJ system. It will be of interest to programmers, students, and professional researchers working in computer language development.
優惠價: 9 2456
無庫存
出版日:2007/03/26 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:精裝
C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures and Algorithms Using C#
90 折
出版日:2007/03/26 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:平裝
C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.
優惠價: 9 2164
無庫存
出版日:2006/12/25 作者:Andrew Gelman  出版社:Cambridge Univ Pr  裝訂:精裝
Data Analysis Using Regression and Multilevel/Hierarchical Models, first published in 2007, is a comprehensive manual for the applied researcher who wants to perform data analysis using linear and nonlinear regression and multilevel models. The book introduces a wide variety of models, whilst at the same time instructing the reader in how to fit these models using available software packages. The book illustrates the concepts by working through scores of real data examples that have arisen from the authors' own applied research, with programming codes provided for each one. Topics covered include causal inference, including regression, poststratification, matching, regression discontinuity, and instrumental variables, as well as multilevel logistic regression and missing-data imputation. Practical tips regarding building, fitting, and understanding are provided throughout.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Analysis Using Regression And Multilevel/Hierarchical Models
90 折
出版日:2006/12/18 作者:Andrew Gelman  出版社:Cambridge Univ Pr  裝訂:平裝
Data Analysis Using Regression and Multilevel/Hierarchical Models, first published in 2007, is a comprehensive manual for the applied researcher who wants to perform data analysis using linear and nonlinear regression and multilevel models. The book introduces a wide variety of models, whilst at the same time instructing the reader in how to fit these models using available software packages. The book illustrates the concepts by working through scores of real data examples that have arisen from the authors' own applied research, with programming codes provided for each one. Topics covered include causal inference, including regression, poststratification, matching, regression discontinuity, and instrumental variables, as well as multilevel logistic regression and missing-data imputation. Practical tips regarding building, fitting, and understanding are provided throughout.
優惠價: 9 2807
無庫存
Exploring Language Structure ─ A Student's Guide
90 折
出版日:2006/01/16 作者:Thomas Payne  出版社:Cambridge Univ Pr  裝訂:平裝
Designed for those beginning to study linguistics, this is a lively introduction to two key aspects of the structure of language: syntax (the structure of sentences) and morphology (the structure of words). It shows students in a step-by-step fashion how to analyze the syntax and morphology of any language, by clearly describing the basic methods and techniques, and providing almost 100 practical exercises based on data from a rich variety of the world's languages. Written in an engaging style and complete with a comprehensive glossary, Exploring Language Structure explains linguistic concepts by using clear analogies from everyday life. It introduces a range of essential topics in syntax and morphology, such as rules, categories, word classes, grammatical relations, multi-clause constructions and typology. Providing a solid foundation in morphology and syntax, this is the perfect introductory text for beginning students, and will fully prepare them for more advanced courses in lingui
優惠價: 9 2457
無庫存
出版日:2005/10/13 作者:Clark S. Lindsey  出版社:Cambridge Univ Pr  裝訂:精裝
JavaTech is a practical introduction to the Java programming language with an emphasis on the features that benefit technical computing. After presenting the basics of object-oriented programming in Java, it examines introductory topics such as graphical interfaces and thread processes. It goes on to review network programming and develops Web client-server examples for tasks such as monitoring remote devices. The focus then shifts to distributed computing with RMI. Finally, it examines how Java programs can access the local platform and interact with hardware. Topics include combining native code with Java, communication via serial lines, and programming embedded processors. An extensive web site supports the book with additional instructional materials. JavaTech demonstrates the ease with which Java can be used to create powerful network applications and distributed computing applications. It will be used as a textbook for programming courses, and by researchers who need to learn Jav
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Foundations of Parallel Programming
90 折
出版日:2005/08/25 作者:D. B. Skillicorn  出版社:Cambridge Univ Pr  裝訂:平裝
The major reason for the lack of use of parallel computing is the mismatch between the complexity and variety of parallel hardware, and the software development tools to program it. The cost of developing software needs to be amortised over decades, but the platforms on which it executes change every few years, requiring complete rewrites. The evident cost-effectiveness of parallel computation has not been realized because of this mismatch. This book presents an integrated approach to parallel software development by addressing both software and performance issues together. It presents a methodology for software construction that produces architecture-independent and intellectually abstract software. The software can execute efficiently on a range of existing and potential hardware configurations. The approach is based on the construction of categorical data types, a generalization of abstract data types, and of objects. Categorical data types abstract both from the representation of a
優惠價: 9 1754
無庫存
Data Structures and Algorithms Using Visual Basic.NET
90 折
出版日:2005/03/07 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:平裝
This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will find a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those which must be developed by the programmer. In an object-oriented fashion, the author presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming. His approach is very practical, for example using timing tests rather than Big O analysis to compare the performance of data structures and algorithms. This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most im
優惠價: 9 2807
無庫存
出版日:2005/01/06 作者:Holger Wendland  出版社:Cambridge Univ Pr  裝訂:精裝
Many practical applications require the reconstruction of a multivariate function from discrete, unstructured data. This book gives a self-contained, complete introduction into this subject. It concentrates on truly meshless methods such as radial basis functions, moving least squares, and partitions of unity. The book starts with an overview on typical applications of scattered data approximation, coming from surface reconstruction, fluid-structure interaction, and the numerical solution of partial differential equations. It then leads the reader from basic properties to the current state of research, addressing all important issues, such as existence, uniqueness, approximation properties, numerical stability, and efficient implementation. Each chapter ends with a section giving information on the historical background and hints for further reading. Complete proofs are included, making this perfectly suited for graduate courses on multivariate approximation and it can be used to suppo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Object-Oriented Programming with Visual Basic.NET
90 折
出版日:2004/06/21 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:平裝
Michael McMillan provides a complete presentation of the object-oriented features of the Visual Basic .NET language for advanced Visual Basic programmers. Beginning with an introduction to abstract data types and their initial implementation using structures, he explains standard OOP topics including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implemention of interfaces and design patterns, and refactoring in VB.NET. More advanced OOP topics are included as well, such as reflection, object persistence, and serialization. To tie everything together, McMillan demonstrates sound OOP design and implementation principles through practical examples of standard Windows applications, database applications using ADO.NET, Web-based applications using ASP.NET, and Windows service applications.
優惠價: 9 2632
無庫存
出版日:2003/12/15 作者:Henry R. West  出版社:Cambridge Univ Pr  裝訂:精裝
John Stuart Mill was the leading British philosopher of the nineteenth century and his famous essay Utilitarianism is the most influential statement of the philosophy of utilitarianism: that actions, laws, policies and institutions are to be evaluated by their utility or contribution to good or bad consequences. Henry West has written the most up-to-date and user-friendly introduction to utilitarianism available. The book serves as both a commentary to and interpretation of the text. It also defends Mill against his critics. An appendix reviews in detail the structure and arguments of Utilitarianism. This book is primarily intended as a textbook for students in philosophy assigned to read Utilitarianism but it should also prove helpful to students and professionals in other fields such as political science, history and economics.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
An Introduction to Mill's Utilitarian Ethics
90 折
出版日:2003/12/08 作者:Henry R. West  出版社:Cambridge Univ Pr  裝訂:平裝
John Stuart Mill was the leading British philosopher of the nineteenth century and his famous essay Utilitarianism is the most influential statement of the philosophy of utilitarianism: that actions, laws, policies and institutions are to be evaluated by their utility or contribution to good or bad consequences. Henry West has written the most up-to-date and user-friendly introduction to utilitarianism available. The book serves as both a commentary to and interpretation of the text. It also defends Mill against his critics. An appendix reviews in detail the structure and arguments of Utilitarianism. This book is primarily intended as a textbook for students in philosophy assigned to read Utilitarianism but it should also prove helpful to students and professionals in other fields such as political science, history and economics.
優惠價: 9 1462
無庫存
出版日:2002/10/11 作者:KANTARDZIC  出版社:JOHN WILEY & SONS;LTD  裝訂:平裝
A comprehensive introduction to the exploding field of data miningWe are surrounded by data, numerical and otherwise, which must be analyzed and processed to convert it into information that informs,
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Database Programming With C#
90 折
出版日:2002/04/01 作者:Carsten Thomsen  出版社:Springer-Verlag New York Inc  裝訂:平裝
A complete guide to database programming with C# offers step-by-step coverage of ADO.NET, discusses the data access aspects of Visual Studio. NET with sample code in C#, and covers such topics as rela
優惠價: 9 2025
無庫存
出版日:2001/09/13 作者:Ronald Shone  出版社:Cambridge Univ Pr  裝訂:精裝
An examples-driven treatment of introductory economic dynamics for students with a basic familiarity with spreadsheets. Shone approaches the subject with the belief that true understanding of a subject can only be achieved by students themselves setting out a problem and manipulating it experimentally. Although all economics students now have access to spreadsheets, they are often used for little more than graphing economic data. This book encourages students to go several stages further and set up and investigate simple dynamic models. The book presents the essentials of macro and micro economic dynamics, including: demand and supply dynamics, Keynesian dynamics, IS-LM, Inflation-unemployment, dynamics of the firm, rational expectations and saddle points, fiscal dynamics and the Maastricht Treaty and Chaos theory. The book contains 50 exercises. The support website contains an additional 100 questions for students and 100 for lecturers: www.cambridge.org/resources/economics.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
An Introduction to Economic Dynamics
90 折
出版日:2001/09/13 作者:Ronald Shone  出版社:Cambridge Univ Pr  裝訂:平裝
An examples-driven treatment of introductory economic dynamics for students with a basic familiarity with spreadsheets. Shone approaches the subject with the belief that true understanding of a subject can only be achieved by students themselves setting out a problem and manipulating it experimentally. Although all economics students now have access to spreadsheets, they are often used for little more than graphing economic data. This book encourages students to go several stages further and set up and investigate simple dynamic models. The book presents the essentials of macro and micro economic dynamics, including: demand and supply dynamics, Keynesian dynamics, IS-LM, Inflation-unemployment, dynamics of the firm, rational expectations and saddle points, fiscal dynamics and the Maastricht Treaty and Chaos theory. The book contains 50 exercises. The support website contains an additional 100 questions for students and 100 for lecturers: www.cambridge.org/resources/economics.
優惠價: 9 2398
無庫存
Fundamentals of OOP and Data Structures in Java
90 折
出版日:2000/06/05 作者:Richard Wiener  出版社:Cambridge Univ Pr  裝訂:精裝
Fundamentals of OOP and Data Structures in Java is a text for an introductory course on classical data structures. Part One of the book presents the basic principles of Object-Oriented Programming (OOP) and Graphical User Interface (GUI) programming with Java as the example language. Part Two introduces each of the major data structures with supporting, GUI-based laboratory programs designed to reinforce the basic concepts and principles of the text. These laboratories allow the reader to explore and experiment with the properties of each data structure. All source code for the laboratories is available on the web. By integrating the principles of OOP and GUI programming, this book takes the unique path of presenting the fundamental issues of data structures within the context of paradigms that are essential to today's professional software developer. The authors assume the reader has only an elementary understanding of Java and no experience with OOP.
優惠價: 9 3509
無庫存
出版日:2000/05/11 作者:A. J. Berrick  出版社:Cambridge Univ Pr  裝訂:精裝
This book, first published in 2000, is a concise introduction to ring theory, module theory and number theory, ideal for a first year graduate student, as well as an excellent reference for working mathematicians in other areas. Starting from definitions, the book introduces fundamental constructions of rings and modules, as direct sums or products, and by exact sequences. It then explores the structure of modules over various types of ring: noncommutative polynomial rings, Artinian rings (both semisimple and not), and Dedekind domains. It also shows how Dedekind domains arise in number theory, and explicitly calculates some rings of integers and their class groups. About 200 exercises complement the text and introduce further topics. This book provides the background material for the authors' companion volume Categories and Modules, soon to appear. Armed with these two texts, the reader will be ready for more advanced topics in K-theory, homological algebra and algebraic number theory
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1999/08/13 作者:John H. Reppy  出版社:Cambridge Univ Pr  裝訂:精裝
Concurrent Programming in ML focuses on the practical use of concurrency to implement naturally concurrent applications. In addition to a tutorial introduction to programming in Concurrent ML (CML), the book presents three extended examples using CML for practical systems programming: a parallel software build system, a simple concurrent window manager, and an implementation of distributed tuple spaces. CML, which is included as part of the SML of New Jersey (SML/NJ) distribution, combines the best features of concurrent programming and functional programming. This book also illustrates advanced SML programming techniques, and includes a chapter on the implementation of concurrency using features provided by the SML/NJ system. It will be of interest to programmers, students, and professional researchers working in computer language development.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Formation of Structure in the Universe
90 折
出版日:1999/04/15 作者:Avishai Dekel  出版社:Cambridge Univ Pr  裝訂:平裝
This advanced textbook provides an up-to-date and comprehensive introduction to the very active field of structure formation in cosmology. It is written by eleven world-leading authorities. Written in a clear and pedagogical style appropriate for graduate students in astronomy and physics, this textbook introduces the reader to a wide range of exciting topics in contemporary cosmology: from recent advances in redshift surveys, to the latest models in gravitational lensing and cosmological simulations. The authors are all world-renowned experts both for their research and teaching skills. In the fast-moving field of structure formation, this book provides advanced undergraduate and graduate students with a welcome textbook which unites the latest theory and observations.
優惠價: 9 2398
無庫存
出版日:1998/12/03 作者:Willem-Paul de Roever  出版社:Cambridge Univ Pr  裝訂:精裝
The goal of this book is to provide a comprehensive and systematic introduction to the important and highly applicable method of data refinement and the simulation methods used for proving its correctness. The authors concentrate in the first part on the general principles needed to prove data refinement correct. They begin with an explanation of the fundamental notions, showing that data refinement proofs reduce to proving simulation. The book's second part contains a detailed survey of important methods in this field, which are carefully analysed, and shown to be either incomplete, with counterexamples to their application, or to be always applicable whenever data refinement holds. This is shown by proving, for the first time, that all these methods can be described and analysed in terms of two simple notions: forward and backward simulation. The book is self-contained, going from advanced undergraduate level and taking the reader to the state of the art in methods for proving simula
若需訂購本書,請電洽客服 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]。
Fundamentals of Engineering Programming with C and Fortran
90 折
出版日:1998/06/28 作者: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
優惠價: 9 1988
無庫存
Image Processing and Data Analysis:The Multiscale Approach
90 折
出版日:1998/05/21 作者:Jean-Luc Starck  出版社:Cambridge Univ Pr  裝訂:平裝
Powerful techniques have been developed in recent years for the analysis of digital data, especially the manipulation of images. This book provides an in-depth introduction to a range of these innovative, avante-garde data-processing techniques. It develops the reader's understanding of each technique and then shows with practical examples how they can be applied to improve the skills of graduate students and researchers in astronomy, electrical engineering, physics, geophysics and medical imaging. What sets this book apart from others on the subject is the complementary blend of theory and practical application. Throughout, it is copiously illustrated with real-world examples from astronomy, electrical engineering, remote sensing and medicine. It also shows how many, more traditional, methods can be enhanced by incorporating the new wavelet and multiscale methods into the processing. For graduate students and researchers already experienced in image processing and data analysis, this
優惠價: 9 2281
無庫存
出版日:1998/02/26 作者:Richard F. Burton  出版社:Cambridge Univ Pr  裝訂:精裝
Biologists are notoriously reticent about using mathematics. This textbook is both an introduction to quantitative biology and a guide for the number-shy. Richard Burton fosters a sense of the fundamental importance and usefulness of mathematical principles in biology, with a fascinating range of examples. The book is geared towards the non-mathematician, and covers the basics as well as various more advanced topics from many diverse biological disciplines. Questions and calculations encourage active participation without holding up the reader. A key feature is the structure of the book. Rather than building it around biological disciplines, Dr Burton emphasises the common ways of reasoning used in areas as diverse as insect and population growth, seed mortality and sensory response (to mention a few that use logarithms). Written primarily for beginning undergraduates, this enlightening text will also be an essential aid for students throughout their undergraduate and graduate years.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Biology by Numbers:An Encouragement to Quantitative Thinking
90 折
出版日:1998/02/26 作者:Richard F. Burton  出版社:Cambridge Univ Pr  裝訂:平裝
Biologists are notoriously reticent about using mathematics. This textbook is both an introduction to quantitative biology and a guide for the number-shy. Richard Burton fosters a sense of the fundamental importance and usefulness of mathematical principles in biology, with a fascinating range of examples. The book is geared towards the non-mathematician, and covers the basics as well as various more advanced topics from many diverse biological disciplines. Questions and calculations encourage active participation without holding up the reader. A key feature is the structure of the book. Rather than building it around biological disciplines, Dr Burton emphasises the common ways of reasoning used in areas as diverse as insect and population growth, seed mortality and sensory response (to mention a few that use logarithms). Written primarily for beginning undergraduates, this enlightening text will also be an essential aid for students throughout their undergraduate and graduate years.
優惠價: 9 2690
無庫存
出版日:1997/12/24 作者:Harrington  出版社:John Wiley & Sons Inc  裝訂:平裝
This introduction to Java programming features a business focus. It discusses what it means to be object oriented, how to structure classes, and how to write methods using Java's structured programmin
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1997/01/23 作者:Michael M. Woolfson  出版社:Cambridge Univ Pr  裝訂:平裝
A textbook for the advanced undergraduate or graduate student beginning a serious study of X-ray crystallography. It will be of interest both to those intending to become professional crystallographers and to those physicists, chemists, biologists, geologists, metallurgists and others who will use it as a tool in their research. All major aspects of crystallography are covered - the geometry of crystals and their symmetry, theoretical and practical aspects of diffracting X-rays by crystals and how the data may be analysed to find the symmetry of the crystal and its structure. Recent advances are fully covered, including the synchrotron as a source of X-rays, methods of solving structures from power data and the full range of techniques for solving structures from single-crystal data. A suite of computer programs is provided for carrying out many operations of data-processing and solving crystal structures - including by direct methods. While these are limited to two dimensions they ful
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1996/09/05 作者:T. Roca Cortes  出版社:Cambridge Univ Pr  裝訂:精裝
The complex internal structure of the Sun can now be studied in detail through helioseismology and neutrino astronomy. The VI Canary Islands Winter School of Astrophysics was dedicated to examining these powerful new techniques. Based on this meeting, seven specially written chapters by world experts renowned for their teaching skills are presented in this 1996 volume. With a clear and pedagogical style we are shown how the internal composition (density, He abundance, etc.) and dynamical structure (rotation, sub-surface velocity fields, etc.) of the Sun can be deduced through helioseismology; and how the central temperature can be inferred from measurements of the flux of solar neutrinos. This volume provides an excellent introduction for graduate students and an up-to-date overview for researchers working on the Sun, neutrino astronomy and helio- and asteroseismology.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1996/09/01 作者:Martin Baxter  出版社:Cambridge Univ Pr  裝訂:精裝
The rewards and dangers of speculating in the modern financial markets have come to the fore in recent times with the collapse of banks and bankruptcies of public corporations as a direct result of ill-judged investment. At the same time, individuals are paid huge sums to use their mathematical skills to make well-judged investment decisions. Here now is the first rigorous and accessible account of the mathematics behind the pricing, construction and hedging of derivative securities. Key concepts such as martingales, change of measure, and the Heath-Jarrow-Morton model are described with mathematical precision in a style tailored for market practitioners. Starting from discrete-time hedging on binary trees, continuous-time stock models (including Black-Scholes) are developed. Practicalities are stressed, including examples from stock, currency and interest rate markets, all accompanied by graphical illustrations with realistic data. A full glossary of probabilistic and financial terms
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1993/05/06 作者:T. Padmanabhan  出版社:Cambridge Univ Pr  裝訂:平裝
Understanding the way in which large-scale structures like galaxies form remains the most challenging problem in cosmology today. This text provides an up-to-date and pedagogical introduction to this exciting area of research. Part 1 deals with the Friedmann model, the thermal history of the Universe, and includes a description of observed structures in the Universe. Part 2 describes the theory of gravitational instability in both the linear and non-linear regimes. This part also includes chapters on the microwave background radiation, large-scale velocity fields, quasars and high redshift objects. Part 3 covers inflation, cosmic strings and dark matter. Each chapter is accompanied by a comprehensive set of exercises to help the reader in self-study. The book will be of interest to research and graduate students in cosmology, relativity, theoretical physics, astrophysics and astronomy. It is also suitable for use as a graduate textbook for introductory graduate level courses.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
  • 1116
    28
  • 1
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 28

暢銷榜

客服中心

收藏

會員專區