代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/184671/9086686
vhd io_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/9086687
vhd mux_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_SIGNED.all;
entity mux_control is
generic (
stage : natural);
port (
clk : in std_lo
www.eeworm.com/read/184669/9087707
ico control panel.ico
www.eeworm.com/read/282428/9094485
out echo_control.out
www.eeworm.com/read/282428/9094487
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/282428/9094489
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/282428/9094508
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/184529/9096163
c control_bits.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/282286/9106091
input-basic-control
/* ======================================================== */
/* CONTROL FLOW AND CONDITIONAL BRANCHING */
/* */
/* T
www.eeworm.com/read/381043/9113953
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 ;