دانلود کتاب 150 C++ Programming Assignments. Variants of tasks & Examples of Code – 150 تکلیف برنامه نویسی C++. انواع وظایف و نمونه هایی از کد

دسته بندی :
اطلاعات کتاب
  • جلد
  • سری
  • ویرایش 1
  • سال 2015
  • نویسنده (گان) Tatyana Sopronyuk, Nonna Shulga
  • ناشر
  • زبان English
  • تعداد صفحات
  • حجم فایل 0.09MB
  • فرمت فایل epub
  • شابک ,
قیمت محصول :

45,000 تومان

با خرید این محصول، 2,250 تومان به کیف پول شما بازگشت داده می‌شود

روند خرید و دریافت کتاب‌ها بدون هیچ اختلالی انجام می‌شود.
تمامی فایل‌ها بر روی سرورهای داخلی میزبانی می‌شوند تا بتوانید به راحتی و در لحظه آن‌ها را دانلود کنید. در صورت بروز هرگونه مشکل یا نیاز به راهنمایی، لطفاً از طریق « صفحه تماس باما» با تیم پشتیبانی در ارتباط باشید.

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

توضیحات

The collection of tasks is an appendix to the teaching guidance (http://amzn.com/B00NZ6M7L6) Object-oriented programming in C++. It contains problems and samples of their solutions using C++ programming language.
Object-oriented programming is based on the concept that a program can be created as a collection of objects working together. This methodology focuses on the connections between objects rather than the details of their realization. All the OOP languages are based on three main ideas: encapsulation, polymorphism and inheritance.
In C++ encapsulation is realized with the help of classes. Access to the code and data within the capsule is controlled by an interface which is given to the user.
The purpose of polymorphism, according to OOP, is the usage of one name for the task of the actions, general for the class. The exertion of every concrete action will be defined by the type of the data. In more general sense the concept of polymorphism means that it is possible to create general interface for the groups, common by the content and not by the realization of actions.
The main thing in polymorphism is the fact that it allows to manipulate with the objects of different complexity by means of creating for them general standard interface for the realization of identical actions.
The inheritance is a process with the help of which one object acquires the peculiarities of the other one. To be more exact, the object can inherit the peculiarities of the other object and add to them features, characteristic only for its own.
The textbook consists of 6 parts. Every part contains variants of assignments, referring to the particular theme, and the examples of the code, meant to assist the student while writing the program. Codes contain the commentaries and the results of the work.
Themes, considered in the given collection, include overloading of functions and operators, template functions, work with the structural types, creation of classes (data-member, functions-member, constructions, destructor and itc.). We also suggest creating classes (aggregation and inheritance) for the extending possibilities of existing classes and the notion of the base and derivative classes, multiple inheritance, building of the hierarchy of classes, usage of virtual functions, abstract classes, polymorphic functions, virtual inheritance.
In the textbook we have introduced the assignments for the course OOP in C++.
This textbook is intended for educational purposes.

————————————————————–

ترجمه ماشینی :

مجموعه وظایف پیوستی به راهنمای تدریس (http://amzn.com/B00NZ6M7L6) برنامه نویسی شی گرا در ++C است. این شامل مسائل و نمونه هایی از راه حل های آنها با استفاده از زبان برنامه نویسی C++ است.
برنامه نویسی شی گرا بر این مفهوم استوار است که یک برنامه را می توان به عنوان مجموعه ای از اشیاء ایجاد کرد که با هم کار می کنند. این روش شناسی بر ارتباطات بین اشیاء به جای جزئیات تحقق آنها تمرکز دارد. همه زبان‌های OOP بر اساس سه ایده اصلی هستند: کپسوله‌سازی، چندشکلی و وراثت.
در C++ کپسوله‌سازی با کمک کلاس‌ها محقق می‌شود. دسترسی به کد و داده‌های درون کپسول توسط رابطی کنترل می‌شود که به کاربر داده می‌شود.
هدف از چندشکلی، طبق OOP، استفاده از یک نام برای کار اعمال است، کلی برای کلاس اعمال هر اقدام ملموس بر اساس نوع داده ها مشخص می شود. در مفهوم کلی تر، مفهوم چندشکلی به این معنی است که می توان برای گروه ها رابط کلی ایجاد کرد که از طریق محتوا و نه با تحقق اعمال مشترک است.
نکته اصلی در چندشکلی این واقعیت است که امکان دستکاری با اشیاء با پیچیدگی های مختلف را با ایجاد رابط استاندارد کلی برای آنها برای تحقق اقدامات یکسان فراهم می کند.
وراثت فرآیندی است با به کمک آن یکی از شیء ویژگی های شیء دیگر را به دست می آورد. به عبارت دقیق‌تر، شی می‌تواند ویژگی‌های شی دیگر را به ارث ببرد و به آنها ویژگی‌هایی بیفزاید که فقط برای خودش مشخص است.
کتاب درسی از 6 قسمت تشکیل شده است. هر بخش شامل انواع تکالیف است که به موضوع خاص اشاره می کند و نمونه هایی از کد برای کمک به دانش آموز در هنگام نوشتن برنامه است. کدها حاوی تفسیرها و نتایج کار هستند.
موضوعات در نظر گرفته شده در مجموعه داده شده شامل بارگذاری بیش از حد توابع و عملگرها، توابع الگو، کار با انواع ساختاری، ایجاد کلاس ها (عضو داده، توابع-عضو) است. ، ساخت و سازها، ویرانگر و غیره). همچنین پیشنهاد می‌کنیم برای گسترش امکانات کلاس‌های موجود و مفهوم کلاس‌های پایه و مشتق، وراثت چندگانه، ساخت سلسله مراتب کلاس‌ها، استفاده از توابع مجازی، کلاس‌های انتزاعی، توابع چند شکلی، وراثت مجازی، کلاس‌هایی (تجمع و وراثت) ایجاد کنیم. .
در کتاب درسی به معرفی تکالیف درس OOP در C++ پرداخته ایم.
این کتاب درسی برای اهداف آموزشی در نظر گرفته شده است.


 

tag : دانلود کتاب 150 تکلیف برنامه نویسی C++. انواع وظایف و نمونه هایی از کد , Download 150 تکلیف برنامه نویسی C++. انواع وظایف و نمونه هایی از کد , دانلود 150 تکلیف برنامه نویسی C++. انواع وظایف و نمونه هایی از کد , Download 150 C++ Programming Assignments. Variants of tasks & Examples of Code Book , 150 تکلیف برنامه نویسی C++. انواع وظایف و نمونه هایی از کد دانلود , buy 150 تکلیف برنامه نویسی C++. انواع وظایف و نمونه هایی از کد , خرید کتاب 150 تکلیف برنامه نویسی C++. انواع وظایف و نمونه هایی از کد , دانلود کتاب 150 C++ Programming Assignments. Variants of tasks & Examples of Code , کتاب 150 C++ Programming Assignments. Variants of tasks & Examples of Code , دانلود 150 C++ Programming Assignments. Variants of tasks & Examples of Code , خرید 150 C++ Programming Assignments. Variants of tasks & Examples of Code , خرید کتاب 150 C++ Programming Assignments. Variants of tasks & Examples of Code ,

نقد و بررسی‌ها

هنوز بررسی‌ای ثبت نشده است.

اولین کسی باشید که دیدگاهی می نویسد “دانلود کتاب 150 C++ Programming Assignments. Variants of tasks & Examples of Code – 150 تکلیف برنامه نویسی C++. انواع وظایف و نمونه هایی از کد”