[PDF] 40 Algoritmi Che Ogni Programmatore Deve Conoscere - eBooks Review

40 Algoritmi Che Ogni Programmatore Deve Conoscere


40 Algoritmi Che Ogni Programmatore Deve Conoscere
DOWNLOAD

Download 40 Algoritmi Che Ogni Programmatore Deve Conoscere PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get 40 Algoritmi Che Ogni Programmatore Deve Conoscere book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page



40 Algoritmi Che Ogni Programmatore Deve Conoscere


40 Algoritmi Che Ogni Programmatore Deve Conoscere
DOWNLOAD
Author : Imran Ahmad
language : it
Publisher: Apogeo Editore
Release Date : 2022-03-03T00:00:00+01:00

40 Algoritmi Che Ogni Programmatore Deve Conoscere written by Imran Ahmad and has been published by Apogeo Editore this book supported file pdf, txt, epub, kindle and other format this book has been release on 2022-03-03T00:00:00+01:00 with Computers categories.


Gli algoritmi hanno sempre avuto un ruolo importante nello studio come nella pratica dell'informatica e saperli applicare per risolvere problemi è un'abilità che qualsiasi programmatore deve possedere. Questo manuale insegna a conoscere e mostra come scegliere l'algoritmo più adatto al proprio scopo, comprendendone appieno il funzionamento. Dopo aver spiegato le caratteristiche base di un algoritmo e le tecniche di progettazione, si passa allo studio e all'implementazione di algoritmi di tipo diverso attraverso esempi pratici che utilizzano il linguaggio Python. Il lettore si avvicina così alla programmazione lineare, alla classificazione di pagine, alla creazione di grafi, al machine learning e al deep learning, all'elaborazione di dati e alla crittografia, comprendendo la matematica e la logica che sono alla base di alcuni fondamentali algoritmi. Un testo unico nel suo genere e una risorsa fondamentale per diventare esperti nell'utilizzo di algoritmi che consentono di risolvere problemi del mondo reale.



50 Algoritmi Che Ogni Programmatore Deve Conoscere


50 Algoritmi Che Ogni Programmatore Deve Conoscere
DOWNLOAD
Author : Imran Ahmad
language : it
Publisher: Apogeo Editore
Release Date : 2024-07-17T00:00:00+02:00

50 Algoritmi Che Ogni Programmatore Deve Conoscere written by Imran Ahmad and has been published by Apogeo Editore this book supported file pdf, txt, epub, kindle and other format this book has been release on 2024-07-17T00:00:00+02:00 with Computers categories.


Gli algoritmi hanno sempre avuto un ruolo importante nello studio come nella pratica dell'informatica e per ogni programmatore è fondamentale saperli applicare per risolvere problemi. Questo manuale insegna a conoscere 50 degli algoritmi più utilizzati, ne illustra il funzionamento e spiega come metterli in pratica. Si parte dalle caratteristiche base di un algoritmo e dalle tecniche di progettazione per poi passare allo studio e all'implementazione di vari algoritmi attraverso esempi pratici che utilizzano il linguaggio Python. Il lettore si avvicina così alla programmazione lineare, alla classificazione di pagine, alla creazione di grafi, al machine learning e al deep learning, ai motori di raccomandazione, all'elaborazione e gestione dei dati e alla crittografia, comprendendo la matematica e la logica che stanno alla base. Vengono inoltre presentati algoritmi per i Large Language Models (LLM) come ChatGPT insieme alle tecniche di elaborazione parallela che consentono di utilizzarli per compiti ad alta intensità di calcolo. Una nuova edizione aggiornata e arricchita, fondamentale per diventare esperti nell'utilizzo di algoritmi che consentono di risolvere problemi del mondo reale.



C


C
DOWNLOAD
Author : Riccardo Crosato
language : it
Publisher:
Release Date : 2019-08-07

C written by Riccardo Crosato and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-08-07 with categories.


