Hind

Kõik hinnakirjad

Müüja
Saadavus
Krisostomus
Automating with SIMATIC S7-1500: Configuring, Programming and Testing with STEP 7 Professional 2nd edition
GTIN: 9783895784606 Raamatud
The SIMATIC S7-1500 programmable logic controller (PLC) sets standards in productivity and efficiency. By its system performance and with PROFINET as the standard interface, it ensures short system response times and a maximum of flexibility and networkability for demanding automation tasks in the entire production industry and in applications for medium-sized to high-end machines. The engineering software STEP 7 Professional operates inside TIA Portal, a user interface that is designed for intuitive operation. Functionality includes all aspects of automation: from the configuration of the controllers via programming in the IEC languages LAD, FBD, STL, and SCL up to the program test. In the book, the hardware components of the automation system S7-1500 are presented including the description of their configuration and parameterization. A comprehensive introduction into STEP 7 Professional V14 illustrates the basics of programming and troubleshooting. Beginners learn the basics of automation with Simatic S7-1500, users switching from other controllers will receive the relevant knowledge. <br><br> Autorid: Hans Berger <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
114,98 €
Krisostomus
Bare Metal C: Embedded Programming for the Real World
GTIN: 9781718501621 Raamatud
"Teaches how to program embedded systems with the C programming language. Learn how embedded programs interact with bare hardware directly, use the compiler and linker, and learn C features that are important for programming regular computers"-- Bare Metal C teaches you to program embedded systems with the C programming language. You’ll learn how embedded programs interact with bare hardware directly, go behind the scenes with the compiler and linker, and learn C features that are important for programming regular computers.Bare Metal C will teach you how to program embedded devices with the C programming language. For embedded system programmers who want precise and complete control over the system they are using, this book pulls back the curtain on what the compiler is doing for you so that you can see all the details of what's happening with your program. The first part of the book teaches C basics with the aid of a low-cost, widely available bare metal system (the Nucleo Arm evaluation system), which gives you all the tools needed to perform basic embedded programming. As you progress through the book you’ll learn how to integrate serial input/output (I/O) and interrupts into your programs. You’ll also learn what the C compiler and linker do behind the scenes, so that you’ll be better able to write more efficient programs that maximize limited memory. Finally, you’ll learn how to use more complex, memory hungry C features like dynamic memory, file I/O, and floating-point numbers. Topic coverage includes: • The basic program creation process • Simple GPIO programming (blink an LED) • Writing serial device drivers • The C linker and preprocessor • Decision and control statements • Numbers, arrays, pointers, strings, and complex data types • Local variables and procedures • Dynamic memory • File and raw I/O • Floating-point numbers • Modular programming <br><br> Autorid: Stephen Oualline <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
67,79 €
Krisostomus
Beautiful Day in the Neighborhood: Neighborly Words of Wisdom from Mister Rogers Media tie-in
GTIN: 9780143135388 Raamatud
"The beloved host of PBS's Mister Rogers' Neighborhood offers warm words of advice and encouragement, along with reflections on his own childhood"-- The inspiring profile brought to life in the major motion picture starring Tom Hanks, plus a collection of warm advice and encouragement from America’s favorite neighbor. Tom Junod’s Esquire profile of Fred Rogers, “Can You Say... Hero ,” has been hailed as a classic of magazine writing. Now, his moving story of meeting and observing the beloved host of Mister Rogers’ Neighborhood is the inspiration for A Beautiful Day in the Neighborhood, directed by Marielle Heller and written by Micah Fitzerman-Blue & Noah Harpster. Here, Junod’s unforgettable piece appears for the first time in book form alongside an inspiring collection of advice and encouragement from Mister Rogers himself. Covering topics like relationships, childhood, communication, parenthood, and more, Rogers’s signature sayings and wise thoughts are included here. Pairing the definitive portrait of a national icon with his own instructions for living your best, kindest life, this book is a timeless treasure for Mister Rogers fans. <br><br> Autorid: Fred Rogers, Tom Junod <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
20,54 €
Krisostomus
Beginner's Step-by-Step Coding Course: Learn Computer Programming the Easy Way
GTIN: 9780241696163 Raamatud
Learning to code has never been easier than with this innovative visual guide to computer programming for beginners. In our digital world, coding skills are in high demand and the need for programmers is still growing. Taking the first steps in learning to code may seem daunting but by using a graphic method to break code into small chunks, this book brings essential skills easily within reach. Each chapter explores one of the most popular languages, with practical programming projects to show you how programming works. Youll learn to think like a programmer by breaking a problem down into parts, before turning those parts into lines of code. Short, easy-to-follow steps then show you, piece by piece, how to build a complete program. There are challenges for you to tackle to build your confidence before moving on. Written by a team of expert coders and coding teachers, the Beginners Step-by-Step Coding Course is the ideal way to get to grips with coding. <br><br> Autorid: DK <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
24,00 €
Krisostomus
Beginners Guide to Python 3 Programming Second Edition 2023
GTIN: 9783031351211 Raamatud
This textbook is aimed at readers who have little or no knowledge of computer programming but want to learn to program in Python. It starts from the very basics including how to install your Python environment, how to write a very simple program and run it, what a variable is, what an if statement is, how iteration works using for and while loops as well as important key concepts such as functions, classes and modules. Each subject area is prefaced with an introductory chapter, before continuing with how these ideas work in Python. The second edition has been completely updated for the latest versions of Python including Python 3.11 and Python 3.12. New chapters have been added such as those that consider where and how Python is used, the use of Frozensets, how data can be sorted, enumerated types in Python, structural pattern matching and how (and why) Python Virtual Environments are configured. A new chapter The Python Bites back is introduced to present the fourteen most common / biggest gotchas for someone new to Python. Other sections have been updated with new features such as Exception Groups, string operations and dictionary operations. A Beginners Guide to Python 3 Programming second Edition provides all you need to know about Python, with numerous examples provided throughout including several larger worked case studies illustrating the ideas presented in the previous chapters. <br><br> Autorid: John Hunt <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
58,13 €
Libristo
Beginning C++ Game Programming - Third Edition
GTIN: 9781835081747 Games development & programming
Get to grips with programming and game development techniques using C++ libraries and Visual Studio 2022 with this updated edition of the bestselling series.Key Features:- Create fun games in C++, with this up-to-date guide covering the latest features of C++20 and VS2022- Build clones of popular games such as a Timberman clone, a Pong game, a Zombie Survival Shooter, and a platform endless runner game- Discover tips to expand your finished games by thinking critically, technically, and creativelyBook Description:Always dreamed of creating your own games? With the third edition of Beginning C++ Game Programming, you can turn that dream into reality! This beginner-friendly guide is updated and improved to include the latest features of VS 2022, SFML, and modern C++20 programming techniques. You'll get a fun introduction to game programming by building four fully playable games of increasing complexity. You'll build clones of popular games such as Timberman, Pong, a Zombie survival shooter, and an endless runner.The book starts by covering the basics of programming. You'll study key C++ topics, such as object-oriented programming (OOP) and C++ pointers and get acquainted with the Standard Template Library (STL). The book helps you learn about collision detection techniques and game physics by building a Pong game. As you build games, you'll also learn exciting game programming concepts such as vertex arrays, directional sound (spatialization), OpenGL programmable shaders, spawning objects, and much more. You'll dive deep into game mechanics and implement input handling, levelling up a character, and simple enemy AI. Finally, you'll explore game design patterns to enhance your C++ game programming skills.By the end of the book, you'll have gained the knowledge you need to build your own games with exciting features from scratch.What You Will Learn:- Set up your game project in VS 2022 and explore C++ libraries such as SFML- Build games in C++ from the ground up, including graphics, physics, and input handling- Implement core game concepts such as game animation, game physics, collision detection, scorekeeping, and game sound- Implement automatically spawning objects and AI to create rich and engaging experiences- Learn advanced game development concepts, such as OpenGL shaders, texture atlases, and parallax backgrounds- Scale and reuse your game code with modern game programming design patternsWho this book is for:This book is perfect for you if you have no C++ programming knowledge, you need a beginner-level refresher course, or you want to learn how to build games or just use games as an engaging way to learn C++. Whether you aspire to publish a game (perhaps on Steam) or just want to impress friends with your creations, you'll find this book useful
Toote pilt
14
46,59 €
Libristo
Beginning COBOL for Programmers
GTIN: 9781430262534 Operating systems
§Beginning COBOL for Programmers is a comprehensive, sophisticated tutorial and modular skills reference on the COBOL programming language for established programmers. This book is for you if you are a developer who would like to - or must - add COBOL to your repertoire. Perhaps you recognize the opportunities presented by the current COBOL skills crisis, or are working in a mission critical enterprise which retains legacy COBOL applications. Whatever your situation, Beginning COBOL for Programmers meets your needs as an established programmer moving to COBOL.§§Beginning COBOL for Programmers includes comprehensive coverage of ANS 85 COBOL features and techniques, including control structures, condition names, sequential and direct access files, data redefinition, string handling, decimal arithmetic, subprograms, and the report writer. The final chapter includes a substantial introduction to object-oriented COBOL.§§Benefiting from over one hundred example programs, you'll receive an extensive introduction to the core and advanced features of the COBOL language and will learn to apply these through comprehensive and varied exercises. If you've inherited some legacy COBOL, you'll be able to grasp the COBOL idioms, understand the constructs, and recognize what's happening in the code you're working with.§§Today's enterprise application developers will find that COBOL skills open new - or old - doors, and this extensive COBOL reference is the book to help you acquire and develop your COBOL skills.§§
Toote pilt
14
99,19 €
Krisostomus
Beginning Cplusplus Through Game Programming 4th edition
GTIN: 9781305109919 Raamatud
When it comes to game programming, C++ is the name of the game. If you aspire to move from game player to game creator, it all starts with learning the fundamentals of C++ and game-programming basics. With BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION, you will find an up-to-date and thorough introduction to everything you need to get started--with no previous programming experience required. In the new fourth edition of this popular guide to learning C++, you will work with a complete program while learning each new concept and a game program at the end of each chapter. A final game project at the end of the book draws together everything you've learned. Written with the beginning programmer in mind, BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION is a great way to get started in game programming. <br><br> Autorid: Michael Dawson <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
54,23 €
Libristo
Beginning Programming All-in-One For Dummies
GTIN: 9781119884408 Programming & scripting languages: general
Let there be code!Beginning Programming All-in-One For Dummies offers one guide packed with 7 books to teach you programming across multiple languages. Coding can seem complex and convoluted, but Dummies makes it simple and easy to understand. You'll learn all about the principles of programming, algorithms, data structures, debugging programs, unique applications of programming and more while learning about some of the most popular programming languages used today. Move confidently forward in your computer science coursework or straight into the workforce. You'll come away with a rock-solid foundation in the programming basics, using data, coding for the web, and building killer apps.* Learn the basics of coding, including writing and compiling code, using algorithms, and data structures* Get comfortable with the syntax of several different programming languages* Wrap your mind around interesting programming opportunities such as conducting biological experiments within a computer or programming a video game engine* Develop cross-platform applications for desktop and mobile devicesThis essential guide takes the complexity and convolution out of programming for beginners and arms you with the knowledge you need to follow where the code takes you.
Toote pilt
7
28,29 €
Krisostomus
Beginning Programming All-in-One For Dummies 2nd edition
GTIN: 9781119884408 Raamatud
Let there be code! Beginning Programming All-in-One For Dummies offers one guide packed with 7 books to teach you programming across multiple languages. Coding can seem complex and convoluted, but Dummies makes it simple and easy to understand. You’ll learn all about the principles of programming, algorithms, data structures, debugging programs, unique applications of programming and more while learning about some of the most popular programming languages used today. Move confidently forward in your computer science coursework or straight into the workforce. You’ll come away with a rock-solid foundation in the programming basics, using data, coding for the web, and building killer apps. Learn the basics of coding, including writing and compiling code, using algorithms, and data structures Get comfortable with the syntax of several different programming languages Wrap your mind around interesting programming opportunities such as conducting biological experiments within a computer or programming a video game engine Develop cross-platform applications for desktop and mobile devicesThis essential guide takes the complexity and convolution out of programming for beginners and arms you with the knowledge you need to follow where the code takes you. <br><br> Autorid: Wallace Wang <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
35,82 €
Krisostomus
Beginning Programming in 24 Hours, Sams Teach Yourself 4th edition
GTIN: 9780135836705 Raamatud
Sams Teach Yourself Beginning Programming in 24 Hours explains the basics of programming in the successful 24 Hours format. The book's examples are easily readable and understandable by even those with no previous exposure to programming. This book covers the absolute basics of programming: Why program? What tools to use? How does a program tell the computer what to do? Readers will learn how to program the computer and will explore some of the most popular programming languages in use. This book will introduce the reader to common programming fundamentals using Python and will provide an overview of other common programming languages and their uses. <br><br> Autorid: Greg Perry, Dean Miller <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
34,04 €
Krisostomus
Beginning Programming with Cplusplus For Dummies 2nd edition
GTIN: 9781118823873 Raamatud
A guide to the C++ programming language covers such topics as integer expressions, debugging, looping, functions, modules, arrays, object-oriented programming, I/O, and exceptions. Learn to program with C++ quickly with this helpful For Dummies guideBeginning Programming with C++ For Dummies, 2nd Edition gives you plain-English explanations of the fundamental principles of C++, arming you with the skills and know-how to expertly use one of the world's most popular programming languages. You'll explore what goes into creating a program, how to put the pieces together, learn how to deal with standard programming challenges, and much more.Written by the bestselling author of C++ For Dummies, this updated guide explores the basic development concepts and techniques of C++ from a beginner's point of view, and helps make sense of the how and why of C++ programming from the ground up. Beginning with an introduction to how programming languages function, the book goes on to explore how to work with integer expressions and character expressions, keep errors out of your code, use loops and functions, divide your code into modules, and become a functional programmer.Grasp C++ programming like a pro, even if you've never written a line of codeMaster basic development concepts and techniques in C++Get rid of bugs and write programs that workFind all the code from the book and an updated C++ compiler on the companion websiteIf you're a student or first-time programmer looking to master this object-oriented programming language, Beginning Programming with C++ For Dummies, 2nd Edition has you covered. <br><br> Autorid: Stephen R. Davis <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
32,37 €
Krisostomus
Beginning Programming with Java For Dummies 6th edition
GTIN: 9781119806912 Raamatud
Featuring plenty of helpful examples and tips, this sixth edition shows beginners how to program in one of the most popular programming languages that is widely used for application development, including Android, desktop and server-side applications. Original. Become a&nbsp;Java wizard&nbsp;with this&nbsp;popular&nbsp;programming&nbsp;guide&nbsp; Consider&nbsp;Beginning Programming with Java&nbsp;For&nbsp;Dummies&nbsp;your indispensable guide to&nbsp;learning&nbsp;how to&nbsp;program&nbsp;in&nbsp;one of the most popular&nbsp;programming&nbsp;languages&mdash;Java!&nbsp;Java&nbsp;is an&nbsp;invaluable&nbsp;language&nbsp;to&nbsp;master, as it&rsquo;s&nbsp;widely used&nbsp;for&nbsp;application development, including&nbsp;Android,&nbsp;desktop, and&nbsp;server-side applications.&nbsp;&nbsp; Beginning Programming with Java&nbsp;For&nbsp;Dummies&nbsp;is written&nbsp;specifically for&nbsp;newbies&nbsp;to programming. The book&nbsp;starts with an overview&nbsp;of&nbsp;computer programming and builds from there; it&nbsp;explains&nbsp;the software you need,&nbsp;walks you through writing your own programs, and&nbsp;introduces you to&nbsp;a few of the&nbsp;more-complex&nbsp;aspects of programming&nbsp;in Java.&nbsp;It also includes&nbsp;step-by-step&nbsp;examples&nbsp;you can try on your own (and email the author if you need help).&nbsp;&nbsp;As&nbsp;you&nbsp;work through the book, you&rsquo;ll&nbsp;get smart about&nbsp;these Java features:&nbsp;&nbsp; Object-oriented programming&nbsp;(OOP), a Java mainstay&nbsp; IntelliJ&nbsp;IDEA,&nbsp;an&nbsp;integrated development environment&nbsp;(IDE), that&nbsp;gives you one place to do all&nbsp;your programming, including debugging&nbsp;code&nbsp; Loops, branches,&nbsp;and&nbsp;collections&nbsp; Variables and operators&nbsp; Expressions, statements,&nbsp;and blocks&nbsp; Beginning Programming with Java&nbsp;For&nbsp;Dummies&nbsp;translates all this foreign programming and computer syntax into plain English, along with plenty of helpful examples and tips.&nbsp;Learning&nbsp;a new language&mdash;and coding is&nbsp;definitely its&nbsp;own&nbsp;language&mdash;should&nbsp;be a&nbsp;fun&nbsp;endeavor.&nbsp;With&nbsp;this book&nbsp;as your&nbsp;handy&nbsp;interpreter, you&rsquo;ll be&nbsp;on your way to fluency, speaking the language of coders everywhere!&nbsp; <br><br> Autorid: Barry Burd <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
27,78 €
Krisostomus
Beginning Programming with Python For Dummies 3rd edition
GTIN: 9781119913771 Raamatud
Create simple, easy programs in the popular Python language Beginning Programming with Python For Dummies is the trusted way to learn the foundations of programming using the Python programming language. Python is one of the top-ranked languages, and there’s no better way to get started in computer programming than this friendly guide. You’ll learn the basics of coding and the process of creating simple, fun programs right away. This updated edition features new chapters, including coverage of Google Colab, plus expanded information on functions and objects, and new examples and graphics that are relevant to today’s beginning coders. Dummies helps you discover the wealth of things you can achieve with Python. Employ an online coding environment to avoid installation woes and code anywhere, any time Learn the basics of programming using the popular Python language Create easy, fun projects to show off your new coding chops Fix errors in your code and use Python with external data sets Beginning Programming with Python For Dummies will get new programmers started—the easy way. <br><br> Autorid: John Paul Mueller <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
33,52 €
Libristo
Beginning Programming with Python For Dummies, 3rd Edition
GTIN: 9781119913771 Computer programming / software engineering
Create simple, easy programs in the popular Python languageBeginning Programming with Python For Dummies is the trusted way to learn the foundations of programming using the Python programming language. Python is one of the top-ranked languages, and there's no better way to get started in computer programming than this friendly guide. You'll learn the basics of coding and the process of creating simple, fun programs right away. This updated edition features new chapters, including coverage of Google Colab, plus expanded information on functions and objects, and new examples and graphics that are relevant to today's beginning coders. Dummies helps you discover the wealth of things you can achieve with Python.* Employ an online coding environment to avoid installation woes and code anywhere, any time* Learn the basics of programming using the popular Python language* Create easy, fun projects to show off your new coding chops* Fix errors in your code and use Python with external data setsBeginning Programming with Python For Dummies will get new programmers started--the easy way.
Toote pilt
14
26,29 €
Krisostomus
Beginning R: The Statistical Programming Language
GTIN: 9781118164303 Raamatud
Gain better insight into your data using the power of R While R is very flexible and powerful, it is unlike most of the computer programs you have used. In order to unlock its full potential, this book delves into the language, making it accessible so you can tackle even the most complex of data analysis tasks. Simple data examples are integrated throughout so you can explore the capabilities and versatility of R. Along the way, you'll also learn how to carry out a range of commonly used statistical methods, including Analysis of Variance and Linear Regression. By the end, you'll be able to effectively and efficiently analyze your data and present the results. Beginning R: Discusses how to implement some basic statistical methods such as the t-test, correlation, and tests of association Explains how to turn your graphs from merely adequate to simply stunning Provides you with the ability to define complex analytical situations Demonstrates ways to make and rearrange your data for easier analysis Covers how to carry out basic regression as well as complex model building and curvilinear regression Shows how to produce customized functions and simple scripts that can automate your workflow wrox.com Programmer Forums Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world. Code Downloads Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use. Read More Find articles, ebooks, sample chapters and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you. Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that guides you through all the techniques involved. Visit the Beginning R website at www.wrox.com/go/beginningr <br><br> Autorid: Mark Gardener <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
33,52 €
Libristo
Beginning Rust Programming
GTIN: 9781119712978 Computer programming / software engineering
Quickly learn the ropes with the Rust programming language using this practical, step-by-step guideIn Beginning Rust Programming, accomplished programmer and author Ric Messier delivers a highly practical, real-world guide to coding with Rust. Avoiding dry, theoretical content and "Hello, world"-type tutorials of questionable utility, the book dives immediately into functional Rust programming that takes advantage of the language's blazing speed and memory efficiency.Designed from the ground up to give you a running start to using the multiparadigm system programming language, this book will teach you to:* Solve real-world computer science problems of practical importance* Use Rust's rich type system and ownership model to guarantee memory-safety and thread-safety* Integrate Rust with other programming languages and use it for embedded devicesPerfect for programmers with some experience in other languages, like C or C++, Beginning Rust Programming is also a great pick for students new to programming and seeking a user-friendly and robust language with which to start their coding career.
Toote pilt
14
36,39 €
Krisostomus
Being an Effective Programme Leader in Higher Education: A Practical Guide
GTIN: 9780367648046 Raamatud
"Being an Effective Programme Leader in Higher Education is a practical guide designed to help navigate the complex academic, pastoral, and administrative challenges that come with working in this position. This book looks at topics such as leadership, personal tutoring, academic and student support mechanisms from the unique perspective of the programme leader. It gives suggestions for effective ways to lead a programme, incorporates practical advice on some key leadership skills, and offers proven strategies from across various contexts within the role. Vignettes, which include descriptions of authentic situations provided by programme leaders, sit alongside probing questions to prompt reflection for professional development. This practical text is a must-read for programme leaders working in higher education and provides the guidance necessary to help them create an environment that is inclusive, caring, compassionate, and supportive"-- Being an Effective Programme Leader in Higher Education is a practical guide designed to help navigate the complex academic, pastoral, and administrative challenges that come with working in this position. <br><br> Autorid: Sarah Naylor <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
50,24 €
Datagate
BEKO Free standing Dishwasher BDFS26120WQ, Energy class E, Width 45 cm, 6 programs, Inverter motor, Third drawer, White
Tootekood: BDFS26120WQ Dishwasher
BEKO Free standing Dishwasher BDFS26120WQ, Energy class E, Width 45 cm, 6 programs, Inverter motor, Third drawer, White
Toote pilt
2-4 tp
357,00 €
Alfashop
BEKO Free standing Dishwasher DVS05024S, Energy class E (old A++), 45 cm, 5 programs, Silver
GTIN: 8690842392467 Nõudepesumasinad
BEKO Free standing Dishwasher DVS05024S, Energy class E (old A++), 45 cm, 5 programs, Silver
Toote pilt
288,90 €
Datagate
BEKO Free standing Dishwasher DVS05024S, Energy class E (old A++), 45 cm, 5 programs, Silver
Tootekood: DVS05024S Dishwasher
BEKO Free standing Dishwasher DVS05024S, Energy class E (old A++), 45 cm, 5 programs, Silver
Toote pilt
2-4 tp
294,00 €
Krisostomus
Beyond Access: Indigenizing Programs for Native American Student Success
GTIN: 9781620362884 Raamatud
This book argues that two principal factors are inhibiting Native students from transitioning from school to college and from succeeding in their post-secondary studies. It presents models and examples of pathways to success that align with Native American students’ aspirations and cultural values.Many attend schools that are poorly resourced where they are often discouraged from aspiring to college. Many are alienated from the educational system by a lack of culturally appropriate and meaningful environment or support systems that reflect Indigenous values of community, sharing, honoring extended family, giving-back to one’s community, and respect for creation.The contributors to this book highlight Indigenized college access programs, meaning programs developed by, not just for, the Indigenous community, and are adapted, or developed, for the unique Indigenous populations they serve. Individual chapters cover a K-12 program to develop a Native college-going culture through community engagement; a “crash course” offered by a higher education institution to compensate for the lack of college counseling and academic advising at students’ schools; the role of tribal colleges and universities; the recruitment and retention of Native American students in STEM and nursing programs; financial aid; educational leadership programs to prepare Native principals, superintendents, and other school leaders; and, finally, data regarding Native American college students with disabilities. The chapters are interspersed with narratives from current Indigenous graduate students.This is an invaluable resource for student affairs practitioners and higher education administrators wanting to understand and serve their Indigenous students. <br><br> Autorid: Stephanie J. Waterman, Shelly C. Lowe, Heather J. Shotton <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
51,59 €
Krisostomus
Beyond and Before, Updated and Expanded Edition: Progressive Rock Across Time and Genre 2nd edition
GTIN: 9781501370816 Raamatud
"The original edition of Beyond and Before extends an understanding of "progressive rock" by providing a fuller definition of what progressive rock is, was and can be. Called by Record Collector "the most accomplished critical overview yet" of progressive rock and one of their 2011 books of the year, Beyond and Before moves away from the limited consensus that prog rock is exclusively English in origin and that it was destroyed by the advent of punk in 1976. Instead, by tracing its multiple origins and complex transitions, it argues for the integration of jazz and folk into progressive rock and the extension of prog in Kate Bush, Radiohead, Porcupine Tree and many more. This 10-year anniversary revised edition continues to further unpack definitions of progressive rock and includes a brand new chapter focusing on post-conceptual trends in the 2010s through to the contemporary moment. The new edition discusses the complex creativity of progressive metal and folk in greater depth, as well as new fusions ofgenre that move across global cultures and that rework the extended form and mission of progressive rock, including in recent pop concept albums. All chapters are revised to keep the process of rethinking progressive rock alive and vibrant as a hybrid, open form"-- The original edition of Beyond and Before extends an understanding of “progressive rock” by providing a fuller definition of what progressive rock is, was and can be. Called by Record Collector “the most accomplished critical overview yet” of progressive rock and one of their 2011 books of the year, Beyond and Before moves away from the limited consensus that prog rock is exclusively English in origin and that it was destroyed by the advent of punk in 1976. Instead, by tracing its multiple origins and complex transitions, it argues for the integration of jazz and folk into progressive rock and the extension of prog in Kate Bush, Radiohead, Porcupine Tree and many more. This 10-year anniversary revised edition continues to further unpack definitions of progressive rock and includes a brand new chapter focusing on post-conceptual trends in the 2010s through to the contemporary moment. The new edition discusses the complex creativity of progressive metal and folk in greater depth, as well as new fusions of genre that move across global cultures and that rework the extended form and mission of progressive rock, including in recent pop concept albums. All chapters are revised to keep the process of rethinking progressive rock alive and vibrant as a hybrid, open form. <br><br> Autorid: Paul Hegarty, Martin Halliwell <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
31,99 €
Krisostomus
Beyond Coding: How Children Learn Human Values through Programming
GTIN: 9780262543323 Raamatud
Why children should be taught coding not as a technical skill but as a new literacy&mdash;a way to express themselves and engage with the world.&nbsp;Today, schools are introducing STEM education and robotics to children in ever-lower grades. In Beyond Coding, Marina Umaschi Bers lays out a pedagogical roadmap for teaching code that encompasses the cultivation of character along with technical knowledge and skills. Presenting code as a universal language, she shows how children discover new ways of thinking, relating, and behaving through creative coding activities. Today&rsquo;s children will undoubtedly have the technical knowledge to change the world. But cultivating strength of character, socioeconomic maturity, and a moral compass alongside that knowledge, says Bers, is crucial.&nbsp;Bers, a leading proponent of teaching computational thinking and coding as early as preschool and kindergarten, presents examples of children and teachers using the Scratch Jr. and Kibo robotics platforms to make explicit some of the positive values implicit in the process of learning computer science. If we are to do right by our children, our approach to coding must incorporate the elements of a moral education: the use of narrative to explore identity and values, the development of logical thinking to think critically and solve technical and ethical problems, and experiences in the community to enable personal relationships. Through learning the language of programming, says Bers, it is possible for diverse cultural and religious groups to find points of connection, put assumptions and stereotypes behind them, and work together toward a common goal.&nbsp; <br><br> Autorid: Marina Umaschi Bers <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
35,40 €
Krisostomus
Beyond the Pill: A 30-Day Program to Balance Your Hormones, Reclaim Your Body, and Reverse the Dangerous Side Effects of the Birth Control Pill
GTIN: 9780062847096 Raamatud
"All women need to read this book."Dave Asprey, author of The Bulletproof Diet "Groundbreaking solutions for the common hormonal struggles women face both on and off birth control."Amy Medling, founder of PCOS Diva and author of Healing PCOS A natural, effective program for restoring hormone balance, normalizing your period, and reversing the harmful side effects of The Pillfor the millions of women who take it for acne, PMS, menstrual cramps, PCOS, Endometriosis, and many more reasons other than contraception. Out of the 100 million womenalmost 11 million in the United States alonewho are on the pill, roughly 60 percent take it for non-contraceptive reasons like painful periods, endometriosis, PCOS, and acne. While the birth control pill is widely prescribed as a quick-fix solution to a variety of womens health conditions, taking it can also result in other more serious and dangerous health consequences. Did you know that women on the pill are more likely to be prescribed an antidepressant? That they are at significantly increased risk for autoimmune disease, heart attack, thyroid and adrenal disorders, and even breast and cervical cancer? That the pill can even cause vaginal dryness, unexplained hair loss, flagging libido, extreme fatigue, and chronic infection. As if women didnt have enough to worry about, that little pill were taking to manage our symptoms is only making things worse. Jolene Brighten, ND, author of the groundbreaking new book Beyond the Pill, specializes in treating womens hormone imbalances and post-birth control syndrome caused by the pill and shares her proven 30-day program designed to reverse the myriad of symptoms women experience every daywhether you choose to stay on the pill or not. The first book of its kind to target the birth control pill and the scientifically-proven symptoms associated with taking it, Beyond the Pill is an actionable plan for taking control of your reproductive health, and will help readers: Locate the root cause of their hormonal issues, like estrogen dominance, low testosterone, and low progesterone Discover a pain-free, manageable period free of cramps, acne, stress, or PMS without the harmful side effects that come with the pill Detox the liver, support the adrenals and thyroid, heal the gut for better gut health, reverse metabolic mayhem, boost fertility, and enhance mood Transition into a nutrition and supplement program, with more than 30 recipes for hormone balance Featuring simple diet and lifestyle interventions, Beyond the Pill is the first step to reversing the risky side effects of the pill, finally finding hormonal health through a holistic health approach, and getting your badass self back. <br><br> Autorid: Jolene Brighten <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
16,43 €
Krisostomus
Big Book of Small Python Projects: 81 Easy Practice Programs
GTIN: 9781718501249 Raamatud
Designed to help beginning-to-intermediate programmers expand their knowledge, this practical resource offers 100+ short, complete Python programs that range from classic card and board games and mazes, to math and probability demos. Original. Programmers commonly read code to sharpen their coding skills just as a technical mountain climber might watch endless videos showing the details of a particularly hard technique. The 100+ short programs in Big Book of Small Python Projects are designed to help beginning-to-intermediate programmers expand their knowledge of how to deploy Python creatively and effectively by offering coding examples that will help them to tackle their own coding challenges.The 100+ short, complete Python programs in this book are designed to help beginning-to-intermediate Python programmers broaden their skills by providing a diverse set of coding examples they can study, emulate, and draw inspiration from. The programs range from classic card and board games and mazes, to math and probability demos, and mad libs. The author includes the complete code for each program, as well as commentary and suggestions for how to modify and experiment with code. <br><br> Autorid: Al Sweigart <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
55,29 €
Krisostomus
Bioinformatics Programming Using Python
GTIN: 9780596154509 Raamatud
A bioinformatics expert, Model introduces readers to the use of Python to speed up and automate data manipulation tasks encountered in life science research and development. The book emphasizes practical programming and application development, and contains numerous code examples taken directly from bioinformatics. While not going into as much detail about Python's mechanisms as do some other texts, Model introduces advanced features and techniques that are often omitted from entry-level books on Python. Annotation ©2010 Book News, Inc., Portland, OR (booknews.com) Through many examples and exercises, this book helps simplify bioinformatics programming using Python. It's an ideal guide for biologists who want to learn either basic scripting or substantial programming for various computational tasks, and for programmers who want to learn bioinformatics programming. Bioinformatics Programming with Python can be used as a reference, for self-instruction, or as a companion book to help you through undergraduate courses in computer science, biology, and other life sciences. With the level of detail this book provides, it's also perfect for Professional Master's graduate courses in Bioinformatics. Bioinformatics -- applying information technology to the molecular biology field -- will be extremely hot in the coming years, and this book helps simplify the process. With this book, biologists will learn how to use basic scripting to simplify their computational tasks, and how to write more substantial programs. It will also help programmers who want to learn more about bioinformatics programming. This book includes lots of examples and exercises. <br><br> Autorid: Mitchell Model <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
57,62 €
Krisostomus
Bite-Size Python: An Introduction to Python Programming
GTIN: 9781119643814 Raamatud
Introduce children to the popular Python programming language through relatable examples and fun projects! Python has now surpassed Java as the most commonly used programming language. As the language rises in popularity, this complete guide can teach basic Python concepts to kids with its simple, friendly format. Bite-Size Python: An Introduction to Python Programming provides children with a foundation in the Python language. This unique book shares knowledge through easy-to-understand examples, fast exercises, and fun projects! As children learn, their parents, caregivers, and instructors can also join in their discoveries. Bite-Size Python is ideal for those who are new to programming, giving kids ages 9 and up a beginners&rsquo; approach to learning one of the most important programming languages. Gives an overview of Python Provides exciting programming projects Offers instruction on how to download and install Python Presents key programming language concepts Simplifies technical definitions With this playful guide to learning Python, readers can try out activities on their computers for a hands-on learning experience. The artwork in Bite-Size Python represents children of various backgrounds, so any child who picks up this book will be empowered to learn and young readers will love showing their projects to friends and family! <br><br> Autorid: April Speight <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
27,78 €
Krisostomus
Body Image Workbook: An Eight-Step Program for Learning to Like Your Looks
GTIN: 9781572245464 Raamatud
Have you ever wondered what it would feel like to accept and enjoy the way you look instead of constantly worrying about and criticizing your appearance? What if instead of focusing on your flaws, you felt confident with the body you have right now?If you don't like what you see when you look in the mirror, you may not realize that these feelings are entirely within your grasp. You don't need extensive cosmetic surgery, pricey beauty treatments, or weight loss programs, but you may need to do something even more drastic-change your perspective and the way you view yourself. The Body Image Workbook offers a comprehensive program to help you stop focusing on your perceived imperfections and start feeling more confident about the way you look.As you complete the helpsheets in this book, you'll learn to celebrate your body instead of feeling ashamed of it. This new edition includes discussions of our obsession with physical appearance and with body-fixing options. It helps you discover your personal body image strengths and vulnerabilities and then guides you in creating new, life-changing experiences of mindfulness and body acceptance. After completing this eight-step program, you'll look at yourself in a whole new light-seeing the beauty of the real you. Based on author Thomas Cash's clinically tested program, this major revision of The Body Image Workbook offers you who are concerned or distressed about their body image an eight-step program for transforming their relationships with their bodies. <br><br> Autorid: Thomas Cash <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
26,16 €
Krisostomus
Book of Frogs: A Life-Size Guide to Six Hundred Species from around the World, Second Edition Second Edition
GTIN: 9780226844268 Raamatud
An up-to-date, beautifully illustrated, and beloved guide to six hundred of the world’s most fascinating frogs. With almost nine thousand known species, frogs display a stunning array of forms and behaviors. A single gram of the toxin produced by the skin of the Golden Poison Frog can kill one hundred thousand people. Male Darwin’s Frogs carry their tadpoles in their vocal sacs for sixty days before coughing them out into the world. And the Wood Frogs of North America freeze every winter, reanimating in the spring.The Book of Frogs documents the diversity and magnificence of all these anurans and many more. Readers meet six hundred of nature’s most fascinating frogs, with each entry including a distribution map, illustrations, species identification, natural history, and conservation status. Color photos show the frogs at their actual size—from Papua New Guinea’s diminutive Paedophryne amauensis, smaller than a coin, to Cameroon’s colossal Goliath Frog, heavier than some dogs. Written by experts Mark O’Shea and Tim Halliday and containing updated information on one hundred species and nearly twenty new entries, this revised edition will enthrall both veteran researchers and amateur herpetologists. As frogs increasingly make headlines for their troubling worldwide decline, The Book of Frogs brings readers face to face with six hundred astonishingly unique and irreplaceable species that display a diverse array of adaptations to habitats that are ever changing. <br><br> Autorid: Mark O'Shea, Tim Halliday <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
65,80 €
Krisostomus
Book of R, 2nd Edition: A First Course in Programming and Statistics
GTIN: 9781718503687 Raamatud
This long-awaited second edition folds years of updates into its beginner-friendly lessons on using R for data and statistical analysis.Even if you have no programming experience and little more than a grounding in basic math, The Book of R, 2nd Edition will teach you everything you need to know to begin using R effectively in statistical analysis.You’ll start with the basics, like how to handle data and write simple programs, before moving on to more advanced topics, like producing statistical summaries of your data, performing statistical tests, and modeling. You’ll also learn how to create impressive data visualizations with R’s graphics tools and contributed packages, like ggplot2 and ggvis, as well as interactive 3D visualizations using the rgl package. Over 30 hands-on exercises (with downloadable solutions) take you from theory to practice, as you explore:The fundamentals of programming in R, including how to write data frames, create functions, and use variables, statements, and loopsStatistical concepts like exploratory data analysis, probabilities, hypothesis tests, and regression modeling, and how to execute them in RHow to access R’s thousands of functions, libraries, and data setsHow to draw valid and useful conclusions from your dataHow to create publication-quality graphics of your resultsThe long-awaited second edition has been revised and updated from start to finish, folding years of updates into its beginner-friendly lessons on R. It also contains new content that expands the book’s coverage of statistical operations, data plots, date-time-objects, and more — including dozens of fresh exercises to strengthen your skills.Combining detailed explanations with real-world examples, The Book of R is your doorway into the wide world of data analysis.Includes one 8-page full-color insert. <br><br> Autorid: Tilman M. Davies <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
86,79 €
Krisostomus
Book of the Frog
GTIN: 9781803288000 Raamatud
Frogs are remarkable creatures. They have mastered both land and water, and can breathe through their skins and their lungs. Some of them are so poisonous that just one tiny frog harbours enough toxins to kill ten people, while others hold the key to lifesaving medicines. Frogs have colonised some of the most challenging terrains on the planet, from the Arctic to the South African desert, adopting miraculous breeding strategies in the process.Sally Coulthard explores both familiar native British species of frogs and toads and exotic rarities – many of which are under threat – and offers plenty of helpful advice on how to make your garden more frog-friendly.Brimful of extraordinary facts – from frogspawn and froglets to eating habits and hibernation – The Book of the Frog is the ideal jumping-off point for anyone with a fascination for amphibians. <br><br> Autorid: Sally Coulthard <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
19,75 €
Krisostomus
Building a Cyber Risk Management Program: Evolving Security for the Digital Age
GTIN: 9781098147792 Raamatud
Presents a detailed framework for designing, developing, and implementing a cyber risk management program that addresses your company’s specific needs. Original. Cyber risk management is one of the most urgent issues facing enterprises today. This book presents a detailed framework for designing, developing, and implementing a cyber risk management program that addresses your company's specific needs. Ideal for corporate directors, senior executives, security risk practitioners, and auditors at many levels, this guide offers both the strategic insight and tactical guidance you're looking for.You'll learn how to define and establish a sustainable, defendable, cyber risk management program, and the benefits associated with proper implementation. Cyber risk management experts Brian Allen and Brandon Bapst, working with writer Terry Allan Hicks, also provide advice that goes beyond risk management. You'll discover ways to address your company's oversight obligations as defined by international standards, case law, regulation, and board-level guidance. This book helps you:Understand the transformational changes digitalization is introducing, and new cyber risks that come with it Learn the key legal and regulatory drivers that make cyber risk management a mission-critical priority for enterprisesGain a complete understanding of four components that make up a formal cyber risk management programImplement or provide guidance for a cyber risk management program within your enterprise <br><br> Autorid: Brian Allen, Brandon Bapst, Terry Hicks <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
57,62 €
Krisostomus
Building an Award-Winning Guitar Program: A Guide for Music Educators
GTIN: 9780197609811 Raamatud
Building an Award-Winning Guitar Program is a practical guide to assist secondary and post-secondary music educators with the tasks involved in establishing a successful music program. With the rising interest in guitar, Mariachi, rock band, handbells, bluegrass, music technology, and so on, more and more music educators are being asked to teach innovative music classes. Author Bill Swick has crafted this book to help these educators build such innovative music programs from the ground floor, based on his years of experience as a music educator specialized in guitar. The book will assist music educators with classroom management, scheduling, structure, organization, fund raising, festivals, travel, and other subjects related to teaching guitar in the classroom, but its principles are broadly relevant to any and all music educators hoping to create a unique program that stands out within their school district and state, attracting students, parents, educators and administratorsalike. <br><br> Autorid: Bill Swick <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
38,09 €
Krisostomus
Building Java Programs: A Back to Basics Approach, Global Edition 4th edition
GTIN: 9781292161686 Raamatud
For courses in Java Programming Layered, Back-to-Basics Approach to Java Programming This edition of Building Java Programs: A Back to Basics Approach uses a layered strategy to introduce Java programming and overcome the high failure rates that are common in introductory computer science courses. The authors proven and class-tested back to basics approach introduces programming fundamentals first, with new syntax and concepts added over multiple chapters. Object-oriented programming is discussed only once students have developed a basic understanding of Java programming. Previous editions have established the texts reputation as an excellent choice for two-course sequences in introductory computer science, and new material in the 4th Edition incorporates concepts related to Java 8, functional programming, and image manipulation. <br><br> Autorid: Stuart Reges, Marty Stepp <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
98,84 €
Krisostomus
Business Resilience: A Practical Guide to Sustained Progress Delivered at Pace
GTIN: 9781398604643 Raamatud
In an increasingly VUCA (volatile, uncertain, complex and ambiguous) business world, it is more important than ever for organizations to build resilience into their everyday practice.Business Resilience is a practical guide to making organizations more resilient and improving current practices by building on what the organization does well. It explains how managers should constantly monitor their business environment and adapt their priorities depending on the level of disruption - from gradual innovation and improvement in good times to swarming on a single problem during a crisis.Based on the authors' new models for resilience and progress, this book includes frameworks and tools which can be tailored to any organization and used as stand-alone improvements or combined across teams and departments. These practices avoid unnecessary change but enable rapid and sustainable improvements in product development, service delivery and customer value. Learn how to survive and thrive in any environment with this actionable approach to making progress at pace and effectively embedding business resilience. Make your business more resilient during business-as-usual and times of crisis with this practical guide to continuous organizational progress. <br><br> Autorid: David Roberts, Islam Choudhury, Serhiy Kovela, Sheila Roberts, Jawwad Tanvir <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
56,99 €
Krisostomus
C How to Program: With Case Studies in Applications and SystemsProgramming, Global Edition 9th edition
GTIN: 9781292437071 Raamatud
This print textbook is available for you to rent for your classes. The Pearson print rental program provides you with affordable access to learning materials, so you go to class ready to succeed. C How to Program is a user-friendly, code-intensive introduction to C programming with case studies introducing applications and system programming. Like other texts of the Deitels How to Program series, the books modular presentation serves as a detailed beginner source of information for college students looking to embark on a career in coding, or instructors and software-development professionals seeking to learn how to program with C. The signature Deitel live-code approach presents concepts in the context of 142 full-working programs rather than incomplete snips of code. This gives you a chance to run each program as you study it and see how your learning applies to real-world programming scenarios. Current standards, contemporary practice, and hands-on learning opportunities are integrated throughout the 9th Edition. Over 340 new integrated Self-Check exercises with answers allow you to test your understanding of important concepts and check your code as you read. New and enhanced case studies and exercises use real-world data and focus on the latest ACM/IEEE computing curricula recommendations, highlighting security, data science, ethics, privacy, and performance concepts. <br><br> Autorid: Paul Deitel, Harvey Deitel <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
101,54 €
Libristo
C Programming Absolute Beginner's Guide
GTIN: 9780789751980 Computer programming / software engineering
Updated for C11 Write powerful C programs...without becoming a technical expert! This book is the fastest way to get comfortable with C, one incredibly clear and easy step at a time. You'll learn all the basics: how to organize programs, store and display data, work with variables, operators, I/O, pointers, arrays, functions, and much more. C programming has neverbeen this simple! Who knew how simple C programming could be? This is today's best beginner's guide to writing C programs-and to learning skills you can use with practically any language. Its simple, practical instructions will help you start creating useful, reliable C code, from games to mobile apps. Plus, it's fully updated for the new C11 standard and today's free, open source tools!Here's a small sample of what you'll learn: * Discover free C programming tools for Windows, OS X, or Linux * Understand the parts of a C program and how they fit together * Generate output and display it on the screen * Interact with users and respond to their input * Make the most of variables by using assignments and expressions * Control programs by testing data and using logical operators * Save time and effort by using loops and other techniques * Build powerful data-entry routines with simple built-in functions * Manipulate text with strings * Store information, so it's easy to access and use * Manage your data with arrays, pointers, and data structures * Use functions to make programs easier to write and maintain * Let C handle all your program's math for you * Handle your computer's memory as efficiently as possible * Make programs more powerful with preprocessing directives
Toote pilt
14
22,09 €
Libristo
C Programming For Dummies
GTIN: 9781119740247 Programming & scripting languages: general
Get an A grade in CAs with any major language, mastery of C can take you to some very interesting new places. Almost 50 years after it first appeared, it's still the world's most popular programming language and is used as the basis of global industry's core systems, including operating systems, high-performance graphics applications, and microcontrollers. This means that fluent C users are in big demand at the sharp end in cutting-edge industries--such as gaming, app development, telecommunications, engineering, and even animation--to translate innovative ideas into a smoothly functioning reality.To help you get to where you want to go with C, this 2nd edition of C Programming For Dummies covers everything you need to begin writing programs, guiding you logically through the development cycle: from initial design and testing to deployment and live iteration. By the end you'll be au fait with the do's and don'ts of good clean writing and easily able to produce the basic--and not-so-basic--building blocks of an elegant and efficient source code.* Write and compile source code* Link code to create the executable program* Debug and optimize your code* Avoid common mistakesWhatever your destination: tech industry, start-up, or just developing for pleasure at home, this easy-to-follow, informative, and entertaining guide to the C programming language is the fastest and friendliest way to get there!
Toote pilt
14
26,29 €
+0,70 €
Krisostomus
C Programming For Dummies 2nd edition
GTIN: 9781119740247 Raamatud
Get an A grade in C As with any major language, mastery of C can take you to some very interesting new places. Almost 50 years after it first appeared, it's still the world's most popular programming language and is used as the basis of global industry's core systems, including operating systems, high-performance graphics applications, and microcontrollers. This means that fluent C users are in big demand at the sharp end in cutting-edge industries&mdash;such as gaming, app development, telecommunications, engineering, and even animation&mdash;to translate innovative ideas into a smoothly functioning reality. To help you get to where you want to go with C, this 2nd edition of C Programming For Dummies covers everything you need to begin writing programs, guiding you logically through the development cycle: from initial design and testing to deployment and live iteration. By the end you'll be au fait with the do's and don'ts of good clean writing and easily able to produce the basic&mdash;and not-so-basic&mdash;building blocks of an elegant and efficient source code. Write and compile source code Link code to create the executable program Debug and optimize your code Avoid common mistakes Whatever your destination: tech industry, start-up, or just developing for pleasure at home, this easy-to-follow, informative, and entertaining guide to the C programming language is the fastest and friendliest way to get there! <br><br> Autorid: Dan Gookin <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
32,37 €
Krisostomus
C Programming for System, Network, and Cloud Engineers: Techniques for Processes, Memory, Network Applications, and Linux Namespaces
GTIN: 9798868818042 Raamatud
Master essential C programming skills to develop efficient and reliable system software and applications. Whether you are a system, network, or cloud engineerthis comprehensive guide is designed to help you tackle complex C programming challenges. Throughout this book, you will start by learning basic computer system architecture and essential operating systems concepts to implement reliable and efficient C code. You will then progress through essential C programming skills, including arrays, strings, unions, pointers, and memory management, while practicing runtime error handling and best practices. Next, you will be ready for more advanced topics, like system and network programming, before concluding with a deep dive into Linux namespaces and their role in virtualization in cloud environments. With an emphasis on real-world applications and best practices, this book allows you to experiment with the foundational and advanced constructs for important use cases. What You Will Learn: Implement reliable C programming techniques for handing arrays, struct, pointers, and memory. Inspect and manage C processes and threads in a runtime environment. Learn essential C socket programming skills, error handing, and usage of socket options to handle network applications reliability. Master fundamentals of virtualization concepts using C programming and Linux namespaces. Who This Book is for: Beginner System, Network and Cloud Engineers, though intermediate and advanced users will also benefit from mastering essential skill sand exploring advanced coverage. <br><br> Autorid: Dr Anil Kumar Rangisetti <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
58,13 €
Krisostomus
C Programming in easy steps: Updated for the GNU Compiler version 6.3.0 5th edition
GTIN: 9781840788402 Raamatud
C Programming in easy steps, 5th edition is updated for the GNU Compiler version 6.3.0 and Windows 10, and has an easy-to-follow style that will appeal to anyone who wants to begin programming in C. C Programming in easy steps, 5th edition has an easy-to-follow style that will appeal to anyone who wants to begin programming in C, from programmers moving from another programming language, to the student who is studying C programming at school or college, or to those seeking a career in computing who need a fundamental understanding of procedural programming. C Programming in easy steps, 5th edition begins by explaining how to download and install a free C compiler so that you can quickly begin to create your own executable programs by copying the book's examples. You need have no previous knowledge of any programming language so it's ideal for the newcomer to computer programming. Each chapter builds your knowledge of C. C Programming in easy steps, 5th edition contains separate chapters on the major features of the C language. There are complete example programs that demonstrate each aspect of C together with screenshots that illustrate the output when that program has been executed. The free, downloadable sample code provided via the In Easy Steps website all has coloured syntax-highlighting for clearer understanding. By the end of this book you will have gained a sound understanding of the C language and be able to write your own C programs and compile them into executable files that can be run on any compatible computer. Fully updated and revised since the fourth edition, which was published in April 2012 – now covers the GNU Compiler version 6.3.0 and Windows 10. <br><br> Autorid: Mike McGrath <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
19,19 €
Libristo
C Programming Language
GTIN: 9780131103627 Programming & scripting languages: general
This book is meant to help the reader learn how to program in C. It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.
Toote pilt
7
56,79 €
Krisostomus
C Programming Language - Standard Library: A Quickstudy Laminated Reference Guide First Edition, New ed.
GTIN: 9781423251767 Raamatud
Essential C Language library reference with need-to-know headers and functions, the fundamental units of code that provide essential functionality and ensure portability and efficiency across different systems. Developed for support of beginners who are learning and for experts as a handy quick reference. Developed using our famously concise QuickStudy format, author, editor, and designer fit these core elements in six laminated pages. Author Robin Nixon worked with computers in the 80s and started developing websites in the 90s becoming an expert and writing over 40 programming books and over 500 articles for top computer magazines. With his expertise in the field, and writing to his audience in our succinct and organized QuickStudy format, this reference has more quality actionable facts per page than any book or website. Designed for quick access to the facts you need, our inexpensive tools for programmers have been best sellers for over 10 years making this an easy add to your programming toolbox. As our programming reference guides climb in sales to best-selling status, it is clear that print is not dead and this handy desktop tool does the trick. 6 page laminated reference Includes:Statements & Comments Key FeaturesHeader Files Including LibrariesExamples with Outputsassert.h: Debugging with Runtime Assertionscomplex.h: Complex Number Arithmetic ctype.h: Character Classification & Conversion errno.h: Error-Reporting Macros fenv.h: Floating-Point Environment Controlfloat.h: Floating-Point Limits & Precisioninttypes.h: Integer Types with Format Specifiersiso646.h: Alternative Operator Spellings limits.h: Data Type Limits & Constraintslocale.h: Localization & Cultural Settingsmath.h: Mathematical Functions setjmp.h: Saving & Restoring Execution Statesignal.h: Signal Handling stdalign.h: Memory Alignment stdarg.h: Handling Variable Argument Lists stdatomic.h: Atomic Operations for Concurrency stdbfloat.h: Binary Floating-Point Support stdbit.h: Functions & Macros for Bit Manipulation stdbool.h: Boolean Type & Valuesstdckdint.h: Checked Integer Arithmeticstddef.h: Common Type Definitionsstdint.h: Fixed-Width Integer Typesstdio.h: I/O Operationsstdlib.h: Memory Allocation, Random Numbers & Process Controlstdnoreturn.h: Functions That Do Not Returnstring.h: String & Memory Manipulatiotgmath.h: Type-Generic Macros for Math Functionsthreads.h: Threading & Synchronizationtime.h: Time & Date Utilitiesuchar.h: Unicode Character Supportwchar.h: Wide-Character Operationswctype.h: Wide-Character Classification & ConversionFurther Reading <br><br> Autorid: Robin Nixon <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
15,14 €
Krisostomus
C Programming Language 2nd edition
GTIN: 9780131103627 Raamatud
The definitive reference guide to C programming from K&R for writing good code that works and is easy to modify Learn how to program in C from the developers of C, Brian Kernighan and Dennis Ritchie. Intended for those with at least some experience with one other language (even if you are a novice), this book contains a tutorial introduction to get new users started as soon as possible and separate chapters on each major feature: Types, operators, and expressions Control flow Functions and program structure Pointers and arrays Structures Input and output This second edition of The C Programming Language describes C as defined by the ANSI standard and includes a reference manual that conveys the essentials of the standard in a smaller space for easy comprehension for programmers. "K&R is one of my favorite books. The style of the tutorial chapters is so deceptively light and simple and the manual so crisp. Much of C's reputation of simplicity comes from the clarity and great little examples from this book. My 1978 copy has lost its cover and my K&R2 is somewhat dog eared. Above all, K&R is a useful book." Bjarne Stroustrup, designer and original implementer of C++, and author of The C++ Programming Language <br><br> Autorid: Brian Kernighan, Dennis Ritchie <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
70,49 €
Krisostomus
C Programming Language: A Quickstudy Laminated Reference Guide First Edition, New ed.
GTIN: 9781423251750 Raamatud
Essential C Language reference with need-to-know core statements, operators, variables, functions, control flow, expressions, and more for support of beginners who are learning and for experts as a handy quick reference. Developed using our famously concise QuickStudy format, author, editor, and designer fit these core elements in six laminated pages. Author Robin Nixon worked with computers in the 80s and started developing websites in the 90s becoming an expert and writing over 40 programming books and over 500 articles for top computer magazines. With his expertise in the field, and writing to his audience in our succinct and organized QuickStudy format, this reference has more quality actionable facts per page than any book or website. Designed for quick access to the facts you need, our inexpensive tools for programmers have been best sellers for over 10 years making this an easy add to your programming toolbox. As our programming reference guides climb in sales to best-selling status, it is clear that print is not dead and this handy desktop tool does the trick. 6 page laminated reference Includes:OverviewVariables Data TypesConstantsMacro Constantsconst variablesenum constantsArrays Declaring & initializing arraysAccessing array elements Modifying Arrays PointersPointers & ArraysPointers to pointersModifying values indirectlyOperatorsArithmetic OperatorsComparison Operators Logical OperatorsBitwise OperatorsOther Operators Control FlowConditional StatementsLooping Statementsgoto statementFunctionsPassing parametersinline keyword Structures & UnionsStructuresUnionsKey DifferencesVariable Scope Local (Block) ScopeGlobal ScopeStatic (persistent) ScopeExternal ScopeString ManipulationCommon String Functions Input/Output Safe Input Printing to Console Printing to StringsRegular ExpressionsError HandlingFile HandlingOpening & Closing FilesWriting to a FileReading a FileAppending DataTruncating a FileMoving within a FileFile LockingFile AttributesDirectory Traversal Memory ManagementLibrariesCompile TimeCommand Line ArgumentsPreprocessor DirectivesUsing Make <br><br> Autorid: Robin Nixon <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
15,14 €
Krisostomus
C# and Game Programming: A Beginner's Guide 2nd edition
GTIN: 9781568812366 Raamatud
The second edition of C# and Game Programming offers the same practical, hands-on approach as the first edition to learning the C# language through classic arcade game applications. Complete source code for games like Battle Bit, Asteroid Miner, and Battle Tennis, included on the CD-ROM, demonstrates programming strategies and complements the comprehensive treatment of C# in the text. From the basics of adding graphics and sound to games, to advanced concepts such as the .Net framework and object-oriented programming, this book provides the foundations for a beginner to become a full-fledged programmer. New in this edition: - Supports DirectX 9.0 - Revised programs and examples - Improved frame rate for game examples <br><br> Autorid: Salvatore A. Buono <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
120,44 €
Krisostomus
C# Concurrency: Asynchronous and Multithreaded Programming
GTIN: 9781633438651 Raamatud
Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#!C# Concurrency teaches you how to write effective multithreaded and asynchronous software in C#. Practical techniques, real-world examples, and useful code samples cut through the confusion around async/await and help you write rapid, reliable, and bug-free code. In C# Concurrency: Asynchronous and Multithreaded Programming you’ll learn how to: • Take full advantage of async/await • Write bug-free multithreaded code every time • Create multithreaded code that delivers real performance improvements • Grok C# and .NET multithreading and asynchronous primitives • Know when to use concurrency techniques—and when not to use them! In C# Concurrency Nir Dobovizki, a seasoned C# veteran with over 30 years of high-performance programming experience, shares his deep knowledge and expert techniques. Say goodbye to frustrating pitfalls and impossible-to-find bugs that slow down your applications. Nir's careful approach will teach you how to navigate these challenges with ease, allowing you to achieve lightning-fast performance like never before! Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications. About the technology Asynchronous and multithreaded programs can perform multiple tasks simultaneously without losing speed or reliability. But getting concurrency right can challenge even experienced developers. This practical book teaches you to deliver concurrent C# apps that are lighting fast and free of the deadlocks and other synchronization issues that undermine performance and take forever to find. About the book C# Concurrency equips programmers with a comprehensive understanding of multithreading and asynchronous programming, focusing on the practical use of the C# async-await feature to simplify asynchronous tasks. It teaches how to avoid common pitfalls, addresses classic multithreading issues like deadlocks and race conditions, and advanced topics such as controlling thread of execution and using thread-safe collections. What's inside • .NET multithreading and asynchronous primitives • When to use concurrency techniques—and when not to! • Confidently use async/await About the reader For experienced C# programmers. No knowledge of asynchro- nous programming required. About the author Nir Dobovizki is a senior software architect and consultant who has worked on concurrent and asynchronous systems since the late 90s. Table of Contents 1 Asynchronous programming and multithreading 2 The compiler rewrites your code 3 The async and await keywords 4 Multithreading basics 5 async/await and multithreading 6 When to use async/await 7 Classic multithreading pitfalls and how to avoid them Part 2 8 Processing a sequence of items in the background 9 Canceling background tasks 10 Await your own events 11 Controlling on which thread your asynchronous code runs 12 Exceptions and async/await 13 Thread-safe collections 14 Generating collections asynchronously/await foreach and IAsyncEnumerable <br><br> Autorid: Nir Dobovizki <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
74,54 €
Krisostomus
C# Game Programming Cookbook for Unity 3D 2nd edition
GTIN: 9780367321642 Raamatud
This second edition of C# Game Programming Cookbook for Unity 3D expounds upon the first with more details and techniques. With a fresh array of chapters, updated C# code and examples, Jeff W. Murrays book will help the reader understand structured game development in Unity unlike ever before. New to this edition is a step-by-step tutorial for building a 2D infinite runner game from the framework and scripts included in the book. The book contains a flexible and reusable framework in C# suitable for all game types. From game state handling to audio mixers to asynchronous scene loading, the focus of this book is building a reusable structure to take care of many of the most used systems. Improve your game's sound in a dedicated audio chapter covering topics such as audio mixers, fading, and audio ducking effects, or dissect a fully featured racing game with car physics, lap counting, artificial intelligence steering behaviors, and game management. Use this book to guide your way through all the required code and framework to build a multi-level arena blaster game. Features Focuses on programming, structure, and an industry-level, C#-based framework Extensive breakdowns of all the important classes Example projects illustrate and break down common and important Unity C# programming concepts, such as coroutines, singletons, static variables, inheritance, and scriptable objects. Three fully playable example games with source code: a 2D infinite runner, an arena blaster, and an isometric racing game The script library includes a base Game Manager, timed and proximity spawning, save profile manager, weapons control, artificial intelligence controllers (path following, target chasing and line-of-sight patrolling behaviors), user interface Canvas management and fading, car physics controllers, and more. Code and screenshots have been updated with the latest versions of Unity. These updates will help illustrate how to create 2D games and 3D games based on the most up-to-date methods and techniques. Experienced C# programmers will discover ways to structure Unity projects for reusability and scalability. The concepts offered within the book are instrumental to mastering C# and Unity. In his game career spanning more than 20 years, Jeff W. Murray has worked with some of the world's largest brands as a Game Designer, Programmer, and Director. A Unity user for over 14 years, he now works as a consultant and freelancer between developing his own VR games and experiments with Unity. <br><br> Autorid: Jeff W. Murray <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
83,99 €
Krisostomus
C# Programmers Study Guide (MCSD): Exam: 70-483 1st ed.
GTIN: 9781484228593 Raamatud
Prepare for Microsoft Certification Exam 70-483: Programming in C#. The What, Why, and How of each concept is presented along with quick summaries, code challenges, and exam questions to review and practice key concepts. You will learn how to use: Lambda expressions to write LINQ query expressions Asynchronous programming with the Async and Await keywords to maximize performance of slow applications Regular expressions to validate user input Reflection to create and handle types at runtime and much more The source code in the book will be available in the form of iCanCSharp notebooks and scripts that allow you to try out examples and extend them in interesting ways. What You Will Learn Understand the necessary knowledge and skill set to prepare for Microsoft Exam 70-483 Study the code challenges and practice questions on C# that are relevant to the exam Master the C# programming language Who This Book Is For Experienced C# and .NET programmers and developers who are ready to take and pass the exam in order to get certified <br><br> Autorid: Ali Asad, Hamza Ali <br>
Toote pilt
Tellimisel (tarne 10-14 tp)
62,76 €