ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Data Structures and Algorithms in Java

دانلود کتاب ساختار داده ها و الگوریتم ها در جاوا

Data Structures and Algorithms in Java

مشخصات کتاب

Data Structures and Algorithms in Java

دسته بندی: الگوریتم ها و ساختارهای داده
ویرایش: illustrated edition 
نویسندگان:   
سری:  
ISBN (شابک) : 0131469142, 9780131469143 
ناشر: Prentice Hall 
سال نشر: 2005 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : CHM (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 4 مگابایت 

قیمت کتاب (تومان) : 57,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 15


در صورت تبدیل فایل کتاب Data Structures and Algorithms in Java به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب ساختار داده ها و الگوریتم ها در جاوا نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب ساختار داده ها و الگوریتم ها در جاوا

این کتاب جدید مقدمه‌ای مختصر و جذاب بر جاوا و برنامه‌نویسی شی‌گرا با فراوانی مثال‌های اصلی، استفاده از زبان مدل‌سازی یکپارچه در سراسر آن، و پوشش جاوا 1.5 جدید ارائه می‌کند. ساختار پنج قسمتی کتاب با پرداختن به مفاهیم مهم، برنامه‌نویسی شی گرا، ساختارهای خطی، الگوریتم‌ها، درختان و مجموعه‌ها و موضوعات پیشرفته را پوشش می‌دهد. ویژگی‌های کلیدی: ساختارهای داده و الگوریتم‌ها در جاوا رویکردی عملی به برنامه‌نویسی در دنیای واقعی دارد و خوانندگان را با فرآیند ساخت برنامه‌ها از طریق توسعه پروژه‌ها آشنا می‌کند، که اغلب نسخه‌های متعدد کد را ارائه می‌کند و طرح‌های جایگزین را در نظر می‌گیرد. این کتاب ویژگی های استفاده گسترده از بازی ها به عنوان نمونه. توسعه تدریجی کلاس های مشابه با چارچوب مجموعه های جاوا. کامل، کد کار در کتاب و آنلاین؛ و آموزش قوی شامل مثال های مبسوط در اکثر فصل ها به همراه تمرین ها، مسائل و پروژه ها. برای خوانندگان و متخصصانی که با ساختارهای کنترلی پایه جاوا یا C آشنا هستند و سطح ریاضیات قبل از محاسبه را دارند که می خواهند دانش خود را به ساختارها و الگوریتم های داده جاوا گسترش دهند. ایده آل برای دومین دوره کارشناسی در علوم کامپیوتر.


توضیحاتی درمورد کتاب به خارجی

This new book provides a concise and engaging introduction to Java and object-oriented programming with an abundance of original examples, use of Unified Modeling Language throughout, and coverage of the new Java 1.5. Addressing critical concepts up front, the book's five-part structure covers object-oriented programming, linear structures, algorithms, trees and collections, and advanced topics. KEY FEATURES: Data Structures and Algorithms in Java takes a practical approach to real-world programming and introduces readers to the process of crafting programs by working through the development of projects, often providing multiple versions of the code and consideration for alternate designs. The book features the extensive use of games as examples; a gradual development of classes analogous to the Java Collections Framework; complete, working code in the book and online; and strong pedagogy including extended examples in most chapters along with exercises, problems and projects. For readers and professionals with a familiarity with the basic control structures of Java or C and a pre-calculus level of mathematics who want to expand their knowledge to Java data structures and algorithms. Ideal for a second undergraduate course in computer science.



فهرست مطالب

Note: Each chapter concludes with a summary, vocabulary, problems, and projects. Part I: Object-Oriented Programming1 Encapsulation. Software Development. Classes and Objects. Using Objects. 2 Polymorphism. Reference Types. Arrays. Interfaces. Overloading. 3 Inheritance. Extending a Class. The Object Class. Packages and Access Levels. Part II: Linear Structures   4 Stacks and Queues. The Stack Interface. The Call Stack. Exceptions. The Queue Interface.5 Array-Based Structures. Shrinking and Stretching Arrays. Implementing Stacks and Queues. The List Interface. Iterators. The Java Collections Framework: A First Look. 6 Linked Structures. List Nodes. Stacks and Queues. The LinkedList Class. The Java Collections Framework Revisited    Part III: Algorithms   7 Analysis of Algorithms. Timing. Asymptotic Notation. Counting Steps. Best, Worst, and Average Case. Amortized Analysis. 8 Searching and Sorting. Linear Search. Binary Search. Insertion Sort. The Comparable Interface. Sorting Linked Lists. 9 Recursion. Thinking Recursively. Analyzing Recursive Algorithms. Merge Sort. Quicksort. Avoiding Recursion.   Part IV: Trees and Sets   10 Trees. Binary Trees. Tree Traversal. General Trees 11 Sets. The Set Interface. Ordered Lists. Binary Search Trees. Hash Tables. The Java Collections Framework Again.   Part V: Advanced Topics   12 Advanced Linear Structures. Bit Vectors. Sparse Arrays. Contiguous Representation of Multidimensional Arrays. Advanced Searching and Sorting 13 Strings. Strings and StringBuilders. String Matching. 14 Advanced Trees. Heaps. Disjoint Set Clusters. Digital Search Trees. Red-Black Trees. 15 Graphs. Terminology. Representation. Graph Traversal. Topological Sorting. Shortest Paths. Minimum Spanning Trees. 16 Memory Management. Explicit Memory Management. Automatic Memory Management.  Review of Java  Unified Modeling Language  Summation Formulae   Further Reading




نظرات کاربران