代码搜索:CASE
找到约 10,000 项符合「CASE」的源代码
代码结果 10,000
www.eeworm.com/read/377687/9264785
v case3.v
//*********************************************************
// IEEE STD 1364-1995 Verilog file: case3.v
// Author-EMAIL: Uwe.Meyer-Baese@ieee.org
//************************************************
www.eeworm.com/read/377687/9264838
v case3.v
//*********************************************************
// IEEE STD 1364-1995 Verilog file: case3.v
// Author-EMAIL: Uwe.Meyer-Baese@ieee.org
//************************************************
www.eeworm.com/read/377687/9264956
acf case3.acf
--
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/377687/9265108
vhd case3.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_arith.ALL;
ENTITY case3 IS
PORT ( table_in : IN STD_LOGIC_VECTOR(2 DOWNTO 0);
table_out : OUT INTEGER RANGE
www.eeworm.com/read/374228/9415381
v mux_case.v
module mux_case(out,in0,in1,in2,in3,sel);
output out;
input in0,in1,in2,in3;
input[1:0] sel;
reg out;
always @(in0 or in1 or in2 or in3 or sel)
begin
case(sel)
2'b00: out=in0;
2'b01: out=
www.eeworm.com/read/373581/9449326
txt 3 case.txt
反对者
对于Unix的拥护者和科技史学家来说,Unix的生命力和技术文化是他们津津乐道的。但是Unix的最初应用:一个为大中型计算机准备的通用分时操作系统却因为个人工作站的出现而渐渐推出历史的舞台。这样,他们有足够的理由怀疑Unix能否在目前由 M$统治的主流商务桌面上重铸辉煌。
外行人通常把Unix视为学院派和计算机黑客们的玩具而拒绝使用她。一个著名的论战,《Unix H ...
www.eeworm.com/read/372505/9507506
v mux_case.v
module mux_case(out,in0,in1,in2,in3,sel);
output out;
input in0,in1,in2,in3;
input[1:0] sel;
reg out;
always @(in0 or in1 or in2 or in3 or sel)
begin
case(sel)
2'b00: out=in0;
2'b01: out=
www.eeworm.com/read/372037/9523912
m ex_case.m
%EX_CASE: HOSA Toolbox Demo: Case studies
%
echo off
% A. Swami April 15, 1995
% Copyright (c) 1991-2001 by United Signals & Systems, Inc.
% $Revision: 1.7 $
% RESTRICTED RIGHTS L
www.eeworm.com/read/366231/9824252
h rili_case.h
#define uchar unsigned char
#define uint unsigned int
uchar h,m,s=0,week=1,month,day,sbuffer[15]; //如果不给数组定义数量会内存溢出有错误出现,系统时间不走
uint year,t200;
uchar day_last=28;
uchar code hz_table[
www.eeworm.com/read/365556/9855965