-
项目决策树
它是用于检查目的的示例项目。项目开发中 c 锋利的.net 版本和窗口平台。开发这一项目后它压缩并上传到下面。非常感谢您。
- 2022-03-18 05:01:15下载
- 积分:1
-
wince下可运行的拼音输入法,在wincce4.2下测试成功。
wince下可运行的拼音输入法,在wincce4.2下测试成功。-weights can run under the Pinyin input method, the test under wincce4.2 success.
- 2023-01-05 10:40:04下载
- 积分:1
-
WIN内存使用率监控,可以监控本机器的内存使用情况
WIN内存使用率监控,可以监控本机器的内存使用情况-WIN monitor memory usage
- 2022-02-06 02:49:40下载
- 积分:1
-
A total of 26 chapters, many of the Windows internal mechanism has a very good a...
共26章,对Windows的许多内部机制有很好的剖析-A total of 26 chapters, many of the Windows internal mechanism has a very good analysis
- 2022-01-26 00:55:35下载
- 积分:1
-
c++习题与解答。pdg格式。中国IT实验室学习
c++习题与解答。pdg格式。中国IT实验室学习-c++ Exercises with the answer. PDG format. China IT laboratory study
- 2022-01-23 10:24:02下载
- 积分:1
-
With VC (MFC) to prepare a simple game of Sokoban source process, as I can run a...
用VC(MFC)编写的简单的推箱子游戏源码程序,经本人测试程序可以运行。共编程爱好者交流使用。-With VC (MFC) to prepare a simple game of Sokoban source process, as I can run a test procedure. A total exchange of the use of programming enthusiasts.
- 2022-02-07 11:48:37下载
- 积分:1
-
OpenGL蓝宝书中的GLTools工程(编译后)
openGL蓝宝书中所使用的GLTools的工程文件,适合新手使用,无需再次编译,只需要把工程内的 gltoolsDebug文件夹中的 gltools.lib 和gltoolsgltoolsinclude中的GLTools.h文件取出添加到自己的openGL工程中即可
- 2023-08-04 16:00:05下载
- 积分:1
-
Sine wave DC pulse width speed control system simulation model, the realization...
正弦波直流脉宽调速系统的仿真模型,实现异步电动机的可逆调速。-Sine wave DC pulse width speed control system simulation model, the realization of the reversible induction motor speed control.
- 2022-04-17 23:52:50下载
- 积分:1
-
鱼眼图像畸变校正,实现鸟瞰效果
180度广角的鱼眼图像进行畸变校正,并对校正后的图像进行逆透视变换,实现鸟瞰效果,vs2012, opencv2.4.9
- 2022-01-22 13:55:34下载
- 积分: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