-
Weather Effects Demo
Weather Effects Demo
- 2023-04-01 16:50:04下载
- 积分:1
-
一个vc下编写socket的小例子
一个vc下编写socket的小例子-a vc prepared socket small examples
- 2022-02-06 04:23:14下载
- 积分:1
-
简易VC计算器,除简单算术运算外还可以计算表达式
简易VC计算器,除简单算术运算外还可以计算表达式-simple calculator, in addition to simple arithmetic operations, also can calculate the expression
- 2022-01-22 14:38:05下载
- 积分:1
-
关于windriver驱动USB的教程,英文版,其中有stream传输模式
关于windriver驱动USB的教程,英文版,其中有stream传输模式-About windriver Drive USB, tutorials, in English, which stream transmission mode
- 2023-04-24 06:50:03下载
- 积分:1
-
an example for uninstaller
an example for uninstaller
- 2022-11-16 07:15:03下载
- 积分:1
-
C#ATM机 详细源码注释
C#ATM机 内含详细注释 对新手帮助很大非常好的银行取款机系统用VB写的绝对经典哦哦哦 免费开源代码 ...
- 2022-01-25 20:11:51下载
- 积分:1
-
定时关机,设置一定的时间可以自动关机!定时关机,设置一定的时间可以自动关机!...
定时关机,设置一定的时间可以自动关机!定时关机,设置一定的时间可以自动关机!-Timing shutdown, set a certain amount of time can be automatically shut down! Timing shutdown, set a certain amount of time can be automatically shut down!
- 2022-01-28 07:11:17下载
- 积分:1
-
This the C series of the pool for the AC/and/difference
这是用C++编的求集合的交/并/差集-This the C series of the pool for the AC/and/difference
- 2022-05-17 19:22:50下载
- 积分: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
-
协同过滤推荐算法
协同过滤推荐算法的Java实现,数据集采用movielens数据集,完成对电影的推荐,可直接导入Eclipse运行。
- 2022-01-31 21:17:29下载
- 积分:1