All counter of AlamanShop


Michael T. Goodrich, Roberto Tamassia, David M. Mount, Michael T. Goodrich, Roberto Tamassia, David Mount
Data Structures and Algorithms in C++

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0471202088
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Bruno R. Preiss
Data Structures and Algorithms with Object-Oriented Design Patterns in Java (Worldwide Series in Computer Science)

— y.
Publisher: —
Description: Create sound software designs with data structures that use modern object-oriented design patterns! Author Bruno Preiss presents the fundamentals of data structures and algorithms from a modern, object-oriented perspective. The text promotes object-oriented design using Java and illustrates the use of the latest object-oriented design patterns. Virtually all the data structures are discussed in the context of a single class hierarchy. This framework clearly shows the relationships between data structuresand illustrates how polymorphism and inheritance can be used effectively. Key Features of the Text * All data structures are presented using a common framework. This shows the relationship between the data structures and how they are implemented. * Object-oriented design patterns are used to demonstrate how a good design fits together and transcends the problem at hand. * A single Java software design is used throughout the text to provide a better understanding of… [detailed...]

ISBN: 0471346136
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Iain T. Adamson
Data Structures and Algorithms: A First Course

— y.
Publisher: —
Description: All young computer scientists who aspire to write programs must learn something about algorithms and data structures. This book does exactly that. Based on lecture courses developed by the author over a number of years the book is written in an informal and friendly way specifically to appeal to students. The book is divided into four parts: the first on Data Structures introduces a variety of structures and the fundamental operations associated with them, together with descriptions of how they are implemented in Pascal, the second discusses algorithms and the notion of complexity, Part III is concerned with the description of successively more elaborate structures for the storage of records and algorithms for retrieving a record from such a structure bymeans of its key, and finally, Part IV consists of very full solutions to nearly all the exercises in the book. [detailed...]

ISBN: 3540760474
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Michael Main, Walter Savitch
Data Structures and Other Objects Using C++ (2nd Edition)

