Giulio Zambon - Böcker
Visar alla böcker från författaren Giulio Zambon. Handla med fri frakt och snabb leverans.
6 produkter
6 produkter
173 kr
Skickas inom 5-8 vardagar
259 kr
Skickas inom 5-8 vardagar
606 kr
Skickas inom 10-15 vardagar
Sudoku Programming with C teaches you how to write computer programs to solve and generate Sudoku puzzles. This is a practical book that will provide you with everything you need to write your own books of Sudoku Classic and Samurai puzzles. But be warned: after reading it, you'll discover that the puzzles in your local paper are not so challenging after all!We like Sudokus because they test our capacity to recognize and interpret patterns. But how are the clues generated? Where do those quasi-symmetrical configurations come from? When the author explored the Web to find out, he discovered that there were many sites that explained how to solve Sudokus, but none that told him how create them. He also saw many sites and apps to play Sudoku, but, perhaps not surprising, no indication of how they worked. So, he had to develop his own applications in order to find out. And, from the very start, he decided that he would publish the code for anyone else to use and perhaps tinker with, but the author wrote it in such a way that also lets readers with limited knowledge of programming techniques understand it. In fact, you could decide to start generating thousands of puzzles almost immediately, and go through the explanations of algorithms and techniques later, a bit at a time. The author chose to write the application in ‘plain old C’ because he wanted to make the code accessible to as many people as possible.In this book, you will find an explanation of all solving strategies, and the code to implement them. Writing the Solver application was more difficult than writing the Generator, because it required designing and implementing each strategy separately. However, the author wanted to include a solving program capable of listing the strategies necessary to solve any particular puzzle. He also wanted to check whether a puzzle was solvable analytically, without any guessing.This book includes the full listings of both the Generator and the Solver, and explanations of all C modules, with walk-throughs and examples.
878 kr
Skickas inom 10-15 vardagar
Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at your fingertips: layout and pre-processors; control structures, iterations, and selections; pointers and structures; databases; reusability; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilities in/outside of C; web serving using Mongoose; game application code to build a MathSearch puzzle; and embedded software.Besides providing you with modules that you can immediately put to use, Practical C also teaches you how to leverage the C language in a way that beginner books cannot achieve.What You Will Learn:Avoid pitfalls that can cause intractable problemsHandle lists and arraysPerform searches and sortsBinary treesTake advantage of recursionHandle exceptionsAccess databasesCalculate integrals using numerical computation with practical applicationsDeal with strings in a convenient, error-free wayBuild a MathSearch game application, similar to WordSearch puzzle gamesDeal with issues specific to embedded applicationsWho This Book Is ForProgrammers who have a general knowledge of C.
Beginning Jakarta EE Web Development
Using JSP, JSF, MySQL, and Apache Tomcat for Building Java Web Applications
Häftad, Engelska, 2020
556 kr
Skickas inom 10-15 vardagar
Start building Java-based web applications now, even if you’re a complete newcomer to Java. Comprehensive and example-driven, this book is all you need to develop dynamic Java-based web applications using JSP, connect to databases with JSF, and put them into action using the popular open source Java web server, Apache Tomcat.Beginning Jakarta EE Web Development is a comprehensive introduction to building Java-based web applications using JSP, JSF, MySQL, and the Apache Tomcat web application server. Other APIs including JSON, JSTL, and XML parser are covered along the way.Key concepts are made easy to grasp with numerous working examples and a walk-through of the development of a complete ecommerce project. This book is written for professionals by practicing Java web application professionals and experts. What You Will LearnBuild Java-based web applications using JSP and JSF with Eclipse Jakarta EEConfigureyour database with MySQLDefine XML documents for your applicationsUse the Apache MyFaces APIs to create JSF applicationsIntegrate and implement JSF and JSP togetherBuild an online ecommerce web application Who This Book Is ForProgrammers new to programming in Java and programming in general.
347 kr
Skickas inom 10-15 vardagar
Start building Javabased web applications now, even if youre a complete newcomer to Java. Comprehensive and exampledriven, Beginning JSP, JSF, and Tomcat Web Development is all you need to develop dynamic web applications using JSP, connect to databases with JSF, and put them into action using the worlds most popular open source Java web server, Apache Tomcat. A comprehensive introduction to JavaServer Pages (JSP), JavaServer Faces (JSF), and the Apache Tomcat web application server Key concepts made easy to grasp by numerous working examples and a walkthrough of the development of a complete e-commerce project Written for professionals by a practicing Java web application professional and expert