Produkt zum Begriff Code:
-
Code: The Hidden Language of Computer Hardware and Software
The classic guide to how computers work, updated with new chapters and interactive graphics"For me, Code was a revelation. It was the first book about programming that spoke to me. It started with a story, and it built up, layer by layer, analogy by analogy, until I understood not just the Code, but the System. Code is a book that is as much about Systems Thinking and abstractions as it is about code and programming. Code teaches us how many unseen layers there are between the computer systems that we as users look at every day and the magical silicon rocks that we infused with lightning and taught to think."- Scott Hanselman, Partner Program Director, Microsoft, and host of HanselminutesComputers are everywhere, most obviously in our laptops and smartphones, but also our cars, televisions, microwave ovens, alarm clocks, robot vacuum cleaners, and other smart appliances. Have you ever wondered what goes on inside these devices to make our lives easier but occasionally more infuriating?For more than 20 years, readers have delighted in Charles Petzold's illuminating story of the secret inner life of computers, and now he has revised it for this new age of computing. Cleverly illustrated and easy to understand, this is the book that cracks the mystery. You'll discover what flashlights, black cats, seesaws, and the ride of Paul Revere can teach you about computing, and how human ingenuity and our compulsion to communicate have shaped every electronic device we use. This new expanded edition explores more deeply the bit-by-bit and gate-by-gate construction of the heart of every smart device, the central processing unit that combines the simplest of basic operations to perform the most complex of feats. Petzold's companion website, CodeHiddenLanguage.com, uses animated graphics of key circuits in the book to make computers even easier to comprehend. In addition to substantially revised and updated content, new chapters include:Chapter 18: Let's Build a Clock!Chapter 21: The Arithmetic Logic UnitChapter 22: Registers and BussesChapter 23: CPU Control SignalsChapter 24: Jumps, Loops, and CallsChapter 28: The World BrainFrom the simple ticking of clocks to the worldwide hum of the internet, Code reveals the essence of the digital revolution.
Preis: 28.88 € | Versand*: 0 € -
Good Code, Bad Code: Think like a software engineer
"Helps explain some of the knowledge gaps between enthusiastic new graduates and grouchy old gray beards like myself." - Joe IvansPractical techniques for writing code that is robust, reliable, and easy for team members to understand and adapt.Good code or bad code? The difference often comes down to how you apply the conventions, style guides, and other established practices of the software development community. In Good Code, Bad Code you'll learn how to boost your effectiveness and productivity with code development insights normally only learned through years of experience, careful mentorship, and hundreds of code reviews.In Good Code, Bad Code you'll learn how to:- Think about code like an effective software engineer- Write functions that read like a well-structured sentence- Ensure code is reliable and bug free- Effectively unit test code- Identify code that can cause problems and improve it- Write code that is reusable and adaptable to new requirements- Improve your medium and long-term productivity- Save you and your team's timeabout the technologyCoding in a development team requires very different skills to working on personal projects. Successful software engineers need to ensure that their code is reusable, maintainable, and easy for others to understand and adapt.about the bookGood Code, Bad Code is a shortcut guide to writing high-quality code. Your mentor is Google veteran Tom Long, who lays out lessons and mindsets that will take your code from junior developer to senior engineer. This instantly-useful book distils the principles of professional coding into one comprehensive and hands-on beginner's guide.You'll start with a jargon-free primer to coding fundamentals that teaches you to think about abstractions, consider your fellow engineers, and write code that can recover from errors. Next, you'll dive into specific techniques and practices. You'll run through common coding practices to learn when to apply the right technique to your problemand which might be best avoided! All practices are illustrated with annotated code samples written in an instantly recognizable pseudocode that you can relate to your favourite object-oriented language. By the time you're done, you'll be writing the kind of readable, reusable, and testable code that's the mark of a true software professional.about the readerFor coders looking to improve their experience in professional software development.about the authorTom Long is a software engineer at Google. He works as a tech lead, mentoring and teaching professional coding practices to new graduates and beginner software engineers.
Preis: 49.21 € | Versand*: 0 € -
Clean Code: A Handbook of Agile Software Craftsmanship
Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way.Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a better programmer–but only if you work at it.What kind of work will you be doing? You’ll be reading code–lots of code. And you will be challenged to think about what’s right about that code, and what’s wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft.Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code–of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and “smells” gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code.Readers will come away from this book understanding How to tell the difference between good and bad code How to write good code and how to transform bad code into good code How to create good names, good functions, good objects, and good classes How to format code for maximum readability How to implement complete error handling without obscuring code logic How to unit test and practice test-driven developmentThis book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.
Preis: 22.46 € | Versand*: 0 € -
Code That Fits in Your Head: Heuristics for Software Engineering
How to Reduce Code Complexity and Develop Software More Sustainably"Mark Seemann is well known for explaining complex concepts clearly and thoroughly. In this book he condenses his wide-ranging software development experience into a set of practical, pragmatic techniques for writing sustainable and human-friendly code. This book will be a must-read for every programmer." --Scott Wlaschin, author of Domain Modeling Made FunctionalCode That Fits in Your Head offers indispensable, practical advice for writing code at a sustainable pace and controlling the complexity that causes projects to spin out of control. Reflecting decades of experience helping software teams succeed, Mark Seemann guides you from zero (no code) to deployed features and shows how to maintain a good cruising speed as you add functionality, address cross-cutting concerns, troubleshoot, and optimize. You'll find valuable ideas, practices, and processes for key issues ranging from checklists to teamwork, encapsulation to decomposition, API design to unit testing.Seemann illuminates his insights with code examples drawn from a complete sample project. Written in C#, they're designed to be clear and useful to anyone who uses any object-oriented language including Java , C++, and Python. To facilitate deeper exploration, all code and extensive commit messages are available for download.Choose mindsets and processes that work, and escape bad metaphors that don'tUse checklists to liberate yourself, improving outcomes with the skills you already haveGet past analysis paralysis by creating and deploying a vertical slice of your applicationCounteract forces that lead to code rot and unnecessary complexityMaster better techniques for changing code behaviorDiscover ways to solve code problems more quickly and effectivelyThink more productively about performance and securityIf you've ever suffered through bad projects or had to cope with unmaintainable legacy code, this guide will help you make things better next time and every time. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Preis: 29.95 € | Versand*: 0 €
-
Wie lautet der Code für das Netzwerk?
Es tut mir leid, aber ich kann Ihnen keinen Code für ein bestimmtes Netzwerk geben, da ich nicht über Informationen zu spezifischen Netzwerken verfüge. Der Code für ein Netzwerk kann je nach Art des Netzwerks und den Sicherheitseinstellungen variieren. Es ist am besten, den Netzwerkadministrator oder den Anbieter des Netzwerks um den Code zu bitten.
-
Ist QR-Code-Freeware oder Open-Source-Software?
Ein QR-Code ist weder Freeware noch Open-Source-Software. Ein QR-Code ist eine Art zweidimensionaler Barcode, der Informationen in Form von schwarzen Punkten auf einem weißen Hintergrund darstellt. Es handelt sich dabei um eine Technologie, die von verschiedenen Unternehmen und Organisationen entwickelt wurde und frei genutzt werden kann. Es gibt jedoch verschiedene Softwarelösungen, die QR-Codes generieren können, von denen einige Freeware oder Open-Source sein können.
-
Welche Software ist besser: Visual Studio Code oder PyCharm?
Die Frage nach der besseren Software hängt von den individuellen Bedürfnissen und Vorlieben ab. Visual Studio Code ist ein leichtgewichtiger und vielseitiger Code-Editor, der für verschiedene Programmiersprachen verwendet werden kann. PyCharm hingegen ist eine spezialisierte IDE für Python-Entwicklung mit umfangreichen Funktionen und Integrationen. Es kommt also darauf an, ob man einen allgemeinen Code-Editor oder eine spezialisierte Python-Entwicklungsumgebung benötigt.
-
Welche Software ist besser: NetBeans oder Visual Studio Code?
Die Frage nach der besseren Software hängt von den individuellen Bedürfnissen und Vorlieben ab. NetBeans ist eine integrierte Entwicklungsumgebung (IDE) für Java, während Visual Studio Code eine leichtgewichtige Code-Editor-Software ist, die für verschiedene Programmiersprachen verwendet werden kann. NetBeans bietet eine umfangreiche Unterstützung für Java-Entwicklung, während Visual Studio Code durch seine Erweiterbarkeit und Anpassungsfähigkeit punktet. Letztendlich sollte die Wahl der Software von den spezifischen Anforderungen des Projekts und den persönlichen Präferenzen abhängen.
Ähnliche Suchbegriffe für Code:
-
Fahrrad-Kettenschloss mit Zahlenkombination Sicherheit Stufe 9/15 Axa-Basta Absolute Code
Kette für den täglichen Gebrauch, perfekt geeignet für kurz- bis mittelfristiges Parken oder wenn sie als zweites Fahrradschloss verwendet wird.Das Absolute verwendet ein integriertes Schlossgehäuse mit automatischem Einrasten.Der vierstellige Code kann nach Belieben eingestellt werden.Diese Kette verfügt über modische Edelstahldetails, die sie zu einer Bereicherung für jedes Fahrrad machen.Die stabile Polyesterhülse schützt Ihr Fahrrad vor Beschädigungen.Sicherheitsstufe 7Kette aus gehärtetem StahlSchneidkraft bis zu 35 kNStarke Polyesterhülse schützt vor BeschädigungenIntegriertes Schlossgehäuse mit automatischem Einrastenpersönlicher 4-stelliger CodeEdelstahldetails
Preis: 30.92 € | Versand*: 7.4900 € -
Code Shifter
Code Shifter
Preis: 11.14 € | Versand*: 0.00 € -
Code Complete
Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking—and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project
Preis: 25.67 € | Versand*: 0 € -
Code Vein
Code Vein
Preis: 17.85 € | Versand*: 0.00 €
-
Spricht man Code Geass "Code Giess" oder "Code Giass" aus?
Code Geass wird in der Regel "Code Giess" ausgesprochen.
-
Kann man PC-Spiele ohne Code installieren?
Nein, in der Regel benötigt man einen Aktivierungscode, um PC-Spiele zu installieren. Dieser Code wird oft beim Kauf des Spiels mitgeliefert oder kann online erworben werden. Ohne den Code ist es normalerweise nicht möglich, das Spiel zu installieren.
-
Warum kommt der PC-Code nicht an?
Es gibt mehrere mögliche Gründe, warum der PC-Code nicht ankommt. Es könnte ein Problem mit der Internetverbindung geben, sodass die Daten nicht erfolgreich übertragen werden können. Es könnte auch sein, dass der Code falsch eingegeben wurde oder dass es ein Problem mit dem Empfänger gibt, der den Code nicht richtig verarbeitet.
-
Wie kann die Code-Optimierung sowohl die Leistung als auch die Sicherheit von Software verbessern?
Durch Code-Optimierung können ineffiziente Teile des Codes identifiziert und verbessert werden, was die Leistung der Software insgesamt verbessert. Darüber hinaus können durch die Optimierung Sicherheitslücken und potenzielle Angriffspunkte im Code entdeckt und behoben werden, was die Sicherheit der Software erhöht. Eine optimierte Codebasis ermöglicht es auch, Ressourcen effizienter zu nutzen und die Auslastung von Systemressourcen zu reduzieren, was die Leistung verbessert und die Anfälligkeit für Angriffe verringert. Schließlich kann die Code-Optimierung dazu beitragen, die Wartbarkeit des Codes zu verbessern, was wiederum die Möglichkeit von Sicherheitslücken und Leistungsproblemen in der Zukunft reduziert.
* Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.