代码搜索:SOUT

找到约 712 项符合「SOUT」的源代码

代码结果 712
www.eeworm.com/read/261378/11651406

vhd fifo_sync.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity fifo_sync is Port ( CLK : in std_logic; SIN : in std_logic;
www.eeworm.com/read/342366/12025944

v uart_tb.v

// // Module UART_V.uart_tb.struct // // Created: // by - user.group (host.domain) // at - 10:56:07 30 Aug 2001 // // Generated by Mentor Graphics' HDL Designer(TM) 2001.5 //
www.eeworm.com/read/337723/12347592

v uart_tb.v

// // Module UART_V.uart_tb.struct // // Created: // by - user.group (host.domain) // at - 10:56:07 30 Aug 2001 // // Generated by Mentor Graphics' HDL Designer(TM) 2001.5 //
www.eeworm.com/read/206872/15286550

cpp socks.cpp

/* Talker - A small program which utilizes the Layer-3 codec (ACM) in windows for voice-over-IP Copyright (C) 1999 Dino Klein This program is free software; you can redistribute it and/o
www.eeworm.com/read/171981/9727905

v uart_tb.v

// // Module UART_V.uart_tb.struct // // Created: // by - user.group (host.domain) // at - 10:56:07 30 Aug 2001 // // Generated by Mentor Graphics' HDL Designer(TM) 2001.5 //
www.eeworm.com/read/269286/11102570

vhd s_machine.vhd

library IEEE; use IEEE.std_logic_1164.all; entity s_machine is --使mux51a从5个循环增加到8个循环 port ( sin : in std_logic_vector(2 downto 0); state : in std_logic_vector(2 down
www.eeworm.com/read/269003/11111602

vhd tte.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY TTE IS PORT( A,B,C,EN:IN STD_LOGIC; Y0,Y1,Y2,Y3,Y4,Y5,Y6,Y7:OUT STD_LOGIC ); END TTE; ARCHITECTURE A OF TTE IS SIGNAL S:S
www.eeworm.com/read/103323/15737334

h pes.h

/***************************************************************************** * pes.h ***************************************************************************** * Copyright (C) 2001, 2002 Video
www.eeworm.com/read/140180/5794151

c transrate.c

/***************************************************************************** * transrate.c: MPEG2 video transrating module *************************************************************************
www.eeworm.com/read/182717/9194778

m echocanceler3_4.m

clear all; close all; clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%产生作为输出缓噪声的伪噪声序列%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % temp=(randn(1,8192)>0); % PN=zeros(1,16384);