— y.
Publisher: —
Description: The introductory data structures (CS2) course became a lot more engaging to beginning programmers when Data Structures and Other Objects Using C++ was first published. With this revision of their widely used book, Michael Main and Walter Savitch further refine their approach, an approach widely lauded for taking a student`s needs into consideration. The authors carefully balance coverage of both data structures and object-oriented programming to insure that the material is presented in an easily understandable manner. Topics are presented in an order that is appropriate for beginners by focusing on the fundamental data structures up-front and with more challenging material (e.g. inheritance) later on. The book begins with an early and self-containedreview of key C++ and object-oriented topics. It then moves on to cover the well-known data types: bag, sequential list, stack, queue, priority queue, set, dictionary, hash table, and graphs. Each class is introduced following the… [detailed...]

ISBN: 0201702975
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Mark Allen Weiss
Data Structures and Problem Solving Using Java (2nd Edition)

— y.
Publisher: —
Description: B>, Data Structures and Problem Solving Using Java, Second Edition, provides a practical introduction to data structures and algorithms from the perspective of abstract thinking and problem solving, as well as the use of Java. Experienced author and educator Mark Allen Weiss takes a unique approach by clearly separating the specification and implementation of data structures. He presents the interface and running time of data structures in Part II of the book. Then, he provides the opportunity for readers to use the data structures in a variety of practical examples before introducing the implementations in Part IV. By first gaining a familiarity with the interfaces and uses of data structures, readers will be able to think more abstractly about the subject matter. New utilization of the Java 1.2 Collections API frees the second edition from relying upon a non-standard, book-dependent data structures package. The new edition also features new coverage of Design Patterns… [detailed...]

ISBN: 0201748355
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Robert L. Kruse, Bruce P. Leung, Clovis L. Tondo
Data Structures and Program Design In C (2nd Edition)

— y.
Publisher: —
Description: 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 ofalgorithms as fundamental tools of program design. Emphasizes principles of top-down refinement, program design, review, and testing. Uses the C programming language throughout. Offers Internet access to the source code for all the programs and program extracts printed in the book. [detailed...]

ISBN: 013288366X
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Jean-Paul Tremblay, Grant A. Cheston
Data Structures and Software Development in an Object Oriented Domain Eiffel Edition (With CD-ROM)

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0137879466
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Jean-Paul Tremblay, Grant A. Cheston
Data Structures and Software Development in an Object Oriented Domain Java Edition

— y.
Publisher: —
Description: This first edition book integrates data structures, library design, and software principles into one package. The authors begin with simple software engineering concepts, and repeatedly use them to develop applications throughout the text. The topics covered include fundamental design concepts and principles, object oriented analysis and design, and design for reuse. For computer programmers. [detailed...]

ISBN: 0137879539
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
William Collins
Data Structures and the Java Collections Framework

2004 y.
Publisher: —
Description: Book Description Data Structures and the Java Collections Framework, 2/e by William Collins teaches the fundamentals of data structures using java. This student-friendly book focuses on teaching students how to apply the concepts presented. To that end many applications and examples are included throughout the book. Collins also provides programming projects at the end of each chapter, which get students hands on with code. In the second edition, Collins has increased his coverage on teaching students to build data structures from scratch. He also continues to use the Java Collections Framework where appropriate. His goal is give students an excellent background in creating data structures themselves, as well as make them comfortable using thestandard library. On-line Labs accompany this book and make it easy to have students start practice what they are learning. These labs can be used as open-labs, closed labs, or homework assignments and are designed to give… [detailed...]

ISBN: 0073022659
Book size: —; Page extent: 761.

 

PUT TO
THE BASKET
William Collins
Data Structures and the Java Collections Framework

— y.
Publisher: —
Description: Data Structures and the Java Collections Framework by William Collins is designed for a course in data structures where the implementation language is Java. This student-friendly 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. Collins teaches students how to use the data structures provided in the Java Collections Framework, aswell as teaching them how to build the code themselves. His goal is give students an excellent background in creating data structures themselves, as well as make them comfortable using the standard library. Using the Java Collections Framework gives students the opportunity to work with excellent fully tested code. Further, since this is a standard library of classes, students will be able to continue to use it for other courses and as they move into industry. Another feature of… [detailed...]

ISBN: 0072369647
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Angela B. Shiflet
Data Structures in C++ Including Breadth and Laboratories

— y.
Publisher: —
Description: Data Structures in C++ Including Breadth and Laboratories integrates laboratory exercises, problem-solving skills, and breadth sections covering non-programming aspects of computer science into the study of data structures. An appendix on non-object-oriented features of C++ helps students froma C background get up to speed, and Chapter 4 presents the aspects of OOP in C++ that students need in studying data structures. Other aids to learning include Programming Projects, over 1,000 exercises, and numerous figures. Laboratory programs and data files, data structure implementations, and program examples from the text are available via the World Wide Web. [detailed...]

ISBN: 0314067442
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Sandra Andersen
Data Structures in Java: A Laboratory Course

— y.
Publisher: —
Description: Data Structures in Java: A Laboratory Course defines active learning. With sixteen labs to choose from, this laboratory manual creates a `learn by doing` experience for its students by engaging them in implementation of data structures and in application of algorithms. Students are challenged to exercise their knowledge in each of the four-part structure laboratory assignments: Prelab: Students use the Prelab assignments to explore and implement the basic operations of a data structure. Bridge: During the Bridge exercises, students test and debug the advanced data types they developed in the prelab and are provided with substantial feedback and support. In-lab: Students gain programming experience during the in-lab projects as they apply the data structure to a real-world problem. Postlab: Following their lab class, students analyze and validate the efficiency or utility of the data structure in the Postlab exercise. ADT Implementation: The laboratories are designed to complement a… [detailed...]

ISBN: 0763718165
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Noel Kalicharan
Data Structures in Java

2008 y.
Publisher: —
Description: Data Structures in Java is the third book in a sequence following Java Programming - A Beginner`s Course and Advanced Programming in Java. Data structures is concerned with the storage, representation and manipulation of data in a computer. In this book, we discuss some of the more versatile and popular data structures used to solve a variety of useful problems. This book is based on the premise that it is better to learn a few concepts well than many concepts poorly. It restricts itself to what can be covered in a one-semester course, with- out overwhelming the student with complexity and analysis. The approach is practical rather than theoretical. We show how to implement the data structures and operations on them using Java. We also show how to write programs to solve problems using these structures. [detailed...]

ISBN: 143827517X
Book size: —; Page extent: 244.

 

PUT TO
THE BASKET
Thomas A. Standish
Data Structures in Java

— y.
Publisher: —
Description: — [detailed...]

ISBN: 020130564X
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
John R. Hubbard, Anita Huray
Data Structures with Java

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0130933740
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Sartaj Sahni
Data Structures, Algorithms and Applications in Java

