代码搜索结果
找到约 10,000 项符合
Control 的代码
control.hif
Version 6.0 Build 178 04/27/2006 SJ Full Version
2
21
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
-- E
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]
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
control.done
Sun Feb 25 04:55:04 2007
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
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]
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
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
control.js
//Abstract Control class
Abstract.Control = function(){}
Abstract.Control.prototype = {
initialize: function(){
},
paint: function(){
},
loadTiles
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