代码搜索结果

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

tube_control.qsf

# 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

tube_control.qws

[ProjectWorkspace] ptn_Child1=Frames [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 ptn_Child2=Document-1 ptn_Child3=Document-2 pt

tube_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

tube_control.cdf

/* Quartus II Version 6.0 Build 178 04/27/2006 SJ Full Version */ JedecChain; FileRevision(JESD32A); DefaultMfr(6E); P ActionCode(Cfg) Device PartName(EP1K30Q208) Path("") File("tube_contr

gate_control.v

module gate_control( SW0,SW1,SW2,//当SW0为高时,选择的量程为999999HZ,此时输入的1HZ的时钟信号 f1hz,f10hz,f100hz, Latch_EN, Counter_Clr, Counter_EN, dp_s1hz,dp_s10hz,dp_s100hz );

sum_control.v

module sum_control( Reset, pulse_sum_in, step_sum, wave_out ); output wave_out; input Reset; input [23:0] step_sum; //总脉冲数(由步进电机走的总路程决定) input pulse_sum_in;