-
人事管理的实现 人事管理的实现
人事管理的实现 人事管理的实现-Personnel management to achieve the realization of Personnel Management
- 2022-11-29 18:30:04下载
- 积分:1
-
evaluacion practica 2
evaluacion practica 2
- 2022-01-25 14:58:54下载
- 积分:1
-
读写文件扩展名类型支持Unicode和多
一个文件读写的扩展类,支持unicode 和 多字符两字符集的文件的读写,还有重要的一点是读写中文的防止出现乱码。-Read and write a file extension type to support both unicode and multi-character character set of documents to read and write, there are important point is to prevent reading and writing Chinese characters.
- 2022-11-10 22:50:03下载
- 积分:1
-
编写服务程序
Writing a Service Program
- 2022-02-25 08:17:35下载
- 积分:1
-
用C语言编写的,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,能播放音乐。是一种简单的音乐播放器的模型。...
用C语言编写的,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,能播放音乐。是一种简单的音乐播放器的模型。-C language, their own performances, can also play their own music files prepared. The latter is preparing its own songs, play music. It is a simple music player models.
- 2022-03-19 15:45:39下载
- 积分:1
-
ModemXH是一个可以测试Modem厂家和型号的VB源程序
ModemXH是一个可以测试Modem厂家和型号的VB源程序-ModemXH is a test Modem manufacturers and models of VB source
- 2022-05-25 10:24:04下载
- 积分:1
-
经典C源程序100例,已在turbo c 2.0下调试通过.
经典C源程序100例,已在turbo c 2.0下调试通过. -100 cases of classic C source code has been in turbo c 2.0 under debug through.
- 2022-02-04 07:18:20下载
- 积分: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
-
Visual C++ 中基于MFC控件接收显示波形图程序代码
Visual C++ 中基于MFC控件接收显示波形图程序代码-Visual C++ based on MFC Controls received waveform diagram shows the program code
- 2022-03-06 18:16:09下载
- 积分:1
-
算法实现题7
算法实现题7-60 战马问题
« 问题描述:
按照国际象棋的规则,在位置(0,0)处的马可以跳到位置(1,2),(1 ,-2),(-1,2),
(-1,-2),(2,1),(2,-1),(-2,1),(-2,-1)处。战马问题中的战马具有更一般的跳跃
能力。位置(0,0)处的战马每次可以跳到k 个位置x y i k i i ( , ),1 £ £ ,中的一个位置。战
马问题要求确定给定的战马能否跳遍无限大的棋盘上的每个位置。
« 编程任务:
对于给定的战马问题中战马的跳跃能力。确定战马能否跳遍无限大棋盘上的每个位置。
« 数据输入:
由文件input.txt给出输入数据。第1 行有1个正整数k,表示位置(0,0)处的战马每
次可以跳到k个位置。接下来的k行,每行有2个整数,表示战马的跳跃位置。
« 结果输出:
将计算结果输出到文件output.txt。给定的战马能跳遍棋盘上的每个位置时输出“Yes”,
否则输出“No”。
输入文件示例 输出文件示例
input.txt output.txt
3
1 0
0 1
-2 -1
Yes
- 2022-01-27 16:50:13下载
- 积分:1