代码搜索:when

找到约 10,000 项符合「when」的源代码

代码结果 10,000
www.eeworm.com/read/487908/6501804

txt 多路选择器(使用when-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/157209/11730207

txt 多路选择器(使用when-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/127767/14335895

txt e107. determining when an object is no longer used.txt

A weak reference is used to determine when an object is no longer being referenced. // Create the weak reference. ReferenceQueue rq = new ReferenceQueue(); WeakReference wr = new WeakR
www.eeworm.com/read/127767/14336973

txt e566. exiting an application when a frame is closed.txt

By default, when the close button on a frame is clicked, nothing happens. This example shows how to exit the application when the frame is closed: // Create a frame Frame frame = new Frame(
www.eeworm.com/read/127767/14337108

txt e734. exiting an application when a jframe is closed.txt

By default, when the close button on a frame is clicked, the frame hides itself. This example shows how to exit the application when the frame is closed: // Create a frame JFrame frame = ne
www.eeworm.com/read/127767/14337170

txt e050. determining when the application is about to exit.txt

When an application is terminated normally, the application first starts any registered shutdown threads, waits for them to complete and then finally exits. Normal termination can be caused by a call
www.eeworm.com/read/127767/14337742

txt e094. determining when a thread has finished.txt

This example demonstrates a few ways to determine whether or not a thread has returned from its run() method. // Create and start a thread Thread thread = new MyThread(); thread.start(
www.eeworm.com/read/227189/14437584

txt 多路选择器(使用when-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/370579/9595027

txt 多路选择器(使用when-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: