دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: Second edition نویسندگان: Tselikas. Nikolaos D., Tselikis. George S سری: ISBN (شابک) : 9781315206240, 1351796429 ناشر: Taylor & Francis سال نشر: 2017 تعداد صفحات: 718 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 19 مگابایت
کلمات کلیدی مربوط به کتاب ج، از تئوری تا عمل: C (زبان برنامه کامپیوتری)، کامپیوترها--زبان های برنامه نویسی--C،کتاب های الکترونیکی،کامپیوترها - زبان های برنامه نویسی - C
در صورت تبدیل فایل کتاب C, from theory to practice به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب ج، از تئوری تا عمل نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
پوشش ؛ نیم عنوان؛ صفحه عنوان؛ صفحه حق چاپ فداکاری؛ فهرست مطالب؛ پیشگفتار؛ قدردانی ها؛ درباره نویسندگان ; فصل 1: مقدمه C ; تاریخچه C ; استاندارد ANSI مزایای C ; معایب C ; چرخه عمر برنامه C ; نوشتن برنامه C؛ اولین برنامه C ما دستورالعمل #شامل ؛ تابع main() ; نظرات ؛ تلفیقی ؛ خطاهای رایج؛ ربط دادن ؛ برنامه را اجرا کنید؛ فصل 2: انواع داده ها، متغیرها و خروجی داده ها. متغیرها؛ نام گذاری متغیرها ; اعلان متغیرها؛ تخصیص ارزش ها و ثابت ها ; تبدیل های حسابی ; نوع واجد شرایط نمونه هایی از دشواری پیشرونده به دانش آموزان در درک تمام جنبه ها و ویژگی های زبان C کمک می کند. تمرین ها دانش آموزان را در سطوح مختلف برنامه نویسی آزمایش می کنند و مثال ها درک دقیق آنها را از دانش برنامه نویسی افزایش می دهند. کتابچه راهنمای مربی و اسلایدهای پاورپوینت در دوره واجد شرایط در دسترس هستند. adoption\"--ارائه شده توسط ناشر.
Cover ; Half Title; Title Page; Copyright Page; Dedication; Table of Contents; Preface ; Acknowledgments ; About the Authors ; Chapter 1: Introduction to C ; History of C ; The ANSI Standard ; Advantages of C ; Disadvantages of C ; C Program Life Cycle ; Writing a C Program ; Our First C Program ; The #include Directive ; The main() Function ; Comments ; Compilation ; Common Errors ; Linking ; Run the Program ; Chapter 2: Data Types, Variables, and Data Output ; Variables ; Naming Variables ; Declaring Variables ; Assignment of Values and Constants ; Arithmetic Conversions ; Type Qualifiers.;"This easy-to-use, classroom-tested textbook covers the C programming language for computer science and IT students. Designed for a compulsory fundamental course, it presents the theory and principles of C. More than 500 exercises and examples of progressive difficulty aid students in understanding all the aspects and peculiarities of the C language. The exercises test students on various levels of programming and the examples enhance their concrete understanding of programming know-how. Instructor's manual and PowerPoint slides are available upon qualifying course adoption"--Provided by publisher.
Cover
Half Title
Title Page
Copyright Page
Dedication
Table of Contents
Preface
Acknowledgments
About the Authors
Chapter 1: Introduction to C
History of C
The ANSI Standard
Advantages of C
Disadvantages of C
C Program Life Cycle
Writing a C Program
Our First C Program
The #include Directive
The main() Function
Comments
Compilation
Common Errors
Linking
Run the Program
Chapter 2: Data Types, Variables, and Data Output
Variables
Naming Variables
Declaring Variables
Assignment of Values and Constants
Arithmetic Conversions
Type Qualifiers. The #define Directive The printf() Function
Escape Sequences
Conversion Specifications
Return Value
Printing Variables
Optional Fields
Precision
Field Width
Prefix
Flags
Exercises
Unsolved Exercises
Chapter 3: Getting Input with scanf()
The scanf() Function
Use of Ordinary Characters
Return Value
Exercises
Unsolved Exercises
Chapter 4: Operators
The = Assignment Operator
Arithmetic Operators
The ++ and --
Operators
Relational Operators
Exercises
Compound Assignment Operators
Logical Operators
The! Operator
The & & Operator. The continue Statement Exercises
Nested Loops
Exercises
The while Statement
Exercises
The do-while Statement
Exercises
The goto Statement
Unsolved Exercises
Chapter 7: Arrays
One-Dimensional Arrays
Declaring Arrays
Accessing Array Elements
Array Initialization
Exercises
Two-Dimensional Arrays
Declaring Arrays
Accessing Array Elements
Array Initialization
Exercises
Unsolved Exercises
Chapter 8: Pointers
Pointers and Memory
Pointer Declaration
Pointer Initialization
Null Pointers
Using a Pointer
Exercises
The void* Pointer. Use of const Qualifier Pointer Arithmetic
Pointers and Integers
Subtracting and Comparing Pointers
Exercises
Pointers and Arrays
Exercises
Array of Pointers
Exercises
Pointer to Pointer
Exercises
Pointers and Two-Dimensional Arrays
Exercises
Pointer to Function
Array of Pointers to Functions
Unsolved Exercises
Chapter 9: Characters
The char Type
Exercises
The getchar() and putchar() Functions
Exercises
Chapter 10: Strings
String Literals
Storing Strings
Exercise
Writing Strings
Exercises
Pointers and String Literals
Exercises.