代码搜索:else
找到约 10,000 项符合「else」的源代码
代码结果 10,000
www.eeworm.com/read/487908/6501829
vhd 条件赋值:使用when else语句.vhd
-- Conditional Signal Assignment
-- download from: www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY condsig IS
PORT
(
input0, input1, sel : IN BI
www.eeworm.com/read/157209/11730130
txt 条件赋值:使用when else语句.txt
-- Conditional Signal Assignment
-- download from: www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY condsig IS
PORT
(
input0, input1, sel : IN BI
www.eeworm.com/read/370579/9595075
vhd 条件赋值:使用when else语句.vhd
-- Conditional Signal Assignment
-- download from: www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY condsig IS
PORT
(
input0, input1, sel : IN BI
www.eeworm.com/read/326053/13169241
cpp 程序8.01:使用if...else条件构造.cpp
/* 程序8.1:使用if...else条件构造.cpp */
#include //包含头文件
using namespace std; //使用名字空间std
class Date //声明一个类Date
{
private: //声明私有成员变量
int iday;
public: //声明公共成员函数
Date(); /
www.eeworm.com/read/152920/12074250
cpp 程序8.01:使用if...else条件构造.cpp
/* 程序8.1:使用if...else条件构造.cpp */
#include //包含头文件
using namespace std; //使用名字空间std
class Date //声明一个类Date
{
private: //声明私有成员变量
int iday;
public: //声明公共成员函数
Date(); /
www.eeworm.com/read/166954/9988207
txt 多路选择器(使用if-else语句).txt
-- Multiplexer 16-to-4 using if-then-elsif-else Statement
-- download from www.pld.com.cn & www.fpga.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity mux is port(
a, b, c, d:
www.eeworm.com/read/275831/10794418
rb 04 - fixing bugs in someone else's class.rb
class Multiplier
def double_your_pleasure(pleasure)
return pleasure * 3 # FIXME: Actually triples your pleasure.
end
end
m = Multiplier.new
m.double_your_pleasure(6)
www.eeworm.com/read/417397/10991816
txt 多路选择器(使用if-else语句).txt
-- Multiplexer 16-to-4 using if-then-elsif-else Statement
-- download from www.pld.com.cn & www.fpga.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity mux is port(
a, b, c, d:
www.eeworm.com/read/198238/7946284
txt 多路选择器(使用if-else语句).txt
-- Multiplexer 16-to-4 using if-then-elsif-else Statement
-- download from www.pld.com.cn & www.fpga.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity mux is port(
a, b, c, d:
www.eeworm.com/read/197597/7984716
txt 多路选择器(使用if-else语句).txt
-- Multiplexer 16-to-4 using if-then-elsif-else Statement
-- download from www.pld.com.cn & www.fpga.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity mux is port(
a, b, c, d: