TOP
紅利積點抵現金,消費購書更貼心
篩選商品
縮小範圍
裝訂方式
搜尋結果 /

Data Structures

16788
1 / 420
出版日:2018/03/11 作者:Frank M. Carrano; Timothy M. Henry  出版社:Pearson College Div  裝訂:精裝
A relatable and friendly introduction to data structures and their implementation The 5th Edition of Data Structures and Abstractions with Java introduces readers to data structures (CS-2) i
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Basic Concepts in Data Structures
90 折
出版日:2016/11/30 作者:Shmuel Tomi Klein  出版社:Cambridge Univ Pr  裝訂:精裝
Data structures are the fundamental building blocks of any computer program, used for storing, representing and manipulating data in a computer. This text presents the basic concepts of data structures as part of the art of writing computer programs. The author concentrates on the fundamentals of what should be done to solve a problem efficiently rather than technical implementation details. The text includes pseudocode and covers all the most common data structures, such as queues, stacks, trees, heaps, and hash tables, along with the basics of searching, sorting, and coding. This book can supplement any undergraduate algorithms or discrete math course and will also be accessible to students and researchers in other quantitative disciplines. No prerequisites beyond introductory programming and basic mathematics are required, and the accessible, conceptual presentation will appeal to undergraduates in many quantitative fields. Carefully designed problem sets with selected solutions wil
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures And Algorithms In Python
90 折
出版日:2013/03/08 作者:Goodrich  出版社:John Wiley & Sons Inc  裝訂:精裝
Based on the authors’ market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Advanced Data Structures
90 折
出版日: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/08/02 作者:Jeffrey S. Childs  出版社:Prentice Hall  裝訂:精裝
Most books on data structures are filled with so many technical details (and lack thorough explanations) that the reading becomes difficult. This accessible, conversational presentation explores data
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures & Algorithms in Java
滿額折
出版日:2002/11/01 作者:Robert Lafore  出版社:Pearson P T R  裝訂:精裝
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use
優惠價: 1 2660
無庫存
Classic Data Structures in Java
90 折
出版日:2000/10/01 作者:Timothy Budd  出版社:Pearson College Div  裝訂:精裝
With this book, Tim Budd looks at data structures by providing a solid foundation on the abstract data type (ADT), and uses the graphical elements found in Java when possible. The beginning chapters
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Purely Functional Data Structures
90 折
出版日:1998/06/18 作者:Chris Okasaki  出版社:Cambridge Univ Pr  裝訂:精裝
Most books on data structures assume an imperative language like C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques so that programmers can develop their own functional data structures. It includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs can easily be adapted to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Manufacturing Data Structures
滿額折
出版日:1995/03/14 作者:Clement  出版社:John Wiley & Sons Inc  裝訂:精裝
Manufacturing Data Structures "Comprehensive yet easy-to-read.Manufacturing Data Structures is filled with anecdotes, yet stresses the importance of maintaining data accuracy. It is valuable reading f
優惠價: 9 3078
無庫存
Data Structures and Algorithms
90 折
出版日:1983/01/01 出版社:ADDISON-WESLEY PUBLISHING  裝訂:精裝
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implement
優惠價: 9 1260
無庫存
Compact Data Structures ─ A Practical Approach
90 折
出版日:2016/09/08 作者:Gonzalo Navarro  出版社:Cambridge Univ Pr  裝訂:精裝
Compact data structures help represent data in reduced space while allowing it to be queried, navigated, and operated in compressed form. They are essential tools for efficiently handling massive amounts of data by exploiting the memory hierarchy. They also reduce the resources needed in distributed deployments and make better use of the limited memory in low-end devices. The field has developed rapidly, reaching a level of maturity that allows practitioners and researchers in application areas to benefit from the use of compact data structures. This first comprehensive book on the topic focuses on the structures that are most relevant for practical use. Readers will learn how the structures work, how to choose the right ones for their application scenario, and how to implement them. Researchers and students in the area will find in the book a definitive guide to the state of the art in compact data structures.
若需訂購本書,請電洽客服 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.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Quick Data Structures
95 折
出版日:2025/07/22 作者:David Matuszek  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/01/01 作者:Chitragandha Dutta  出版社:Lightning Source Inc  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2016/09/01 作者:Nell Dale  出版社:Jones & Bartlett Learning  裝訂:精裝
Dale, Joyce, and Weems present the algorithmic, programming, and structuring techniques of a traditional data structures course in an object-oriented context. They stress software engineering principl
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures and Algorithms in C++
90 折
出版日:2012/08/27 作者:Adam Drozdek  出版社:Cengage Learning  裝訂:精裝
Strengthen your understanding of data structures and their algorithms for the foundation you need to successfully design, implement and maintain virtually any software system. Theoretical, yet practic
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Object-Oriented Data Structures Using Java
90 折
出版日:2001/12/01 作者:Nell B. Dale; Daniel T. Joyce; Chip Weems  出版社:新月圖書  裝訂:精裝
Written to present the algorithmic, programming, and structuring techniques of traditional data structures courses in an object-oriented context, this text presents the familiar topics, but with an em
優惠價: 9 765
無庫存
出版日:1998/06/01 作者:William B. Langdon  出版社:Springer Verlag  裝訂:精裝
Having given away the answer in the subtitle, Langdon (U. of Birmingham, England) explains the nuts and bolts of the automatic creation of program code that actually includes stored data, which previo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/05/24 作者:Joe Oswald (EDT)  出版社:Clanrye Intl  裝訂:精裝
Data structure refers to the assimilation of data in a way so that it can be used efficiently. The important types of data structures are the record, the array, the table, the file, the tree, the clas
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2006/08/08 作者:Hanan Samet  出版社:Morgan Kaufmann Pub  裝訂:精裝
The field of multidimensional data structures is large and growing very quickly. Here, for the first time, is a thorough treatment of multidimensional point data, object and image-based representatio
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures and Problem Solving Using C++
90 折
出版日:1999/11/01 作者:Mark Allen Weiss  出版社:Pearson College Div  裝訂:精裝
PData Structures and Problem Solving Using C++ provides a practical introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C+
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures and Algorithm Analysis in C
90 折
出版日:1996/07/01 作者:Mark Allen Weiss  出版社:Prentice Hall  裝訂:精裝
In this second edition of his best-selling book, Data Structures and Algorithm Analysis in C, Mark Allen Weiss, continues to refine and enhance his innovative approach to algorithms and data structure
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2013/06/13 作者:Mark A. Weiss  出版社:Pearson College Div  裝訂:精裝
Data Structures and Algorithm Analysis in C++ is an advanced algorithms book that bridges the gap between traditional CS2 and Algorithms Analysis courses. As the speed and power of computers increa
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2011/11/28 作者:Mark A. Weiss M.D.  出版社:Addison-Wesley  裝訂:精裝
Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course was
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Handbook of Data Structures and Applications, Second Edition
90 折
出版日:2005/04/14 作者:Mehta; Dinesh P. ; Sahni; Sartaj  出版社:Productivity Press  裝訂:精裝
The Handbook of Data Structures and Applications responds to the needs of students, professionals and researchers who need a mainstream reference on data structures by providing a comprehensive survey
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2003/10/01 作者:Shi-Kuo Chang (EDT)  出版社:World Scientific Pub Co Inc  裝訂:精裝
若需訂購本書,請電洽客服 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
無庫存
Coherence in Natural Language ─ Data Structures And Applications
79 折
出版日:2006/05/19 作者:Florian Wolf; Edward Gibson  出版社:Bradford Books  裝訂:精裝
In Coherence and Natural Language, Florian Wolf and Edward Gibson specify and evaluate criteria for descriptively adequate data structures for representing discourse coherence. They test the influence
Data Structures, Algorithms, and Software Principles in C
90 折
出版日:1994/10/01 作者:Thomas A. Standish  出版社:Pearson College Div  裝訂:精裝
Text develops the concepts and theories of data structures and algorithm analysis in a gradual, step-by-step fashion, proceeding from concrete examples to abstract principles. The author discusses man
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
New Geometric Data Structures for Collision Detection and Haptics
90 折
出版日:2013/07/25 作者:Rene Weller  出版社:Textstream  裝訂:精裝
This book features a novel geometric data structure for collision detection at haptic rates between arbitrary rigid objects. It offers a state of the art review of the current data structures for coll
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/01/19 作者:G. A. Vijayalakshmi Pai  出版社:ISTE Ltd  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/01/19 作者:G. A. Vijayalakshmi Pai  出版社:ISTE Ltd  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Data Structures and Program Design in C++
90 折
出版日:1998/12/01 作者:Robert L. Kruse; Alexander J. Ryba  出版社:Prentice Hall  裝訂:精裝
Explores some of the more advanced tools in computer programming such as structured problem solving, object- oriented programming, data abstraction, and the comparative analysis of algorithms. The aut
優惠價: 9 990
無庫存
A Practical Guide to Data Structures and Algorithms Using Java
90 折
出版日:2007/08/24 作者:Sally Goldman  出版社:CRC Press UK  裝訂:精裝
Although traditional texts present isolated algorithms and data structures, they do not provide a unifying structure and offer little guidance on how to appropriately select among them. Furthermore, t
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Topological Data Structures For Surfaces - An Introduction To Geographical Information Science
90 折
出版日:2004/03/26 作者:Rana  出版社:John Wiley & Sons Inc  裝訂:精裝
In Geography and GIS, surfaces can be analysed and visualised through various data structures, and topological data structures describe surfaces in the form of a relationship between certain surface-s
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Genetic Algorithms + Data Structures = Evolution Programs
95 折
出版日:1998/11/26 作者:Zbigniew Michalewicz  出版社:Springer-Verlag Berlin and Heidelberg GmbH & Co. K  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2014/09/05 作者:Guillaume Damiand; Pascal Lienhardt  出版社:Taylor & Francis  裝訂:精裝
"Although they are less widely known than other models, combinatorial maps are very powerful data structures and can be useful in many applications, including computer graphics and image processing. T
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1996/11/01 作者:John Beidler  出版社:Springer Verlag  裝訂:精裝
This textbook provides an in depth course on data structures in the context of object oriented development. Its main themes are abstraction, implementation, encapsulation, and measurement: that is, th
優惠價: 1 3748
無庫存
出版日:2025/08/25 作者:Joe Oswald  出版社:Clanrye Intl  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/01/19 作者:G. A. Vijayalakshmi Pai  出版社:ISTE Ltd  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
  • 16788
    420
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 420

暢銷榜

客服中心

收藏

會員專區