krainaksiazek introduction to computer programming using java 20054238

- znaleziono 92 produkty w 6 sklepach

Introduction to Block Based Programming with Gamefroot: 2017 Edition - 2877770192

77,22 zł

Introduction to Block Based Programming with Gamefroot: 2017 Edition Createspace Independent Publishing Platform

Książki / Literatura obcojęzyczna

Give yourself a strong head start in computer programming with our TomorrowSKILLS books, which are published fresh in 2017. Through these books you will learn how programming works and how simple programs may be created using ready-made resources and moder

Sklep: Libristo.pl

Introduction to 3D Game Programming with DirectX 12 - 2878771958

238,17 zł

Introduction to 3D Game Programming with DirectX 12 Mercury Learning & Information

Książki / Literatura obcojęzyczna

This updated bestseller provides an introduction to programming interactive computer graphics, with an emphasis on game development using DirectX 12. The book is divided into three main parts: basic mathematical tools, fundamental tasks in Direct3D, and te

Sklep: Libristo.pl

Introduction to 3D Game Programming w DirectX11 - 2878292960

200,88 zł

Introduction to 3D Game Programming w DirectX11 MERCURY LEARNING & INFORMATION

Książki / Literatura obcojęzyczna

This updated bestseller provides an introduction to programming interactive computer graphics, with an emphasis on game development using DirectX 11. The book is divided into three main parts: basic mathematical tools, fundamental tasks in Direct3D, and techniques and special effects. It includes new Direct3D 11 features such as hardware tessellation, the compute shader, dynamic shader linkage and covers advanced rendering techniques such as screen-space ambient occlusion, level-of-detail handling, cascading shadow maps, volume rendering, and character animation. It also includes a companion CD-ROM with code and figures.

Sklep: Libristo.pl

Introduction to Deep Learning Using R - 2861886616

310,52 zł

Introduction to Deep Learning Using R APress

Książki / Literatura obcojęzyczna

Understand deep learning, the nuances of its different models, and where these models can be applied.The abundance of data and demand for superior products/services have driven the development of advanced computer science techniques, among them image and speech recognition. Introduction to Deep Learning Using R provides a theoretical and practical understanding of the models that perform these tasks by building upon the fundamentals of data science through machine learning and deep learning. This step-by-step guide will help you understand the disciplines so that you can apply the methodology in a variety of contexts. All examples are taught in the R statistical language, allowing students and professionals to implement these techniques using open source tools.What You'll LearnUnderstand the intuition and mathematics that power deep learning modelsUtilize various algorithms using the R programming language and its packagesUse best practices for experimental design and variable selectionPractice the methodology to approach and effectively solve problems as a data scientistEvaluate the effectiveness of algorithmic solutions and enhance their predictive powerWho This Book Is ForStudents, researchers, and data scientists who are familiar with programming using R. This book also is also of use for those who wish to learn how to appropriately deploy these algorithms in applications where they would be most useful.

Sklep: Libristo.pl

Introduction To Web Development Using Html 5 - 2847182586

619,99 zł

Introduction To Web Development Using Html 5

Książki Obcojęzyczne>Angielskie>Computing & information technology>Computer programming / software development>Web programming

0x0139daa900000000

Sklep: Gigant.pl

Introduction To Parallel Computing Using Matlab - 2857242781

139,99 zł

Introduction To Parallel Computing Using Matlab

Książki Obcojęzyczne>Angielskie>Computing & information technology>Computer programming / software development>Programming & scripting lan...

0x00a8471500000000

Sklep: Gigant.pl

An Introduction To Survival Analysis Using Stata - 2846945030

459,99 zł

An Introduction To Survival Analysis Using Stata

Książki Obcojęzyczne>Angielskie>Computing & information technology>Business applications>Mathematical & statistical softwareKsiążki Obcoję...

0x0083ce7f00000000

Sklep: Gigant.pl

Dynamic Programming - 2867145204

1137,51 zł

Dynamic Programming Springer-Verlag Berlin and Heidelberg GmbH & Co....

Książki / Literatura obcojęzyczna

