Browse Results

Showing 15,201 through 15,225 of 61,884 results

D3.js 4.x Data Visualization - Third Edition

by Swizec Teller �ndrew Rininsland

Create and publish your own interactive and compelling data visualizations with D3.js 4.x About This Book • Build interactive and rich graphics and visualization using JavaScript`s powerful library D3.js • Learn D3 from the ground up, using the all-new version 4 of the library • Gain insight into producing high-quality, extensible charts and visualizations using best practices such as writing testable, extensible code and strong typing Who This Book Is For This book is for web developers, interactive news developers, data scientists, and anyone interested in representing data through interactive visualizations on the Web with D3. Some basic knowledge of JavaScript is expected, but no prior experience with data visualization or D3 is required to follow this book. What You Will Learn • Map data to visual elements using D3's scales • Draw SVG elements using D3's shape generators • Transform data using D3's collection methods • Use D3's various layout patterns to quickly generate various common types of chart • Write modern JavaScript using ES2017 and Babel • Explore the basics of unit testing D3 visualizations using Mocha and Chai • Write and deploy a simple Node.js web service to render charts via HTML Canvas • Understand what makes a good data visualization and how to use the tools at your disposal to create accurate charts In Detail Want to get started with impressive interactive visualizations and implement them in your daily tasks? This book offers the perfect solution-D3.js. It has emerged as the most popular tool for data visualization. This book will teach you how to implement the features of the latest version of D3 while writing JavaScript using the newest tools and technique You will start by setting up the D3 environment and making your first basic bar chart. You will then build stunning SVG and Canvas-based data visualizations while writing testable, extensible code,as accurate and informative as it is visually stimulating. Step-by-step examples walk you through creating, integrating, and debugging different types of visualization and will have you building basic visualizations (such as bar, line, and scatter graphs) in no time. By the end of this book, you will have mastered the techniques necessary to successfully visualize data and will be ready to use D3 to transform any data into an engaging and sophisticated visualization. Style and approach This book follows a tutorial-based approach in teaching the world's most powerful data visualization library, D3.

D3.js By Example

by Michael Heydt

Create attractive web-based data visualizations using the amazing JavaScript library D3.js About This Book * Learn to use the facilities provided by D3.js to create data-driven visualizations * Explore the concepts of D3.js through examples that enable you to quickly create visualizations including charts, network diagrams, and maps * Get practical examples of visualizations using real-world data sets that show you how to use D3.js to visualize and interact with information to glean its underlying meaning Who This Book Is For Whether you are new to data and data visualization, a seasoned data scientist, or a computer graphics specialist, this book will provide you with the skills you need to create web-based and interactive data visualizations. This book assumes some knowledge of coding and in particular, experience coding in JavaScript. What You Will Learn * Install and use D3.js to create HTML elements within the document * Use development tools such as JSBIN and Chrome Developer Tools to create D3.js applications * Retrieve JSON data and use D3.js selections and data binding to create visual elements from data * Create and style graphical elements such as circles, ellipses, rectangles, lines, paths, and text using SVG * Turn your data into bar and scatter charts, and add margins, axes, labels, and legends * Use D3.js generators to perform the magic of creating complex visualizations from data * Add interactivity to your visualizations, including tool-tips, sorting, hover-to-highlight, and grouping and dragging of visuals In Detail This book will take you through all the concepts of D3.js starting with the most basic ones and progressively building on them in each chapter to expand your knowledge of D3.js. Starting with obtaining D3.js and creating simple data bindings to non-graphical HTML elements, you will then master the creation of graphical elements from data. You'll discover how to combine those elements into simple visualizations such as bar, line, and scatter charts, as well as more elaborate visualizations such as network diagrams, Sankey diagrams, maps, and choreopleths. Using practical examples provided, you will quickly get to grips with the features of D3.js and use this learning to create your own spectacular data visualizations with D3.js. Style and approach This book uses a practical, step-by-step approach that builds iteratively, starting with the basic concepts right through to mastery of the technology. Each concept is demonstrated using code examples that are interactively available online (and can also be run locally), and each chapter builds upon the concepts covered in the previous chapter,with succinct explanations of what the code does and how it fits into the bigger picture.

D3.js Quick Start Guide: Create amazing, interactive visualizations in the browser with JavaScript

by Matthew Huntington

This book will help you build interactive graphs that are viewable in any web browser using JavaScript, D3.js, and SVG. You will learn how to make a scatter plot, a bar graph, a pie chart, a force directed graph, and a map.Key FeaturesTakes you through the most common graphs you'll needAdd interactivity to your visualizationsEasy to follow buildsBook DescriptionD3.js is a JavaScript library that allows you to create graphs and data visualizations in the browser with HTML, SVG, and CSS. This book will take you from the basics of D3.js, so that you can create your own interactive visualizations, to creating the most common graphs that you will encounter as a developer, scientist, statistician, or data scientist.The book begins with an overview of SVG, the basis for creating two-dimensional graphics in the browser. Once the reader has a firm understanding of SVG, we will tackle the basics of how to use D3.js to connect data to our SVG elements. We will start with a scatter plot that maps run data to circles on a graph, and expand our scatter plot to make it interactive. You will see how you can easily allow the users of your graph to create, edit, and delete run data by simply dragging and clicking the graph. Next, we will explore creating a bar graph, using external data from a mock API.After that, we will explore animations and motion with a bar graph, and use various physics-based forces to create a force-directed graph. Finally, we will look at how to use GeoJSON data to create a map.What you will learnBuild a scatter plotBuild a bar graphBuild a pie chartBuild a force-directed graphBuild a mapBuild interactivity into your graphsWho this book is forThis book is for web developers, interactive news developers, data scientists, and anyone interested in representing data through interactive visualizations on the Web with D3. Some basic knowledge of JavaScript is expected, but no prior experience with data visualization or D3 is required to follow this book.

D3.js in Action, Third Edition (In Action)

by Elijah Meeks

Create stunning web-based data visualizations with D3.js.This totally-revised new edition of D3.js in Action guides you from simple charts to powerful interactive graphics. Chapter-by-chapter you&’ll assemble an impressive portfolio of visualizations—including intricate networks, maps, and even a complete customized visualization layout. Plus, you'll learn best practices for building interactive graphics, animations, and integrating your work into frontend development frameworks like React and Svelte. In D3.js in Action, Third Edition you will learn how to: Set up a local development environment for D3 Include D3 in web development projects, including Node-based web apps Select and append DOM elements Size and position elements on screen Assemble components and layouts into creative data visualizations D3.js in Action, Third Edition has been extensively revised for D3.js version 7, and modern best practices for web visualizations. Its brand new chapters dive into interactive visualizations, cover responsiveness for dataviz, and show you how you can improve accessibility. Foreword by Andy Kirk. About the technology With D3.js, you can create sophisticated infographics, charts, and interactive data visualizations using standard frontend tools like JavaScript, HTML, and CSS. Granting D3 its VIS Test of Time award, the IEEE credited this powerful library for bringing data visualization to the mainstream. You&’ll be blown away by how beautiful your results can be! About the book D3.js in Action, Third Edition is a roadmap for creating brilliant and beautiful visualizations with D3.js. Like a gentle mentor, it guides you from basic charts all the way to advanced interactive visualizations like networks and maps. You&’ll learn to build graphics, create animations, and set up mobile-friendly responsiveness. Each chapter contains a complete data visualization project to put your new skills into action. What's inside Fully revised for D3.js v7 Includes 12 complete projects Create data visualizations with SVG and canvas Combine D3 with React, Svelte, and Angular About the reader For web developers with HTML, CSS, and JavaScript skills. About the author Elijah Meeks was a data visualization pioneer at Stanford and the first Senior Data Visualization Engineer at Netflix. Anne-Marie Dufour is a Data Visualization Engineer. The technical editor on this book was Jon Borgman. Table of Contents PART 1 1 An introduction to D3.js 2 Manipulating the DOM 3 Working with data 4 Drawing lines, curves, and arcs 5 Pie and stack layouts 6 Visualizing distributions PART 2 7 Interactive visualizations 8 Integrating D3 in a frontend framework 9 Responsive visualizations 10 Accessible visualizations PART 3 11 Hierarchical visualizations 12 Network visualizations 13 Geospatial information visualizations PART 4 14 Creating a custom visualization 15 Rendering visualizations with Canvas Appendix A Appendix B Appendix C Appendix D Appendix E

D3.js in Action: Data visualization with JavaScript

by Elijah Meeks

SummaryD3.js in Action, Second Edition is completely revised and updated for D3 v4 and ES6. It's a practical tutorial for creating interactive graphics and data-driven applications using D3. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyVisualizing complex data is hard. Visualizing complex data on the web is darn near impossible without D3.js. D3 is a JavaScript library that provides a simple but powerful data visualization API over HTML, CSS, and SVG. Start with a structure, dataset, or algorithm; mix in D3; and you can programmatically generate static, animated, or interactive images that scale to any screen or browser. It's easy, and after a little practice, you'll be blown away by how beautiful your results can be!About the BookD3.js in Action, Second Edition is a completely updated revision of Manning's bestselling guide to data visualization with D3. You'll explore dozens of real-world examples, including force and network diagrams, workflow illustrations, geospatial constructions, and more. Along the way, you'll pick up best practices for building interactive graphics, animations, and live data representations. You'll also step through a fully interactive application created with D3 and React. What's InsideUpdated for D3 v4 and ES6Reusable layouts and componentsGeospatial data visualizationsMixed-mode renderingAbout the ReaderSuitable for web developers with HTML, CSS, and JavaScript skills. No specialized data science skills required.About the AuthorElijah Meeks is a senior data visualization engineer at Netflix.Table of ContentsPART 1 - D3.JS FUNDAMENTALSAn introduction to D3.js Information visualization data flow Data-driven design and interaction Chart components Layouts PART 2 - COMPLEX DATA VISUALIZATIONHierarchical visualization Network visualization Geospatial information visualization PART 3 - ADVANCED TECHNIQUES Interactive applications with React and D3 Writing layouts and components Mixed mode rendering

DAFX: Digital Audio Effects

by Udo Zölzer

The rapid development in various fields of Digital Audio Effects, or DAFX, has led to new algorithms and this second edition of the popular book, DAFX: Digital Audio Effects has been updated throughout to reflect progress in the field. It maintains a unique approach to DAFX with a lecture-style introduction into the basics of effect processing. Each effect description begins with the presentation of the physical and acoustical phenomena, an explanation of the signal processing techniques to achieve the effect, followed by a discussion of musical applications and the control of effect parameters. Topics covered include: filters and delays, modulators and demodulators, nonlinear processing, spatial effects, time-segment processing, time-frequency processing, source-filter processing, spectral processing, time and frequency warping musical signals. Updates to the second edition include: Three completely new chapters devoted to the major research areas of: Virtual Analog Effects, Automatic Mixing and Sound Source Separation, authored by leading researchers in the field . Improved presentation of the basic concepts and explanation of the related technology. Extended coverage of the MATLABTM scripts which demonstrate the implementation of the basic concepts into software programs. Companion website (www.dafx.de) which serves as the download source for MATLABTM scripts, will be updated to reflect the new material in the book. Discussing DAFX from both an introductory and advanced level, the book systematically introduces the reader to digital signal processing concepts, how they can be applied to sound and their use in musical effects. This makes the book suitable for a range of professionals including those working in audio engineering, as well as researchers and engineers involved in the area of digital signal processing along with students on multimedia related courses.

DAX Cookbook: Over 120 recipes to enhance your business with analytics, reporting, and business intelligence

by Greg Deckler

Business users, BI developers, data analysts, and SQL users who are looking for solutions to the challenges faced while solving analytical operations using DAX techniques and patterns will find this book useful. Basic knowledge of the DAX language and Microsoft services is mandatory.

DB2 for the COBOL Programmer PART 1

by Curtis Garvin Steve Eckols

Covers advanced locking concepts, COBOL programs that use dynamic SQL, CICS programs that process DB2 data, and database administration. The second edition updates the new language and features available with versions 4.1 and 5.0, and adds two new chapters on OS/390 and its data sharing features, and on stored procedures. Annotation c. Book News, Inc., Portland, OR (booknews.com)

DB2 for the COBOL Programmer, Part 2 (2nd Edition)

by Curtis Garvin Anne Prince

Covers advanced locking concepts, COBOL programs that use dynamic SQL, CICS programs that process DB2 data, and database administration. The second edition updates the new language and features available with versions 4.1 and 5.0, and adds two new chapters on OS/390 and its data sharing features, and on stored procedures. Annotation c. Book News, Inc., Portland, OR (booknews.com)

DBA Transformations: Building Your Career in the Transition to On-Demand Cloud Computing and Extreme Automation

by Michelle Malcher

Adapt your career as a database administrator to the changing industry. Learn where the growth and demand for DBA talent are occurring and how to enhance your skill set. Creating databases, providing access, and controlling data are no longer the focus. What matters now is managing and monitoring the systems that provide access to users of the data. This book will help you formulate a plan for development and change to remain valuable in the face of radical new developments around cloud computing, containerized databases, and automation of routine tasks. The playing field is shifting rapidly with the development of technologies and software enhancements that automate and even eliminate many traditional aspects of the DBA job. DBA Transformation helps you redirect your attention and skills as a DBA to areas such as design and development of the containers and cloud environments on which automation depends. You will be encouraged to build soft skills as well as to focus on technical pain points such as data security that are of even greater importance now that so much corporate data is in cloud-based systems that are accessible from the Internet at large. What You'll Learn Embrace and profit from rapid shifts in the database industry Recognize where growth and demand for talent are occurring Create a personal transformation plan to help you navigate the changes Pivot your career toward more interesting skills and responsibilities Who This Books Is For Working database professionals who are interested in keeping their careers relevant as well as building their careers and making them stronger in the face of dramatic changes that are being driven by trends toward cloud computing and containerization

DDoS Attacks: Evolution, Detection, Prevention, Reaction, and Tolerance

by Dhruba Kumar Bhattacharyya Jugal Kumar Kalita

DDoS Attacks: Evolution, Detection, Prevention, Reaction, and Tolerance discusses the evolution of distributed denial-of-service (DDoS) attacks, how to detect a DDoS attack when one is mounted, how to prevent such attacks from taking place, and how to react when a DDoS attack is in progress, with the goal of tolerating the attack. It introduces typ

DHCP for Windows 2000

by Neall Alcott

DHCP for Windows 2000 is custom-designed for system administrators who are responsible for configuring and maintaining networks with Windows 2000 servers. It explains the DHCP protocol and how to install and manage DHCP on both servers and clients--including client platforms other than Windows 2000.

DHCP for Windows 2000

by Neall Alcott

Dynamic Host Configuration Protocol (DHCP) is an open standard Internet protocol used to allocate and manage IP addresses dynamically. Before DHCP came along, administrators had to manually configure each host on a network with an IP address, subnet mask, and default gateway. Maintaining the changes and the associated logs took a tremendous amount of time and was prone to error. DHCP uses a client/server model in which the system updates and maintains the network information dynamically. Windows 2000 provides enhanced DHCP client-server support. DHCP for Windows 2000 is custom-designed for system administrators who are responsible for configuring and maintaining networks with Windows 2000 servers. It explains the DHCP protocol and how to install and manage DHCP on both servers and clients--including client platforms other than Windows 2000. Readers get detailed and explicit instructions for using Windows 2000 DHCP to manage their network IP configurations much more efficiently and effectively.They get background information for using DHCP in general, plus complete information about the Windows 2000 use of DHCP. For those interested in what's on the horizon, the author steps up to the plate with an analysis of the future direction of DHCP and Windows support for IPv6.

DITA - der topic-basierte XML-Standard: Ein schneller Einstieg (essentials)

by Sissi Closs

Prägnant und praxisorientiert erfahren Sie hier, auf welchen zentralen Prinzipien DITA beruht. Die wichtigsten DITA-Features werden anhand einfacher Beispiele erklärt, die direkt auf die eigene Umgebung übertragbar sind. Damit ist dieses essential ein guter Einstieg für alle, die DITA noch nicht kennen, und ideal als erste Entscheidungshilfe, wenn es um die Optimierung einer Informationslandschaft geht.

DITA for Practitioners Volume 1

by Eliot Kimber

DITA expert Eliot Kimber takes you inside the DITA XML standard, explaining the architecture and technology that make DITA unique. Volume 1 of his two-volume exploration of DITA starts with a hands-on explanation of end-to-end DITA processing that will get you up and running fast. Then, he explores the DITA architecture, explaining maps and topics, structural patterns, metadata, linking and addressing, keys and key references, relationship tables, conditional processing, reuse, and more. DITA for Practitioners Volume 1: Architecture and Technology is for engineers, tool builders, and content strategists: anyone who designs, implements, or supports DITA-based systems and needs a deeper understanding of DITA technology. Kimber's unique perspective unwraps the puzzle that is DITA, explaining the rationale for its design and structure, and giving you an unvarnished, detailed look inside this important technology.

DIY Coffee: Coffee Roaster, Bottomless Portafilter, Toaster Tea Popper, Hot on the Spot, Automate Using X10

by Mark Frauenfelder

DIY Coffee collects five hot MAKE magazine projects to supercharge your java: Home-Built Coffee Roaster Bottomless Espresso Portafilter Toaster Tea Popper Perfect Espresso Temperature Hack Web-Fired Coffee with X10 AutomationGot a jones for caffeine and technology? Mod your espresso machine to dial in the perfect shot, with precise temperature control and a filter hack that kicks out maximum tasty crema. Roast your own with a hand-built custom coffee roaster. Hack a toaster timer to perfect-brew your tea every time. And fire up your coffee pot from the internet using X10 automation. Using home-grown techniques and off-the-shelf parts, caffeine junkies will find everything they need to overclock the fix from their favorite shade-grown beverage.

DIY Microcontroller Projects for Hobbyists: The ultimate project-based guide to building real-world embedded applications in C and C++ programming

by Miguel Angel Garcia-Ruiz Pedro Cesar Mancilla

A practical guide to building PIC and STM32 microcontroller board applications with C and C++ programmingKey FeaturesDiscover how to apply microcontroller boards in real life to create interesting IoT projectsCreate innovative solutions to help improve the lives of people affected by the COVID-19 pandemicDesign, build, program, and test microcontroller-based projects with the C and C++ programming languageBook DescriptionWe live in a world surrounded by electronic devices, and microcontrollers are the brains of these devices. Microcontroller programming is an essential skill in the era of the Internet of Things (IoT), and this book helps you to get up to speed with it by working through projects for designing and developing embedded apps with microcontroller boards. DIY Microcontroller Projects for Hobbyists are filled with microcontroller programming C and C++ language constructs. You'll discover how to use the Blue Pill (containing a type of STM32 microcontroller) and Curiosity Nano (containing a type of PIC microcontroller) boards for executing your projects as PIC is a beginner-level board and STM-32 is an ARM Cortex-based board. Later, you'll explore the fundamentals of digital electronics and microcontroller board programming. The book uses examples such as measuring humidity and temperature in an environment to help you gain hands-on project experience. You'll build on your knowledge as you create IoT projects by applying more complex sensors. Finally, you'll find out how to plan for a microcontroller-based project and troubleshoot it. By the end of this book, you'll have developed a firm foundation in electronics and practical PIC and STM32 microcontroller programming and interfacing, adding valuable skills to your professional portfolio.What you will learnGet to grips with the basics of digital and analog electronicsDesign, build, program, and test a microcontroller-based systemUnderstand the importance and applications of STM32 and PIC microcontrollersDiscover how to connect sensors to microcontroller boardsFind out how to obtain sensor data via codingUse microcontroller boards in real life and practical projects Who this book is forThis STM32 PIC microcontroller book is for students, hobbyists, and engineers who want to explore the world of embedded systems and microcontroller programming. Beginners, as well as more experienced users of digital electronics and microcontrollers, will also find this book useful. Basic knowledge of digital circuits and C and C++ programming will be helpful but not necessary.

DIY Project Based Learning for ELA and History

by Heather Wolpert-Gawron

Are you interested in using Project Based Learning to revamp your lessons, but aren’t sure how to get started? In DIY Project Based Learning in ELA and History, award-winning teacher and Edutopia blogger Heather Wolpert-Gawron makes it fun and easy! Project Based Learning encourages students and teachers alike to abandon their dusty textbooks, and instead embrace a form of curriculum design focused on student engagement, innovation, and creative problem-solving. A leading name in this field, Heather Wolpert-Gawron shares some of her most popular units for ELA and Social Studies in this exciting new collection. This book is an essential resource for teachers looking to: Create their own Project Based Learning units. Engage student in their education by grounding lessons in real-world problems and encouraging them to develop creative solutions. Incorporate role-playing into everyday learning. Develop real-world lessons to get students to understand the life-long relevance of what they are learning. Assess multiple skills and subject areas in an integrated way. Collaborate with teachers across subject areas. Test authentic skills and set authentic goals for their students to grow as individuals. Part I of the book features six full units, complete with student samples, targeted rubrics, a checklist to keep students on track, and even "Homework Hints." Part II is a mix-and-match section of tools you can use to create your own PBL-aligned lessons. The tools are available as eResources on our website, http://www.routledge.com/books/details/9781138891623, so you can print and use them in your classroom immediately.

DK Essential Managers: Dealing With E-mail (DK Essential Managers)

by David Brake

The way you manage your e-mail affects your efficiency at work. Learn to make optimum use of your e-mail software so that it helps you to function in an organized manner. The DK Essential Managers series covers a range of business and management topics and has sold more than two million copies worldwide. Each guide is clearly presented for ease of reference, with visual pointers, tips, and graphics.

DK Essential Managers: The Digital Revolution (DK Essential Managers)

by DK

Like it or not, the digital revolution has swept the business world and, no matter how good you are at your job, if you don't have the technical tools to keep up you'll be left behind. Luckily, The Digital Revolution is here to get you up to speed and get the jump on the competition.The DK Essential Managers series covers a range of business and management topics and has sold more than two million copies worldwide. Each guide is clearly presented for ease of reference, with visual pointers, tips, and graphics.

DK Readers L2: Story of Coding (DK Readers Level 2)

by James Floyd Kelly

Discover the history of computers and coding. From Ada Lovelace's initial idea of computer programming to today's coding languages like Scratch, Python, Javascript, and more.This reading book for kids explores the world of coding while building reading skills and teaching exciting vocabulary. Packed with photographs, diagrams, fun facts, and strong visual clues to keep your little ones engaged.What exactly is a computer? How do they work? What is a code? What are the different coding languages? This beginner's reader explores it all and more! Young children will find out what coding is, how it developed, and how modern codes are used for everyday purposes.It's the perfect reading book for ages 5-7 who are starting to read fluently with support. Level 2 titles contain carefully selected photographic images to complement the text, providing strong visual clues to build vocabulary and confidence. Additional information spreads are full of extra fun facts, developing the topics through a range of nonfiction presentation styles such as diagrams and activities.Explore, Engage, And Learn!There's a message for readers to decode, plus tips for writing their own code with child-friendly Scratch programming. This kid's educational book explores the world of coding and is full of facts kids will love reading.While learning to read, kids will also: - Learn about what coding is - Explore the world of early computers- Discover coding languages and coding today- Enjoy cool coding tips and test their knowledgeTrusted by parents, teachers, and librarians, and loved by kids, DK's leveled series of kids reading books is now revised and updated. With shiny new jackets and brand-new nonfiction narrative content on the topics kids love, each book is written and reviewed by literacy experts and contains a glossary and index, making them the perfect choice for helping develop strong reading habits for kids ages 3-11. Add other Level 2 titles to your collection covering a range of topics like LEGO City: Heroes to the Rescue: Find Out How They Keep the City Safe, What Is An Election?, Hello Hedgehog, Amazing Bees, Life In The Stone Age, many Star Wars titles and more.

DK Readers L2: Story of Coding (DK Readers Level 2)

by James Floyd Kelly

Discover the history of computers and coding. From Ada Lovelace's initial idea of computer programming to today's coding languages like Scratch, Python, Javascript, and more.This reading book for kids explores the world of coding while building reading skills and teaching exciting vocabulary. Packed with photographs, diagrams, fun facts, and strong visual clues to keep your little ones engaged.What exactly is a computer? How do they work? What is a code? What are the different coding languages? This beginner's reader explores it all and more! Young children will find out what coding is, how it developed, and how modern codes are used for everyday purposes.It's the perfect reading book for ages 5-7 who are starting to read fluently with support. Level 2 titles contain carefully selected photographic images to complement the text, providing strong visual clues to build vocabulary and confidence. Additional information spreads are full of extra fun facts, developing the topics through a range of nonfiction presentation styles such as diagrams and activities.Explore, Engage, And Learn!There's a message for readers to decode, plus tips for writing their own code with child-friendly Scratch programming. This kid's educational book explores the world of coding and is full of facts kids will love reading.While learning to read, kids will also: - Learn about what coding is - Explore the world of early computers- Discover coding languages and coding today- Enjoy cool coding tips and test their knowledgeTrusted by parents, teachers, and librarians, and loved by kids, DK's leveled series of kids reading books is now revised and updated. With shiny new jackets and brand-new nonfiction narrative content on the topics kids love, each book is written and reviewed by literacy experts and contains a glossary and index, making them the perfect choice for helping develop strong reading habits for kids ages 3-11. Add other Level 2 titles to your collection covering a range of topics like LEGO City: Heroes to the Rescue: Find Out How They Keep the City Safe, What Is An Election?, Hello Hedgehog, Amazing Bees, Life In The Stone Age, many Star Wars titles and more.

DK Readers Level 2: The Story of Coding, First American Edition

by James Floyd Kelly

This book is part of an exciting four-level reading series for children, developing the habit of reading widely for both pleasure and information. These chapter books have a compelling main narrative to suit your child's reading ability. Each book is designed to develop your child's reading skills, fluency, grammar awareness, and comprehension in order to build confidence and engagement when reading.

DKfindout! Coding (DK findout!)

by DK

Supporting STEM-based learning, this fun, fact-filled book for kids ages 6–9 explores the programming that makes our world work, in everyday objects from traffic lights to vending machines. Educating young readers through a combination of close-up images, quirky trivia facts, quiz questions, and fascinating tidbits, it&’s the perfect book for any reader who can&’t get enough of coding.How much did the first laptop weigh? What exactly is a computer bug? How many calculations can the world&’s fastest computer perform in a single second? Find out the answers to these questions and more in DKfindout! Coding, which features photographs and illustrations of gadgets, games, and coding geniuses like Ada Lovelace and Alan Turing. Beginning in the mid-1800s, readers can trace the path of coding pioneers from the birth of the first computer all the way to today&’s tech boom. Along the way, they&’ll learn about the fundamentals of coding languages like Java and Python—including their application in everything from cars to calculators—and how coding continues to revolutionize tech, gaming, medicine, space travel, and more.Vetted by educational consultants, the DKfindout! series drives kids ages 6–9 to become experts on more than 30 of their favorite STEM- and history-related subjects, whether Vikings, volcanoes, or robots. This series covers the subjects that kids really want to learn about—ones that have a direct impact on the world around them, like climate change, space exploration, and rapidly evolving technology—making learning fun through amazing images, stimulating quizzes, and cutting-edge information. The DKfindout! series is one that kids will want to turn to again and again.

DNA Computing Based Genetic Algorithm: Applications in Industrial Process Modeling and Control

by Yong Zhu Ridong Zhang Jili Tao

This book focuses on the implementation, evaluation and application of DNA/RNA-based genetic algorithms in connection with neural network modeling, fuzzy control, the Q-learning algorithm and CNN deep learning classifier. It presents several DNA/RNA-based genetic algorithms and their modifications, which are tested using benchmarks, as well as detailed information on the implementation steps and program code. In addition to single-objective optimization, here genetic algorithms are also used to solve multi-objective optimization for neural network modeling, fuzzy control, model predictive control and PID control. In closing, new topics such as Q-learning and CNN are introduced. The book offers a valuable reference guide for researchers and designers in system modeling and control, and for senior undergraduate and graduate students at colleges and universities.

Refine Search

Showing 15,201 through 15,225 of 61,884 results