代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/476527/1369334
v control.v
module control(en,D,DATA,cfm);
input en;
input[3:0] D;
output cfm;
output[23:0] DATA;
reg[23:0] DATA;
reg cfm;
integer i=7;
always @(negedge en)
begin
cfm=0;
if(D[3:0]
www.eeworm.com/read/476527/1369335
qpf control.qpf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/476527/1369343
pin control.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/476527/1369391
v control.v
module control(en,D,DATA,cfm,shift);
input en;
input[3:0] D;
output cfm,shift;
output[23:0] DATA;
reg[23:0] DATA;
reg cfm,shift;
integer i;
always @(negedge en)
begin
cfm=0;
if(D[3:0]
www.eeworm.com/read/475888/1375551
java control.java
/*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistrib
www.eeworm.com/read/474814/1389245
tcl control.tcl
# Tix Demostration Program
#
# This sample program is structured in such a way so that it can be
# executed from the Tix demo program "widget": it must have a
# procedure called "RunSample". It should
www.eeworm.com/read/474056/1396111
js control.js
//Abstract Control class
Abstract.Control = function(){}
Abstract.Control.prototype = {
initialize: function(){
},
paint: function(){
},
loadTiles
www.eeworm.com/read/472916/1402952
control helpbrowser.control
Files: bin/helpbrowser apps/Applications/helpbrowser.desktop
Priority: optional
Section: qpe
Maintainer: Trolltech (www.trolltech.com)
Architecture: $CPU_ARCH
Arch: $DEVICE_ARCH
Version: $QPE_VERSION
www.eeworm.com/read/472006/1419766
java control.java
/*
* Copyright (c) 2003-2005 The BISON Project
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 2 as