您好,欢迎光临本网站![请登录][注册会员]  
文件名称: Sudoku.Programming.with.C.1484209966
  所属分类: C
  开发工具:
  文件大小: 4mb
  下载次数: 0
  上传时间: 2015-04-15
  提 供 者: rami****
 详细说明: 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 f rom? 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. What you’ll learn How to model a Sudoku puzzle in C What are the strategies in the main program as well as in the utilities needed How to implement numerous strategies and techniques for Sudoku generating and solving How to solve puzzles How to generate Sudokus What are Samurai Sudokus and how to solve them Who this book is for This book is for readers with limited knowledge of programming techniques. The C code is significant and so it is best to have some prior knowledge of C. Table of Contents Chapter 1. Modelling a Sudoku Puzzle in C Chapter 2. The Strategies Chapter 3. Main Program and Utilities Chapter 4. Implementing 'unique' Chapter 5. Implementing 'naked' Strategies Chapter 6. Implementing 'hidden' Strategies Chapter 7. Implementing 'box-line' Chapter 8. Implementing 'pointing-line' Chapter 9. Implementing 'lines' Strategies Chapter 10. Implementing 'Y-wing' Chapter 11. Implementing 'XY-chain' Chapter 12. Implementing 'rectangle' Chapter 13. Implementing 'backtrack' Chapter 14. Solving Thousands of Puzzles Chapter 15. Generating Sudokus Chapter 16. Puzzle Statistics Chapter 17. Puzzles Chapter 18. Samurai Sudokus Appendix A. Eclipse CDT Appendix B. Puzzle Solutions Appendix C. Abbreviations and Acronyms Appendix D. Strategy Index ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: Sudoku C Programming
 输入关键字,在本站1000多万海量源码库中尽情搜索: