代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/154497/11950364
pin control.pin
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/154362/11967016
vhd control.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY CONTROL IS
PORT( CLK,RESET,SET : IN STD_LOGIC;
ADIN : IN STD_LOGIC_
www.eeworm.com/read/153981/11996849
o control.o
www.eeworm.com/read/153981/11996898
o control.o
www.eeworm.com/read/256461/11999010
v control.v
module control(std_f_sel,reset,clk,clear,cntover,cntlow);
output[1:0] std_f_sel;
output reset;
input clk,clear,cntover,cntlow;
reg[1:0] std_f_sel;
reg reset;
reg[5:0] present,next;
parameter st
www.eeworm.com/read/153894/12000706
cpp control.cpp
#include "control.h"
////////////////////////// 提供提示和帮助信息 /////////////////////////////
void Control::welcome(HWND hwnd)
{
//创建一个对话框显示提示信息
MessageBox(hwnd, "点击鼠标左键设置点位置点\n 点击鼠标右键清空所有点\n点菜单开始
www.eeworm.com/read/153894/12000713
h control.h
#pragma once
#include "head.h"
#include "map.h"
#include "defaultmap.h"
#include "roundmap.h"
#include "connectline.h"
#include "ga.h"
#include "resource.h"
class Control
{
public:
Contr
www.eeworm.com/read/256222/12012541
h control.h
#include
typedef struct data_control {
pthread_mutex_t mutex;
pthread_cond_t cond;
int active;
} data_control;
www.eeworm.com/read/256222/12012545
c 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