- 5 Risultati
prezzo più basso: € 29,50, prezzo più alto: € 67,55, prezzo medio: € 53,10
1
C A Software Engineering Approach - Philip E. Margolis
Ordina
da booklooker.de
€ 53,49
Spedizione: € 0,001
OrdinaLink sponsorizzato
Philip E. Margolis:

C A Software Engineering Approach - edizione con copertina flessibile

ISBN: 9780387946757

[ED: Taschenbuch], [PU: Springer New York], Neuware - A highly readable text designed for beginning and intermediate C programmers. While focusing on the programming language, the book em… Altro …

Costi di spedizione:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) AHA-BUCH GmbH
2
C A Software Engineering Approach: A Software Engineering Approach - Darnell, Peter A.
Ordina
da Amazon.de (Intern. Bücher)
€ 29,50
Spedizione: € 3,001
OrdinaLink sponsorizzato

Darnell, Peter A.:

C A Software Engineering Approach: A Software Engineering Approach - edizione con copertina flessibile

2013, ISBN: 9780387946757

Springer, Taschenbuch, Auflage: 3rd ed. 1996, 528 Seiten, Publiziert: 2013-10-04T00:00:01Z, Produktgruppe: Buch, Hersteller-Nr.: 2241278, 2.01 kg, Verkaufsrang: 2056234, Softwareentwicklu… Altro …

Costi di spedizione:Auf Lager. Die angegebenen Versandkosten können von den tatsächlichen Kosten abweichen. (EUR 3.00) Ippo
3
C A Software Engineering Approach - Margolis, Philip E.; Darnell, Peter A.
Ordina
da Achtung-Buecher.de
€ 54,15
Spedizione: € 0,001
OrdinaLink sponsorizzato
Margolis, Philip E.; Darnell, Peter A.:
C A Software Engineering Approach - nuovo libro

1996

ISBN: 0387946756

3rd ed. 1996 Kartoniert / Broschiert C (Programmiersprache), Computerprogrammierung und Softwareentwicklung, Software Engineering, algorithms; Cprogramminglanguage; debugging; Scala; al… Altro …

Costi di spedizione:Versandkostenfrei innerhalb der BRD. (EUR 0.00) MARZIES.de Buch- und Medienhandel, 14621 Schönwalde-Glien
4
Ordina
da AbeBooks.de
€ 67,55
Spedizione: € 8,061
OrdinaLink sponsorizzato
Peter A. Darnell:
C A Software Engineering Approach - edizione con copertina flessibile

1996, ISBN: 0387946756

[EAN: 9780387946757], Neubuch, [PU: Springer-Verlag New York Inc.], This item is printed on demand. New copy - Usually dispatched within 5-9 working days, Books

NEW BOOK. Costi di spedizione: EUR 8.06 THE SAINT BOOKSTORE, Southport, United Kingdom [51194787] [Rating: 5 (von 5)]
5
Ordina
da AbeBooks.de
€ 60,82
Spedizione: € 4,621
OrdinaLink sponsorizzato
Peter A. Darnell:
C A Software Engineering Approach - edizione con copertina flessibile

1996, ISBN: 0387946756

[EAN: 9780387946757], Neubuch, [PU: Springer], PRINT ON DEMAND Book; New; Fast Shipping from the UK., Books

NEW BOOK. Costi di spedizione: EUR 4.62 Ria Christie Collections, Uxbridge, United Kingdom [59718070] [Rating: 5 (von 5)]

1Poiché alcune piattaforme non trasmettono le condizioni di spedizione e queste possono dipendere dal paese di consegna, dal prezzo di acquisto, dal peso e dalle dimensioni dell'articolo, dall'eventuale iscrizione alla piattaforma, dalla consegna diretta da parte della piattaforma o tramite un fornitore terzo (Marketplace), ecc. è possibile che le spese di spedizione indicate da eurolibro non corrispondano a quelle della piattaforma offerente.

