代码搜索结果

找到约 129,825 项符合 Control 的代码

control.map.rpt

Analysis & Synthesis report for control Thu Nov 11 05:12:02 2004 Version 4.1 Build 208 09/10/2004 Service Pack 2 SJ Web Edition --------------------- ; Table of Contents ; -------------------

control.hif

Version 4.1 Build 208 09/10/2004 Service Pack 2 SJ Web Edition 5 OFF OFF OFF OFF 0 # entity control # logic_option { AUTO_RAM_RECOGNITION ON } # case_insensitive # source_file control.v

control.fit.summary

Flow Status : Successful - Thu Nov 11 05:12:14 2004 Quartus II Version : 4.1 Build 208 09/10/2004 SP 2 SJ Web Edition Revision Name : control Top-level Entity Name : control Family : APEX20KE Dev

在vb中的没有mciwndx control 这一项.txt

VB6已 经 不 支 持 这 个 控 件 了 , 它 提 供 了 Microsoft Multimedia Control( MCI32.OCX) 来 代 替 。 如 果 你 一 定 需 要 使 用 该 控 件 , 需 要 安 装 vb6。

哪里有script control.txt

在 专 业 版 和 企 业 版 都 有 Script Control。 不 过 需 要 手 工 安 装 , 在 光 盘 的 Common\Tools\VB\Script目 录 下 。 也 可 以 从 微 软 站 点 下 载 : http://www.microsoft.com/scripting/scriptcontrol/default.htm

control.o.d

control.o: control.c \ C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/io.h \ C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/sfr_defs.h \ C:/WinAVR/bin/../lib/g

temp-control.lnp

"temp-control.obj" TO "temp-control" RAMSIZE(256)

temp-control.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, Options 1,0,0

temp-control.plg

Build target 'Target 1' compiling temp-control.c... .\TEMP-CONTROL.C(22): warning C206: 'ReadTemperature': missing function-prototype .\TEMP-CONTROL.C(24): warning C206: 'display': missing function-pr

control.vhd

library ieee; use ieee.std_logic_1164.all; entity control is port (clk ,start:in std_logic; cnt_en,clr:out std_logic); end; architecture rtl of control is signal en:std_logic; b