This book provides a practical introduction to computationally solving discrete optimization problems using dynamic programming. From the unusually numerous and varied examples presented, readers should more easily be able to formulate dynamic programming solutions to their own problems of interest. §We also provide and describe the design, implementation, and use of a software tool, named DP2PN2Solver, that has been used to numerically solve all of the problems presented earlier in the book. This computational tool can be used by students to solve academic problems if this book is used in coursework, and by practitioners to solve many real-world problems if the state space is not too large. §Finally, this book is also a research monograph that describes a novel application of Petri net theory. DP2PN2Solver takes user input in the form of the DP functional equation for a problem, automatically constructs a Petri net model, called a Bellman net, as an internal computer representation for the DP problem, and then generates from the Bellman net the numerical solution for the DP problem. This solution can be obtained using Java, a spreadsheet, a Petri net tool, and other systems.

Sklep: Libristo.pl

Modern Multithreading - Implementing, Testing and Debugging Multithreaded Java and C++/Pthreads/Win3 2 Programs - 2862010622

601,66 zł

Modern Multithreading - Implementing, Testing and Debugging Multithreaded Java and C++/Pthreads/Win3 2 Programs John Wiley & Sons Inc

Książki / Literatura obcojęzyczna

Master the essentials of concurrent programming, including testing and debugging. This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem solving skills. Moreover, the textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interface. The authors have developed and fine tuned this book through the concurrent programming courses they have taught for the past twenty years. The material, which emphasizes practical tools and techniques to solve concurrent programming problems, includes original results from the authors research. Chapters include: introduction to concurrent programming; the critical section problem; semaphores and locks Monitors; message passing; message passing in distributed programs; and testing and debugging concurrent programs.As an aid to both students and instructors, class libraries have been implemented to provide working examples of all the material that is covered. These libraries and the testing techniques they support can be used to assess student written programs. Each chapter includes exercises that build skills in program writing and help ensure that readers have mastered the chapter's key concepts. The source code for all the listings in the text and for the synchronization libraries is also provided, as well as startup files and test cases for the exercises. This textbook is designed for upper level undergraduates and graduate students in computer science. With its abundance of practical material and inclusion of working code, coupled with an emphasis on testing and debugging, it is also a highly useful reference for practicing programmers.

Sklep: Libristo.pl

Java Challenges - 2866544699

284,80 zł

Java Challenges APress

Książki / Literatura obcojęzyczna

Expand your knowledge of Java with this entertaining learning guide, which features 100+ exercises and programming challenges. Java Challenges will prepare you for your next exam or job interview, and covers many practical topics, such as strings, arrays, data structures, recursion, and date and time. The APIs and other material included in this book are Java 17 compatible.Each topic is addressed in its own separate chapter, starting with an introduction to the basics and followed by multiple exercises of varying degrees of difficulty, helping you to improve your programming skills effectively. Detailed sample solutions, including the algorithms used for all tasks, are included to maximize your understanding of each area. Author Michael Inden also describes alternative solutions and analyzes possible pitfalls and typical errors. Three appendices round out the book: one covering JShell, which is often helpful for trying out the code snippets and examples in the book, followed by an introduction to JUnit 5 for unit testing and verifying solutions, while the final appendix explains O-notation for estimating performance.After reading this book, you'll be prepared to take the next step in your career or tackle your next personal project. All source code is freely available for download via the Apress website.What You Will Learn Improve your Java knowledge by solving enjoyable but challenging programming puzzles Solve mathematical problems, recursions, strings, arrays and moreManage data processing and data structures like lists, sets, mapsHandle advanced recursion as well as binary trees, sorting and searching Gamify key fundamentals for fun and easier reinforcement Who This Book Is ForProfessional software developers, makers, as well as computer science teachers and students. At least some prior experience with Java programming is recommended.

Sklep: Libristo.pl

Reactive Streams in Java - 2867141227

151,34 zł

Reactive Streams in Java APress

Książki / Literatura obcojęzyczna

Get an easy introduction to reactive streams in Java to handle concurrency, data streams, and the propagation of change in today's applications. This compact book includes in-depth introductions to RxJava, Akka Streams, and Reactor, and integrates the latest related features from Java 9 and 11, as well as reactive streams programming with the Android SDK.Reactive Streams in Java explains how to manage the exchange of stream data across an asynchronous boundary-passing elements on to another thread or thread-pool-while ensuring that the receiving side is not forced to buffer arbitrary amounts of data which can reduce application efficiency. After reading and using this book, you'll be proficient in programming reactive streams for Java in order to optimize application performance, and improve memory management and data exchanges. What You Will LearnDiscover reactive streams and how to use themWork with the latest features in Java 9 and Java 11Apply reactive streams using RxJavaProgram using Akka StreamsCarry out reactive streams programming in AndroidWho This Book Is ForExperienced Java programmers.

Sklep: Libristo.pl

