C大学教程(第4版)(配光盘)
¥129.00定价
作者: 影印
出版时间:2014年8月
出版社:清华大学出版社
- 清华大学出版社
- 9787302155829
- 1-3
- 133798
- 16开
- 2014年8月
- 工学
- 软件工程
- TP312C
- 计算机
- 本专科、高职高专
内容简介
本书是世界上使用最广泛的C语言教材,给出了C、C++和Java语言的 13000多行代码。Harvey M.Deitel博士和Paul J.Deitel是Deitel & Associates公司的创始人,这是一家致力于C、C++、Java、C#、Visual Basic.NET、Visaul C++.NET、XML、Python、Perl、Internet、Web、电子商务、无线与对象技术的公司。Deitel是很多畅销书的作者,包括C++ How to Program,4E、JavaHow to Program,5E、C# How to Program和 Internet & World Wide Web How to Program,2E。
目录
1 Introduction to Computers,the Internet and the World Wide Web 1.1 Introduction 1.2 What Is a Computer? 1.3 Computer Organization 1.4 Evolution of Operating Systems 1.5 Personal,Distributed and Client/Server Computing 1.6 Machine Languages,Assembly Languages and High-Level Languages 1.7 FORTRAN,COBOL,Pascal and Ada 1.8 History Of C 1.9 C Standard Library 1.10 C++ 1.11 Java 1.12 BASIC,Visual Basic,Visual C++,C#and.NET 1.13 Key Software Trend:Object Technology 1.14 Basics of a Typical C Program Development Environment 1.15 Hardware Trends 1.16 History of the Internet 1.17 History of the Wodd Wide Web 1.18 General Notes About C and this Book2 Introduction to C Programming3 Structured Program Development in C4 C Program Control5 C Functions6 C Arrays7 C Pointers8 C Characters and Strings9 C Formatted Input/Output10 C Structures,Unions,Bit Manipulations and Enumerations11 C File Processing12 C Data Structures13 C Preprocessor14 Other C Topics15 C++ as a "Better C"16 C++ Classes and Data Abstraction17 C++ Classes:Part Ⅱ18 C++ Operator Overloading19 C++ Inheritance20 C++ Virtual Functions and Polymorphism21 C++ Stream Input/Output22 C++ Templates23 C++ Exception Handling24 Introduction to Java Applications and Applets25 Beyond C and C++:Operators,Methods and Arrays in Java26 Java Object-Based Programming27 Java Object-Oriented Programming28 Java Graphics and Java2D29 Java Graphical User Interface Components30 Java Multimedia:Images,Animation and Audio31 Internet and Web ResourcesA Internet and Web ResourcesB C99 Internet and Web ResourcesC Operator Precedence ChartsD ASCII Character SetE Number SystemsF C Standard Library Resources