— y.
Publisher: —
Description: Sahni`s DATA STRUCTURES,ALGORITHMS, and APPLICATIONS in JAVA is designed to be used in a second course in computer science (CS2). Using Java, this book provides comprehensive coverage of the fundamental data structures, making it an excellent choice for a CS2 course. The author has made this book student-friendly through intuitive discussion, real-world, applications and a gentle introduction. Sahni is unique in providing several real-world applications for each data structure presented in the book. These applications come from such areas as Sorting, compression and coding, and image processing. These applications give students a flavor for the sorts of things they will be able to do with the data structures that they are learning. Almost 1,000 exercises in this text serve to reinforce concepts and get students applying what they are learning. Sahni`s text is also accompanied by a web site containing all the programs in the book, as well as sample data,… [detailed...]

ISBN: 0072519096
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Thomas A. Standish
Data Structures, Algorithms, and Software Principles in C

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0201591189
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET

Data Transfer Made Easy 4.0B/4.5x

1999 y.
Publisher: Johnson Printing Service
Description: When performing data transfer from legacy systems to the R/3 System, this guidebook is particularly useful. The most common data transfer programs are covered with step-by-step details about how to use them. This guide is designed to help you transfer data from your legacy system to the SAP R/3 System. It explains what you need to know in order to perform this process and helps you use the standard tools provided in your system. About This Guide This guide, based on Release 4.0B, is also valid for Release 4.5x. It provides you with the following: A quick overview of data transfer A section describing in detail what is needed to organize and perform data transfer The most common data transfer programs are prvided with details about how to use them. We also guide you step-by-step through each of the programs The sample files on the diskette help you to follow each example on your own system and get practical experience. If you do not use the R/3… [detailed...]

ISBN: 1893570045
Book size: —; Page extent: 242.

 

PUT TO
THE BASKET
D. Ebert, J. M. Favre, R. Peikert
Data Visualization 2001

— y.
Publisher: —
Description: Proceedings of the Joint Eurographics-EEE TCVG Symposium on Visualization, held in Ascona, Switzerland, May 28-30, 2001. Softcover. [detailed...]

ISBN: 3211836748
Book size: —; Page extent: —.

 

PUT TO
THE BASKET

Data Visualization 2007

2007 y.
Publisher: A K Peters, Ltd.
Description: This well-balanced collection is focused on the visual presentation of complex data. [detailed...]

ISBN: 1568813627
Book size: —; Page extent: 297.

 

PUT TO
THE BASKET
Frits H. Post, Gregory M. Nielson, Georges-Pierre Bonneau
Data Visualization: The State of the Art (Kluwer International Series in Engineering and Computer Science, 713)

— y.
Publisher: —
Description: — [detailed...]

ISBN: 1402072597
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Alexandru C. Telea
Data Visualization

2007 y.
Publisher: A K Peters, Ltd.
Description: The goal of data visualization is to use images to improve our understanding of a dataset, drawing on techniques from mathematics, computer science, cognitive and perception science, and physics. In this introductory text, the author provides a compact introduction to the field that allows readers to learn about visualization techniques. The material focuses on those techniques and methods that have a broad applicability in visualization applications, occur in most practical problems in various guises, and do not demand a specialized background to be understood. However, the author has also included a number of less mainstream visualization techniques. With these methods, the book gives the reader an idea of the large variety of applications of data visualizations, illustrates the wide range of problems that can be tackled by such methods, and emphasizes the strong connections between visualization and related disciplines such as imaging and computer graphics. [detailed...]

ISBN: 1568813066
Book size: —; Page extent: 460.

 

PUT TO
THE BASKET
J. Lechtenborger
Data Warehouse Schema Design (Dissertations in Database and Information Systems, 79)

— y.
Publisher: —
Description: — [detailed...]

ISBN: 1586032143
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Joyce Bischoff, Ted Alexander
Data Warehouse: Practical Advice from the Experts

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0135773709
Book size: —; Page extent: —.

 

PUT TO
THE BASKET

Data Warehouses and Olap: Concepts, Architectures and Solutions

2006 y.
Publisher: —
Description: - [detailed...]

ISBN: 1599043645
Book size: —; Page extent: 332.

 

PUT TO
THE BASKET
Barbara J. Bashein, M. Lynne Markus
Data Warehouses: More Than Just Mining

— y.
Publisher: —
Description: Data mining gets plenty of press these days, but before the data can be mined, it must be warehoused assembled, cleaned, organized, and stored. And now that vendors are introducing data warehouses on a smaller scale, even companies with limited resources can use this hot groundbreaking new study which profiles four small to medium-sized companies with data warehouses and reveals how they use this tool to get big paybacks in financial reporting and product quality information. [detailed...]

ISBN: 1885065191
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Sean Kelly
Data Warehousing : The Route to Mass Communication

