krainaksiazek introduction to computer programming using java 20054238

- znaleziono 92 produkty w 6 sklepach

Effective C - 2872204066

201,08 zł

Effective C No Starch Press,US

Książki / Literatura obcojęzyczna

A detailed introduction to the C programming language for experienced programmers. The world runs on code written in the C programming language, but most computer science programs only teach Java or Python as an introductory language. This book

Sklep: Libristo.pl

Software Development From A to Z - 2874800473

265,10 zł

Software Development From A to Z APress

Książki / Literatura obcojęzyczna

Understand the big picture of the software development process. We use software every day - operating systems, applications, document editing programs, home banking - but have you ever wondered who creates software and how it's created? This book guides you through the entire process, from conception to the finished product with the aid of user-centric design theory and tools.Software Development: From A to Z provides an overview of backend development - from databases to communication protocols including practical programming skills in Java and of frontend development - from HTML and CSS to npm registry and Vue.js framework. You'll also review quality assurance engineering, including the theory about different kind of tests and practicing end-to-end testing using Selenium.The topics that are covered do not require a deep knowledge of technology in general; anyone possessing basic computer and programming knowledge will be able to complete all the tasks and fully understand the concepts this book aims at delivering. You'll wear the hat of a project manager, product owner, designer, backend, frontend, QA and devops engineer, and find your favorite role.What You'll LearnUnderstand the processes and roles involved in the creation of softwareOrganize your ideas when building the concept of a new productExperience the work performed by other departments, their individual challenges, and how to overcome possible threatsImprove the ways departments can work with each otherGain ideas on how to improve communication and processes Who This Book Is For Anyone who is on a team that creates software and is curious to learn more about other departments involved. Those interested in a career change and want to learn about how software gets created.

Sklep: Libristo.pl

Leap Motion for Developers - 2861991474

259,97 zł

Leap Motion for Developers APress

Książki / Literatura obcojęzyczna

Develop apps and games using the Leap Motion sensor. This book starts with a brief introduction to Leap Motion, then covers getting the Leap Motion working and setting up a Leap Motion development environment. Leap Motion for Developers also covers the life cycle of how you interact with Leap Motion and the workflow of making a complete app. You'll see how to use different programming languages for simple and steady development.The next part of the book walks through the basics of Leap Motion with Python and Java. We will then work on using Leap Motion with Unity, where we will build an app using Unity and then add different functionality to it. In the last part we cover Unreal 4, Processing, and JavaScript for Leap Motion.What You Will Learn Look at the basics of Leap MotionDevelop apps for the Leap Motion sensorSee how different languages work with Leap MotionDiscover the future of Leap Motion Who This Book Is ForStudents, developers, game developers, and tech enthusiasts.

Sklep: Libristo.pl

Digital VLSI Design and Simulation with Verilog - 2878436942

634,32 zł

Digital VLSI Design and Simulation with Verilog John Wiley and Sons Ltd

Książki / Literatura obcojęzyczna

Master digital design with VLSI and Verilog using this up-to-date and comprehensive resource from leaders in the fieldDigital VLSI Design Problems and Solution with Verilog delivers an expertly crafted treatment of the fundamental concepts of digital design and digital design verification with Verilog HDL. The book includes the foundational knowledge that is crucial for beginners to grasp, along with more advanced coverage suitable for research students working in the area of VLSI design. Including digital design information from the switch level to FPGA-based implementation using hardware description language (HDL), the distinguished authors have created a one-stop resource for anyone in the field of VLSI design.Through eleven insightful chapters, you?ll learn the concepts behind digital circuit design, including combinational and sequential circuit design fundamentals based on Boolean algebra. You?ll also discover comprehensive treatments of topics like logic functionality of complex digital circuits with Verilog, using software simulators like ISim of Xilinx. The distinguished authors have included additional topics as well, like:* A discussion of programming techniques in Verilog, including gate level modeling, model instantiation, dataflow modeling, and behavioral modeling* A treatment of programmable and reconfigurable devices, including logic synthesis, introduction of PLDs, and the basics of FPGA architecture* An introduction to System Verilog, including its distinct features and a comparison of Verilog with System Verilog* A project based on Verilog HDLs, with real-time examples implemented using Verilog code on an FPGA boardPerfect for undergraduate and graduate students in electronics engineering and computer science engineering, Digital VLSI Design Problems and Solution with Verilogalso has a place on the bookshelves of academic researchers and private industry professionals in these fields.

Sklep: Libristo.pl

Pragmatic Scala 2e - 2866529356

144,00 zł

Pragmatic Scala 2e The Pragmatic Programmers

Książki / Literatura obcojęzyczna

