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

Introduction to Python Programming And Data Structure By Liang

1110
13 / 28
出版日:2006/09/22 作者:Chaofen Sun  出版社:Cambridge Univ Pr  裝訂:平裝
Chinese is spoken by more people than any other language in the world, and has a rich social, cultural and historical background. This is a comprehensive guide to the linguistic structure of Chinese,
定價:3574 元
無庫存
An Introduction to Parallel and Vector Scientific Computation
90 折
出版日:2006/08/14 作者:Ronald W. Shonkwiler  出版社:Cambridge Univ Pr  裝訂:平裝
In this text, students of applied mathematics, science and engineering are introduced to fundamental ways of thinking about the broad context of parallelism. The authors begin by giving the reader a deeper understanding of the issues through a general examination of timing, data dependencies, and communication. These ideas are implemented with respect to shared memory, parallel and vector processing, and distributed memory cluster computing. Threads, OpenMP, and MPI are covered, along with code examples in Fortran, C, and Java. The principles of parallel computation are applied throughout as the authors cover traditional topics in a first course in scientific computing. Building on the fundamentals of floating point representation and numerical error, a thorough treatment of numerical linear algebra and eigenvector/eigenvalue problems is provided. By studying how these algorithms parallelize, the reader is able to explore parallelism inherent in other computations, such as Monte Carlo
優惠價: 9 2164
無庫存
出版日:2006/08/14 作者:Ronald W. Shonkwiler  出版社:Cambridge Univ Pr  裝訂:精裝
In this text, students of applied mathematics, science and engineering are introduced to fundamental ways of thinking about the broad context of parallelism. The authors begin by giving the reader a deeper understanding of the issues through a general examination of timing, data dependencies, and communication. These ideas are implemented with respect to shared memory, parallel and vector processing, and distributed memory cluster computing. Threads, OpenMP, and MPI are covered, along with code examples in Fortran, C, and Java. The principles of parallel computation are applied throughout as the authors cover traditional topics in a first course in scientific computing. Building on the fundamentals of floating point representation and numerical error, a thorough treatment of numerical linear algebra and eigenvector/eigenvalue problems is provided. By studying how these algorithms parallelize, the reader is able to explore parallelism inherent in other computations, such as Monte Carlo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2006/08/03 作者:John M. Lewis  出版社:Cambridge Univ Pr  裝訂:精裝
Dynamic data assimilation is the assessment, combination and synthesis of observational data, scientific laws and mathematical models to determine the state of a complex physical system, for instance as a preliminary step in making predictions about the system's behaviour. The topic has assumed increasing importance in fields such as numerical weather prediction where conscientious efforts are being made to extend the term of reliable weather forecasts beyond the few days that are presently feasible. This book is designed to be a basic one-stop reference for graduate students and researchers. It is based on graduate courses taught over a decade to mathematicians, scientists, and engineers, and its modular structure accommodates the various audience requirements. Thus Part I is a broad introduction to the history, development and philosophy of data assimilation, illustrated by examples; Part II considers the classical, static approaches, both linear and nonlinear; and Part III describes
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2006/06/01 作者:Christian Schafer  出版社:Brill Academic Pub  裝訂:精裝
Schafer (Christian philosophy, U. of Munich) interprets Divine Names as a coherent and self-reliant Platonic treatise, whether it was written by the first-century Dionysius converted by Paul or by a s
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2006/01/19 作者:Tao Pang  出版社:Cambridge Univ Pr  裝訂:精裝
Thoroughly revised for its second edition, this advanced textbook provides an introduction to the basic methods of computational physics, and an overview of progress in several areas of scientific computing by relying on free software available from CERN. The book begins by dealing with basic computational tools and routines, covering approximating functions, differential equations, spectral analysis, and matrix operations. Important concepts are illustrated by relevant examples at each stage. The author also discusses more advanced topics, such as molecular dynamics, modeling continuous systems, Monte Carlo methods, genetic algorithm and programming, and numerical renormalization. It includes many more exercises. This can be used as a textbook for either undergraduate or first-year graduate courses on computational physics or scientific computation. It will also be a useful reference for anyone involved in computational research.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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
無庫存
An Introduction To Markov Processes
90 折
出版日:2005/07/16 作者:Daniel W. Stroock  出版社:Springer Verlag  裝訂:平裝
Provides a more accessible introduction than other books on Markov processes by emphasizing the structure of the subject and avoiding sophisticated measure theoryLeads the reader to a rigorous underst
優惠價: 9 2700
無庫存
出版日:2005/07/06 作者:Janke  出版社:John Wiley & Sons Inc  裝訂:精裝
A multidisciplinary approach that emphasizes learning by analyzing real-world data sets This book is the result of the authors' hands-on classroom experience and is tailored to reflect how students b
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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]。
Pic Microcontroller―An Introduction to Software and Hardware Interfacing
95 折
出版日:2004/07/08 作者:HAN-WAY HUANG  出版社:全華經銷  裝訂:精裝
This book presents a thorough introduction to the Microchip PIC?microcontroller family, including all of the PIC programming and interfacing for all the peripheral functions. A step-by-step approach t
優惠價: 95 1045
無庫存
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
無庫存
From Words to Numbers―Narrative, Data, and Social Science
90 折
出版日:2004/05/31 作者:Roberto Franzosi  出版社:Cambridge Univ Pr  裝訂:平裝
This book illustrates a set of tools - story grammars, relational data models, and network models - that can be profitably used for the collection, organization, and analysis of narrative data in socio-historical research. A story grammar, or Subject-Action-Object and their modifiers, is the linguistic tool the author uses to structure narrative for the purpose of collecting event data. Relational database models make such complex data collection schemes practically feasible in a computer environment. Finally, network models are a statistical tool best suited to analyze this type of data. Driven by the metaphors of the journal (from … to) and the alchemy (words into numbers), the book leads the reader throughout a number of paths, from substantive to methodological issues, across time and disciplines: sociology, linguistics, literary criticism, history, statistics, computer science, philosophy, cognitive psychology, political science.
優惠價: 9 2515
無庫存
出版日:2004/05/24 作者:Roberto Franzosi  出版社:Cambridge Univ Pr  裝訂:精裝
This book illustrates a set of tools - story grammars, relational data models, and network models - that can be profitably used for the collection, organization, and analysis of narrative data in socio-historical research. A story grammar, or Subject-Action-Object and their modifiers, is the linguistic tool the author uses to structure narrative for the purpose of collecting event data. Relational database models make such complex data collection schemes practically feasible in a computer environment. Finally, network models are a statistical tool best suited to analyze this type of data. Driven by the metaphors of the journal (from … to) and the alchemy (words into numbers), the book leads the reader throughout a number of paths, from substantive to methodological issues, across time and disciplines: sociology, linguistics, literary criticism, history, statistics, computer science, philosophy, cognitive psychology, political science.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日: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
無庫存
出版日:2003/10/30 作者:Lorenzo J. Curtis  出版社:Cambridge Univ Pr  裝訂:精裝
This book presents an approach to introductory graduate courses on atomic structure. The author's approach utilizes conceptually powerful semiclassical modeling methods, and demonstrates the degree to which the Maslov-indexed EBK quantization elucidates the quantum mechanical formulation of level energies and lifetimes. It merges this with an update and extension of semiempirical data systematizations developed by Bengt Edlén to describe complex atoms, and adapts them to include the specification of lifetimes. The text emphasizes the historical basis of the nomenclature and methodologies of spectroscopy. However, interaction mechanisms are presented deductively, based on quantum mechanical and field theoretical models, rather than tracing their indirect paths of discovery. Many worked examples provide applications to areas such as astrophysics, hyperfine structure, and coherent anisotropic excitation. The book presents a firm foundation for specialists in atomic physics, as well as a c
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Atomic Structure and Lifetimes:A Conceptual Approach
90 折
出版日:2003/10/30 作者:Lorenzo J. Curtis  出版社:Cambridge Univ Pr  裝訂:平裝
This book presents an approach to introductory graduate courses on atomic structure. The author's approach utilizes conceptually powerful semiclassical modeling methods, and demonstrates the degree to which the Maslov-indexed EBK quantization elucidates the quantum mechanical formulation of level energies and lifetimes. It merges this with an update and extension of semiempirical data systematizations developed by Bengt Edlén to describe complex atoms, and adapts them to include the specification of lifetimes. The text emphasizes the historical basis of the nomenclature and methodologies of spectroscopy. However, interaction mechanisms are presented deductively, based on quantum mechanical and field theoretical models, rather than tracing their indirect paths of discovery. Many worked examples provide applications to areas such as astrophysics, hyperfine structure, and coherent anisotropic excitation. The book presents a firm foundation for specialists in atomic physics, as well as a c
優惠價: 9 3509
無庫存
An Introduction to Mormonism
90 折
出版日:2003/10/23 作者:Douglas J. Davies  出版社:Cambridge Univ Pr  裝訂:精裝
The Church of Jesus Christ of Latter-day Saints is one of the fastest growing religious movements in the world. It is highly visible, with a massive missionary program, yet it remains a mystery in terms of its core beliefs and theological structure. This 2003 book provides an introduction to the basic history, doctrines and practices of The LDS - the 'Mormon' Church. Written by a non-Mormon it neither seeks to prove or disprove the truthfulness of the religious claims of that faith but rather to describe them in ways that non-Mormons can understand. Particular emphasis is given to sacred texts and prophecies as well as to the crucial Temple rituals of endowments, marriage and baptism for the dead, through which human beings may achieve their divine potential. This rich comparative study offers an understanding of Mormon theology and ideas of humanity.
優惠價: 9 3101
無庫存
An Introduction to Mormonism
90 折
出版日:2003/10/23 作者:Douglas J. Davies  出版社:Cambridge Univ Pr  裝訂:平裝
The Church of Jesus Christ of Latter-day Saints is one of the fastest growing religious movements in the world. It is highly visible, with a massive missionary program, yet it remains a mystery in terms of its core beliefs and theological structure. This 2003 book provides an introduction to the basic history, doctrines and practices of The LDS - the 'Mormon' Church. Written by a non-Mormon it neither seeks to prove or disprove the truthfulness of the religious claims of that faith but rather to describe them in ways that non-Mormons can understand. Particular emphasis is given to sacred texts and prophecies as well as to the crucial Temple rituals of endowments, marriage and baptism for the dead, through which human beings may achieve their divine potential. This rich comparative study offers an understanding of Mormon theology and ideas of humanity.
優惠價: 9 1813
無庫存
出版日:2003/02/06 作者:Richard E. Blahut  出版社:Cambridge Univ Pr  裝訂:精裝
The need to transmit and store massive amounts of data reliably and without error is a vital part of modern communications systems. Error-correcting codes play a fundamental role in minimising data corruption caused by defects such as noise, interference, crosstalk and packet loss. This book provides an accessible introduction to the basic elements of algebraic codes, and discusses their use in a variety of applications. The author describes a range of important coding techniques, including Reed-Solomon codes, BCH codes, trellis codes, and turbocodes. Throughout the book, mathematical theory is illustrated by reference to many practical examples. The book was first published in 2003 and is aimed at graduate students of electrical and computer engineering, and at practising engineers whose work involves communications or signal processing.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日: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]。
出版日:2002/08/16 作者:Breitmaier  出版社:John Wiley & Sons Inc  裝訂:平裝
This text provides the graduate student with a systematic guide to unravelling structural information from the NMR spectra of unknown synthetic and natural compounds.A brief introduction gives an over
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
English Corpus Linguistics:An Introduction
90 折
出版日:2002/06/13 作者:Charles F. Meyer  出版社:Cambridge Univ Pr  裝訂:平裝
English Corpus Linguistics is a step-by-step guide to creating and analyzing linguistic corpora. It begins with a discussion of the role that corpus linguistics plays in linguistic theory, demonstrating that corpora have proven to be very useful resources for linguists who believe that their theories and descriptions of English should be based on real rather than contrived data. Charles F. Meyer goes on to describe how to plan the creation of a corpus, how to collect and computerize data for inclusion in a corpus, how to annotate the data that are collected, and how to conduct a corpus analysis of a completed corpus. The book concludes with an overview of the challenges that corpus linguists face to make both the creation and analysis of corpora much easier undertakings than they currently are. Clearly organized and accessibly written, this book will appeal to students of linguistics and English language.
優惠價: 9 2281
無庫存
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
無庫存
Specifying Software:A Hands-On Introduction
90 折
出版日:2002/02/25 作者:R. D. Tennent  出版社:Cambridge Univ Pr  裝訂:平裝
Provides an innovative hands-on introduction to techniques for specifying the behaviour of software components. It is primarily intended for use as a text book for a course in the 2nd or 3rd year of Computer Science and Computer Engineering programs, but it is also suitable for self-study. Using this book will help the reader improve programming skills and gain a sound foundation and motivation for subsequent courses in advanced algorithms and data structures, software design, formal methods, compilers, programming languages, and theory. The presentation is based on numerous examples and case studies appropriate to the level of programming expertise of the intended readership. The main topics covered are techniques for using programmer-friendly assertional notations to specify, develop, and verify small but non-trivial algorithms and data representations, and the use of state diagrams, grammars, and regular expressions to specify and develop recognizers for formal languages.
優惠價: 9 1930
無庫存
出版日:2002/02/25 作者:R. D. Tennent  出版社:Cambridge Univ Pr  裝訂:精裝
Provides an innovative hands-on introduction to techniques for specifying the behaviour of software components. It is primarily intended for use as a text book for a course in the 2nd or 3rd year of Computer Science and Computer Engineering programs, but it is also suitable for self-study. Using this book will help the reader improve programming skills and gain a sound foundation and motivation for subsequent courses in advanced algorithms and data structures, software design, formal methods, compilers, programming languages, and theory. The presentation is based on numerous examples and case studies appropriate to the level of programming expertise of the intended readership. The main topics covered are techniques for using programmer-friendly assertional notations to specify, develop, and verify small but non-trivial algorithms and data representations, and the use of state diagrams, grammars, and regular expressions to specify and develop recognizers for formal languages.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Introduction to Numerical Analysis
90 折
出版日:2001/10/01 作者:Arnold Neumaier  出版社:Cambridge Univ Pr  裝訂:平裝
Numerical analysis is an increasingly important link between pure mathematics and its application in science and technology. This textbook provides an introduction to the justification and development of constructive methods that provide sufficiently accurate approximations to the solution of numerical problems, and the analysis of the influence that errors in data, finite-precision calculations, and approximation formulas have on results, problem formulation and the choice of method. It also serves as an introduction to scientific programming in MATLAB, including many simple and difficult, theoretical and computational exercises. A unique feature of this book is the consequent development of interval analysis as a tool for rigorous computation and computer assisted proofs, along with the traditional material.
優惠價: 9 3568
無庫存
出版日: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
無庫存
出版日:2001/07/30 作者:Gregory S. Rohrer  出版社:Cambridge Univ Pr  裝訂:平裝
One of the motivating questions in materials research today is, how can elements be combined to produce a solid with specified properties? This book is intended to acquaint the reader with established principles of crystallography and cohesive forces that are needed to address the fundamental relationship between the composition, structure and bonding. Starting with an introduction to periodic trends, the book discusses crystal structures and the various primary and secondary bonding types, and finishes by describing a number of models for predicting phase stability and structure. Containing a large number of worked examples, exercises, and detailed descriptions of numerous crystal structures, this book is primarily intended as an advanced undergraduate or graduate level textbook for students of materials science. It will also be useful to scientists and engineers who work with solid materials.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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]。
  • 1110
    28
  • 1
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 28

暢銷榜

客服中心

收藏

會員專區