Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceTarget AudienceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
730
result(s) for
"C (Computer program language)"
Sort by:
Programming with STM32 : getting started with the Nucleo Board and C/C++
Get up and running programming the STM32 line of microcontrollers from STMicroelectronics using the hands-on information contained in this easy-to-follow guide. Written by an experienced electronics hobbyist and author, Programming with STM32: Getting Started with the Nucleo Board and C/C++ features start-to-finish projects that clearly demonstrate each technique. Discover how to set up a stable development toolchain, write custom programs, download your programs to the development board, and execute them. You will even learn how to work with external servos and LED displays!
C# 10.0 all-in-one for dummies
2022
Look sharp—learn or refresh your C# skills with the latest version
C# is one of the most popular programming languages, and frequent updates help it keep pace as the world of coding changes. You can keep pace too, thanks to C# 10.0 All-in-One For Dummies, where you'll learn the basics of the language itself, how to code in Visual Studio, and how to take advantage of the new features in the latest release. At every stage of your career, you'll need to know the cutting-edge trends and techniques that clients want. This book has your back, with info on object-oriented programming, writing secure code, building web applications, and more.
The six standalone mini-books you'll find inside this all-in-one will take you through the changes to C# and the practical applications and dev tools that you need to know. New features covered include records, init only setters, top-level statements, pattern matching enhancements, fit and finish features, and a lot more. Plus, this version is packed with more examples and code snippets, so you can sharply see C# in action!
* Learn the very basics of C# programming, even if you have no prior experience
* Refresh your knowledge of the language and learn how to use the new features in the 10.0 version release
* Read six mini-books on hot coding topics like object-oriented programming, Visual Studio, and Windows 10 development
* Enhance your employability and join the 6.5-million-strong community of C# developers
You need an easy-to-read C# guide that will help you understand the incoming updates, and this For Dummies reference is it.
Beginning C# and .NET
by
Benjamin Perkins, Jon D. Reid
in
C# (Computer program language)
,
Object-oriented programming (Computer science)
2021
Get a running starttolearning C#programmingwith this fun and easy-to-readguide
Asone of the most versatile and powerful programming languagesaround, you might thinkC# would be an intimidating language to learn. Itdoesn'thave to be!
In Beginning C# and.NET: 2021 Edition, expert Microsoft programmer and engineer Benjamin Perkinsand program manager Jon D. Reidwalk youthroughthe precise, step-by-step directionsyou'llneed to follow to becomefluent in the C# language and.NET.
Using the proven WROX method, you'lldiscover howto understand and write simple expressions and functions, debug programs, work with classes and class members, work with Windows forms, program for the web, and access data.You'lleven learn about some of the new features included in the latest releases of C# and.NET, including data consumption, code simplification, and performance.
The book also offers:
* Detailed discussions of programming basics, like variables, flow control, andobject-orientedprogramming that assume no previous programmingexperience
* \"Try it Out\" sections to help you write useful programming code using the steps you've learned in thebook
* Downloadable code examples from wrox.com
Perfect for beginning-level programmers who are completely new to C#, BeginningC#and.NET: 2021 Edition is a must-have resource for anyone interested in learning programming and looking for afun andintuitive place to start.
Using OpenCL
by
Kowalik, Janusz S
,
Puzniakowski, Tadeusz
in
OpenCL (Computer program language)
,
Parallel computers
,
Parallel programming (Computer science)
2012
In 2011 many computer users were exploring the opportunities and the benefits of the massive parallelism offered by heterogeneous computing. In 2000 the Khronos Group, a not-for-profit industry consortium, was founded to create standard open APIs for parallel computing, graphics and dynamic media. Among them has been OpenCL, an open system for programming heterogeneous computers with components made by multiple manufacturers. This publication explains how heterogeneous computers work and how to program them using OpenCL. It also describes how to combine OpenCL with OpenGL for displaying graphical effects in real time. Chapter 1 describes briefly two older de facto standard and highly successful parallel programming systems: MPI and OpenMP. Collectively, the MPI, OpenMP, and OpenCL systems cover programming of all major parallel architectures: clusters, shared-memory computers, and the newest heterogeneous computers. Chapter 2, the technical core of the book, deals with OpenCL fundamentals: programming, hardware, and the interaction between them. Chapter 3 adds important information about such advanced issues as double-versus-single arithmetic precision, efficiency, memory use, and debugging. Chapters 2 and 3 contain several examples of code and one case study on genetic algorithms. These examples are related to linear algebra operations, which are very common in scientific, industrial, and business applications. Most of the book's examples can be found on the enclosed CD, which also contains basic projects for Visual Studio, MinGW, and GCC. This supplementary material will assist the reader in getting a quick start on OpenCL projects.
Rust Quick Start Guide
by
Arbuckle, Daniel
in
COM011000 COMPUTERS / Systems Architecture / General
,
COMPUTERS / Programming / General
,
COMPUTERS / Programming Languages / General
2018
Rust is an emerging programming language applicable to areas such as embedded programming, network programming, system programming, and web development. This book will take you from the basics of Rust to the point where your code compiles and does what you intend!.