-
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
-
linearlist
线性表的创建 删除 查找 插入 输出等功能(linearlist create delete find insert print)
- 2013-11-30 10:14:28下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
tracelog
说明: 一个关于A Logging ListBox Control的实用源代码,非常好!(A Logging ListBox Control on a practical source code, very good!)
- 2009-08-29 08:15:11下载
- 积分:1
-
linearlist
线性表的创建 删除 查找 插入 输出等功能(linearlist create delete find insert print)
- 2013-11-30 10:14:28下载
- 积分:1
-
51354069calculator
计算器,实现了常规的所有计算功能,很好用的(Calculator, to achieve all the computing power of a conventional, well used)
- 2013-12-08 21:10:53下载
- 积分:1
-
9927444CCd_vc
说明: 上位机ccd接收程序,很不错的,欢迎大家下载(visual)
- 2020-11-13 23:59:43下载
- 积分:1
-
inv
用来求两个实数之间的相乘,调用方法具体见程序(Be used to seek a multiplication between two real numbers)
- 2013-07-30 10:42:50下载
- 积分:1
-
invGJ
输入一个矩阵,可以求得该矩阵的逆矩阵,内附解释说明(Enter a matrix, you can obtain the inverse matrix, containing an explanation)
- 2010-08-20 12:17:51下载
- 积分:1
-
07136288
本程序是使用 TURBO C 语言BOSS窗口开发程序库的应用程序,(This program is the use of TURBO C language BOSS window development program library application,)
- 2018-12-31 10:43:56下载
- 积分:1