搜索资源列表
liebao
- 动物世界里猎豹的奔跑总是很让人有速度的美感。这天,猎豹盯上了一只野猪,现在 要捉住它,由于猎豹很好的保护色,所以野猪没发现猎豹。猎豹和野猪在同一条直线上, 他们的坐标分别是 x 和 y,x 是小于等于 y 的。 现在猎豹有两种跑法: 1跑动一格,就是从x到x+1或者x-1; 2跑动一倍,就是从x到2*x。 现在请你找出最少要几步捉到野猪。 ★数据输入 输入第1行给出两个正整数x、y(0<x<=y<=100000),分别表示猎豹的坐
bahuanghou
- 经典八皇后问题 输入一个坐标位置 显示八个皇后的位置-Enter a classic eight-queens problem coordinates show the location of the eight Queen
bahuanghou
- 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,7) (4,8) Q + + + + + + + +
binarytree
- 创建二叉树,用坐标进行前序,中序,后序以及图形显示操作-create a binarytree,and postoder,midorder,preorder and show with coodination
Point
- 第一行输入点的个数,第二行输入坐标,结果显示点与点之间两两的距离-The first line of the number of input points, the second line input coordinates, the results show that the distance between the point and the point two two