代码搜索:Control

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

代码结果 10,000
www.eeworm.com/read/282987/9049571

v control_interface.v

/****************************************************************************** * * LOGIC CORE: Control Interface - Top level module * MODULE NAME: control_interface() * COM
www.eeworm.com/read/382086/9050155

out echo_control.out

www.eeworm.com/read/382086/9050158

c echo_control.c

//Echo_control.c Echo using two interrupts for read and write //3 sliders to control effects: buffer size, amplitude, fading short input, output; short bufferlength = 1000; //initial buffer
www.eeworm.com/read/382086/9050161

pjt echo_control.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="Echo_control" ProjectDir="C:\ti\myprojects\Echo_control\" ProjectType=Executable CP
www.eeworm.com/read/382086/9050172

gel echo_control.gel

//Echo_control.gel Sliders vary time delay,amplitude,and type of echo menuitem "Echo Control" slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/ { amplitude = amplitude_
www.eeworm.com/read/282865/9055533

vhd control2.vhd

library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; entity control_main is port ( a_small , sign_a , sign_b : in std_logic ;
www.eeworm.com/read/184671/9086642

vhd inv_control.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; entity inv_control is generic ( stage : natural:=3); port ( clk : in std_
www.eeworm.com/read/184671/9086645

vhd tx_control.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that are -- provided for instantia
www.eeworm.com/read/184671/9086649

vhd ram_control.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_SIGNED.all; entity ram_control is generic ( Tx_nRX : natural := 0; stage : natural := 3); por
www.eeworm.com/read/184671/9086679

vhd cfft_control.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_SIGNED.all; entity cfft_control is generic ( Tx_nRx : natural := 0; -- tx = 1, rx = 0