دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نويسي ویرایش: 3 نویسندگان: Donald E. Knuth سری: ISBN (شابک) : 9780201896831, 0201896834 ناشر: Addison-Wesley Professional سال نشر: 1997 تعداد صفحات: 665 زبان: English فرمت فایل : DJVU (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 6 مگابایت
کلمات کلیدی مربوط به کتاب هنر برنامه نویسی کامپیوتر I: کتابخانه، ادبیات کامپیوتر، فرهنگ و هنر برنامه نویسی
در صورت تبدیل فایل کتاب The art of computer programming I به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب هنر برنامه نویسی کامپیوتر I نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
این جلد اول از این مجموعه با مفاهیم و تکنیک های برنامه نویسی اولیه شروع می شود، سپس به طور خاص بر ساختارهای اطلاعاتی تمرکز می کند - نمایش اطلاعات در داخل یک کامپیوتر، روابط ساختاری بین عناصر داده و نحوه برخورد کارآمد با آنها. کاربردهای ابتدایی به شبیه سازی، روش های عددی، محاسبات نمادین، نرم افزار و طراحی سیستم داده می شود. ده ها الگوریتم و تکنیک ساده و مهم به الگوریتم های نسخه قبلی اضافه شده است. بخش مقدمات ریاضی به طور گسترده برای تطابق با روندهای فعلی در تحقیق تجدید نظر شده است.
This first volume in the series begins with basic programming concepts and techniques, then focuses more particularly on information structures-the representation of information inside a computer, the structural relationships between data elements and how to deal with them efficiently. Elementary applications are given to simulation, numerical methods, symbolic computing, software and system design. Dozens of simple and important algorithms and techniques have been added to those of the previous edition. The section on mathematical preliminaries has been extensively revised to match present trends in research.
Contents......Page 013.djvu
1.1. Algorithms......Page 015.djvu
1.2. Mathematical Preliminaries......Page 024.djvu
1.2.1. Mathematical Induction......Page 025.djvu
1.2.2. Numbers, Powers, and Logarithms......Page 035.djvu
1.2.3. Sums and Products......Page 041.djvu
1.2.4. Integer Functions and Elementary Number Theory......Page 053.djvu
1.2.5. Permutations and Factorials......Page 059.djvu
1.2.6. Binomial Coefficients......Page 066.djvu
1.2.7. Harmonic Numbers......Page 089.djvu
1.2.8. Fibonacci Numbers......Page 093.djvu
1.2.9. Generating Functions......Page 101.djvu
1.2.10. Analysis of an Algorithm......Page 110.djvu
1.2.11.1. The O-notation......Page 121.djvu
1.2.11.2. Euler\'s summation formula......Page 125.djvu
1.2.11.3. Some asymptotic calculations......Page 130.djvu
1.3.1. Description of MIX......Page 138.djvu
1.3.2. The MIX Assembly Language......Page 158.djvu
1.3.3. Applications to Permutations......Page 178.djvu
1.4.1. Subroutines......Page 200.djvu
1.4.2. Coroutines......Page 207.djvu
1.4.3. Interpretive Routines......Page 214.djvu
1.4.3.1. A MIX simulator......Page 216.djvu
1.4.3.2. Trace routines......Page 226.djvu
1.4.4. Input and Output......Page 229.djvu
1.4.5. History and Bibliography......Page 243.djvu
2.1. Introduction......Page 246.djvu
2.2.1. Stacks, Queues, and Deques......Page 252.djvu
2.2.2. Sequential Allocation......Page 258.djvu
2.2.3. Linked Allocation......Page 268.djvu
2.2.4. Circular Lists......Page 287.djvu
2.2.5. Doubly Linked Lists......Page 294.djvu
2.2.6. Arrays and Orthogonal Lists......Page 312.djvu
2.3. Trees......Page 322.djvu
2.3.1. Traversing Binary Trees......Page 332.djvu
2.3.2. Binary Tree Representation of Trees......Page 348.djvu
2.3.3. Other Representations of Trees......Page 362.djvu
2.3.4. Basic Mathematical Properties of Trees......Page 376.djvu
2.3.4.1. Free trees......Page 377.djvu
2.3.4.2. Oriented trees......Page 386.djvu
2.3.4.3. The \"infinity lemma\"......Page 396.djvu
2.3.4.4. Enumeration of trees......Page 400.djvu
2.3.4.5. Path length......Page 413.djvu
2.3.4.6. History and bibliography......Page 420.djvu
2.3.5. Lists and Garbage Collection......Page 422.djvu
2.4. Multilinked Structures......Page 438.djvu
2.5. Dynamic Storage Allocation......Page 449.djvu
2.6. History and Bibliography......Page 471.djvu
Answers to Exercises......Page 480.djvu
1. Fundamental Constants (decimal)......Page 633.djvu
2. Fundamental Constants (octal)......Page 634.djvu
3. Harmonic Numbers, Bernoulli Numbers, Fibonacci Numbers......Page 635.djvu
Appendix B Index to Notations......Page 637.djvu
Index and Glossary......Page 642.djvu