Dati bibliografici del miglior libro corrispondente

Dettagli del libro
C A Software Engineering Approach: A Software Engineering Approach

A highly readable text designed for beginning and intermediate C programmers. While focusing on the programming language, the book emphasises stylistic issues and software engineering principles so as to develop programs that are readable, maintainable, portable, and efficient. The software engineering techniques discussed throughout the text are illustrated in a C interpreter, whose source listing is provided on diskette, and highlighted "bug alerts" offer tips on the common errors made by novice programmers. Can be used as the primary course textbook or as the main reference by programmers intent on learning C.

Informazioni dettagliate del libro - C A Software Engineering Approach: A Software Engineering Approach


EAN (ISBN-13): 9780387946757
ISBN (ISBN-10): 0387946756
Copertina rigida
Copertina flessibile
Anno di pubblicazione: 1996
Editore: Springer
497 Pagine
Peso: 0,873 kg
Lingua: eng/Englisch

Libro nella banca dati dal 2007-01-05T16:05:41+01:00 (Zurich)
Pagina di dettaglio ultima modifica in 2023-12-01T13:04:52+01:00 (Zurich)
ISBN/EAN: 0387946756

ISBN - Stili di scrittura alternativi:
0-387-94675-6, 978-0-387-94675-7
Stili di scrittura alternativi e concetti di ricerca simili:
Autore del libro : margolis, darnell, shakespeare, springer peter, peter hammer
Titolo del libro: computer science, engine, eins zwei drei, zoll, software engineering approach, peter iii


Dati dell'editore

Autore: Peter A. Darnell
Titolo: C A Software Engineering Approach
Editore: Springer; Springer US
498 Pagine
Anno di pubblicazione: 1996-05-29
New York; NY; US
Lingua: Inglese
54,99 € (DE)

BC; Hardcover, Softcover / Informatik, EDV/Informatik; Software Engineering; Verstehen; Algorithms; C programming language; Debugging; Scala; algorithm; design; documentation; high-level programming language; programming; programming language; software engineering; Software Engineering; Compilers and Interpreters; Programming Techniques; Compiler und Übersetzer; Computerprogrammierung und Softwareentwicklung; BC; EA

