-
development of a swarm of example programs understanding can help you use java p...
一个swarm开发的例子程序,可以帮助大家了解用java编写swarm程序的大致流程。-development of a swarm of example programs understanding can help you use java preparation procedures generally swarm process.
- 2023-07-16 04:30:03下载
- 积分:1
-
Gobang(Five chess) source code support multi user by network
系统的实现比较的简单,参照源代码应该都可以看懂我的系统。这个系统在vc++6.0和windows2000下调试正常并运行。-Gobang(Five chess) source code support multi user by network
- 2022-03-09 09:07:16下载
- 积分:1
-
a simple calculator
一个简单的计算器-a simple calculator
- 2022-03-23 01:53:28下载
- 积分:1
-
Tree views are capable of storing hierarchical data, which isn t intuitively ser...
Tree views are capable of storing hierarchical data, which isn t intuitively serialized. The TreeStore sample is an MDI application which shows a view based on CTreeView and demonstrates loading and saving the content of the control with MFC s CArchive-based serialization. The code is also rife with calls to the item navagation routines of CTreeCtrl, including GetNextSiblingItem(), GetPrevSiblingItem(), and GetParentItem().
- 2023-02-07 18:10:04下载
- 积分:1
-
Napster服务端源程序
Napster服务端源程序-source Napster server
- 2023-08-22 00:25:04下载
- 积分:1
-
本人用vb编写的用来看图像效果的小程序,调用了一些api,希望大家指导!...
本人用vb编写的用来看图像效果的小程序,调用了一些api,希望大家指导!-prepared with the view images of small programs, called some api, we hope that the guide!
- 2022-02-18 15:19:41下载
- 积分:1
-
翻页导航栏
首页 上一页 1 [2][3][4][5] 下一页 尾页 1/10
翻页导航栏
首页 上一页 1 [2][3][4][5] 下一页 尾页 1/10-Page navigation bar Home Previous 1 [2] [3] [4] [5] Next Last Page 1/10
- 2022-01-28 23:36:14下载
- 积分:1
-
船舶专业软件TribonM3的二次开发,独此一家
船舶专业软件TribonM3的二次开发,独此一家-Tribon M3
- 2023-03-05 18:40:04下载
- 积分:1
-
document search functions. Dll procedures to achieve functions : search by enter...
文件搜索功能的.Dll程序,实现功能:通过输入搜索的路径,搜索文件名(或者.***)和搜索的深度,程序将搜索到的所有文件和文件路径纪以.txt文件录下来。-document search functions. Dll procedures to achieve functions : search by entering the path search files (or .***) search and the depth, Search procedures will be that all files and documents path to JI. txt documents recorded.
- 2022-05-29 07:53:59下载
- 积分: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