Standard C Date/Time Library

Standard C Date/Time Library

Author: Lance Latham

Publisher: CRC Press

Published: 1998-01-06

Total Pages: 560

ISBN-13: 9780879304966

DOWNLOAD EBOOK

Does the year 2000 have you sweating late-night code? Use our complete library of C programming functions to master Y2K, time on the Net, ISO 8601, time stamp compression, or any other time/date application you encounter. Using the astronomers Julian Day'


The C++ Standard Library

The C++ Standard Library

Author: Nicolai M. Josuttis

Publisher: Addison-Wesley Professional

Published: 2012

Total Pages: 1190

ISBN-13: 0321623215

DOWNLOAD EBOOK

The C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. Josuttis' book not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code. This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.


Python Standard Library

Python Standard Library

Author: Fredrik Lundh

Publisher: "O'Reilly Media, Inc."

Published: 2001

Total Pages: 312

ISBN-13: 9780596000967

DOWNLOAD EBOOK

CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.


The Standard C Library

The Standard C Library

Author: P. J. Plauger

Publisher:

Published: 1992

Total Pages: 498

ISBN-13: 9780131315099

DOWNLOAD EBOOK

First comprehensive treatment of ANSI and ISO standards for the C Library. Includes practical advice on using all 15 headers of the Library and covers the concept design and utilization of libraries. Contains complete codes of C Library and is the companion volume to C Programming Language. An independent consultant, author Plauger is one of the world's leading experts on C and the C Library.


Programming in C++

Programming in C++

Author: Laxmisha Rai

Publisher: Walter de Gruyter GmbH & Co KG

Published: 2019-05-20

Total Pages: 364

ISBN-13: 311059384X

DOWNLOAD EBOOK

The book presents an up-to-date overview of C++ programming with object-oriented programming concepts, with a wide coverage of classes, objects, inheritance, constructors, and polymorphism. Selection statements, looping, arrays, strings, function sorting and searching algorithms are discussed. With abundant practical examples, the book is an essential reference for researchers, students, and professionals in programming.


Developing Quality Metadata

Developing Quality Metadata

Author: Cliff Wootton

Publisher: CRC Press

Published: 2009-10-16

Total Pages: 545

ISBN-13: 1136033548

DOWNLOAD EBOOK

With the explosion of new audio and video content on the Web, it's more important than ever to use accurate and comprehensive metadata to get the most out of that content. Developing Quality Metadata is an advanced user guide that will help you improve your metadata by making it accurate and coherent with your own solutions. This book is designed to get you thinking about solving problems in a proactive and productive way by including practical descriptions of powerful programming tools and user techniques using several programming languages. For example, you can use shell scripting as part of the graphic arts and media production process, or you can use a popular spreadsheet application to drive your workflow. The concepts explored in this book are framed within the context of a multimedia professional working on the Web or in broadcasting, but they are relevant to anyone responsible for a growing library of content, be it audio-visual, text, or financial.


A Practical Guide to Localization

A Practical Guide to Localization

Author: Bert Esselink

Publisher: John Benjamins Publishing

Published: 2000-09-15

Total Pages: 500

ISBN-13: 9027298181

DOWNLOAD EBOOK

A Practical Guide to Localization was written for technical translators, localization engineers, testing engineers, desktop publishers, project managers, and anyone else who may be involved in the release of multilingual products.In this second edition, translators can learn more about localizing software, online help and documentation files, and the latest translation technology tools. Localization engineers can learn all about developing, engineering, and testing multilingual software and online help projects. For project managers, there is all the information needed for planning translation and localization projects, finding resources, and ensuring product quality. New to this second, fully updated and revised edition are chapters on internationalization, multilingual desktop publishing, and software quality assurance. The book has been designed both as a reference work and a teaching tool. Visit the www.locguide.com web site for additions and updates to the book, as well as references and links relevant to technical translation and localization. The web site also contains extracts from the book, reviews, and ordering information. Bert Esselink has been active in localization for over a decade. After graduating in technical translation and taking university classes in programming and computational linguistics he worked for several years as software localizer, localization engineer, and technical project manager at International Software Products. In 1996 he joined ALPNET in Amsterdam as localization manager before taking on the role of globalization manager, developing internal production quality standards. In January 2000 Bert joined Lionbridge to head up their European globalization consulting services.


R for Data Science

R for Data Science

Author: Hadley Wickham

Publisher: "O'Reilly Media, Inc."

Published: 2016-12-12

Total Pages: 521

ISBN-13: 1491910364

DOWNLOAD EBOOK

Learn how to use R to turn raw data into insight, knowledge, and understanding. This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible. Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You'll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you've learned along the way. You'll learn how to: Wrangle—transform your datasets into a form convenient for analysis Program—learn powerful R tools for solving data problems with greater clarity and ease Explore—examine your data, generate hypotheses, and quickly test them Model—provide a low-dimensional summary that captures true "signals" in your dataset Communicate—learn R Markdown for integrating prose, code, and results


The C++ Standard Library

The C++ Standard Library

Author: Nicolai M. Josuttis

Publisher: Addison-Wesley

Published: 2012-05-25

Total Pages: 1190

ISBN-13: 0132977737

DOWNLOAD EBOOK

The Best-Selling C++ Resource Now Updated for C++11 The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions. The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code. The book focuses in particular on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. The book covers all the new C++11 library components, including Concurrency Fractional arithmetic Clocks and timers Tuples New STL containers New STL algorithms New smart pointers New locale facets Random numbers and distributions Type traits and utilities Regular expressions The book also examines the new C++ programming style and its effect on the standard library, including lambdas, range-based for loops, move semantics, and variadic templates. An accompanying Web site, including source code, can be found at www.cppstdlib.com.


Mindhacker

Mindhacker

Author: Ron Hale-Evans

Publisher: John Wiley & Sons

Published: 2011-08-10

Total Pages: 279

ISBN-13: 1118166434

DOWNLOAD EBOOK

Compelling tips and tricks to improve your mental skills Don't you wish you were just a little smarter? Ron and Marty Hale-Evans can help with a vast array of witty, practical techniques that tune your brain to peak performance. Founded in current research, Mindhacker features 60 tips, tricks, and games to develop your mental potential. This accessible compilation helps improve memory, accelerate learning, manage time, spark creativity, hone math and logic skills, communicate better, think more clearly, and keep your mind strong and flexible.