Welcome![Sign In][Sign Up]
Location:
Search - chess.cpp

Search list

[Windows Developchess

Description: --- --- --- --- --- --- --- --- --- StdAfx.h StdAfx.cpp 这对文件由用于将一些预编译信息纳入程序。 chessDlg.h chessDlg.cpp 这一对文件定义并实现了,象棋的主界面。 resource.h chess.rc 这是整个工程中使用的Windows资源列表。包括置于res子目录下的图标, 位图以及光标等内容。 define.h 这是一个包含程序中的数据表示的定义的头文件。 NewGame.h NewGame.cpp 这一对文件定义并实现用于新游戏的设置的对话框。 Eveluation.h Eveluation.cpp 这一对文件定义并实现了估值核心类。 MoveGenerator.h MoveGenerator.cpp 这一对文件定义并实现了走法产生器。 SearchEngine.h SearchEngine.cpp 这一对文件定义了搜索引擎接口。 NegamaxEngine.h NegamaxEngine.cpp 这一对文件定义并实现负极大值搜索引擎- AppWizard has created this chess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your chess application. chess.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. chess.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CChessApp application class. chess.cpp This is the main application source file that contains the application class CChessApp. chess.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bit
Platform: | Size: 83968 | Author: will | Hits:

[Chess Poker gamesChess

Description: 用c++语言编的象棋软件 Chess.cpp This the main application source file. Chess.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. -Using c++ language compile the chess software Chess.cpp This is the main application source file. Chess.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (. dsp) file, but they should export the makefiles locally.
Platform: | Size: 3317760 | Author: zzd | Hits:

[Other Riddle gamesBW-chess

Description: bw.dsp 这个文件(项目文件)包含在项目级别的信息和 用于建立一个单一的项目或子项目。其他用户可以共享 项目(。DSP)文件,但他们应该在本地出口的makefile。 bw.h 这是应用程序的主头文件。它包括其他 项目特定的头文件(包括Resource.h)并声明 CBwApp应用程序类。 bw.cpp 这是主要的应用程序的源文件包含应用程序 类CBwApp。 bw.rc 这是对微软Windows资源所有上市的 程序使用。它包括图标,位图和存储游标 在RES子目录。这个文件可以直接编辑在Microsoft VISUAL C + +。 bw.clw 该文件包含由ClassWizard用来编辑现有信息 类或添加新的类。类向导也使用这个文件来存储 所需的信息创建和编辑消息映射和对话框数据 地图和创建原型成员函数。 水库\ bw.ico 这是一个图标文件,这是作为应用程序的图标。这 图标包含主资源文件bw.rc. 水库\ bw.rc2 此文件包含Microsoft不编辑资源 VISUAL C + +。您应该将所有不可由资源 在这个文件的资源编辑器。 -bw.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. bw.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CBwApp application class. bw.cpp This is the main application source file that contains the application class CBwApp. bw.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. bw.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and d
Platform: | Size: 427008 | Author: star | Hits:

[Game Server Simulatorflying-chess

Description: 模拟飞行棋游戏的cpp文件以及头文件。模拟内容包括棋盘的构造,根据给定算法模拟游戏进程。无GUI界面。-Flight Simulator chess game cpp file and header files. Simulation includes the construction of the board, according to a given algorithm simulation game process. No GUI interface.
Platform: | Size: 7168 | Author: 刘丹 | Hits:

[Game Enginewanghu6.6yinqing

Description: 网狐棋牌6.6版本,正版引擎,完全正版源码。-Fox network chess version 6.6, genuine engine, completely legitimate source.
Platform: | Size: 297984 | Author: 吴江 | Hits:

[Consolechess-C

Description: 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二平五 则输入7242,回车 计算机回应:马8进7 则屏幕输出79 67 -The project is in Visual Studio.net 2003 Win32 console built under the project (using the other version of the compiler simply create a new Win32 console project, then add all one by one. Cpp file and. H files can be), the purpose is simply to test the engine. Thus the law does not provide the user with the legitimacy of detection, and chess game end processing. Chess mode: the user presses the input point coordinates and end coordinates of the way chess (lower left corner of the board count as (0,0), count as the upper right corner (8,9)) Similarly, the feedback process starting coordinates, end coordinates as a computer party' s move behavior. For example: the user first step to go: shot two level five input 7242, enter the computer responded: Ma 8 into 7-screen output 79 67
Platform: | Size: 4862976 | Author: haohao | Hits:

[Other Riddle gamesCPP-game

Description: C++编写的小游戏。包括象棋、俄罗斯方块、超级玛丽等。适合于初学者。-Written in C++ game. Including chess, Tetris, Super Mario and other. Suitable for beginners.
Platform: | Size: 1978368 | Author: dhtlsse | Hits:

[Chess Poker gamesVisual-CPP-MFCfeixingqi

Description: 飞行棋类的笑游戏,是自己写的,喜欢的人 可以现在玩下-Laughter flight chess game, is to write their own, like people can now play the next
Platform: | Size: 8967168 | Author: ssddw | Hits:

[Chess Poker gamescPP

Description: 自行开发的完整的网狐棋牌游戏源码, 关于二次开发有问题的朋友,可以与我联系我-Complete self-developed network Fox chess game source code
Platform: | Size: 2743296 | Author: lhw | Hits:

[Chess Poker gamescPP

Description: 五子棋不仅能增强思维能力,提高智力,而且富含哲理,有助于修身养性。五子棋既有现代休闲的明显特征“短、平、快”,又有古典哲学的高深学问“阴阳易理”;它既有简单易学的特性,为人民群众所喜闻乐见,又有深奥的技巧和高水平的国际性比赛;它的棋文化源渊流长,具有东方的神秘和西方的直观;既有“场”的概念,亦有“点”的连接。它是中西文化的交流点,是古今哲理的结晶。-Backgammon can not only enhance the thinking ability and improve intelligence, and rich in philosophy, to help self-cultivation. Backgammon both the obvious features of the modern leisure "short, flat, fast, profound knowledge of and the classical philosophy of Yin and Yang Yi Jing" It has easy to learn the characteristics loved by the masses, there are profound skills and high the level of international competition the chess culture, source of deep long, with the mystery of the Orient and the West both "field" concept, and also the "point" connection. Cultural communication, is the crystallization of ancient and modern philosophy.
Platform: | Size: 2976768 | Author: 飞儿 | Hits:

[Chess Poker gamesChina-Chess(CPP)

Description: 中国象棋的MFC程序,开发工具为Visual C++6.0-the game of China Chess
Platform: | Size: 6132736 | Author: 秦传宝 | Hits:

[OtherChess

Description: 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail-softalpha-beta搜索引擎. 7.CHistoryHeuristic类:历史启发类. 8.CAlphabeta_HHEngine类:带历史启发的Alpha-Beta搜索引擎. 9.CAspirationSearch类:渴望搜索引擎. 10.CIDAlphabetaEngine类:迭代深化搜索引擎. 11.CMTD_fEngine类:MTD(f)搜索引擎. 12.CTranspositionTable类:置换表. 13.CAlphaBeta_TTEngine类:加置换表的Alpha-Beta搜索引擎. 14.CPVS_Engine类:极小窗口搜索引擎. 15.CNegaScout_TT_HH类:使用了置换表和历史启发的NegaScout搜索引擎. 本程序还具有悔棋,还原功能,还可以记录走法.-======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : Chess ======================================================================== AppWizard has created this Chess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your Chess application. Chess.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. Chess.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CChessApp application class. Chess.cpp This is the main applica
Platform: | Size: 1866752 | Author: wxl | Hits:

[Chess Poker gamesrenju(CPP)

Description: 本代码为五子棋程序源代码,含人人对弈、人机对弈两部分,界面简单、精炼,无需重新添加头文件,普通VC版本就可运行,适合初学者学习-The source code of the code for backgammon program with everyone chess, man-machine chess in two parts, a simple interface, refining, no need to re-add the header file, ordinary VC version can be run for beginners to learn
Platform: | Size: 5120 | Author: | Hits:

[Other GamescPP-chess

Description: 此文本是用C++语言写的象棋小游戏,里面代码简单,实现容易-The text write C++ language chess game inside the code is simple, easy to implement
Platform: | Size: 4096 | Author: 朱巢运 | Hits:

[Chess Poker games[CPP]Chess-machine

Description: 象棋人机对战,很好基础编程源码,直接在vc下就可以运行,不需要安装别的东西。很好的学习材料对初学者来说。-The chess machine, a good basis for programming source code can run directly under the vc do not need to install something else. Good learning material for beginners.
Platform: | Size: 5120 | Author: dnalfiend | Hits:

[ConsoleChinese-chess-CPP

Description: 中国象棋 vc环境下的中国象棋小游戏 源代码 可做C/C++课程设计-Chinese Chess vc environment of Chinese chess game source code to do C/C++ curriculum design
Platform: | Size: 4477952 | Author: 徐俊波 | Hits:

[Chess Poker gamesChinese-chess-CPP-source-code

Description: 中国象棋C++源码,用Visual Studio 6.0编写的C++程序-Chinese chess C++ source code
Platform: | Size: 125952 | Author: 赵金鹏 | Hits:

[Windows DevelopChess

Description: 骑士巡游问题的求解,带优化算法,cpp文件-Knight Parade problem solving with optimization algorithm, cpp file
Platform: | Size: 8192 | Author: 刘建军 | Hits:

[OthercPP

Description: 是一个用c++编的一个小游戏-----骑士飞行棋,里面用了一些很简单的代码,主要是c++的一些基础知识-Is a work of a small game c++----- flight chess knight, which used some very simple code, mainly c++ some basic knowledge
Platform: | Size: 8192 | Author: 吴杰 | Hits:

[Chess Poker gamesSix-sub-chess-(CPP-and-MFC)

Description: 用C++实现六子棋的人机对战,并带有MFC图形界面-C++ achieve with six children chess man-machine war, and with MFC graphical interface
Platform: | Size: 5695488 | Author: 廖小尘 | Hits:
« 12 »

CodeBus www.codebus.net