-
- 2022-01-22 06:42:08下载
- 积分:1
-
A super
一个超级cool的3d游戏引擎,包括示例源代码与引擎源代码。 -A super-cool of the 3d game engine, including the sample source code with the engine source code.
- 2023-08-12 05:15:04下载
- 积分:1
-
天空盒创造天空中的游戏场景,为了表明意图的影响…
天空盒创建游戏场景中的天空,以逼真的效果来显示天空景物。-Sky Box to create the game scenes in the sky, in order to show the effect of realistic sky scene.
- 2022-05-22 20:06:47下载
- 积分:1
-
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习....
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习.-VC series of small game procedures, give your reference, thank you for your use, give more to help me, to learn from each other.
- 2022-09-09 10:35:04下载
- 积分:1
-
关于B减树用C写的小程序
关于B减树用C写的小程序-tree on the B minus C write small programs
- 2023-05-03 00:50:03下载
- 积分:1
-
AppWizard has created this chess application for you. This application
not onl...
--- --- --- --- --- --- --- --- ---
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 bui
- 2022-02-03 16:50:45下载
- 积分:1
-
windows CE driver matching Guide Book 1 CD
windows CE驱动指南一书的配套光盘。里面大概有20个源代码实例程序。-windows CE driver matching Guide Book 1 CD-ROM. There probably has 20 source code examples of procedures.
- 2023-01-17 18:15:04下载
- 积分:1
-
自己用VC做的一个简单画图程序,能实现各种图形,样色,颜色,还能在任意位置插入各种字体...
自己用VC做的一个简单画图程序,能实现各种图形,样色,颜色,还能在任意位置插入各种字体-Their own to do with VC
- 2022-11-23 08:25:03下载
- 积分:1
-
hinich检验:双谱测定,非高斯性和线性的判别!
hinich检验:双谱测定,非高斯性和线性的判别!-hinich test : Bispectrum determination, non-Gaussian and linear discriminant!
- 2022-01-25 18:33:49下载
- 积分:1
-
C# 打印Datagridview 中数据
C# 打印Datagridview 中数据
public GridPrinter(DataGridView objDataGridView, PrintDocument objPrintDocument, bool bCenterOnPage, bool bHasTitle, string sTitle, Font objTitleFont, Color objTitleColor, bool bPaging)
{
dataGridView = objDataGridView;
printDocument = objPrintDocument;
centerOnPage = bCenterOnPage;
hasTitle = bHasTitle;
title = sTitle;
tit
- 2022-12-23 01:35:04下载
- 积分:1