Our industry is moving toward functional programming, but your object-oriented experience is still valuable. Scala combines the power of OO and functional programming, and "Pragmatic Scala" shows you how to work effectively with both. Updated to the latest version of Scala, with in-depth coverage of new features such as Akka actors, parallel collections, and tail call optimization, this book will show you how to create stellar applications.This thorough introduction to Scala will get you coding in this powerful language right away. You'll start from the familiar ground of Java and, with easy-to-follow examples, you'll learn how to create highly concise and expressive applications with Scala. You'll find out when and how to mix both imperative and functional style, and how to use parallel collections and Akka actors to create high-performance concurrent applications that effectively use multicore processors.Scala has evolved since the first edition of this book, and "Pragmatic Scala" is a significant update. We've revised each chapter, and added three new chapters and six new sections to explore the new features in Scala. You'll learn how to: Safely manage concurrency with parallel collections, futures, and Akka actors Create expressive readable code with value classes and improved implicit conversions Create strings from data with no sweat using string interpolation Create domain-specific languages with parser combinators* Optimize your recursions with tail call optimizationWhether you're interested in creating concise, robust single-threaded applications or highly expressive, thread-safe concurrent programs, this book has you covered.What You Need: The Scala compiler (2.x) and the JDK are required to make use of the concepts and the examples in this book.

Sklep: Libristo.pl

Compiler Design - 2873489745

411,72 zł

Compiler Design Springer-Verlag Berlin and Heidelberg GmbH & Co....

Książki / Literatura obcojęzyczna

While compilers for high-level programming languages are large complex software systems, they have particular characteristics that differentiate them from other software systems. Their functionality is almost completely well-defined - ideally there exist complete precise descriptions of the source and target languages. Additional descriptions of the interfaces to the operating system, programming system and programming environment, and to other compilers and libraries are often available. The book deals with the optimization phase of compilers. In this phase, programs are transformed in order to increase their efficiency. To preserve the semantics of the programs in these transformations, the compiler has to meet the associated applicability conditions. These are checked using static analysis of the programs. In this book the authors systematically describe the analysis and transformation of imperative and functional programs. In addition to a detailed description of important efficiency-improving transformations, the book offers a concise introduction to the necessary concepts and methods, namely to operational semantics, lattices, and fixed-point algorithms. This book is intended for students of computer science. The book is supported throughout with examples, exercises and program fragments.

Sklep: Libristo.pl

CUDA Application Design and Development - 2873614485

280,48 zł

CUDA Application Design and Development Elsevier Books

Książki / Literatura obcojęzyczna

As the computer industry retools to leverage massively parallel graphics processing units (GPUs), this book is designed to meet the needs of working software developers who need to understand GPU programming with CUDA and increase efficiency in their projects. "CUDA Application Design and Development" starts with an introduction to parallel computing concepts for readers with no previous parallel experience, and focuses on issues of immediate importance to working software developers: achieving high performance, maintaining competitiveness, analyzing CUDA benefits versus costs, and determining application lifespan. This book then details the thought behind CUDA and teaches how to create, analyze, and debug CUDA applications. Throughout, the focus is on software engineering issues: how to use CUDA in the context of existing application code, with existing compilers, languages, software tools, and industry-standard API libraries. Using an approach refined in a series of well-received articles at "Dr Dobb's Journal", author Rob Farber takes the reader step-by-step from fundamentals to implementation, moving from language theory to practical coding.Thsi title includes multiple examples building from simple to more complex applications in four key areas: machine learning, visualization, vision recognition, and mobile computing. It addresses the foundational issues for CUDA development: multi-threaded programming and the different memory hierarchy. It includes teaching chapters designed to give a full understanding of CUDA tools, techniques and structure. It presents CUDA techniques in the context of the hardware they are implemented on as well as other styles of programming that will help readers bridge into the new material.

Sklep: Libristo.pl

Multicopter Design and Control Practice - 2867159521

933,90 zł

Multicopter Design and Control Practice Springer Verlag, Singapore

Książki / Literatura obcojęzyczna

