TOP
💡 邁向小一的第一步!給孩子一本「查得到自信」的專屬辭典,輕鬆跨越閱讀關卡!🚀
38
1 / 1
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
無庫存
The Commodification of Identity in Victorian Narrative:Autobiography, Sensation, and the Literary Marketplace
90 折
出版日:2021/09/30 作者:Sean Grass  出版社:Cambridge Univ Pr  裝訂:平裝
In the first half of the nineteenth century autobiography became, for the first time, an explicitly commercial genre. Drawing together quantitative data on the Victorian book market, insights from the business ledgers of Victorian publishers and close readings of mid-century novels, Sean Grass demonstrates the close links between these genres and broader Victorian textual and material cultures. This book offers fresh perspectives on major works by Charles Dickens, George Eliot, Mary Elizabeth Braddon, Wilkie Collins and Charles Reade, while also featuring archival research that reveals the volume, diversity, and marketability of Victorian autobiographical texts for the first time. Grass presents life-writing not as a stand-alone genre, but as an integral part of a broader movement of literary, cultural, legal and economic practices through which the Victorians transformed identity into a textual object of capitalist exchange.
優惠價: 9 1673
無庫存
出版日:2019/12/31 作者:Sean Grass  出版社:Cambridge Univ Pr  裝訂:精裝
In the first half of the nineteenth century autobiography became, for the first time, an explicitly commercial genre. Drawing together quantitative data on the Victorian book market, insights from the business ledgers of Victorian publishers and close readings of mid-century novels, Sean Grass demonstrates the close links between these genres and broader Victorian textual and material cultures. This book offers fresh perspectives on major works by Charles Dickens, George Eliot, Mary Elizabeth Braddon, Wilkie Collins and Charles Reade, while also featuring archival research that reveals the volume, diversity, and marketability of Victorian autobiographical texts for the first time. Grass presents life-writing not as a stand-alone genre, but as an integral part of a broader movement of literary, cultural, legal and economic practices through which the Victorians transformed identity into a textual object of capitalist exchange.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Cosmic Challenge ― The Ultimate Observing List for Amateurs
90 折
出版日:2019/06/30 作者:Philip S. Harrington  出版社:Cambridge Univ Pr  裝訂:平裝
Listing more than 500 sky targets, both near and far, in 187 challenges, this observing guide will test novice astronomers and advanced veterans alike. Its unique mix of Solar System and deep-sky targets will have observers hunting for the Apollo lunar landing sites, searching for satellites orbiting the outermost planets, and exploring hundreds of star clusters, nebulae, distant galaxies, and quasars. Each target object is accompanied by a rating indicating how difficult the object is to find, an in-depth visual description, an illustration showing how the object realistically looks, and a detailed finder chart to help you find each challenge quickly and effectively. This guide introduces objects often overlooked in other observing guides and challenges are provided for the naked eye, through binoculars, to the largest backyard telescopes. This paperback edition has updated charts and data tables to challenge observers for many years to come.
優惠價: 9 2267
無庫存
Advanced Data Structures
90 折
出版日:2019/05/16 作者: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.
優惠價: 9 2537
無庫存
Geometric and Topological Inference
90 折
出版日:2018/09/30 作者:Jean-Daniel Boissonnat  出版社:Cambridge Univ Pr  裝訂:平裝
Geometric and topological inference deals with the retrieval of information about a geometric object using only a finite set of possibly noisy sample points. It has connections to manifold learning and provides the mathematical and algorithmic foundations of the rapidly evolving field of topological data analysis. Building on a rigorous treatment of simplicial complexes and distance functions, this self-contained book covers key aspects of the field, from data representation and combinatorial questions to manifold reconstruction and persistent homology. It can serve as a textbook for graduate students or researchers in mathematics, computer science and engineering interested in a geometric approach to data science.
優惠價: 9 1997
無庫存
出版日:2018/09/01 作者:Jean-Daniel Boissonnat  出版社:Cambridge Univ Pr  裝訂:精裝
Geometric and topological inference deals with the retrieval of information about a geometric object using only a finite set of possibly noisy sample points. It has connections to manifold learning and provides the mathematical and algorithmic foundations of the rapidly evolving field of topological data analysis. Building on a rigorous treatment of simplicial complexes and distance functions, this self-contained book covers key aspects of the field, from data representation and combinatorial questions to manifold reconstruction and persistent homology. It can serve as a textbook for graduate students or researchers in mathematics, computer science and engineering interested in a geometric approach to data science.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Systematic Program Design―From Clarity to Efficiency
滿額折
出版日:2013/05/20 作者:Yanhong Annie Liu  出版社:Cambridge Univ Pr  裝訂:平裝
A systematic program design method can help developers ensure the correctness and performance of programs while minimizing the development cost. This book describes a method that starts with a clear specification of a computation and derives an efficient implementation by step-wise program analysis and transformations. The method applies to problems specified in imperative, database, functional, logic and object-oriented programming languages with different data, control and module abstractions. Designed for courses or self-study, this book includes numerous exercises and examples that require minimal computer science background, making it accessible to novices. Experienced practitioners and researchers will appreciate the detailed examples in a wide range of application areas including hardware design, image processing, access control, query optimization and program analysis. The last section of the book points out directions for future studies.
優惠價: 9 2105
無庫存
出版日:2013/05/20 作者:Yanhong Annie Liu  出版社:Cambridge Univ Pr  裝訂:精裝
A systematic program design method can help developers ensure the correctness and performance of programs while minimizing the development cost. This book describes a method that starts with a clear specification of a computation and derives an efficient implementation by step-wise program analysis and transformations. The method applies to problems specified in imperative, database, functional, logic and object-oriented programming languages with different data, control and module abstractions. Designed for courses or self-study, this book includes numerous exercises and examples that require minimal computer science background, making it accessible to novices. Experienced practitioners and researchers will appreciate the detailed examples in a wide range of application areas including hardware design, image processing, access control, query optimization and program analysis. The last section of the book points out directions for future studies.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
A Short Course in Computational Science and Engineering―C++, Java and Octave Numerical Programming With Free Software Tools
90 折
出版日:2012/07/09 作者:David Yevick  出版社:Cambridge Univ Pr  裝訂:精裝
Building on his highly successful textbook on C++, David Yevick provides a concise yet comprehensive one-stop course in three key programming languages, C++, Java and Octave (a freeware alternative to MATLAB). Employing only public-domain software, this book presents a unique overview of numerical and programming techniques, including object-oriented programming, elementary and advanced topics in numerical analysis, physical system modelling, scientific graphics, software engineering and performance issues. Compact, transparent code in all three programming languages is applied to the fundamental equations of quantum mechanics, electromagnetics, mechanics and statistical mechanics. Uncommented versions of the code that can be immediately modified and adapted are provided online for the more involved programs. This compact, practical text is an invaluable introduction for students in all undergraduate- and graduate-level courses in the physical sciences or engineering that require numer
優惠價: 9 2164
無庫存
出版日:2012/06/18 作者:Simon J. D. Prince  出版社:Cambridge Univ Pr  裝訂:精裝
This modern treatment of computer vision focuses on learning and inference in probabilistic models as a unifying theme. It shows how to use training data to learn the relationships between the observed image data and the aspects of the world that we wish to estimate, such as the 3D structure or the object class, and how to exploit these relationships to make new inferences about the world from new image data. With minimal prerequisites, the book starts from the basics of probability and model fitting and works up to real examples that the reader can implement and modify to build useful vision systems. Primarily meant for advanced undergraduate and graduate students, the detailed methodological presentation will also be useful for practitioners of computer vision. • Covers cutting-edge techniques, including graph cuts, machine learning and multiple view geometry • A unified approach shows the common basis for solutions of important computer vision problems, such as camera calibration, f
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2011/09/30 作者:David Barber  出版社:Cambridge Univ Pr  裝訂:精裝
'What's going to happen next?' Time series data hold the answers, and Bayesian methods represent the cutting edge in learning what they have to say. This ambitious book is the first unified treatment of the emerging knowledge-base in Bayesian time series techniques. Exploiting the unifying framework of probabilistic graphical models, the book covers approximation schemes, both Monte Carlo and deterministic, and introduces switching, multi-object, non-parametric and agent-based models in a variety of application environments. It demonstrates that the basic framework supports the rapid creation of models tailored to specific applications and gives insight into the computational complexity of their implementation. The authors span traditional disciplines such as statistics and engineering and the more recently established areas of machine learning and pattern recognition. Readers with a basic understanding of applied probability, but no experience with time series analysis, are guided fro
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2010/10/31 作者:Wolfgang Steinicke  出版社:Cambridge Univ Pr  裝訂:精裝
The New General Catalogue (NCG), originally created in 1888, is the source for referencing bright nebulae and star clusters, both in professional and amateur astronomy. With 7840 entries, it is the most-used historical catalogue of observational astronomy, and NGC numbers are commonly used today. However, the fascinating history of the discovery, observation, description and cataloguing of nebulae and star clusters in the nineteenth century has largely gone untold, until now. This well-researched book is the first comprehensive historical study of the NGC, and is an important resource to all those with an interest in the history of modern astronomy and visual deep-sky observing. It covers the people, observatories, instruments and methods involved in nineteenth-century visual deep-sky observing, as well as prominent deep-sky objects. The book also compares the NGC to modern object data, demonstrating how important the NGC is in observational astronomy today.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
JavaTech, an Introduction to Scientific and Technical Computing with Java
90 折
出版日:2010/06/10 作者: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
優惠價: 9 3217
無庫存
The Bobbio Missal:Liturgy and Religious Culture in Merovingian Gaul
90 折
出版日:2009/12/03 作者:Yitzhak Hen  出版社:Cambridge Univ Pr  裝訂:平裝
The Bobbio Missal was copied in south-eastern Gaul around the end of the seventh and beginning of the eighth century. It contains a unique combination of a lectionary and a sacramentary, to which a plethora of canonical and non-canonical material was added. The Missal is therefore highly regarded by liturgists; but, additionally, medieval historians welcome the information to be derived from material attached to the codex, which provides valuable data about the role and education of priests in Francia at that time, and indeed on their cultural and ideological background. The breadth of specialist knowledge provided by the team of scholars writing for this book enables the manuscript to be viewed as a whole, not as a narrow liturgical study. Collectively, the essays view the manuscript as physical object: they discuss the contents, they examine the language, and they look at the cultural context in which the codex was written.
優惠價: 9 1754
無庫存
Subjects and Universal Grammar:An Explanatory Theory
90 折
出版日:2009/11/12 作者:Yehuda N. Falk  出版社:Cambridge Univ Pr  裝訂:平裝
The 'subject' of a sentence is a concept that presents great challenges to linguists. Most languages have something which looks like a subject, but subjects differ across languages in their nature and properties, making them an interesting phenomenon for those seeking linguistic universals. This pioneering volume addresses 'subject' nature from a simultaneously formal and typological perspective. Dividing the subject into two distinct grammatical functions, it shows how the nature of these functions explains their respective properties, and argues that the split in properties shown in 'ergative' languages (whereby the subject of intransitive verbs is marked as an object) results from the functions being assigned to different elements of the clause. Drawing on data from a typologically wide variety of languages, including English, Hebrew, Tagalog, Inuit and Acehnese, it explains why, even in the case of very different languages, certain core properties can be found.
優惠價: 9 1754
無庫存
Practical Database Programming with Visual Basic.NET
90 折
出版日:2008/10/20 作者:Ying Bai  出版社:Cambridge Univ Pr  裝訂:平裝
Avoiding overly large blocks of code used in most other database programming books, this book shows a simple and easy way to create database programs and explains how to build professional and practical databases more efficiently. In addition to Design Tools and Wizards, the runtime object method is also discussed and analyzed to let users design and implement more sophisticated data-driven applications with complicated coding techniques. Three popular database systems – Microsoft Access, SQL Server 2005, and Oracle Database 10g Express Edition (XE) – are discussed in detail, with practical examples and sample projects. This book will appeal to college students, programmers, and software engineers alike. Sample code and additional exercise questions for students, as well as solutions and lecture slides for instructors, are available via the Web (www.cambridge.org/9780521712354).
優惠價: 9 3568
無庫存
出版日:2008/10/13 作者:Ying Bai  出版社:Cambridge Univ Pr  裝訂:精裝
Avoiding overly large blocks of code used in most other database programming books, this book shows a simple and easy way to create database programs and explains how to build professional and practical databases more efficiently. In addition to Design Tools and Wizards, the runtime object method is also discussed and analyzed to let users design and implement more sophisticated data-driven applications with complicated coding techniques. Three popular database systems – Microsoft Access, SQL Server 2005, and Oracle Database 10g Express Edition (XE) – are discussed in detail, with practical examples and sample projects. This book will appeal to college students, programmers, and software engineers alike. Sample code and additional exercise questions for students, as well as solutions and lecture slides for instructors, are available via the Web (www.cambridge.org/9780521712354).
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日: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]。
出版日: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
無庫存
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/06/19 作者:Richard J. Gardner  出版社:Cambridge Univ Pr  裝訂:平裝
Geometric tomography deals with the retrieval of information about a geometric object from data concerning its projections (shadows) on planes or cross-sections by planes. It is a geometric relative of computerized tomography, which reconstructs an image from X-rays of a human patient. The subject overlaps with convex geometry and employs many tools from that area, including some formulas from integral geometry. It also has connections to discrete tomography, geometric probing in robotics and to stereology. This comprehensive study provides a rigorous treatment of the subject. Although primarily meant for researchers and graduate students in geometry and tomography, brief introductions, suitable for advanced undergraduates, are provided to the basic concepts. More than 70 illustrations are used to clarify the text. The book also presents 66 unsolved problems. Each chapter ends with extensive notes, historical remarks, and some biographies. This edition includes numerous updates and imp
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2006/06/19 作者:Richard J. Gardner  出版社:Cambridge Univ Pr  裝訂:精裝
Geometric tomography deals with the retrieval of information about a geometric object from data concerning its projections (shadows) on planes or cross-sections by planes. It is a geometric relative of computerized tomography, which reconstructs an image from X-rays of a human patient. The subject overlaps with convex geometry and employs many tools from that area, including some formulas from integral geometry. It also has connections to discrete tomography, geometric probing in robotics and to stereology. This comprehensive study provides a rigorous treatment of the subject. Although primarily meant for researchers and graduate students in geometry and tomography, brief introductions, suitable for advanced undergraduates, are provided to the basic concepts. More than 70 illustrations are used to clarify the text. The book also presents 66 unsolved problems. Each chapter ends with extensive notes, historical remarks, and some biographies. This edition includes numerous updates and imp
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日: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]。
The Analysis of Emission Lines
90 折
出版日:2005/07/14 作者:Robert Williams  出版社:Cambridge Univ Pr  裝訂:平裝
What can emission lines tell us about an astrophysical object? A workshop at the Space Telescope Science Institute was dedicated to address just this question – for a host of objects (including planetary nebulae and active galactic nuclei) across a broad range of wavelengths (from the infrared through to gamma-rays). Thirteen review articles from internationally renowned experts are presented in this volume. They provide an edited and coherent overview of the latest technical data, techniques in and applications of the study of emission lines from a variety of objects. Chapters include the theory of radiative transfer, photoionising shocks, and emission lines from stellar winds, as well as useful summaries of abundance determinations, atomic data, and diagnostics for IR, UV, gamma-ray and molecular lines. Together these review articles provide an overview of the analysis of emission lines. They summarise current knowledge, highlight outstanding problems and provide focus for fruitful f
優惠價: 9 2281
無庫存
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
無庫存
COBOL Programmers Swing with Java
90 折
出版日:2004/12/28 作者:E. Reed Doke  出版社:Cambridge Univ Pr  裝訂:平裝
In the fast moving world of information technology, Java is now the number 1 programming language. Programmers and developers everywhere need to know Java to keep pace with traditional and web-based application development. COBOL Programmers Swing with Java provides COBOL programmers a clear, easy transition to Java programming by drawing on the numerous similarities between COBOL and Java. The authors introduce the COBOL programmer to the history of Java and object-oriented programming and then dive into the details of the Java syntax, always contrasting them with their parallels in COBOL. A running case study gives the reader an overall view of application development with Java, with increased functionality as new material is presented. This new edition features the development of graphical user interfaces (GUI's) using the latest in Java Swing components. The clear writing style and excellent examples make the book suitable for anyone wanting to learn Java and OO programming, whethe
優惠價: 9 3275
無庫存
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]。
出版日:2004/04/05 作者:Yitzhak Hen  出版社:Cambridge Univ Pr  裝訂:精裝
The Bobbio Missal was copied in south-eastern Gaul around the end of the seventh and beginning of the eighth century. It contains a unique combination of a lectionary and a sacramentary, to which a plethora of canonical and non-canonical material was added. The Missal is therefore highly regarded by liturgists; but, additionally, medieval historians welcome the information to be derived from material attached to the codex, which provides valuable data about the role and education of priests in Francia at that time, and indeed on their cultural and ideological background. The breadth of specialist knowledge provided by the team of scholars writing for this book enables the manuscript to be viewed as a whole, not as a narrow liturgical study. Collectively, the essays view the manuscript as physical object: they discuss the contents, they examine the language, and they look at the cultural context in which the codex was written.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2003/10/13 作者:Richard J. Watts  出版社:Cambridge Univ Pr  裝訂:精裝
Using a wide range of data from real-life speech situations, this introduction to politeness theory breaks away from the limitations of current models. It argues that the proper object of study in po
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2002/08/15 作者:A. J. Dessler  出版社:Cambridge Univ Pr  裝訂:平裝
Jupiter's magnetosphere (the region of space in which Jupiter's magnetic field influences the motion of charged particles) is the largest object in the solar system; it exhibits new phenomena and behaves, in some respects, like a pulsar. It is a magnetosphere whose physics is dominated by internal sources of plasma and energy. This book consists of twelve carefully interwoven articles written by leading space scientists who summarize our state of knowledge of the physics of the magnetosphere surrounding the planet Jupiter. Ground-based data as well as information from the Pioneer and Voyager spacecraft are used in developing both physical descriptions and theoretical understanding. Physics of the Jovian Magnetosphere is a valuable reference work for those doing research in magnetospheric physics and in a number of related disciplines.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Tried and True Object Development:Industry-Proven Approaches with UML
90 折
出版日:1998/12/28 作者:Ari Jaaksi  出版社:Cambridge Univ Pr  裝訂:平裝
Written by four experienced Nokia Telecommunications software developers, this is a practical book about object-based and component-based software development. The book concentrates on the most important issues in real-life software development, such as the development process itself, software architecture, the development of user interfaces, data management, and the development of large commercial software products. The book exemplifies the presented practices by using the Unified Modeling Language (UML).
優惠價: 9 3393
無庫存
出版日:1995/10/19 作者:Robert Williams  出版社:Cambridge Univ Pr  裝訂:精裝
What can emission lines tell us about an astrophysical object? A workshop at the Space Telescope Science Institute was dedicated to address just this question – for a host of objects (including planetary nebulae and active galactic nuclei) across a broad range of wavelengths (from the infrared through to gamma-rays). Thirteen review articles from internationally renowned experts are presented in this volume. They provide an edited and coherent overview of the latest technical data, techniques in and applications of the study of emission lines from a variety of objects. Chapters include the theory of radiative transfer, photoionising shocks, and emission lines from stellar winds, as well as useful summaries of abundance determinations, atomic data, and diagnostics for IR, UV, gamma-ray and molecular lines. Together these review articles provide an overview of the analysis of emission lines. They summarise current knowledge, highlight outstanding problems and provide focus for fruitful f
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Guide to the Sun
90 折
出版日:1995/03/30 作者:Kenneth J. H. Phillips  出版社:Cambridge Univ Pr  裝訂:平裝
The Sun has been an object of scientific interest since the time of the ancient Greeks. The vast amounts of observational data acquired in recent years have led to a greatly improved knowledge of the physics of the Sun. With a minimum of technicalities, this book gives an account of what we now know about the Sun's interior, its surface and atmosphere, its relation to the solar system including the earth, and its relation to other stars. The way that solar power is being converted to useful forms of energy is explained. The book is aimed at anyone with a broad science background interested in learning about the latest developments in solar studies, from those at high-school level to the non-specialist professional.
優惠價: 9 3159
無庫存
  • 38
    1

暢銷榜

客服中心

收藏

會員專區