代码搜索:else
找到约 10,000 项符合「else」的源代码
代码结果 10,000
www.eeworm.com/read/203574/15355514
m mapping.m
function X = mapping(n)
if n == 2
X = [1 2; 3 4];
else
B = mapping(n/2);
X = [B B+(n/2)^2; B+(n/2)^2*2 B+(n/2)^2*3];
end
www.eeworm.com/read/100251/15879755
pas demo.pas
BEGIN
IF I=1 THEN
I:=I+1 #
ELSE *&^
IF I=2 THEN
I:=I+11;
END.
www.eeworm.com/read/400474/11576032
txt token1.txt
The terminals has:
if-stmt
other
if
(
exp
)
else-part
else
ε
0
1
The nonterminals has:
statement
if-stmt
else-part
exp
www.eeworm.com/read/162614/5529891
c if-empty-1.c
/* Test diagnostics for empty bodies in if / else. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-Wextra" } */
void
f (int x)
{
if (x)
; /* {
www.eeworm.com/read/142489/12943233
vhd ch9_3_1.vhd
-- ********************************************
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--*************************************
www.eeworm.com/read/142489/12943327
vhd ch9_2_3.vhd
-- ********************************************
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--*************************************
www.eeworm.com/read/402992/11525102
vhd ch9_3_1.vhd
-- ********************************************
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--*************************************
www.eeworm.com/read/402992/11525125
vhd ch9_2_3.vhd
-- ********************************************
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--*************************************
www.eeworm.com/read/128051/14318088
vhd ad cvtor.vhd
-- ********************************************
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--*************************************
www.eeworm.com/read/124206/14589709
vhd ch9_3_1.vhd
************************************
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--*********************************************
E