Re: [問題] 這一段程式碼怎麼看
※ 引述《tower0224 (想)》之銘言:
if(
(
$base{$cell}{$ins}{$inout[$i]} eq $shorta
&&
$base{$cell}{$ins}{$inout[$j]} eq $shortb
) // eq 是 == 的意思。
||
(
$base{$cell}{$ins}{$inout[$i]} eq $shortb
&&
$base{$cell}{$ins}{$inout[$j]} eq $shorta
)
)
{
} // do nothing
else
{
next;
}
@trace =
(
@{ $net{$inout[$i]} {$untrigger} },
@{ $net{$inout[$i]} {$trigger} }
);
:這兩段我看不太懂,麻煩強者幫忙解釋一下下
:先謝囉..
----
排版改一改有沒有比較容易看??
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.115.224.106
--
And they... Will dance if they want to dance Please brother take a chance
You know they're gonna go Which way they wanna go
All we know is that we don't know
What is gonna be Please brother let it be
Life on the other hand won't let you understand
Why we're all part of the masterplan _
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.134.244.196
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 2 之 3 篇):
Perl 近期熱門文章
PTT數位生活區 即時熱門文章