This book is the sister book to "Introduction to Multicopter Design and Control," which was published by Springer in 2017. It focuses on using a practical process to help the readers to deepen their understanding of multicopter design and control. New tools and new tutorials on multicopters are presented, which can help readers move from theory to practice. The book addresses eight main tasks: multicopter propulsion system design, multicopter modeling, multicopter sensor calibration, multicopter filter design, multicopter attitude controller design, multicopter set-position controller design, semi-autonomous multicopter flight control decision-making design, and multicopter fail-safe logic design. Each task consists of three step-by-step experiments, ranging from the introductory to more advanced levels: basic experiments, analysis experiments, and design experiments. The experiments presented here employ: (1) The most widely-used flight platform - multicopters - as a flight platform; (2) The most widely-used flight pilot hardware - Pixhawk - as a control platform; and (3) One of the most widely-used programming languages in the field of control engineering - MATLAB + Simulink - as a programming language. Based on the current advanced development concept "Model-Based Design" process, the three aspects mentioned above are closely linked. Each experiment is implemented in MATLAB and Simulink, and the simulation test is carried out on a built simulation platform. Readers can upload the controller to the Pixhawk autopilot using automatic code generation technology and form a closed loop with a given real-time simulator for Hardware-In-the-Loop (HIL) testing. Throughout the process, readers will be introduced to the basic process of model-based design, also including the composition, mathematical model and control of a multicopter. They will come to master a variety of modern tools, such as MATLAB+Simulink and FlightGear in the development and computer simulation, an HIL simulator, the Pixhawk autopilot, and remote control transmitter in the HIL simulation test. The design task also includes outdoor flight experiments, so that readers experience the full development process of a multicopter.

Sklep: Libristo.pl

Algorithms with JULIA - 2877635510

336,85 zł

Algorithms with JULIA Springer, Berlin

Książki / Literatura obcojęzyczna

This book provides an introduction to modern topics in scientific computing, using JULIA to illustrate the efficient implementation of algorithms. In addition to covering fundamental topics, such as optimization and solving systems of equations, it adds to the usual canon of computational science by including more advanced topics of practical importance. In particular, there is a focus on partial differential equations and systems thereof, which form the basis of many engineering applications. Several chapters also include material on machine learning (supervised and unsupervised learning). JULIA is a relatively new programming language which has developed with scientific and technical computing in mind. Its syntax is similar to other languages in this area, but it has been designed to embrace modern programming concepts. It is open source, and it comes with a compiler and an easy-to-use package system. Aimed at students of applied mathematics, computer science, engineering and bioinformatics, the book assumes only a basic knowledge of linear algebra and programming.

Sklep: Libristo.pl

Markov Chains - From Theory to Implementation and Experimentation - 2873020305

646,89 zł

Markov Chains - From Theory to Implementation and Experimentation John Wiley and Sons Ltd

Książki / Literatura obcojęzyczna

A fascinating and instructive guide to Markov chains for experienced users and newcomers alikeThis unique guide to Markov chains approaches the subject along the four convergent lines of mathematics, implementation, simulation, and experimentation. It introduces readers to the art of stochastic modeling, shows how to design computer implementations, and provides extensive worked examples with case studies.Markov Chains: From Theory to Implementation and Experimentation begins with a general introduction to the history of probability theory in which the author uses quantifiable examples to illustrate how probability theory arrived at the concept of discrete-time and the Markov model from experiments involving independent variables. An introduction to simple stochastic matrices and transition probabilities is followed by a simulation of a two-state Markov chain. The notion of steady state is explored in connection with the long-run distribution behavior of the Markov chain. Predictions based on Markov chains with more than two states are examined, followed by a discussion of the notion of absorbing Markov chains. Also covered in detail are topics relating to the average time spent in a state, various chain configurations, and n-state Markov chain simulations used for verifying experiments involving various diagram configurations.Fascinating historical notes shed light on the key ideas that led to the development of the Markov model and its variantsVarious configurations of Markov Chains and their limitations are explored at lengthNumerous examples--from basic to complex--are presented in a comparative manner using a variety of color graphicsAll algorithms presented can be analyzed in either Visual Basic, Java Script, or PHPDesigned to be useful to professional statisticians as well as readers without extensive knowledge of probability theoryCovering both the theory underlying the Markov model and an array of Markov chain implementations, within a common conceptual framework, Markov Chains: From Theory to Implementation and Experimentation is a stimulating introduction to and a valuable reference for those wishing to deepen their understanding of this extremely valuable statistical tool.Paul A. Gagniuc, PhD, is Associate Professor at Polytechnic University of Bucharest, Romania. He obtained his MS and his PhD in genetics at the University of Bucharest. Dr. Gagniuc's work has been published in numerous high profile scientific journals, ranging from the Public Library of Science to BioMed Central and Nature journals. He is the recipient of several awards for exceptional scientific results and a highly active figure in the review process for different scientific areas.

Sklep: Libristo.pl

Neural Data Science - 2878784075

349,32 zł

Neural Data Science Elsevier Science Publishing Co Inc

Książki / Literatura obcojęzyczna

While MATLAB remains a dominant computer language for scientific computing and analysis in neuroscience, it has become prohibitively expensive. This has created an opportunity for uptake of an alternative yet similar programming language - Python. This volume provides a beginner

Sklep: Libristo.pl

Software Development, Design and Coding - 2877777978

