代码搜索结果

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

control.mcs

[Header] MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7} Version=1.0 [File000] Location=control.err Folder=Intermediary DeviceName=PIC16F628 LanguageToolSuiteID={6B3DAA78-59C1-46DD-B6AA-DBDA

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