-
CLOCK
钟面上的时针和分针之间的夹角总是在 0 ~180之间 ( 包括 0 和180 ) 。举例来说,在十二点的时候两针之间的夹角为 0 ,而在六点的时候夹角为180 ,在三点的时候为90 。本题要解决的是计算 12:00 到 11:59 之间任意一个时间的夹角。(The angle between the hour and minute hands of the clock face is always between 0 to 180 (including 0 and 180). For example, twelve o' clock, when the angle between the two pin 0, in the six o' clock when the angle is 180, three points for 90. This question must be resolved are the angle of the calculation of 12:00 to 11:59 any one time.)
- 2011-06-28 13:14:11下载
- 积分:1
-
table
一个桌子,可以对其进行移动旋转,并可设置长宽高。(A table, you can move the rotation, and can set the length and breadth.)
- 2012-05-23 20:51:32下载
- 积分:1
-
migong
VC实现迷宫问题,用穷举法找出一条路径,用递归形式的算法求得迷宫中所有可能的通路,以方阵形式输出迷宫及其通路.
(VC to achieve maze problems,and use brute-force method to find a path,using the recursive form of algorithm to seek all possible paths in the maze in order to form the output matrix and the path maze.)
- 2010-03-08 11:27:16下载
- 积分:1
-
Cpp1
后缀表达式计算器,这里是整个CPP,文件里代码完整,适合初学者阅读使用。(Postfix expression calculator, here is the entire CPP, file integrity code, suitable for beginners to read.)
- 2015-04-17 14:48:58下载
- 积分:1
-
AddressBook
对地址薄的初学测试,自己写的,希望对大家有所启发吧(Address book for novice test, write your own, we hope to inspire it)
- 2013-08-10 11:19:49下载
- 积分:1
-
snake
用C++实现的贪吃蛇游戏程序,对游戏的设计思路有比较详细的讲解。(no )
- 2009-09-04 21:13:30下载
- 积分:1
-
fushu
复数类的运用输入、输出、加、减、乘、除、模长、幅角、共轭、关系(The use of complex type input, output, add, subtract, multiply, divide, die a long, pieces of angle, conjugate, relationship)
- 2010-07-08 09:16:40下载
- 积分:1
-
Practice1_14
字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如:
char a[4]="ABCD" char b[4]="abcd"
则char c[8]="AaBbCcDd"
(Cross-string input, is to cross a string input to another string of them, such as:
char a [4] = "ABCD" char b [4] = "abcd"
While char c [8] = "AaBbCcDd" )
- 2009-02-19 18:26:20下载
- 积分:1
-
ski_way
Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向
下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道在一
个区域中最长的滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。
(Michael likes to ski hundred This is not surprising, because the skiing is very stimulating indeed. However, in order to obtain speed, Waterloo regional must be downward-sloping, and when you slide into the base, you have to embark once again on the slope or to set you waiting for lifts. Michael would like to know the longest in a landslide area. Region is given by a two-dimensional array. Each figure represents an array of high points.)
- 2008-08-25 11:19:18下载
- 积分:1
-
sy7
一些简单的小例子,书上的例题代码,简单易懂,谢谢(Some simple examples, the book s example code, easy to understand, thank you)
- 2013-10-19 11:00:18下载
- 积分:1