dongzhi1949 2009-09-17 11:44 采纳率: 100%
浏览 36
已采纳

更简单的测距仪?

Hay guys

I've programmed a very simple range finder.

The user can only select numbers 1 - 180 (axis)

if the number is 90 or below i have to add 90 on to it if the number is 91 - 180 i have to take off 90 from it.

Here's what i have

$min_range = range(1,90);
$max_range = range(91,180);

if(in_array($axis, $min_range)){
    $c = $axis + 90;
}elseif(in_array($axis, $max_range)){
    $c = $axis - 90;
}

Has anyone got a better solution

  • 写回答

1条回答 默认 最新

  • doob0526 2009-09-17 11:48
    关注

    Rather than store a huge array 1..90 and then test, why not just do an if based on less/greater than your data points?

    if ($axis >= 1 && $axis <= 90) {
      $c = $axis + 90;
    } else if ($axis > 90 && $axis <=180) {
      $c = $axis - 90;
    } else {
      echo "Invalid input";
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料