Questo testo nasce dalla mia esperienza professionale come analista e programmatore e da 18 anni di insegnamento negli istituti tecnici industriali per periti informatici; è frutto delle mie lezioni agli studenti che si avvicinano alla programmazione dei computer. Il primo capitolo è dedicato ad una panoramica sull'informatica intesa come scienza degli algoritmi (come la si dovrebbe sempre intendere) e non come tecnologia informatica. Il resto dei capitoli è un manuale dedicato al linguaggio C# partendo dalle basi e sviluppando semplici programmi ad interfaccia a carattere. Vengono spiegati nel dettaglio i costrutti basilari, i tipi di dato fondamentali, gli operatori, le stringhe, le strutture di controllo e i metodi, comprendendo anche le novità introdotte dalle ultime versioni del linguaggio (in particolare la versione 7.2); uno degli ultimi capitoli è dedicato ad introdurre le espressioni regolari. Vengono affrontati anche alcuni argomenti, come gli algoritmi fondamentali di ricerca e ordinamento e la ricorsione, che ogni programmatore dovrebbe conoscere. La programmazione ad oggetti non è tra gli obiettivi del libro (probabilmente lo sarà in un prossimo volume) ma viene comunque introdotta nel capitolo dedicato alla metodologia top-down e ai metodi, con lo scopo di far comprendere meglio i meccanismi del linguaggio.



Clean Craftsmanship


Clean Craftsmanship
DOWNLOAD
Author : Robert C. Martin
language : en
Publisher: Addison-Wesley Professional
Release Date : 2021-09-16

Clean Craftsmanship written by Robert C. Martin and has been published by Addison-Wesley Professional this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-09-16 with Computers categories.


How to Write Code You're Proud of . . . Every Single Day ". . . [A] timely and humble reminder of the ever-increasing complexity of our programmatic world and how we owe it to the legacy of humankind--and to ourselves--to practice ethical development. Take your time reading Clean Craftsmanship. . . . Keep this book on your go-to bookshelf. Let this book be your old friend--your Uncle Bob, your guide--as you make your way through this world with curiosity and courage." --From the Foreword by Stacia Heimgartner Viscardi, CST & Agile Mentor In Clean Craftsmanship, the legendary Robert C. Martin ("Uncle Bob") has written the principles that define the profession--and the craft--of software development. Uncle Bob brings together the disciplines, standards, and ethics you need to deliver robust, effective code and to be proud of all the software you write. Robert Martin, the best-selling author of Clean Code, provides a pragmatic, technical, and prescriptive guide to the foundational disciplines of software craftsmanship. He discusses standards, showing how the world's expectations of developers often differ from their own and helping you bring the two in sync. Bob concludes with the ethics of the programming profession, describing the fundamental promises all developers should make to their colleagues, their users, and, above all, themselves. With Uncle Bob's insights, all programmers and their managers can consistently deliver code that builds trust instead of undermining it--trust among users and throughout societies that depend on software for their survival. Moving towards the "north star" of true software craftsmanship: the state of knowing how to program well Practical, specific guidance for applying five core disciplines: test-driven development, refactoring, simple design, collaborative programming, and acceptance tests How developers and teams can promote productivity, quality, and courage The true meaning of integrity and teamwork among programmers, and ten specific commitments every software professional should make Register your book for convenient access to the book's companion videos, updates, and/or corrections as they become available. See inside book for details.



Free As In Freedom Paperback


Free As In Freedom Paperback
DOWNLOAD
Author : Sam Williams
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 2011-11-30

Free As In Freedom Paperback written by Sam Williams and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 2011-11-30 with Biography & Autobiography categories.


