Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Deitel H., Deitel P.J. — C. How to Program
Deitel H., Deitel P.J. — C. How to Program



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: C. How to Program

Авторы: Deitel H., Deitel P.J.

Аннотация:

This book demonstrates incrementally the features of C within the context of properly structured and well documented complete working C programs. Presents sample executions as well as an introduction to C++ object-oriented programming.


Язык: en

Рубрика: Computer science/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Издание: 2-nd edition

Год издания: 1994

Количество страниц: 980

Добавлена в каталог: 22.01.2014

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
! = inequality operator      39
"bombing"      70
"crashing"      70
"end of data entry"      69
"garbage" value      67
"get from" operator (>>)      562
"get" function      612 613 626 750 754
"has a" relationship      731 749
"Is a" relationship      731 732 738 749 760
"knows a" relationship      750
"set" function      613 626 750 754
"uses a" relationship      750
# flag      377 378
# preprocessor operator      28 527
## preprocessor operator      527
#define macro      581
#define NDEBUG      859
#define preprocessor directive      209 523 567
#define symbolic constant      575 608
#endif preprocessor directive      608
#error preprocessor directive      526
#ifdef preprocessor directive      526 608
#ifndef preprocessor directive      526
#include preprocessor directive      209 522
#line preprocessor directive      527
#pragma preprocessor directive      527
#undef preprocessor directive      525
$e^{x}$      151
$log_{2}n$ comparisons      495
$\pi$      143
% modulus operator      35
%%      372 380
%c      217 158 371 380
%d      30 31 158 368 380 381
%e      370 380
%f      74 158 370 380 381
%g      370 380
%hd      158
%i      368 379 380
%ld      158 175
%Lf      158
%lu      158
%n      372 380
%o      368 380
%p      262 372 380
%s      371 380
%u      158 367 368 380
%x      368 380
& address operator      30
& bitwise AND      407
&& operator      123 179
&= bitwise AND assignment operator      414
' \n'      321
' \r\'      321
'\0\'      214
'\f'      321
'\t'      321
'\v\'      321
(float)      72
* assignment suppression character      384
* multiplication operator      34
*argv[]      540
*fgets      872
*this      693
+ flag      377
++ operator      80
+= addition assignment      77
-> structure pointer operator      399 597 606
. structure member operator      399 597
/ bitwise inclusive OR      407
0 (zero) flag      377 378
0x      377 805 821
:: unary scope resolution operator      578 586 604
:?      179
< redirect input symbol      537
<< left shift      407
<< standard output stream operator      562
<<= right shift assignment operator      414
<= less-than-or-equal-to      39
<assert.h>      159 859
<ctrl> c      548
<ctype.h> header file      159 320 525 859
<errno.h>      159 858
<float.h>      159
<iomanip.h> header file      800 813 818
<limits.h>      159 887
<locale.h>      860
<math.h> header file      110 111 150 159 863
<setjmp.h>      159 865
<signal.h>      159 547 865
<stdarg.h>      159 537 867
<stddef .h>      159 858
<stdio.h> header file      28 115 159 169 330 366 435 449 525 867
<stdlib.h> header file      159 160 548 875
<string.h> header file      159 333 881
<time.h>      159 884
== equal-to operator      39 125
>= greater-than-or-equal-to      39
>> = left shift assignment operator      414
>> append output symbol      537 562
>> right shift      407
a file open mode      440
a+ file open mode      440
a+ file update mode      439
a.out      11
ab binary file open mode      545
ab+ binary file open mode      545
Abnormal program termination      547
abort      528 878
abs      879
Absolute-value      151
abstract base class      772 773 774 783 785
Abstract base class Employee      775 782
Abstract base class Shape      786
abstract class      772
abstract data type (ADT)      601 665 666
Abstract data type Time      601
Abstraction      151 595 731
Access function      612 613
access privileges      32
access violation      32 320 371
accessibility heuristic      253
accounts receivable      141
Accumulator      305
acos      863
action      25 26 37 56 66
Action statement      57
Action symbol      59
Action-oriented      595
Action/decision model      26 60
Ada      10
Add instruction      307 517
Addition      5
addition assignment operator (+=)      77
Address      472
Address of a bit field      416
Address of a variable      33
address operator (&)      30 160 215 261
ADT      665 666
aggregates      396
Airline Reservation System      250
Alert ('\a')      26
Algebra      34
Algorithm      56 66
Alias      573
aligning      367
Ambiguity problems in multiple inheritance      755
American National Standards Committee on Computers and Information Processing      8
American National Standards Institute (ANSI)      3 20 846
ampersand (&)      30 32
AND      408
Another dangling else problem      96
ANSI C      3 9 13 231 268
ANSI C committee      155
ANSI C standard document      8 13
ANSI C standard library      149
ANSI standard functions      9
ANSI/ISO 9899: 1990      8 20
Append output symbol >>      537
Appendix D      112
Appendix E, Number Systems      321 328
Apple Computer      6
Apple Macintosh      10
Application designers      748
Application frameworks      770
Area      98
argc      540
Argument      25 149 181 523
arithmetic and logic unit (ALU)      5
arithmetic assignment operators      79
Arithmetic mean      36
Arithmetic operations      306
arithmetic operators      34
Array      204 205 668
Array abstract data type      666
Array bounds checking      213
Array class      689 694
Array initializer list      209
Array notation      285
Array of pointers      284
Array subscript indicator ([ ])      690
Array subscript notation      214 281 284
Arrays of pointers to functions      314
Arrow member selection operator      606
arrow operator (->)      399 597 606 656
Arrow operator (->) off the this pointer      656
ASCII (American Standard Code for Information Exchange)      114 269 338 809
ASCII character set      114 891
asctime      885
ASIN      863
ASM      570
Assembler      7
Assembly language      7 570
Assert      528 692 693 704 740
Assignment by default memberwise copy      629
assignment operator (=)      31 692
Assignment operators: +=, -=, *=, /=, and %=      77
assignment statement      31
Assignment suppression character (*)      384
Associate from right-to-left      41 73
Associativity      35 41 82 125 206 414 683
asterisk (*)      34
AT&T's Version 3 C++      669
atan      863
atan2      863
atexit      543 544 878
atof      325 326 876
atoi      325 326 876
atol      325 326 876
Attribute      595
Attributes of an object      599
Audible (bell)      379
auto      168
Automatic storage      169 204
Automatic storage duration      168 169 217
automatic variable      168 170
Average      51
B      7
backslash (\)      26 377 378
bad member function      827
badbit      806 827
Bank account program      453
Bar chart      141 213
Base 10 number system      328 894
base 16 number system      328
Base 2 number system      894
Base 8 number system      328
Base case(s)      173
base class      730 732
Base class virtual function      771
Base class's private members      739
Base pay      7
Base-class assignment operator      743
Base-class constructor      738 743 744 750
Base-class destructor      785
Base-class initializer      743
Base-class member      738
Base-class object      734 747
Base-class part of derived-class object      777
Base-class pointer      738 747 773 774 780
Base-class pointer to derived-class object      779
Batch processing      5
BCPL      7
behavior      599
Behaviors of an object      595
Bell      26
Bell Laboratories      8 13 14 560
BINARY      143 144 321
binary arithmetic operators      73
binary digits      432
Binary file      545
Binary file mode      545
Binary file open mode      545
Binary number system      894 895
Binary operator      31 34
binary scope resolution operator (::)      578 604
Binary search      182 198 228 231 232 234 257
Binary search tree      490 491 494 495 505
Binary tree      468 489
Binary tree delete      504
Binary tree insert      182
binary tree sort      491
Binary-to-decimal conversion      898
Binary-to-decimal conversion problem      98
Bit      432
bit field      414 415 417
bit manipulation      416
bitwise AND (&)      407 409 410 427
bitwise assignment operators      412 414
bitwise complement operator (~)      409 410 411 617
Bitwise data manipulations      407
bitwise exclusive or (^)      407 409 410
Bitwise inclusive OR (1)      407 409 410
Bitwise operators      406 407
Bitwise OR operator (1)      409 818
Bitwise shift operators      413
BLANK      60
Blank insertion      52
Block      25 65 154
block of data      344
block scope      170
body      25
Body of a class      600
Body of a function      25
Body of a while      65
Bohm, C.      58
Boolean enumeration      565
Borland C++      10 222 270
bounds checking      213
braces ({})      64
Branch      511
branch negative      511
Branch zero      511 512 514 515
Branching logic      771
break      115 116 120 121 144
bsearch      879
Bubble sort      223 224 225 248 293
Bubble sort using call by reference      272 275
Bucket sort      255
Buffered outputs      802
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте