نتائج البحث - Haia~

  1. 1

    Data warehousing, data maining, and OLAP حسب Berson Alex

    منشور في 1997
    الموضوعات: "…Data warehousing…"
    كتاب
  2. 2

    Data structures and algorithms in Java / حسب Drozdek, Adam

    منشور في 2001
    الموضوعات: "…Java (Computer program language)…"
    احصل على النص الكامل
    احصل على النص الكامل
    احصل على النص الكامل
    كتاب
  3. 3

    Data structures and algorithms in Java / حسب Goodrich, Michael T.

    منشور في 1997
    الموضوعات: "…Java (Computer program language)…"
    احصل على النص الكامل
    احصل على النص الكامل
    كتاب
  4. 4

    Multivariate data analysis

    منشور في 2014
    جدول المحتويات: "…Overview of multivariate methods 2. Examining your data 3. Exploratory factor analysis 4. Multiple regression analysis 5. …"
    كتاب
  5. 5

    Data abstraction and problem solving with Java : walls and mirrors / حسب Carrano, Frank M.

    منشور في 2001
    الموضوعات: "…Java (Computer program language)…"
    كتاب
  6. 6

    Data structures, algorithms, and applications in Java / حسب Sahni, Sartaj

    منشور في 2000
    الموضوعات: "…Java (Computer program language)…"
    كتاب
  7. 7

    The object of data abstraction and structures using Java / حسب Riley, David D.

    منشور في 2003
    الموضوعات: "…Java (Computer program language)…"
    كتاب
  8. 8

    Data structures & other objects using Java / حسب Main, M.

    منشور في 1999
    الموضوعات: "…Java (Computer program language)…"
    كتاب
  9. 9

    Data structures & other objects using Java حسب Main, Michael

    منشور في 2003
    جدول المحتويات: "…Serial Search and Binary Search.Open-Address Hashing.Using Java's Hashtable Class.Chained Hashing.Time Analysis of Hashing.Sorting. …"
    كتاب
  10. 10

    Data structures and problem solving using java حسب Weiss, Mark Allen

    منشور في 2002
    كتاب
  11. 11

    Data structures and problem solving using java حسب Weiss, Mark Allen

    منشور في 1998
    كتاب
  12. 12

    Statistics and data analysis for the behavioral sciences / حسب Dunn, Dana

    منشور في 2001
    احصل على النص الكامل
    احصل على النص الكامل
    كتاب
  13. 13

    Multivariate data analysis with readings / حسب Hair, Joseph F.

    منشور في 1987
    كتاب
  14. 14

    Maadili ya taifa na hatma ya Tanzania : enzi kwa Mwalimu Julius Kambarage Nyerere / حسب Kaduma, Ibrahim Mohamed

    منشور في 2004
    كتاب
  15. 15

    Multivariate data analysis / حسب Hair Joseph F.

    منشور في 1998
    كتاب
  16. 16

    Multivariate data analysis / حسب Hair Joseph F.

    منشور في 2013
    كتاب
  17. 17

    Data structures and algorithms with object-oriented design patterns in Java / حسب Preiss, Bruno R.

    منشور في 2000
    جدول المحتويات: "…CHAPTER 1 INTRODUCTION 1 (5) 1.1 What This Book Is About 1 (1) 1.2 Object-Oriented Design 1 (1) 1.3 Object Hierarchies and Design Patterns 2 (1) 1.4 The Features of Java You Need to Know 3 (1) 1.5 How This Book Is Organized 4 (2) CHAPTER 2 Algorithm Analysis 6 (29) 2.1 A Detailed Model of the Computer 7 (15) 2.2 A Simplified Model of the Computer 22 (10) Exercises 32 (1) Programming Projects 33 (2) CHAPTER 3 Asymptotic Notation 35 (32) 3.1 An Asymptotic Upper Bound--Big Oh 35 (12) 3.2 An Asymptotic Lower Bound--Omega 47 (3) 3.3 More Notation--Theta and Little Oh 50 (1) 3.4 Asymptotic Analysis of Algorithms 50 (13) Exercises 63 (3) Programming Projects 66 (1) CHAPTER 4 Foundational Data Structures 67 (28) 4.1 Arrays 67 (7) 4.2 Multi-Dimensional Arrays 74 (7) 4.3 Singly-Linked Lists 81 (11) Exercises 92 (1) Programming Projects 93 (2) CHAPTER 5 Data Types and Abstraction 95 (25) 5.1 Abstract Data Types 95 (2) 5.2 Design Patterns 97 (19) Exercises 116 (2) Programming Projects 118 (2) CHAPTER 6 Stacks, Queues and Deques 120 (35) 6.1 Stacks 120 (15) 6.2 Queues 135 (10) 6.3 Deques 145 (6) Exercises 151 (1) Programming Projects 152 (3) CHAPTER 7 Ordered Lists and Sorted Lists 155 (39) 7.1 Ordered Lists 155 (24) 7.2 Sorted Lists 179 (12) Exercises 191 (2) Programming Projects 193 (1) CHAPTER 8 Hashing, Hash Tables, and Scatter Tables 194 (53) 8.1 Hashing--The Basic Idea 194 (3) 8.2 Hashing Methods 197 (4) 8.3 Hash Function Implementations 201 (10) 8.4 Hash Tables 211 (7) 8.5 Scatter Tables 218 (9) 8.6 Scatter Table Using Open Addressing 227 (14) 8.7 Applications 241 (3) Exercises 244 (2) Programming Projects 246 (1) CHAPTER 9 Trees 247 (45) 9.1 Basics 248 (3) 9.2 N-ary Trees 251 (3) 9.3 Binary Trees 254 (2) 9.4 Tree Traversals 256 (2) 9.5 Expression Trees 258 (3) 9.6 Implementing Trees 261 (27) Exercises 288 (2) Programming Projects 290 (2) CHAPTER 10 Search Trees 292 (55) 10.1 Basics 292 (2) 10.2 Searching a Search Tree 294 (2) 10.3 Average Case Analysis 296 (6) 10.4 Implementing Search Trees 302 (6) 10.5 AVL Search Trees 308 (13) 10.6 M-Way Search Trees 321 (10) 10.7 B-Trees 331 (11) 10.8 Applications 342 (1) Exercises 343 (2) Programming Projects 345 (2) CHAPTER 11 Heaps and Priority Queues 347 (44) 11.1 Basics 348 (1) 11.2 Binary Heaps 349 (10) 11.3 Leftist Heaps 359 (9) 11.4 Binomial Queues 368 (15) 11.5 Applications 383 (4) Exercises 387 (2) Programming Projects 389 (2) CHAPTER 12 Sets, Multisets, and Partitions 391 (36) 12.1 Basics 391 (1) 12.2 Array and Bit-Vector Sets 392 (9) 12.3 Multisets 401 (9) 12.4 Partitions 410 (12) 12.5 Applications 422 (2) Exercises 424 (2) Programming Projects 426 (1) CHAPTER 13 Garbage Collection 427 (19) 13.1 What Is Garbage? …"
    احصل على النص الكامل
    احصل على النص الكامل
    احصل على النص الكامل
    كتاب
  18. 18

    Essentials of marketing research / حسب Hair, Joseph F., (University of South Alabama)

    كتاب
  19. 19

    Java structures : data structures in Java for the principled programmer / حسب Bailey, Duane A.

    منشور في 1999
    الموضوعات: "…Java (Computer program language)…"
    كتاب
  20. 20

    Java: the complete reference/ حسب Schildt, Herbert

    منشور في 2007
    الموضوعات: "…Java script…"
    كتاب