1: Introduction to Programming.- 1.1 High-Level Programming Languages.- 1.2 History of C.- 1.3 ANSI and ISO Standards.- 1.4 Nature of C.- 2: Introduction to Software Engineering.- 2.1 Introduction.- 2.2 Stages of Software Production.- 2.3 Product Specification.- 2.4 Architectural Design.- 2.5 Project Planning.- 2.6 Detailed Design.- 2.7 Coding.- 2.8 Debugging.- 2.9 Testing.- 2.10 Maintenance.- 2.11 The Bridge Metaphor.- 3: C Essentials.- 3.1 Program Development.- 3.2 Functions.- 3.3 Variables and Constants.- 3.4 Names.- 3.5 Expressions.- 3.6 Formatting Source Files.- 3.7 The main() Function.- 3.8 The printf() Function.- 3.9 The scanf() Function.- 3.10 The Preprocessor.- 3.11 Exercises.- 4: Scalar Data Types.- 4.1 Declarations.- 4.2 Different Kinds of Integer Constants.- 4.3 Floating-Point Types.- 4.4 Scientific Notation.- 4.5 Initialization.- 4.6 Mixing Types.- 4.7 Explicit Conversions—Casts.- 4.8 Enumeration Types.- 4.9 The void Data Type.- 4.10 Typedefs.- 4.11 Finding the Address of an Object.- 4.12 Introduction to Pointers.- 4.13 Exercises.- 5: Control Flow.- 5.1 Conditional Branching.- 5.2 The switch Statement.- 5.3 Looping.- 5.4 Nested Loops.- 5.5 A Simple Calculator Program.- 5.6 The break and continue Statements.- 5.7 The goto Statement.- 5.8 Infinite Loops.- 5.9 Exercises.- 6: Operators and Expressions.- 6.1 Precedence and Associativity.- 6.2 Unary Plus and Minus Operators.- 6.3 Binary Arithmetic Operators.- 6.4 Arithmetic Assignment Operators.- 6.5 Increment and Decrement Operators.- 6.6 Comma Operator.- 6.7 Relational Operators.- 6.8 Logical Operators.- 6.9 Bit-Manipulation Operators.- 6.10 Bitwise Assignment Operators.- 6.11 Cast Operator.- 6.12 sizeof Operator.- 6.13 Conditional Operator (?:).- 6.14 Memory Operators.- 6.15 Exercises.- 7: Arrays andPointers.- 7.1 Declaring an Array.- 7.2 How Arrays Are Stored in Memory.- 7.3 Initializing Arrays.- 7.4 Example: Encryption and Decryption.- 7.5 Pointer Arithmetic.- 7.6 Passing Pointers as Function Arguments.- 7.7 Accessing Array Elements Through Pointers.- 7.8 Passing Arrays as Function Arguments.- 7.9 Sorting Algorithms.- 7.10 Strings.- 7.11 Multidimensional Arrays.- 7.12 Arrays of Pointers.- 7.13 Pointers to Pointers.- 7.14 Exercises.- 8: Storage Classes.- 8.1 Fixed vs. Automatic Duration.- 8.2 Scope.- 8.3 Global Variables.- 8.4 The register Specifier.- 8.5 The const Storage-Class Modifier.- 8.6 The volatile Storage-Class Modifier.- 8.7 Summary of Storage Classes.- 8.8 Dynamic Memory Allocation.- 8.9 Exercises.- 9: Structures and Unions.- 9.1 Structures.- 9.2 Linked Lists.- 9.3 Unions.- 9.4 enum Declarations.- 9.5 Exercises.- 10: Functions.- 10.1 Passing Arguments.- 10.2 Declarations and Calls.- 10.3 Pointers to Functions.- 10.4 Recursion.- 10.5 The main() Function.- 10.6 Complex Declarations.- 10.7 Exercises.- 11: The C Preprocessor.- 11.1 Macro Substitution.- 11.2 Conditional Compilation.- 11.3 Include Facility.- 11.4 Line Control.- 11.5 Exercises.- 12: Input and Output.- 12.1 Streams.- 12.2 Buffering.- 12.3 The Header File.- 12.4 Opening and Closing a File.- 12.5 Reading and Writing Data.- 12.6 Selecting an I/O Method.- 12.7 Unbuffered I/O.- 12.8 Random Access.- 12.9 Exercises.- 13: Software Engineering—A Case Study.- 13.1 Style Review.- 13.2 Product Specification.- 13.3 Architectural Design.- 13.4 Project Planning.- 13.5 Detailed Design.- 13.6 Software Tools for Software Production.- 13.7 Documentation.- 13.8 Exercises.- Appendices.- A: The ANSI Runtime Library.- A.1 Function Names.- A.2 Header Files.- A.3 Synopses.- A.4 Functions vs. Macros.- A.5 ErrorHandling.- A.6 Diagnostics.- A.7 Character Handling.- A.8 Setting Locale Parameters.- A.9 Mathematics.- A.10 Nonlocal Jumps.- A.11 Signal Handling.- A.12 Variable Argument Lists.- A.13 I/O Functions.- A.14 General Utilities.- A.15 String-Handling Functions.- A.16 Multibyte Character Functions.- A.17 Date and Time Functions.- B: Implementation Limits.- B.1 Translation Limits.- B.2 Numerical Limits.- C: Differences Between the ANSI and K&R Standards.- C.1 Source Translation Differences.- C.2 Data Type Differences.- C.3 Statement Differences.- C.4 Expression Differences.- C.5 Storage Class and Initialization Differences.- C.6 Preprocessor Differences.- D: Reserved Names.- E: ASCII Codes.

< Per archiviare...