Narrow your search

Library

KU Leuven (579)

ULiège (493)

ULB (449)

VIVES (363)

Odisee (362)

Thomas More Mechelen (354)

Thomas More Kempen (350)

UCLL (347)

UGent (301)

KBC (221)

More...

Resource type

book (1317)

digital (8)

dissertation (1)

object (1)

periodical (1)


Language

English (1204)

French (89)

German (19)

Dutch (8)

Spanish (3)


Year
From To Submit

2024 (18)

2023 (35)

2022 (51)

2021 (37)

2020 (34)

More...
Listing 11 - 20 of 1323 << page
of 133
>>
Sort by

Book
Multithreading with C# cookbook : over 70 recipes to get you writing powerful and efficient multithreaded, asynchronous, and parallel programs in C# 6.0
Author:
ISBN: 178588400X 9781785884009 9781785881251 1785881256 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Over 70 recipes to get you writing powerful and efficient multithreaded, asynchronous, and parallel programs in C# 6.0 About This Book Rewritten and updated to take advantage of the latest C# 6 features Learn about multithreaded, asynchronous, and parallel programming through hands-on, code-first examples Use these recipes to build fast, scalable, and reliable applications in C# Who This Book Is For This book is aimed at those who are new to multithreaded programming, and who are looking for a quick and easy way to get started. It is assumed that you have some experience in C# and .NET already, and you should also be familiar with basic computer science terminology and basic algorithms and data structures. What You Will Learn Use C# 6.0 asynchronous language features Work with raw threads, synchronize threads, and coordinate their work Develop your own asynchronous API with Task Parallel Library Work effectively with a thread pool Scale up your server application with I/O threads Parallelize your LINQ queries with PLINQ Use common concurrent collections Apply different parallel programming patterns Use Reactive Extensions to run asynchronous operations and manage their options In Detail Multi-core processors are synonymous with computing speed and power in today's world, which is why multithreading has become a key concern for C# developers. Multithreaded code helps you create effective, scalable, and responsive applications. This is an easy-to-follow guide that will show you difficult programming problems in context. You will learn how to solve them with practical, hands-on, recipes. With these recipes, you'll be able to start creating your own scalable and reliable multithreaded applications. Starting from learning what a thread is, we guide you through the basics and then move on to more advanced concepts such as task parallel libraries, C# asynchronous functions, and much more. Rewritten to the latest C# specification, C# 6, and updated with new and modern recipes to help you make the most of the hardware you have available, this book will help you push the boundaries of what you thought possible in C#. Style and approach This is an easy-to-follow guide full of hands-on examples of real-world multithreading tasks. Each topic is explained and placed in context, and for the more inquisitive, there are also more in-depth details of the concepts used.


Book
Beginning C++ programming : this is the start of your journey into the most powerful language available to the programming public
Author:
ISBN: 1787129284 9781787129283 9781787124943 Year: 2017 Publisher: Birmingham, [England] ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Modern C++ at your fingertips! About This Book This book gets you started with the exciting world of C++ programming It will enable you to write C++ code that uses the standard library, has a level of object orientation, and uses memory in a safe and effective way It forms the basis of programming and covers concepts such as data structures and the core programming language Who This Book Is For A computer, an internet connection, and the desire to learn how to code in C++ is all you need to get started with this book. What You Will Learn Get familiar with the structure of C++ projects Identify the main structures in the language: functions and classes Feel confident about being able to identify the execution flow through the code Be aware of the facilities of the standard library Gain insights into the basic concepts of object orientation Know how to debug your programs Get acquainted with the standard C++ library In Detail C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve. The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression. The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library. Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and access, and be able to write code that does not leak memory. Finally, you will learn about C++ classes and get an introduction to object orientation ...


Book
Data structures and program design using C
Authors: ---
ISBN: 1523120347 1683922085 9781683922766 168392276X 9781683922087 9781683922070 1683922077 Year: 2019 Publisher: Dulles, Virginia

Loading...
Export citation

Choose an application

Bookmark

