首页 开发技术 C++     /    数独游戏,随机生成只有独一解的数独表

数独游戏,随机生成只有独一解的数独表

上传者: qq_40636929 | 上传时间:2019/10/18 9:52:19 | 文件大小:3.9MB | 文件类型:RAR
数独游戏,随机生成只有独一解的数独表
用c#写了一个能够随机生成独一解的数独游戏,很多其他人的都不是随机生成,而且也不能保证生成的数独表的解是独一的,所以我自己写了一个可以随机生成独一解的数独游戏,上传上来和大家一起学习学习,看看算法还有没有什么可以改进的,我的另一篇博文有具体的详解代码思路。

文件下载

资源详情

[{"title":"(43个子文件3.9MB)数独游戏,随机生成只有唯一解的数独表","children":[{"title":"SudoKu","children":[{"title":".vs","children":[{"title":"SudoKu","children":[{"title":"v16","children":[{"title":".suo <span style='color:#111;'>79.50KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"SudoKu","children":[{"title":"LoadingForm.cs <span style='color:#111;'>1.58KB</span>","children":null,"spread":false},{"title":"Resources","children":[{"title":"Loading.gif <span style='color:#111;'>217.09KB</span>","children":null,"spread":false},{"title":"Loading4.gif <span style='color:#111;'>45.36KB</span>","children":null,"spread":false},{"title":"Loading3.gif <span style='color:#111;'>410.72KB</span>","children":null,"spread":false},{"title":"Loading1.gif <span style='color:#111;'>217.09KB</span>","children":null,"spread":false},{"title":"Loading5.gif <span style='color:#111;'>155.39KB</span>","children":null,"spread":false},{"title":"Loading6.gif <span style='color:#111;'>8.62KB</span>","children":null,"spread":false},{"title":"Loading2.gif <span style='color:#111;'>202.58KB</span>","children":null,"spread":false},{"title":"Loading7.gif <span style='color:#111;'>59.81KB</span>","children":null,"spread":false},{"title":"Loading8.gif <span style='color:#111;'>128.47KB</span>","children":null,"spread":false}],"spread":true},{"title":"Sudoku.ico <span style='color:#111;'>14.36KB</span>","children":null,"spread":false},{"title":"Form1.cs <span style='color:#111;'>34.59KB</span>","children":null,"spread":false},{"title":"LoadingForm.Designer.cs <span style='color:#111;'>3.02KB</span>","children":null,"spread":false},{"title":"Program.cs <span style='color:#111;'>518B</span>","children":null,"spread":false},{"title":"Form1.resx <span style='color:#111;'>27.71KB</span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Settings.settings <span style='color:#111;'>780B</span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'>6.09KB</span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'>1.27KB</span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'>2.80KB</span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'>7.98KB</span>","children":null,"spread":false}],"spread":true},{"title":"Form1.Designer.cs <span style='color:#111;'>91.32KB</span>","children":null,"spread":false},{"title":"App.config <span style='color:#111;'>1.23KB</span>","children":null,"spread":false},{"title":"LoadingHelper.cs <span style='color:#111;'>2.41KB</span>","children":null,"spread":false},{"title":"LoadingForm.resx <span style='color:#111;'>27.52KB</span>","children":null,"spread":false},{"title":"obj","children":[{"title":"Debug","children":[{"title":"SudoKu.LoadingForm.resources <span style='color:#111;'>14.91KB</span>","children":null,"spread":false},{"title":"SudoKu.csproj.CoreCompileInputs.cache <span style='color:#111;'>42B</span>","children":null,"spread":false},{"title":"SudoKu.exe <span style='color:#111;'>1.50MB</span>","children":null,"spread":false},{"title":"TempPE","children":[{"title":"Properties.Resources.Designer.cs.dll <span style='color:#111;'>5.00KB</span>","children":null,"spread":false}],"spread":false},{"title":"SudoKu.csprojAssemblyReference.cache <span style='color:#111;'>424B</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'>7.98KB</span>","children":null,"spread":false},{"title":"SudoKu.pdb <span style='color:#111;'>85.50KB</span>","children":null,"spread":false},{"title":"SudoKu.Properties.Resources.resources <span style='color:#111;'>1.41MB</span>","children":null,"spread":false},{"title":".NETFramework,Version=v4.7.2.AssemblyAttributes.cs <span style='color:#111;'>214B</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferences.cache <span style='color:#111;'>1.72KB</span>","children":null,"spread":false},{"title":"SudoKu.csproj.GenerateResource.cache <span style='color:#111;'>1.42KB</span>","children":null,"spread":false},{"title":"SudoKu.csproj.FileListAbsolute.txt <span style='color:#111;'>1.07KB</span>","children":null,"spread":false},{"title":"SudoKu.Form1.resources <span style='color:#111;'>14.91KB</span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"bin","children":[{"title":"Debug","children":[{"title":"SudoKu.exe <span style='color:#111;'>1.50MB</span>","children":null,"spread":false},{"title":"SudoKu.pdb <span style='color:#111;'>85.50KB</span>","children":null,"spread":false},{"title":"SudoKu.exe.config <span style='color:#111;'>1.23KB</span>","children":null,"spread":false}],"spread":false},{"title":"Release","children":null,"spread":false}],"spread":false},{"title":"SudoKu.csproj <span style='color:#111;'>4.76KB</span>","children":null,"spread":false}],"spread":false},{"title":"SudoKu.sln <span style='color:#111;'>1.10KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明