Gnu C Library 2.22 Reference Manual 1/2
Title | Gnu C Library 2.22 Reference Manual 1/2 PDF eBook |
Author | Sandra Loosemore |
Publisher | |
Pages | 542 |
Release | 2015-10-23 |
Genre | |
ISBN | 9789888381074 |
The GNU C Library, described in this document, defines all of the library functions that are specified by the ISO C standard, as well as additional features specific to POSIX and other derivatives of the Unix operating system, and extensions specific to GNU systems. The purpose of this manual is to tell you how to use the facilities of the GNU C Library. We have mentioned which features belong to which standards to help you identify things that are potentially non-portable to other systems. But the emphasis in this manual is not on strict portability. As the GNU C Library became such a big project over the years, we had to split this reference manual in two parts that are two separate physical books. To keep it consistent with the digital manual, the references and page numbers cover both physical books as it were one. Therefore please note that you probably want to have both parts.
Mathematical Software -- ICMS 2014
Title | Mathematical Software -- ICMS 2014 PDF eBook |
Author | Hoon Hong |
Publisher | Springer |
Pages | 762 |
Release | 2014-08-01 |
Genre | Computers |
ISBN | 3662441993 |
This book constitutes the proceedings of the 4th International Conference on Mathematical Software, ICMS 2014, held in Seoul, South Korea, in August 2014. The 108 papers included in this volume were carefully reviewed and selected from 150 submissions. The papers are organized in topical sections named: invited; exploration; group; coding; topology; algebraic; geometry; surfaces; reasoning; special; Groebner; triangular; parametric; interfaces and general.
The Definitive Guide to the ARM Cortex-M0
Title | The Definitive Guide to the ARM Cortex-M0 PDF eBook |
Author | Joseph Yiu |
Publisher | Elsevier |
Pages | 553 |
Release | 2011-04-04 |
Genre | Technology & Engineering |
ISBN | 0123854784 |
The Definitive Guide to the ARM Cortex-M0 is a guide for users of ARM Cortex-M0 microcontrollers. It presents many examples to make it easy for novice embedded-software developers to use the full 32-bit ARM Cortex-M0 processor. It provides an overview of ARM and ARM processors and discusses the benefits of ARM Cortex-M0 over 8-bit or 16-bit devices in terms of energy efficiency, code density, and ease of use, as well as their features and applications. The book describes the architecture of the Cortex-M0 processor and the programmers model, as well as Cortex-M0 programming and instruction set and how these instructions are used to carry out various operations. Furthermore, it considers how the memory architecture of the Cortex-M0 processor affects software development; Nested Vectored Interrupt Controller (NVIC) and the features it supports, including flexible interrupt management, nested interrupt support, vectored exception entry, and interrupt masking; and Cortex-M0 features that target the embedded operating system. It also explains how to develop simple applications on the Cortex-M0, how to program the Cortex-M0 microcontrollers in assembly and mixed-assembly languages, and how the low-power features of the Cortex-M0 processor are used in programming. Finally, it describes a number of ARM Cortex-M0 products, such as microcontrollers, development boards, starter kits, and development suites. This book will be useful to both new and advanced users of ARM Cortex devices, from students and hobbyists to researchers, professional embedded- software developers, electronic enthusiasts, and even semiconductor product designers. - The first and definitive book on the new ARM Cortex-M0 architecture targeting the large 8-bit and 16-bit microcontroller market - Explains the Cortex-M0 architecture and how to program it using practical examples - Written by an engineer at ARM who was heavily involved in its development
GNU Scientific Library
Title | GNU Scientific Library PDF eBook |
Author | Brian Gough |
Publisher | Network Theory. |
Pages | 573 |
Release | 2009-01-01 |
Genre | Computers |
ISBN | 9780954612078 |
The GNU Scientific Library (GSL) is a free numerical library for C and C++ programmers. It provides over 1,000 routines for solving mathematical problems in science and engineering. Written by the developers of GSL this reference manual is the definitive guide to the library. All the money raised from the sale of this book supports the development of the GNU Scientific Library. This is the third edition of the manual, and corresponds to version 1.12 of the library (updated January 2009).
The GNU C Library
Title | The GNU C Library PDF eBook |
Author | Sandra Loosemore |
Publisher | Free Software Foundation |
Pages | 606 |
Release | 2004 |
Genre | Computers |
ISBN | 9781882114245 |
A comprehensive guide to implementing the standard C libraries. Contains advanced functions generally used by people writing larger applications, such as applications interacting with other computers over networks or configuring your system. Topics covered include threads, processes, network communications, signal handling, logging, and system management. Contains code examples and usage recommendations. SALES NOTE: This is the first new book on standard C libraries on the market in some time.
The Annotated C++ Reference Manual
Title | The Annotated C++ Reference Manual PDF eBook |
Author | Ellis |
Publisher | Pearson Education India |
Pages | 484 |
Release | 2007-02 |
Genre | |
ISBN | 9788131709894 |
The GNU Make Book
Title | The GNU Make Book PDF eBook |
Author | John Graham-Cumming |
Publisher | No Starch Press |
Pages | 256 |
Release | 2015 |
Genre | Computers |
ISBN | 1593276494 |
"Covers GNU Make basics through advanced topics, including: user-defined functions, macros, and path handling; creating makefile assertions and debugging makefiles; parallelization; automatic dependency generation, rebuilding targets, and non-recursive Make; and using the GNU Make Standard Library"--