Kết quả tìm kiếm
Có 80690 kết quả được tìm thấy
17221Data structures and other objects using C++: 2nd edition

Data Structures and Other Objects Using C++ meets the needs of anyone who wants to balance the introduction of object-oriented concepts with data structures with C++. This book takes a gentle approach to the data structures course in C++ in that it provides an early, self-contained review of object-oriented programming and C++ to give students a firm grasp of key concepts and allows those experienced in another language to adjust easily.

17222Data structures and other objects using C++: 3rd edition

This book successfully balances the introduction of object-oriented concepts with data structures in C++. KEN TOPICS:Provides interfaces for the principal example classes, which are compliant with the ANSI/ISO C++ Standard Library classes. Thorough coverage of the role of the const keyword in the C++ Standard Library. Covers C++ features such as namespaces, static member constants, typename keyword, and inheritance. Thorough review of C++ syntax and OOP concepts, making book accessible for programmers at various levels.

17223Data structures and other objects using Java : 2nd ed.

The phases of software development; Java classes and information hiding; Collection classes; Linked lists;...

17224Data structures and problem solving using Java

This text uses Java to teach data structures and algorithms from the perspective of abstract thinking and problem solving.

17225Data structures and program design in C

Chapter 1: Programming principles; Chapter 2: Introduction to software engineering; Chapter 3: Stacks and recursion; Chapter 4: Queues and linked lists; Chapter 5: General lists; Chapter 6: Searching; Chapter 7: Sorting; Chapter 8: Tables and information retrieval; Chapter 9: Binary search trees; Chapter 10: Multiway tress; Chapter 11: Graphs; Chapter 12: Case study.

17226Data structures and program design in C

This introduction to data structures using the C programming language demonstrates the stepwise refinement of ideas into runable programs, emphasizing problem specification and program correctness.

17227Data structures and program design in C++

Progressing from the concrete to the abstract — and using numerous, substantial case studies and sample programs — this book explores structured problem solving, data abstraction, software engineering principles, and the comparative analysis of algorithms as fundamental tools of program design.

17228Data structures and the java collections framework

This book focuses on teaching students how to apply the concepts presented and so includes many applications and examples throughout the book. Additionally, he provides programming projects, which get students thinking deeper.

17229Data Structures in Java

This book teaches the fundamentals of data structures and algorithms. This book offers pointer diagrams to help students visualize, reason about, and understand this major Data Structures topic. Standish's clear presentation helps readers tie the many concepts of data structures together with recurring themes. Central ideas-such as modularity, levels of abstraction, efficiency, and tradeoffs serve as integrators in the book in order to tie the material together conceptually and to reveal its underlying unity and interrelationships.

17230Data structures in Java : from abstract data types to the Java collections framework

Including 13 chapters such as 1. Object-oriented programming and Java; 2. Error handing, software testing, and program efficiency; 3. Fundamental data structures : the array and linked structures; 4. basic collection class; 5. list abstract data type; 6. stack abstract data type; 7. queue abstract data type; 8. Recursion; 9. Sorting and searching; ...