Think Java - 2862146031

201,08 zł

Think Java O'Reilly Media, Inc, USA

Książki / Literatura obcojęzyczna

Think Java is a hands-on introduction to computer science and programming used by many universities and high schools around the world. Its conciseness, emphasis on vocabulary, and informal tone make it particularly appealing for readers with litt

Sklep: Libristo.pl

Java Concurrency in Practice - 2877859681

245,10 zł

Java Concurrency in Practice Pearson Education

Książki / Literatura obcojęzyczna

"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book." - Martin Buchholz JDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems." - Doron Rajwan Research Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover." - Ted Neward Author of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance." - Kirk Pepperdine CTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it." - Dr. Cliff Click Senior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today." -Dr. Heinz Kabutz The Java Specialists' Newsletter "I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book." - Bruce Tate Author of Beyond Java"Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere." - Bill Venners Author of Inside the JavaVirtual Machine Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them. However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:* Basic concepts of concurrency and thread safety* Techniques for building and composing thread-safe classes* Using the concurrency building blocks in java.util.concurrent* Performance optimization dos and don'ts* Testing concurrent programs* Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

Sklep: Libristo.pl

Learning C# by Programming Games - 2826778562

285,10 zł

Learning C# by Programming Games Springer-Verlag Berlin and Heidelberg GmbH & Co....

Książki / Literatura obcojęzyczna

C sharp is the language of choice for learning how to program. It is a very well structured object-oriented language and avoids some of the problems of Java. An excellent free programming environment is available for C sharp, as well as a game programming framework. And (if necessary) moving from C sharp to C++ is easy. §Developing computer games is a perfect way to learn how to program in modern programming languages. This book teaches how to program in C sharp through the creation of computer games and without requiring any previous programming experience. §Contrary to most programming books, Egges, Fokker and Overmars do not organize the presentation according to programming language constructs, but instead use the structure and elements of computer games as a framework. For instance, there are chapters on dealing with player input, game objects, game worlds, game states, levels, animation, physics, and intelligence. The reader will be guided through the development of four games showing the various aspects of game development. Starting with a simple shooting game, the authors move on to puzzle games consisting of multiple levels, and conclude the book by developing a full-fledged platform game with animation, game physics, and intelligent enemies. They show a number of commonly used techniques in games, such as drawing layers of sprites, rotating, scaling and animating sprites, showing a heads-up display, dealing with physics, handling interaction between game objects, and creating pleasing visual effects such as snow or glitter. At the same time, they provide a thorough introduction to C sharp and object-oriented programming, introducing step by step important aspects of programming in general, including many programming constructs and idioms, syntax diagrams, collections, and exception handling.§The book is also designed to be used as a basis for a game-oriented programming course. Each part concludes with exercises and challenges, which are generally more complex programming endeavors. Lots of supplementary materials for organizing such a course are available on the accompanying web site including installation instructions, solutions to the exercises, software installation instructions, game sprites and sounds.

Sklep: Libristo.pl

Primer on Scientific Programming with Python - 2877869541

337,16 zł

Primer on Scientific Programming with Python Springer-Verlag Berlin and Heidelberg GmbH & Co....

Książki / Literatura obcojęzyczna

The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology and finance. The book teaches "Matlab-style" and procedural programming as well as object-oriented programming. High school mathematics is a required background and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science.§§From the reviews: Langtangen ... does an excellent job of introducing programming as a set of skills in problem solving. He guides the reader into thinking properly about producing program logic and data structures for modeling real-world problems using objects and functions and embracing the object-oriented paradigm. ... Summing Up: Highly recommended. §§F. H. Wild III, Choice, Vol. 47 (8), April 2010§§Those of us who have learned scientific programming in Python 'on the streets' could be a little jealous of students who have the opportunity to take a course out of Langtangen's Primer."§ John D. Cook, The Mathematical Association of America, September 2011§§This book goes through Python in particular, and programming in general, via tasks that scientists will likely perform. It contains valuable information for students new to scientific computing and would be the perfect bridge between an introduction to programming and an advanced course on numerical methods or computational science.§ Alex Small, IEEE, CiSE Vol. 14 (2), March _ /April 2012 §§"This fourth edition is a§wonderful, inclusive textbook that covers pretty much everything one needs to§know to go from zero to fairly sophisticated scientific programming in Python..."§Joan Horvath, Computing Reviews, March§2015 §§

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.038, t2=0, t3=0, t4=0.013, t=0.038

Dla sprzedawców

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