— y.
Publisher: —
Description: Data warehousing is about transforming the data which an organization possesses and turning it into information of strategic significance. Data Warehousing explores the most pressing issue in business today ? the means to improve strategic decision making. Data Warehousing represents a map for a new way of looking at data and information. Data exists in abundance but it is often unusable to support decision making because it is unstructured, unintegrated, aged or polluted. explores the issue whether to build a full enterprise data warehouse, or whether to go for a scaled down `data mart` updated to include the latest developments, acronyms, and techniques compares and contrasts relational and multidimensional databases evaluates the use of data warehousing to support operational processing reports on innovative designs for optimal performance of relational databases for a `query intensive` world analyzes artificial intelligence data mining tools examines… [detailed...]

ISBN: 0471963283
Book size: —; Page extent: —.

 

PUT TO
THE BASKET

Data Warehousing And Business Intelligence For e-Commerce

— y.
Publisher: —
Description: You go online to buy a digital camera. Soon, you realize you`ve bought a more expensive camera than intended, along with extra batteries, charger, and graphics software-all at the prompting of the retailer. Happy with your purchases? The retailer certainly is, and if you are too, you both can be said to be the beneficiaries of `customer intimacy` achieved through the transformation of data collected during this visit or stored from previous visits into real business intelligence that can be exercised in real time. Data Warehousing and Business Intelligence for e-Commerce is a practical exploration of the technological innovations through which traditional data warehousing is brought to bear on this and other less modest e-commerce applications, such as those at work in B2B, G2C, B2G, and B2E models. The authors examine the core technologies and commercial products in use today, providing a nuts-and-bolts understanding of how you can deploy customer and… [detailed...]

ISBN: 1558607137
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Thomas C. Hammergren
Data Warehousing For Dummies (For Dummies (Computer/Tech))

2009 y.
Publisher: —
Description: Data warehousing is one of the hottest business topics, and there’s more to understanding data warehousing technologies than you might think. Find out the basics of data warehousing and how it facilitates data mining and business intelligence with Data Warehousing For Dummies, 2nd Edition. Data is probably your company’s most important asset, so your data warehouse should serve your needs. The fully updated Second Edition of Data Warehousing For Dummies helps you understand, develop, implement, and use data warehouses, and offers a sneak peek into their future. You’ll learn to: Analyze top-down and bottom-up data warehouse designs Understand the structure and technologies of data warehouses, operational data stores, and data marts Choose your project team and apply best development practices to your data warehousing projects Implement a data warehouse, step by step, and involve end-users in the process Review and upgrade existing data storage to… [detailed...]

ISBN: 0470407476
Book size: —; Page extent: 384.

 

PUT TO
THE BASKET

Data Warehousing and Knowledge Discovery: 10th International Conference, DaWak 2008 Turin, Italy, September 1-5, 2008, Proceedings (Lecture Notes in Computer Science)

2008 y.
Publisher: —
Description: This book constitutes the refereed proceedings of the 10th International Conference on Data Warehousing and Knowledge Discovery, DaWak 2008, held in Turin, Italy, in September 2008. The 40 revised full papers presented were carefully reviewed and selected from 143 submissions. The papers are organized in topical sections on conceptual design and modeling, olap and cube processing, distributed data warehouse, data privacy in data warehouse, data warehouse and data mining, clustering, mining data streams, classification, text mining and taxonomy, machine learning techniques, and data mining applications. [detailed...]

ISBN: 3540858350
Book size: —; Page extent: 434.

 

PUT TO
THE BASKET
Dawak `9, A.M. Tjoa, G. Goos, J. Hartmanis, J.Van Leeuwen, M. Mohania, Mukesh Mohania, A. Min Tjoa, a Min Tjoa
Data Warehousing and Knowledge Discovery: First International Conference, Dawak`99, Florence, Italy, August 30 - September 1, 1999, Proceedings (Lecture Notes in Computer Science, 1676)

— y.
Publisher: —
Description: This book constitutes the refereed proceedings of the First International Conference on Data Warehousing and Knowledge Discovery, DaWaK`99, held in Florence, Italy in August/September 1999. The 31 revised full papers and nine short papers presented were carefully reviewed and selected from 88 submissions. The book is divided in topical sections on data warehouse design, online analytical processing, view synthesis, selection, and optimization, multidimensional databases, knowledge discovery, association rules, inexing and object similarities, generalized association rules and data and web mining, time series data bases, data mining applications and data analysis. [detailed...]

ISBN: 3540664580
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Сайт создан в системе uCoz