Doublepow怎么就知道充电完成

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
5个回答

应该是灯不闪或者是灯变绿或蓝就行了

发布于 2016-11-16 13:10
查看更多

没有显示吗?

发布于 2016-11-16 13:14
查看更多

满格就是充电完成!

发布于 2016-11-16 13:08
查看更多

提示灯的变化

发布于 2016-11-16 13:20
查看更多

原型:extern float pow(float x, float y);
用法:#include <math.h>
功能:计算x的y次幂。
说明:x应大于零,返回幂指数的结果。
举例:
// pow.c
#include <syslib.h>
#include <math.h>
main()
{
clrscr(); // clear screen
textmode(0x00); // 6 lines per LCD screen
printf("4^5=%f",pow(4.,5.));
getchar();
return 0;
} 本回答由科学教育分类达人 张雪推荐评论 4 1南霸天mxw  V1 | 中学数学教师擅长: 数学

其他回答原型:extern float pow(float x, float y);
用法:#include <math.h>
功能:计算x的y次幂。
说明:x应大于零,返回幂指数的结果。
举例:
// pow.c
#include <stdlib.h>
#include <math.h>
#include <conio.h>
void main()
{
printf("4^5=%f",pow(4.,5.));
getchar();
}


发布于 2016-11-16 13:16
查看更多
外卖券领取

相关问题

支持语音或者文本回复

语音最长一分钟

点击录音开始,最短不低于3秒