代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.asm
;操作说明:上电后,默认的4个输出通道输出的都是1号输入信号
;不停的按动信号选择键,则相应的输出通道输出1号输入信号→2号输入信号→3号输入信号→4号输入信号→1号输入信号
;*******************************************************************************
;*************************
control.err
Message[302] E:\PROJECT\REM_SWIC\VIDEO_SWITCH_ASM\CONTROL.ASM 178 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] E:\PROJECT\REM_SWIC\VIDEO_SWITCH_ASM\CONTROL.AS
control.h
#include
typedef struct data_control {
pthread_mutex_t mutex;
pthread_cond_t cond;
int active;
} data_control;
control.c
/* control.c
** Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
** Author: Daniel Robbins
** Date: 16 Jun 2000
**
** These routines provide an easy way to make any type of
** data-structure t
control.vhd
library ieee;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use work.pack.all;
entity ctrl is
port (
clk, rst : in std_logic;
enable
control.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free
control.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free