sudoku.CPP
这个m文件,给大家分享,也许有用。关于sudoku的。 well done! 好的 谢谢 什么是sudoku啊?还想请各位讲解讲解。 好像楼主使用了混合编程, soduku?????what? 去年做的就是这个,后来又辛苦了一个月,才终于作出点东西。 Sudoku is played over a 9x9 grid, divided to 3x3 sub grids called "regions":
Region
- Sudoku begins with some of the grid cells already filled with numbers:
- The object of Sudoku is to fill the other empty cells with numbers between 1 and 9 (1 number only in each cell) according the following guidelines:
1. Number can appear only once on each row:
Allowed
Not allowed
2. Number can appear only once on each column:
Allowed Not allowed
3. Number can appear only once on each region:
Allowed Not allowed
- A summary of these guidelines would be, that a number should appear only once on each row, column and a region. 翻译成中文就是九宫格。 数独吧,去年的竞赛题
页:
[1]
2