积极答复者
数独游戏是如何做的?

问题
答案
-
初涉C#,想要学习
刚学习C#,我不建议直接就开始研究这样比较深奥的算法,因为你基础还不扎实就要编写软件。建议你从头到尾认认真真先学好C#基础,不要操之过急。当然,这里先提供一个数独的白皮书文档说明:http://wenku.baidu.com/view/2cc8b1fec8d376eeafaa3105.html?from=related。等你C#基本精通了,可以看着自己编写。
QQ我:
下载MSDN桌面工具(Vista,Win7)
我的博客园
慈善点击,点击此处- 已标记为答案 mldarkModerator 2011年12月9日 8:12
-
Hi 静静~
数独算法不管怎么写, 代码量都不算少, 建议你C#学到一定程度了再去研究.
这里有段数独的代码: http://topic.csdn.net/u/20080603/10/6d7f645d-8d09-404f-bb8f-a8801b4c9848.html.
另外对数独的思想可以看这篇文档来理解:
http://baike.baidu.com/view/961.htmform.
-------------------------------------------------
This response contains links reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
祝你快乐每一天,
Leo Liu [MSFT]
MSDN Community Support | Feedback to us
- 已标记为答案 mldarkModerator 2011年12月9日 8:12
全部回复
-
初涉C#,想要学习
刚学习C#,我不建议直接就开始研究这样比较深奥的算法,因为你基础还不扎实就要编写软件。建议你从头到尾认认真真先学好C#基础,不要操之过急。当然,这里先提供一个数独的白皮书文档说明:http://wenku.baidu.com/view/2cc8b1fec8d376eeafaa3105.html?from=related。等你C#基本精通了,可以看着自己编写。
QQ我:
下载MSDN桌面工具(Vista,Win7)
我的博客园
慈善点击,点击此处- 已标记为答案 mldarkModerator 2011年12月9日 8:12
-
Hi 静静~
数独算法不管怎么写, 代码量都不算少, 建议你C#学到一定程度了再去研究.
这里有段数独的代码: http://topic.csdn.net/u/20080603/10/6d7f645d-8d09-404f-bb8f-a8801b4c9848.html.
另外对数独的思想可以看这篇文档来理解:
http://baike.baidu.com/view/961.htmform.
-------------------------------------------------
This response contains links reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
祝你快乐每一天,
Leo Liu [MSFT]
MSDN Community Support | Feedback to us
- 已标记为答案 mldarkModerator 2011年12月9日 8:12