完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我爸爸在我的代码中写了“#include”。 然而,仍然存在错误“数学函数'pow'不支持合成”。我选择哪个C库或者我用什么功能来获得数字的功率? 我试着自己编写pow函数以获得2的幂,代码如下: int power_func(int n){int power = 1,k; 为(K = 0; k 以下为原文 Hello, I dad write "#include I tried to write the pow function myself to get the power of 2 ,codes like: int power_func(int n) { int power=1,k; for(k=0;k<=n-1;k++) { power=power*2; } return power; } The trip count and lentancy both are "?". Maybe because n is an variable. What can I do for the power? Thanks a lot! |
|
相关推荐
3个回答
|
|
做一些代数:根据定义pow(x,y)= exp(y * log(x))。
exp和log都可用于综合。 - 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Do some algebra: By definition pow(x,y) = exp(y*log(x)). Both exp and log are available for synthesis. - Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented.View solution in original post |
|
|
|
做一些代数:根据定义pow(x,y)= exp(y * log(x))。
exp和log都可用于综合。 - 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。 以上来自于谷歌翻译 以下为原文 Do some algebra: By definition pow(x,y) = exp(y*log(x)). Both exp and log are available for synthesis. - Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
2380 浏览 7 评论
2797 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2262 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2428 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
756浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
545浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
366浏览 1评论
1963浏览 0评论
682浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 20:07 , Processed in 1.267783 second(s), Total 79, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号