-
艺术化排列桌面图标
艺术化排列桌面图标-Art with desktop icon
- 2022-02-12 10:18:41下载
- 积分:1
-
监视程序摄像头 监视程序摄像头 监视程序摄像头
监视程序摄像头 监视程序摄像头 监视程序摄像头-Monitoring program to monitor program camera camera camera monitoring program
- 2022-03-26 15:07:13下载
- 积分:1
-
C函数查询工具,用VC编写,基本上每个函数都有例子。
C函数查询工具,用VC编写,基本上每个函数都有例子。-C function query tool, prepared by VC basically have examples for each function.
- 2022-06-17 16:03:53下载
- 积分:1
-
动态数组实现冒泡算法
主要学习两种C语言动态数组的创建方法。
- 2023-08-06 08:20:02下载
- 积分:1
-
vc写的学生成绩管理系统,很适合学生作为课程设计用~~功能也不是很完善,不过还可以吧。喜欢的可以下载...
vc写的学生成绩管理系统,很适合学生作为课程设计用~~功能也不是很完善,不过还可以吧。喜欢的可以下载-vc wrote student achievement management system that is suitable for students as a function of curriculum design, use ~ ~ is not very perfect, but can also bar. Look like can be downloaded
- 2022-03-16 14:32:36下载
- 积分:1
-
随机抽样一致性算法,主要用于参数一致性的检验。
随机抽样一致性算法,主要用于参数一致性的检验。-RANSAC implemente
- 2022-06-16 09:15:29下载
- 积分: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
-
1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。
2,在需求输出信息的地方添加:dout(调试信息)
3,运行TR...
1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。
2,在需求输出信息的地方添加:dout(调试信息)
3,运行TRACEWindow.exe,
4,运行程序,当运行到dout(..)的地方,TRACEWindow就会收到信息了。-1, dout.h into debugging to the document,# include direct "dout.h" OK. 2, the demand for the output added : dout (debugging information) 3. Operation TRACEWindow.exe, 4, operating procedures, When running to dout (..), TRACEWindow will receive the information.
- 2022-08-26 10:12:19下载
- 积分:1
-
very good c/c learning environment. . . Very good learning environment. . . . Ve...
很好的c/c学习环境。很好的学习环境。很好的学习环境。很好的学习环境。
- 2022-03-24 19:38:18下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1