ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Windows 7 : the definitive guide

دانلود کتاب ویندوز 7: راهنمای قطعی

Windows 7 : the definitive guide

مشخصات کتاب

Windows 7 : the definitive guide

ویرایش: 1st ed 
نویسندگان:   
سری:  
ISBN (شابک) : 9780596800970, 0596800975 
ناشر: O'Reilly 
سال نشر: 2010 
تعداد صفحات: 955 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 21 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Windows 7 : the definitive guide به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب ویندوز 7: راهنمای قطعی

راهنمای ویندوز 7 بر اساس ویژگی سازماندهی شده است، جزئیات مربوط به همه ویژگی‌ها، ابزارها و پیشرفت‌های جدید، از جمله قابلیت‌های چندرسانه‌ای، امنیت، جستجو، و سازماندهی داده‌ها را ارائه می‌کند و نکات مفیدی در مورد راه‌اندازی، ارتقا و عیب‌یابی سیستم ارائه می‌دهد.


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

A guide to Windows 7 is organized by feature, furnishing details on all new features, tools, and enhancements, including the multimedia, security, search, and data organization capabilities, and offering helpful tips on system setup, upgrading, and troubleshooting.



فهرست مطالب

Python Pocket Reference 4 Edition (10-2009) (Elements-ATTiCA)......Page 1
Table of Contents......Page 6
Introduction......Page 12
Conventions......Page 13
Using Code Examples......Page 14
Python Options......Page 15
Program Specification......Page 17
Operational Variables......Page 18
Operators and Precedence......Page 19
Operator Usage Notes......Page 21
Operations by Category......Page 22
Slicing: S[i:j]......Page 26
Literals and creation......Page 27
Operations......Page 28
Other numeric types......Page 29
Literals and creation......Page 30
String formatting......Page 32
String formatting expression......Page 33
String formatting method......Page 34
String methods......Page 37
byte and bytearray methods......Page 39
Searching......Page 40
Splitting and joining......Page 41
Formatting......Page 42
The original string module......Page 43
Unicode Strings......Page 44
byte and bytearray strings......Page 45
Unicode support in Python 2.X......Page 46
Literals and creation......Page 47
Operations......Page 48
List comprehension expressions......Page 49
Generator expressions......Page 50
Other generators and comprehensions......Page 51
Literals and creation......Page 52
Operations......Page 53
Literals......Page 55
Files......Page 56
Input files......Page 57
Any files......Page 58
File context managers......Page 59
Literals and creation......Page 60
Operations......Page 61
Other Common Types......Page 62
Type Conversions......Page 63
Syntax Rules......Page 64
Name format......Page 65
Name conventions......Page 66
Specific Statements......Page 67
Augmented assignment......Page 68
Normal and extended sequence assignment......Page 69
Arbitrary arguments call syntax......Page 70
The print Statement......Page 71
Python 2.X print statements......Page 72
The while Statement......Page 73
The break Statement......Page 74
The def Statement......Page 75
Python 3.0 keyword-only arguments......Page 76
Defaults and attributes......Page 77
Function and method decorators......Page 78
The yield Statement......Page 79
Generators and iterators......Page 80
The nonlocal Statement......Page 81
The import Statement......Page 82
The from Statement......Page 83
The class Statement......Page 84
Class decorators in Python 2.6 and 3.0......Page 85
The try Statement......Page 86
Python 2.X try statement forms......Page 88
Class exceptions......Page 89
Python 2.X raise statement forms......Page 90
The with Statement......Page 91
Multiple context managers in Python 3.1......Page 92
Namespace and Scope Rules......Page 93
Unqualified Names: Lexical Scopes......Page 94
Statically Nested Scopes......Page 95
Class objects provide default behavior......Page 96
Module privates......Page 97
New Style Classes......Page 98
For All Types......Page 99
For Collections (Sequences, Mappings)......Page 104
Basic binary methods......Page 105
Right-side binary methods......Page 107
For Numbers (Other Operations)......Page 108
For Descriptors......Page 109
Methods in Python 3.0 only......Page 110
Methods in Python 2.X only......Page 111
Built-in Functions......Page 113
Python 2.6 built-ins not supported by Python 3.0......Page 130
Superclasses (Categories)......Page 135
Specific Exceptions Raised......Page 136
Warning Category Exceptions......Page 140
Warnings Framework......Page 141
Built-in Attributes......Page 142
Standard Library Modules......Page 143
The sys Module......Page 144
Module Functions and Classes......Page 150
Constants......Page 151
Administrative Tools......Page 152
Portability Constants......Page 153
Shell Commands......Page 154
Environment Tools......Page 155
File Descriptor Tools......Page 156
File Pathname Tools......Page 158
Process Control......Page 161
The os.path Module......Page 164
Module Functions......Page 166
Regular Expression Objects......Page 168
Match Objects......Page 169
Pattern Syntax......Page 170
Object Persistence Modules......Page 174
dbm and shelve Modules......Page 175
Unpickling interfaces......Page 177
Usage notes......Page 178
tkinter Example......Page 179
tkinter Core Widgets......Page 180
Module tkinter.filedialog (tkFileDialog in Python 2.X)......Page 181
Tcl/Tk-to-Python/tkinter Mappings......Page 182
Commonly Used Library Modules......Page 184
Other Standard Library Modules......Page 186
The time Module......Page 187
Threading Modules......Page 188
Binary Data Parsing......Page 189
API Usage Example......Page 190
Module Interface......Page 191
Cursor Objects......Page 192
Type Objects and Constructors......Page 193
Core Language Hints......Page 194
Environment Hints......Page 195
Usage Hints......Page 196
Assorted Hints......Page 198
Index......Page 200




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