Specifik forhandler søgning


Din søgning gav: 32 resultater
  1. Billede af bogen Competitive Programming in Python

    Senest opdateret 20. maj

    Competitive Programming in Python

    Af Christoph Dürr, Jill-Jênn Vie

    fra 2021 på forlaget Cambridge University Press

    ISBN: 11-0871-682-6

    pris: 195 kr – stand: ★★★★★★

    Vægt: 467 gram

    All the algorithms, proofs, and implementations in Python you need to know for tech job interviews and coding competitions.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  2. Billede af bogen Book of Proof

    Senest opdateret 20. maj

    Book of Proof

    Af Richard H Hammack

    3. udgave fra 2018

    ISBN: 09-8947-212-4

    pris: 95 kr – stand: ★★★★★★

    Vægt: 690 gram

    This book is an introduction to the language and standard proof methods of mathematics. It is a bridge from the computational courses that students typically encounter in their first year of college to a more abstract outlook. It lays a foundation for more theoretical courses such as topology, analysis and abstract algebra.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  3. Billede af bogen Se frem

    Senest opdateret 20. maj

    Se frem

    Af Tor Nørretranders

    1. udgave fra 2017 på forlaget People's Press

    Oplag: 1

    ISBN: 87-7180-681-6

    pris: 180 kr – stand: ★★★★★★

    Vægt: 881 gram

    Fra opløsningstid til oplysningstid. Vær ikke bange. Det kan godt være, at det føles som om det hele går i opløsning i disse år: sandheden, samfundet, sjælefreden. Men en ny oplysningstid er på vej. Vi skal finde modet til at tænke selvstændigt og til at tænke på hinanden. Vi skal se frem. Det gør vi også hele tiden. Menneskehjernen er en forudsiger. Den skaber hele tiden forventninger og lærer af sine fejl. Vi kan forandre vores verden fordi vi kan forestille os en anden verden. Og virke for den ved at slippe fantasien løs. Se frem væver en række nye videnskabelige erkendelser sammen til et overraskende billede af mennesket som et fremadskuende væsen. Nu mangler vi bare at tage os selv alvorligt ved at se frem og løse klodens kriser så livet kan gives videre med nyt liv. Se frem spejler nutiden i oplysningstidens vision om friheden til at man hver især handler som man mener alle burde handle. Tor Nørretranders (f. 1955) er en dansk faglitterær forfatter. Han har i sine bøger beskæftiget sig med hvad det vil sige at være menneske. Tor skriver om alt fra naturvidenskabens rolle i den moderne kultur, over miljøproblemer, krig og fred, til fremtiden, kreativiteten, troens betydning og hvad vi skal have at spise. Forfatter til bøgerne Det udelelige (1985), Mærk verden (1991), Det generøse menneske (2002), Menneskeføde (2005) og Vær nær (2013)


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  4. Billede af bogen The C++ Programming Language

    Senest opdateret 20. maj

    The C++ Programming Language

    Af Bjarne Stroustrup

    4. udgave fra 2013 på forlaget Addison-Wesley Professional

    ISBN: 03-2195-832-2

    pris: 220 kr – stand: ★★★★★★

    Vægt: 1996 gram

    A complete rewrite and update of the world's most trusted and widely-read book on C++ - by its legendary creator, Bjarne Stoustrup!


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  5. Billede af bogen Elements of Programming Interviews

    Senest opdateret 20. maj

    Elements of Programming Interviews

    Af Adnan Aziz, Tsung-Hsien Lee, Amit Prakash

    fra 2018 på forlaget EPI

    ISBN: 14-7927-483-6

    pris: 270 kr – stand: ★★★★★★

    Vægt: 741 gram

    The core of EPI is a collection of over 300 problems with detailed solutions, including 100 figures, 250 tested programs, and 150 variants. The problems are representative of questions asked at the leading software companies. The book begins with a summary of the nontechnical aspects of interviewing, such as common mistakes, strategies for a great interview, perspectives from the other side of the table, tips on negotiating the best offer, and a guide to the best ways to use EPI. The technical core of EPI is a sequence of chapters on basic and advanced data structures, searching, sorting, broad algorithmic principles, concurrency, and system design. Each chapter consists of a brief review, followed by a broad and thought-provoking series of problems. We include a summary of data structure, algorithm, and problem solving patterns.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  6. Billede af bogen Learning Go

    Senest opdateret 20. maj

    Learning Go

    Af Jon Bodner

    fra 2021 på forlaget O'Reilly Media

    ISBN: 14-9207-721-6

    pris: 240 kr – stand: ★★★★★★

    Vægt: 534 gram

    Go is rapidly becoming the preferred language for building web services. There are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages. But tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go. No matter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner reveals design patterns that experienced Go developers have adopted and the rationale for them. You'll learn how to structure your project and choose the proper tools and libraries to create successful software. Learn how to write idiomatic code in Go and design a Go project Understand the reasons for the design decisions in Go Set up a Go development environment for a solo developer or team Learn how and when to use reflection, unsafe, and CGo Learn how Go's features allow the language to run efficiently Know which Go features you should use sparingly, or not at all Learn the future of Go, including Generics


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  7. Billede af bogen Guide to Competitive Programming

    Senest opdateret 20. maj

    Guide to Competitive Programming

    Af Antti Laaksonen

    2. udgave fra 2020 på forlaget Springer

    ISBN: 30-3039-356-4

    pris: 195 kr – stand: ★★★★★★

    Vægt: 508 gram

    Building on what already is the most comprehensive introduction to competitive programming, this enhanced new textbook features new material on advanced topics, such as calculating Fourier transforms, finding minimum cost flows in graphs, and using automata in string problems. Critically, the text accessibly describes and shows how competitive programming is a proven method of implementing and testing algorithms, as well as developing computational thinking and improving both programming and debugging skills. Topics and features: introduces dynamic programming and other fundamental algorithm design techniques, and investigates a wide selection of graph algorithms; compatible with the IOI Syllabus, yet also covering more advanced topics, such as maximum flows, Nim theory, and suffix structures; surveys specialized algorithms for trees, and discusses the mathematical topics that are relevant in competitive programming; reviews the features of the C++ programming language, and describes how to create efficient algorithms that can quickly process large data sets; discusses sorting algorithms and binary search, and examines a selection of data structures of the C++ standard library; covers such advanced algorithm design topics as bit-parallelism and amortized analysis, and presents a focus on efficiently processing array range queries; describes a selection of more advanced topics, including square-root algorithms and dynamic programming optimization. Fully updated, expanded and easy to follow, this core textbook/guide is an ideal reference for all students needing to learn algorithms and to practice for programming contests. Knowledge of programming basics is assumed, but previous background in algorithm design or programming contests is not necessary. With its breadth of topics, examples and references, the book is eminently suitable for both beginners and more experienced readers alike.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  8. Billede af bogen Get Programming with Go

    Senest opdateret 20. maj

    Get Programming with Go

    Af Nathan Youngman, Roger Peppe

    fra 2018 på forlaget Manning

    ISBN: 16-1729-309-1

    pris: 170 kr – stand: ★★★★★★

    Vægt: 640 gram

    Summary Get Programming with Go introduces you to the powerful Go language without confusing jargon or high-level theory. By working through 32 quick-fire lessons, you'll quickly pick up the basics of the innovative Go programming language! Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Go is a small programming language designed by Google to tackle big problems. Large projects mean large teams with people of varying levels of experience. Go offers a small, yet capable, language that can be understood and used by anyone, no matter their experience. About the Book Hobbyists, newcomers, and professionals alike can benefit from a fast, modern language; all you need is the right resource! Get Programming with Go provides a hands-on introduction to Go language fundamentals, serving as a solid foundation for your future programming projects. You'll master Go syntax, work with types and functions, and explore bigger ideas like state and concurrency, with plenty of exercises to lock in what you learn. What's inside Language concepts like slices, interfaces, pointers, and concurrency Seven capstone projects featuring spacefaring gophers, Mars rovers, ciphers, and simulations All examples run in the Go Playground - no installation required! About the Reader This book is for anyone familiar with computer programming, as well as anyone with the desire to learn. About the Author Nathan Youngman organizes the Edmonton Go meetup and is a mentor with Canada Learning Code. Roger Peppé contributes to Go and runs the Newcastle upon Tyne Go meetup. Table of Contents Unit 0 - GETTING STARTED Get ready, get set, Go Unit 1 - IMPERATIVE PROGRAMMING A glorified calculator Loops and branches Variable scope Capstone: Ticket to Mars Unit 2 - TYPES Real numbers Whole numbers Big numbers Multilingual text Converting between types Capstone: The Vigenère cipher Unit 3 - BUILDING BLOCKS Functions Methods First-class functions Capstone: Temperature tables Unit 4 - COLLECTIONS Arrayed in splendor Slices: Windows into arrays A bigger slice The ever-versatile map Capstone: A slice of life Unit 5 - STATE AND BEHAVIOR A little structure Go's got no class Composition and forwarding Interfaces Capstone: Martian animal sanctuary Unit 6 - DOWN THE GOPHER HOLE A few pointers Much ado about nil To err is human Capstone: Sudoku rules Unit 7 - CONCURRENT PROGRAMMING Goroutines and concurrency Concurrent state Capstone: Life on Mars


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  9. Billede af bogen Network Programming with Go

    Senest opdateret 20. maj

    Network Programming with Go

    Af Adam Woodbeck

    fra 2021 på forlaget No Starch Press

    ISBN: 17-1850-088-4

    pris: 240 kr – stand: ★★★★★★

    Vægt: 755 gram

    Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy. Build simple, reliable, network software Combining the best parts of many other programming languages, Go is fast, scalable, and designed for high-performance networking and multiprocessing. In other words, it’s perfect for network programming. Network Programming with Go will help you leverage Go to write secure, readable, production-ready network code. In the early chapters, you’ll learn the basics of networking and traffic routing. Then you’ll put that knowledge to use as the book guides you through writing programs that communicate using TCP, UDP, and Unix sockets to ensure reliable data transmission. As you progress, you’ll explore higher-level network protocols like HTTP and HTTP/2 and build applications that securely interact with servers, clients, and APIs over a network using TLS. You'll also learn: Internet Protocol basics, such as the structure of IPv4 and IPv6, multicasting, DNS, and network address translation Methods of ensuring reliability in socket-level communications Ways to use handlers, middleware, and multiplexers to build capable HTTP applications with minimal code Tools for incorporating authentication and encryption into your applications using TLS Methods to serialize data for storage or transmission in Go-friendly formats like JSON, Gob, XML, and protocol buffers Ways of instrumenting your code to provide metrics about requests, errors, and more Approaches for setting up your application to run in the cloud (and reasons why you might want to) Network Programming with Go is all you’ll need to take advantage of Go’s built-in concurrency, rapid compiling, and rich standard library. Covers Go 1.15 (Backward compatible with Go 1.12 and higher)


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  10. Billede af bogen Hands-On RESTful Web Services with Go, Second Edition

    Senest opdateret 20. maj

    Hands-On RESTful Web Services with Go, Second Edition

    Af Naren Yellavula

    2. udgave fra 2020 på forlaget Packt

    ISBN: 18-3864-357-7

    pris: 195 kr – stand: ★★★★★★

    Vægt: 750 gram

    Hands-On Restful Web Services with Go will help you in understanding the fundamentals of REST and enable you to quickly develop graceful API with the help of Golang's open-source tools and libraries. It can be a developer guide in general that covers all key aspects of API development and standard architecture patterns in application development.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



betalings kort