代码搜索:SOUT
找到约 712 项符合「SOUT」的源代码
代码结果 712
www.eeworm.com/read/415873/11049648
v uart_tb.v
// hds_header_start
//
// Module UART_TXT.uart_tb.rtl
//
// Created:
// by - user.group (host.domain)
// at - 18:51:35 28 Aug 2001
//
// Generated by Mentor Graphics' HDL Des
www.eeworm.com/read/140180/5794034
c udp.c
/*****************************************************************************
* udp.c
*****************************************************************************
* Copyright (C) 2001, 2002 Video
www.eeworm.com/read/289306/8560141
h debug.h
//=============================================================================================
/*
Debug.h
The Debug Header Function
Project : XFILTER 1.0 Personal Firewall
Author : Tony Zh
www.eeworm.com/read/388006/8642354
c keypaddrv.c
#include "Hal.h"
#include "WatchDog.h"
#include "Delay.h"
#include "LedDrv.h"
#include "LcdMiniDrv.h"
#include "BuzzerDrv.h"
//#include "ZmDebug.h"
///////////////////////////////////////////
www.eeworm.com/read/427802/8919570
h debug.h
//=============================================================================================
/*
Debug.h
The Debug Header Function
Project : XFILTER 1.0 Personal Firewall
Author : Tony Zh
www.eeworm.com/read/313432/13587712
h debug.h
//=============================================================================================
/*
Debug.h
The Debug Header Function
Project : XFILTER 1.0 Personal Firewall
Author : Tony Zh
www.eeworm.com/read/125819/6020940
makefile
all : test390.ihx
test390.ihx : test390.c
sdcc -mds390 test390.c
normal :
sdcc -mds390 --model-large test390.c
clean:
rm mon.ihx *.lst *.rel *.rst *.sym *.cdb *.map *.ihx *.lnk *.asm
sim:
./s
www.eeworm.com/read/260834/11699198
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity sbox is
port(
sout : out vl_logic_vector(0 to 7);
sin : in vl_logic_vector(0 to 7)
);
end sbox;
www.eeworm.com/read/208499/15246052
vhd antishake1.vhd
library ieee;
use ieee.std_logic_1164.all;
entity antishake1 is
port
(
sin :in std_logic;
clk :in std_logic;
sout :out std_logic
);
end antishake1;
architecture behave of antishake1
www.eeworm.com/read/172417/5386779
c httpd-cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001-2006, Adam Dunk