代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/493461/6393859
vhd stop_control.vhd
--------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 19:00:22 04/24/08
-- Design Name:
-- Module Name: stop_con
www.eeworm.com/read/493636/6397888
ppt 09_control.ppt
www.eeworm.com/read/492812/6409730
out echo_control.out
www.eeworm.com/read/492812/6409731
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/492812/6409732
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/492812/6409737
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/491812/6426388
h comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
www.eeworm.com/read/491812/6426524
h comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
www.eeworm.com/read/491499/6436326
bsf door_control.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/491499/6436327
v door_control.v
module Door_Control(
Reset,
En,
Clock_1Hz,
Floor_Arrive,
Slave_Request_Arrive,
Ahead_Request,
Delay_Request,
Door_on_off
);
input