代码搜索:statement

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

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

vhd 一个游戏程序.vhd

-- -- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved. -- -- This source file may be used and distributed without restriction -- provided that this copyright statement is n
www.eeworm.com/read/487908/6501833

txt 计数器:generate语句的应用.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce
www.eeworm.com/read/487930/6502466

vhd a good game.vhd

-- -- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved. -- -- This source file may be used and distributed without restriction -- provided that this copyright statement is n
www.eeworm.com/read/487590/6506019

vhd t71.vhd

-- -- This file tests support for the 'if generate' statement used with generics. -- library IEEE; use IEEE.Std_Logic_1164.all; entity TEST is generic(REGISTERED : boolean); port ( A,B : in
www.eeworm.com/read/487590/6506032

vhd t174.vhd

-- -- This file tests for resource sharing when using -- exclusive expressions outside the same if statement. -- Only one adder and mux should result from the synthesis of that code. -- entity T
www.eeworm.com/read/482596/6618349

java databasemanager.java

import java.sql.*; public class DataBaseManager { Connection con; ResultSet rs; Statement stmt; public DataBaseManager() { try{ //DriverManager.registerDriver(new oracle.jdbc.OracleD
www.eeworm.com/read/480601/6666667

java databasemanager.java

import java.sql.*; public class DataBaseManager { Connection con; ResultSet rs; Statement stmt; public DataBaseManager() { try{ //DriverManager.registerDriver(new oracle.jdbc.OracleD
www.eeworm.com/read/263837/11339062

txt 计数器:generate语句的应用.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce
www.eeworm.com/read/263314/11367757

txt counter_generate.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce
www.eeworm.com/read/263314/11367828

vhd mancala.vhd

-- -- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved. -- -- This source file may be used and distributed without restriction -- provided that this copyright statement is n