Free as in Freedom interweaves biographical snapshots of GNU project founder Richard Stallman with the political, social and economic history of the free software movement. It examines Stallman's unique personality and how that personality has been at turns a driving force and a drawback in terms of the movement's overall success. Free as in Freedom examines one man's 20-year attempt to codify and communicate the ethics of 1970s era "hacking" culture in such a way that later generations might easily share and build upon the knowledge of their computing forebears. The book documents Stallman's personal evolution from teenage misfit to prescient adult hacker to political leader and examines how that evolution has shaped the free software movement. Like Alan Greenspan in the financial sector, Richard Stallman has assumed the role of tribal elder within the hacking community, a community that bills itself as anarchic and averse to central leadership or authority. How did this paradox come about? Free as in Freedom provides an answer. It also looks at how the latest twists and turns in the software marketplace have diminished Stallman's leadership role in some areas while augmenting it in others. Finally, Free as in Freedom examines both Stallman and the free software movement from historical viewpoint. Will future generations see Stallman as a genius or crackpot? The answer to that question depends partly on which side of the free software debate the reader currently stands and partly upon the reader's own outlook for the future. 100 years from now, when terms such as "computer," "operating system" and perhaps even "software" itself seem hopelessly quaint, will Richard Stallman's particular vision of freedom still resonate, or will it have taken its place alongside other utopian concepts on the 'ash-heap of history?'



Mindstorms


Mindstorms
DOWNLOAD
Author : Seymour A Papert
language : en
Publisher: Hachette UK
Release Date : 2020-10-06

Mindstorms written by Seymour A Papert and has been published by Hachette UK this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-10-06 with Education categories.


In this revolutionary book, a renowned computer scientist explains the importance of teaching children the basics of computing and how it can prepare them to succeed in the ever-evolving tech world. Computers have completely changed the way we teach children. We have Mindstorms to thank for that. In this book, pioneering computer scientist Seymour Papert uses the invention of LOGO, the first child-friendly programming language, to make the case for the value of teaching children with computers. Papert argues that children are more than capable of mastering computers, and that teaching computational processes like de-bugging in the classroom can change the way we learn everything else. He also shows that schools saturated with technology can actually improve socialization and interaction among students and between students and teachers. Technology changes every day, but the basic ways that computers can help us learn remain. For thousands of teachers and parents who have sought creative ways to help children learn with computers, Mindstorms is their bible.



Java


Java
DOWNLOAD
Author : Walter J. Savitch
language : en
Publisher: Prentice Hall
Release Date : 2004

Java written by Walter J. Savitch and has been published by Prentice Hall this book supported file pdf, txt, epub, kindle and other format this book has been release on 2004 with Computers categories.


Best-selling author, Walter Savitch, uses a conversational style to teach professionals key programming techniques with Java; which is why the previous edition of this book was one of the most widely used professional/reference Java books. Savitch not only shows how to use object-oriented programming to write great Java code he also includes testing and debugging techniques, as well as practical suggestions on program style, and how to use inheritance, and exception handling features. This edition has been redesigned in a gorgeous, usable, full four-color presentation and also includes thorough coverage of the latest Java 2 Swing libraries and event driven programming. The Java coverage is a concise, accessible introduction that covers all key language features. Thorough early coverage of objects is included, with an emphasis on applications over applets. The author includes a highly flexible format that allows professionals to use the book as a reference and read topics in their preferred order. Although the book does cover such more advanced topics as inheritance, exception handling, and the Swing libraries, it starts from the beginning. The volume provides thorough coverage of Java objects, primitive types, strings, and interactive I/O, flow of control, defining classes and methods, arrays, inheritance, exception handling, streams and file I/O, recursion, window interfaces using swing objects, and applets and HTML. For Programmers or any professional who wants to learn Java from one of the field's most readable and accessible authors.



The Hydrogen Revolution


The Hydrogen Revolution
DOWNLOAD
Author : Marco Alverà
language : en
Publisher: Hachette UK
Release Date : 2021-11-16

The Hydrogen Revolution written by Marco Alverà and has been published by Hachette UK this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-11-16 with Science categories.