284,80 zł

Software Development, Design and Coding APress

Książki / Literatura obcojęzyczna

Learn the principles of good software design, and how to turn those principles into great code. This book introduces you to software engineering - from the application of engineering principles to the development of software. You'll see how to run a software development project, examine the different phases of a project, and learn how to design and implement programs that solve specific problems. It's also about code construction - how to write great programs and make them work.Whether you're new to programming or have written hundreds of applications, in this book you'll re-examine what you already do, and you'll investigate ways to improve. Using the Java language, you'll look deeply into coding standards, debugging, unit testing, modularity, and other characteristics of good programs. With Software Development, Design and Coding, a uthor and professor John Dooley distills his years of teaching and development experience to demonstrate practical techniques for great coding.What You'll LearnReview modern agile methodologies including Scrum and Lean programmingLeverage the capabilities of modern computer systems with parallel programmingWork with design patterns to exploit application development best practicesUse modern tools for development, collaboration, and source code controls Who This Book Is For Early career software developers, or upper-level students in software engineering courses

Sklep: Libristo.pl

Beginning Robotics with Raspberry Pi and Arduino - 2876118271

225,00 zł

Beginning Robotics with Raspberry Pi and Arduino APress

Książki / Literatura obcojęzyczna

Learn how to use a Raspberry Pi in conjunction with an Arduino to build a basic robot with advanced capabilities. Getting started in robotics does not have to be difficult. This book is an insightful and rewarding introduction to robotics and a catalyst for further directed study. Fully updated to cover the Raspberry Pi 4 with its better processor and memory, discover new ways to work with Computer Vision. You'll be led step by step through the process of building a robot that uses the power of a Linux based computer paired with the simplicity of Arduino. You'll learn why the Raspberry Pi is a great choice for a robotics platform; its strengths as well as its shortcomings; how to overcome these limitations by implementing an Arduino; and the basics of the Python programming language as well as some of the more powerful features. With the Raspberry Pi you can give your project the power of a Linux computer, while Arduino makes interacting with sensors and motors very easy. These two boards are complimentary in their functions; where one falters the other performs admirably. The book also includes references to other great works to help further your growth in the exciting, and now accessible, field of smart robotics. As a bonus, the final chapter of the book demonstrates the real power of the Raspberry Pi by implementing a basic vision system. Using OpenCV and a standard USB web cam, you will build a robot that can chase a ball. What You'll Learn Install Raspbian, the operating system that drives the Raspberry Pi Drive motors through an I2C motor controller Read data through sensors attached to an Arduino Who This Book Is For Hobbyists and students looking for a rapid start in robotics. It assumes no technical background. Readers are guided to pursue the areas that interest them in more detail as they learn.

Sklep: Libristo.pl

Algorithmic Thinking - 2878779067

200,88 zł

Algorithmic Thinking No Starch Press,US

Książki / Literatura obcojęzyczna

A hands-on, problem-based introduction to building algorithms and data structures to solve problems with a computer. Programming is about using a computer to solve problems, and algorithms and data structures are the building blocks of computer

Sklep: Libristo.pl

Genomics and Bioinformatics - 2871526273

754,22 zł

Genomics and Bioinformatics Cambridge University Press

Książki / Literatura obcojęzyczna

With the arrival of genomics and genome sequencing projects, biology has been transformed into an incredibly data-rich science. The vast amount of information generated has made computational analysis critical and has increased demand for skilled bioinformaticians. Designed for biologists without previous programming experience, this textbook provides a hands-on introduction to Unix, Perl and other tools used in sequence bioinformatics. Relevant biological topics are used throughout the book and are combined with practical bioinformatics examples, leading students through the process from biological problem to computational solution. All of the Perl scripts, sequence and database files used in the book are available for download at the accompanying website, allowing the reader to easily follow each example using their own computer. Programming examples are kept at an introductory level, avoiding complex mathematics that students often find daunting. The book demonstrates that even simple programs can provide powerful solutions to many complex bioinformatics problems.

Sklep: Libristo.pl

szukaj w Kangoo krainaksiazek introduction to computer programming using java 20054238

Sklepy zlokalizowane w miastach: Warszawa, Kraków, Łódź, Wrocław, Poznań, Gdańsk, Szczecin, Bydgoszcz, Lublin, Katowice

Szukaj w sklepach lub całym serwisie

1. Sklepy z krainaksiazek introduction to computer programming using java 20054238

2. Szukaj na wszystkich stronach serwisu

t1=0.04, t2=0, t3=0, t4=0.007, t=0.04

Dla sprzedawców

copyright © 2005-2024 Sklepy24.pl  |  made by Internet Software House DOTCOM RIVER