Cantitate/Preț
Produs

Systems Programming in Unix/Linux

Autor K.C. Wang
en Limba Engleză Paperback – 25 ian 2019
Covering all the essential components of Unix/Linux, including process management, concurrent programming, timer and time service, file systems and network programming, this textbook emphasizes programming practice in the Unix/Linux environment. Systems Programming in Unix/Linux is intended as a textbook for systems programming courses in technically-oriented Computer Science/Engineering curricula that emphasize both theory and programming practice. The book contains many detailed working example programs with complete source code. It is also suitable for self-study by advanced programmers and computer enthusiasts.
Systems programming is an indispensable part of Computer Science/Engineering education. After taking an introductory programming course, this book is meant to further knowledge by detailing how dynamic data structures are used in practice, using programming exercises and programming projects on such topics as C structures, pointers, link lists and trees.

This book provides a wide range of knowledge about computer system
software and advanced programming skills, allowing readers to interface with operating
system kernel, make efficient use of system resources and develop application software.
It also prepares readers with the needed background to pursue advanced studies in
Computer Science/Engineering, such as operating systems, embedded systems, database
systems, data mining, artificial intelligence, computer networks, network security,
distributed and parallel computing.

Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 38861 lei  6-8 săpt.
  Springer International Publishing – 25 ian 2019 38861 lei  6-8 săpt.
Hardback (1) 58806 lei  6-8 săpt.
  Springer International Publishing – 10 sep 2018 58806 lei  6-8 săpt.

Preț: 38861 lei

Preț vechi: 48576 lei
-20% Nou

Puncte Express: 583

Preț estimativ în valută:
7437 7846$ 6198£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783030064297
ISBN-10: 3030064298
Pagini: 452
Ilustrații: XXI, 452 p. 111 illus., 61 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.82 kg
Ediția:Softcover reprint of the original 1st ed. 2018
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland

Cuprins

Chapter 1. Introduction to Unix/Linux.- Chapter 2. Programming Background.- Chapter 3 Process Management in Unix/Linux.- Chapter 4 Concurrent Programming.- Chapter 5 Timers and Time Service.- Chapter 6 Signals and Signal Processing.- Chapter 7 File Operations.- Chapter 8 System Calls for File Operations.- Chapter 9 Library I/O Functions
Chapter 10 Sh Programming.- Chapter 11 EXT2 File System.- Chapter 12. Block Device I/O and Buffer Management.- Chapter 13 TCP/IP and Network Programming.



Notă biografică

K.C. Wang is currently a Professor in the School of Electrical Engineering and Computer Science at Washington State University. He received a BSEE degree from National Taiwan University, in 1960 and a Ph.D. degree in Electrical Engineering from Northwestern University, Evanston, Illinois in 1965. His academic interests are in Operating Systems, Distributed Systems and Parallel Computing.

Textul de pe ultima copertă

Covering all the essential components of Unix/Linux, including process management, concurrent programming, timer and time service, file systems and network programming, this textbook emphasizes programming practice in the Unix/Linux environment.  Emphasizing both theory and programming practice. Systems Programming in Unix/Linux contains many detailed working example programs with complete source code. 
Systems programming is an indispensable part of Computer Science/Engineering education. After taking an introductory programming course, this book is meant to further knowledge by detailing how dynamic data structures are used in practice using programming exercises and programming projects.

Systems Programming in Unix/Linux provides a wide range of knowledge about computer system software and advanced programming skills, allowing readers to interface with operating system kernel, make efficient use of system resources and develop application software. It also prepares readers with the needed background to pursue advanced studies in Computer Science/Engineering, such as operating systems, embedded systems, database systems, data mining, artificial intelligence, computer networks, network security, distributed and parallel computing.

Caracteristici

Providies students with the needed background and skills to do advanced programming through detailed development steps Introduces parallel computing and concurrent programming, and explains the concept of threads and their advantages over processes; covers Pthreads programming in detail Explains process concept and process management using a simple C program together with a piece of assembly code to show real processes in action Covers the principle of hardware timers, timer interrupts and time service function in Unix/Linux in detail Covers signals, signal processing and IPC in Unix/Linux; showing how to install signal catchers to handle program exceptions in user mode Solutions Manual available to instructors