Named a Financial Times Best Book of 2021 An energy expert shows why hydrogen can fight climate change and become the fuel of the future We’re constantly told that our planet is in crisis; that to save it, we must stop traveling, stop eating meat, even stop having children. But in The Hydrogen Revolution, Marco Alverà argues that we don’t need to upend our lives. We just need a new kind of fuel: hydrogen. From transportation and infrastructure to heating and electricity, hydrogen could eliminate fossil fuels, boost economic growth, and encourage global action on climate change. It could also solve the most bedeviling aspects of today’s renewable energy—from transporting and storing wind and solar energy and their vulnerability to weather changes to the inefficiency and limited utility of heavy, short-lasting batteries. The Hydrogen Revolution isn’t just a manifesto for a powerful new technology. It’s a hopeful reminder that despite the gloomy headlines about the fate of our planet, there’s still an opportunity to turn things around.



Nine Algorithms That Changed The Future


Nine Algorithms That Changed The Future
DOWNLOAD
Author : John MacCormick
language : en
Publisher: Princeton University Press
Release Date : 2020-09-15

Nine Algorithms That Changed The Future written by John MacCormick and has been published by Princeton University Press this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-09-15 with Computers categories.


Nine revolutionary algorithms that power our computers and smartphones Every day, we use our computers to perform remarkable feats. A simple web search picks out a handful of relevant needles from the world's biggest haystack. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers, and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? John MacCormick answers this question in language anyone can understand, using vivid examples to explain the fundamental tricks behind nine computer algorithms that power our PCs, tablets, and smartphones.



Targeted


Targeted
DOWNLOAD
Author : Brittany Kaiser
language : en
Publisher: HarperCollins
Release Date : 2019-10-22

Targeted written by Brittany Kaiser and has been published by HarperCollins this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-10-22 with Political Science categories.


In this explosive memoir, a political consultant and technology whistleblower reveals the disturbing truth about the multi-billion-dollar data industry, revealing to the public how companies are getting richer using our personal information and exposing how Cambridge Analytica exploited weaknesses in privacy laws to help elect Donald Trump—and how this could easily happen again in the 2020 presidential election. When Brittany Kaiser joined Cambridge Analytica—the UK-based political consulting firm funded by conservative billionaire and Donald Trump patron Robert Mercer—she was an idealistic young professional working on her fourth degree in human rights law and international relations. A veteran of Barack Obama’s 2008 campaign, Kaiser’s goal was to utilize data for humanitarian purposes, most notably to prevent genocide and human rights abuses. But her experience inside Cambridge Analytica opened her eyes to the tremendous risks that this unregulated industry poses to privacy and democracy. Targeted is Kaiser’s eyewitness chronicle of the dramatic and disturbing story of the rise and fall of Cambridge Analytica. She reveals to the public how Facebook’s lax policies and lack of sufficient national laws allowed voters to be manipulated in both Britain and the United States, where personal data was weaponized to spread fake news and racist messaging during the Brexit vote and the 2016 election. But the damage isn’t done Kaiser warns; the 2020 election can be compromised as well if we continue to do nothing. In the aftermath of the U.S. election, as she became aware of the horrifying reality of what Cambridge Analytica had done in support of Donald Trump, Kaiser made the difficult choice to expose the truth. Risking her career, relationships, and personal safety, she told authorities about the data industry’s unethical business practices, eventually testifying before Parliament about the company’s Brexit efforts and helping Special Counsel Robert Mueller’s investigation into Russian interference in the 2016 election, alongside at least 10 other international investigations. Packed with never-before-publicly-told stories and insights, Targeted goes inside the secretive meetings with Trump campaign personnel and details the promises Cambridge Analytica made to win. Throughout, Kaiser makes the case for regulation, arguing that legal oversight of the data industry is not only justifiable but essential to ensuring the long-term safety of our democracy. Targeted includes 20-30 photos.