Abstract

Data structures provide a means to manage large amounts of information such as large databases, using SEO, and creating Internet/Web indexing services. The book is designed to present fundamentals of data structures for beginners using the C programming language. Practical analogies using real world applications are integrated throughout the text to explain the technical concepts presented. Features:* Covers data structure fundamentals using C* Numerous tips and practical applications enhance understanding of concepts


Book
Clean C++20 : sustainable software development patterns and best practices
Author:
ISBN: 1484259491 1484259483 Year: 2021 Publisher: Berkeley, California : Apress L. P.,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Practical C++ design : from programming to architecture
Author:
ISBN: 1484274075 1484274067 Year: 2022 Publisher: New York, New York : Apress L. P.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Go from competent C++ developer to skilled designer or architect using this book as your personal C++ design master class. Updated for the C++20 standard, this title will guide you through the design and implementation of an engaging case study that forms the backdrop for learning the art of applying design patterns and modern C++ techniques to create a high quality, robust application. Starting with a quick exploration of the requirements for building the application, you'll delve into selecting an appropriate architecture, eventually designing and implementing all of the necessary modules to meet the project's requirements. By the conclusion of Practical C++ Design , you'll have constructed a fully functioning calculator capable of building and executing on any platform that supports both Qt and C++20. Access to the complete source code will help speed your learning.


Book
Verified Signal Processing Algorithms in MATLAB and C
Authors: ---
ISBN: 9783030933630 Year: 2022 Publisher: Cham Springer International Publishing :Imprint: Springer

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
C++ software interoperability for Windows programmers : connecting to C#, R, and Python clients
Author:
ISBN: 1484279654 1484279662 Year: 2022 Publisher: New York : Apress L. P.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Get up-to-speed quickly and connect modern code written in C#, R, and Python to an existing codebase written in C++. This book for practitioners is about software interoperability in a Windows environment from C++ to languages such as C#, R, and Python. Using a series of example projects, the book demonstrates how to connect a simple C++ codebase packaged as a static or dynamic library to modern clients written in C#, R, and Python. The book shows you how to develop the in-between components that allow disparate languages to communicate. This book addresses a fundamental question in software design: given an existing C++ codebase, how does one go about connecting that codebase to clients written in C#, R, and Python? How is the C++ functionality exposed to these clients? One answer may be to rewrite the existing codebase in the target language. This is rarely, if ever, feasible and this book's goal is to save you the pain and the high cost of throwing out valuable existing code by showing you how to make that older code function alongside and with the more modern languages that are commonly in use today. The knowledge you will gain from reading this book will help you broaden your architectural choices and take advantage of the growing amount of talent around newer languages. What You Will Learn Build components that connect C++ to other languages Translate between the C++ type system and the type systems of C#, R, and Python Write a managed assembly targeting the .NET framework Create C++ packages for use in R/Studio Develop Python modules based on high-performance C++ code Overcome the difficulties and pitfalls involved in cross-language development.


Book
1666-2023 - IEEE Standard for Standard SystemC Language Reference Manual
Author:
ISBN: 1504498674 Year: 2023 Publisher: New York : IEEE,

Loading...
Export citation

Choose an application

Bookmark

Abstract

SystemC® is defined in this standard. SystemC is an ISO standard C++ class library for system and hardware design for use by designers and architects who need to address complex systems that are a hybrid between hardware and software. This standard provides a precise and complete definition of the SystemC class library so that a SystemC implementation can be developed with reference to this standard alone. The primary audiences for this standard are the implementors of the SystemC class library, the implementors of tools supporting the class library, and the users of the class library.

C++: a guide for C programmers
Author:
ISBN: 0131094718 Year: 1991 Publisher: Englewood Cliffs (N.J.): Prentice Hall

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
The C++ standard library : a tutorial and handbook
Author:
Year: 1999 Publisher: London ; Amsterdam ; Sydney, N.S.W [etc.] : Addison-Wesley,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 11 - 20 of 1323 << page
of 133
>>
Sort by