文件名称:sudokugame
- 所属分类:
- 游戏
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 325kb
- 下载次数:
- 0次
- 提 供 者:
- w***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
运行前请运行程序同目录中的install.bat注册COM组件。
数独游戏的规则和实现算法这里就不多说了,网上有很多。
游戏的算法是用COM实现的,与UI是严格分离的,有相当的独立性。
注:系本人转载,内含所有游戏算法的所有原代码,作者是王金生,他的E_mail:wangjs720@163.com-Please run the program before running the same directory install.bat register COM components. Sudoku rules and algorithms here do not realize that many, have a lot of online. Game of the algorithm is to use COM to achieve, and the UI are strictly separated, have considerable independence. Note: The Department of I reprint, contains all the game all the original code algorithm, the authors are Wang Jinsheng, his E_mail: wangjs720@163.com
数独游戏的规则和实现算法这里就不多说了,网上有很多。
游戏的算法是用COM实现的,与UI是严格分离的,有相当的独立性。
注:系本人转载,内含所有游戏算法的所有原代码,作者是王金生,他的E_mail:wangjs720@163.com-Please run the program before running the same directory install.bat register COM components. Sudoku rules and algorithms here do not realize that many, have a lot of online. Game of the algorithm is to use COM to achieve, and the UI are strictly separated, have considerable independence. Note: The Department of I reprint, contains all the game all the original code algorithm, the authors are Wang Jinsheng, his E_mail: wangjs720@163.com
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sudoku
......\bin
......\...\win32
......\...\.....\config.xml
......\...\.....\engine.dll
......\...\.....\engine.lib
......\...\.....\install.bat
......\...\.....\sudoku.exe
......\...\.....\uninstall.bat
......\include
......\.......\sudoku
......\.......\......\logic
......\.......\......\.....\PuzzleModel.h
......\.......\......\.....\SudokuEngine.h
......\.......\......\.....\SudokuEngine_i.c
......\.......\......\ui
......\.......\......\..\SudokuWndBase.h
......\.......\......\..\SudokuWndRenderer.h
......\SudokuEngine
......\............\src
......\............\...\ISudokuEngineImpl.cpp
......\............\...\ISudokuEngineImpl.h
......\............\vc8
......\............\...\SudokuEngine.sln
......\............\...\Win32SudokuEngine
......\............\...\.................\DefaultSudokuEngine.cpp
......\............\...\.................\DefaultSudokuEngine.h
......\............\...\.................\DefaultSudokuEngine.rgs
......\............\...\.................\dlldata.c
......\............\...\.................\ReadMe.txt
......\............\...\.................\resource.h
......\............\...\.................\stdafx.cpp
......\............\...\.................\stdafx.h
......\............\...\.................\Win32SudokuEngine.aps
......\............\...\.................\Win32SudokuEngine.cpp
......\............\...\.................\Win32SudokuEngine.def
......\............\...\.................\Win32SudokuEngine.h
......\............\...\.................\Win32SudokuEngine.idl
......\............\...\.................\Win32SudokuEngine.rc
......\............\...\.................\Win32SudokuEngine.rgs
......\............\...\.................\Win32SudokuEngine.vcproj
......\............\...\.................\Win32SudokuEngineps.def
......\............\...\.................\Win32SudokuEnginePS.vcproj
......\............\...\.................\Win32SudokuEngine_i.c
......\............\...\.................\Win32SudokuEngine_p.c
......\SudokuUi
......\........\src
......\........\...\apperror.cpp
......\........\...\apperror.h
......\........\...\AutoPtr.h
......\........\...\Configuration.cpp
......\........\...\Configuration.h
......\........\...\DefaultSudokuWndRenderer.h
......\........\...\GdiPlusHelper.h
......\........\...\SudokuWndBase.cpp
......\........\...\TinyXml
......\........\...\.......\tinystr.cpp
......\........\...\.......\tinystr.h
......\........\...\.......\tinyxml.cpp
......\........\...\.......\tinyxml.h
......\........\...\.......\tinyxmlerror.cpp
......\........\...\.......\tinyxmlparser.cpp
......\........\SudokuUi.sln
......\........\Win32Sudoku
......\........\...........\AboutDialog.cpp
......\........\...........\AboutDialog.h
......\........\...........\ClockST.cpp
......\........\...........\ClockST.h
......\........\...........\MainDialog.cpp
......\........\...........\MainDialog.h
......\........\...........\ReadMe.txt
......\........\...........\res
......\........\...........\...\Win32Sudoku.rc2
......\........\...........\resource.h
......\........\...........\SettingDialog.cpp
......\........\...........\SettingDialog.h
......\........\...........\stdafx.cpp
......\........\...........\stdafx.h
......\........\...........\SudokuCtrl.cpp
......\........\...........\SudokuCtrl.h
......\........\...........\Win32Sudoku.cpp
......\........\...........\Win32Sudoku.h
......\........\...........\Win32Sudoku.rc
......\........\...........\Win32Sudoku.vcproj
......\bin
......\...\win32
......\...\.....\config.xml
......\...\.....\engine.dll
......\...\.....\engine.lib
......\...\.....\install.bat
......\...\.....\sudoku.exe
......\...\.....\uninstall.bat
......\include
......\.......\sudoku
......\.......\......\logic
......\.......\......\.....\PuzzleModel.h
......\.......\......\.....\SudokuEngine.h
......\.......\......\.....\SudokuEngine_i.c
......\.......\......\ui
......\.......\......\..\SudokuWndBase.h
......\.......\......\..\SudokuWndRenderer.h
......\SudokuEngine
......\............\src
......\............\...\ISudokuEngineImpl.cpp
......\............\...\ISudokuEngineImpl.h
......\............\vc8
......\............\...\SudokuEngine.sln
......\............\...\Win32SudokuEngine
......\............\...\.................\DefaultSudokuEngine.cpp
......\............\...\.................\DefaultSudokuEngine.h
......\............\...\.................\DefaultSudokuEngine.rgs
......\............\...\.................\dlldata.c
......\............\...\.................\ReadMe.txt
......\............\...\.................\resource.h
......\............\...\.................\stdafx.cpp
......\............\...\.................\stdafx.h
......\............\...\.................\Win32SudokuEngine.aps
......\............\...\.................\Win32SudokuEngine.cpp
......\............\...\.................\Win32SudokuEngine.def
......\............\...\.................\Win32SudokuEngine.h
......\............\...\.................\Win32SudokuEngine.idl
......\............\...\.................\Win32SudokuEngine.rc
......\............\...\.................\Win32SudokuEngine.rgs
......\............\...\.................\Win32SudokuEngine.vcproj
......\............\...\.................\Win32SudokuEngineps.def
......\............\...\.................\Win32SudokuEnginePS.vcproj
......\............\...\.................\Win32SudokuEngine_i.c
......\............\...\.................\Win32SudokuEngine_p.c
......\SudokuUi
......\........\src
......\........\...\apperror.cpp
......\........\...\apperror.h
......\........\...\AutoPtr.h
......\........\...\Configuration.cpp
......\........\...\Configuration.h
......\........\...\DefaultSudokuWndRenderer.h
......\........\...\GdiPlusHelper.h
......\........\...\SudokuWndBase.cpp
......\........\...\TinyXml
......\........\...\.......\tinystr.cpp
......\........\...\.......\tinystr.h
......\........\...\.......\tinyxml.cpp
......\........\...\.......\tinyxml.h
......\........\...\.......\tinyxmlerror.cpp
......\........\...\.......\tinyxmlparser.cpp
......\........\SudokuUi.sln
......\........\Win32Sudoku
......\........\...........\AboutDialog.cpp
......\........\...........\AboutDialog.h
......\........\...........\ClockST.cpp
......\........\...........\ClockST.h
......\........\...........\MainDialog.cpp
......\........\...........\MainDialog.h
......\........\...........\ReadMe.txt
......\........\...........\res
......\........\...........\...\Win32Sudoku.rc2
......\........\...........\resource.h
......\........\...........\SettingDialog.cpp
......\........\...........\SettingDialog.h
......\........\...........\stdafx.cpp
......\........\...........\stdafx.h
......\........\...........\SudokuCtrl.cpp
......\........\...........\SudokuCtrl.h
......\........\...........\Win32Sudoku.cpp
......\........\...........\Win32Sudoku.h
......\........\...........\Win32Sudoku.rc
......\........\...........\Win32Sudoku.vcproj