代码搜索:when
找到约 10,000 项符合「when」的源代码
代码结果 10,000
www.eeworm.com/read/412366/11202643
vhd dispselector_1.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
ENTITY dispselector IS
PORT
(CLK: IN STD_LOGIC;
NUM1: IN STD_LOGIC_VECTOR(3 DOWNTO 0);
NUM2: IN STD_LOGIC_VECTO
www.eeworm.com/read/412366/11202950
vhd dispselector_1.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
ENTITY dispselector IS
PORT
(CLK: IN STD_LOGIC;
NUM1: IN STD_LOGIC_VECTOR(3 DOWNTO 0);
NUM2: IN STD_LOGIC_VECTO
www.eeworm.com/read/412366/11203530
vhd dispselector.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
ENTITY dispselector IS
PORT
(CLK: IN STD_LOGIC;
NUM1: IN STD_LOGIC_VECTOR(3 DOWNTO 0);
NUM2: IN STD_LOGIC_VECTO
www.eeworm.com/read/292373/8360039
txt readme.txt
The PCSC Connector Component for Delphi
The component has the following properties, methods and events:
Methods:
constructor Create(AOwner: TComponent); override;
destructor Destr
www.eeworm.com/read/191858/8419388
changelog
MMC Module Driver Version 1.0
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software F
www.eeworm.com/read/291437/8420575
rb e3.9-1.rb
# E3.9-1.rb
x=3
case x
when 1...2
print "x=",x,";在 1...2中"
when 4..9,0
print "x=",x,";在 4..9,0中,或是0"
else
print "x=",x,";其它可能"
end
www.eeworm.com/read/290943/8449287
txt abstract.txt
The Memory project is a demo program for the Keil MCB2300
Board using the Philips LPC2368 Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
www.eeworm.com/read/389768/8504257
rb e3.9-1.rb
# E3.9-1.rb
x=3
case x
when 1...2
print "x=",x,";在 1...2中"
when 4..9,0
print "x=",x,";在 4..9,0中,或是0"
else
print "x=",x,";其它可能"
end
www.eeworm.com/read/389636/8510092
c main.c
/*-----------------------------------------------------------------------------
Definitions for P1 (8 bits), P1.0, and P1.1.
-------------------------------------------------------------------------
www.eeworm.com/read/389531/8515802
txt readme.txt
Change Log
----------
Version 1.1.1
- Made the site list refreshed when focus is gained, this will resolve some issues when a user is working in both IIS and IIsAdmin.NET at the same time.