代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/155822/11845165
cnf shift_control.cnf
www.eeworm.com/read/155822/11845166
pof shift_control.pof
www.eeworm.com/read/155822/11845183
ndb shift_control.ndb
www.eeworm.com/read/155822/11845191
hif shift_control.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/155822/11845223
vhd shift_control.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity shift_control is
port(
clk,
iflag: in std_logic;
dcnt:unsigned(3 downto 0);
d:in std_logic_vector(7
www.eeworm.com/read/344464/11877610
mdl control_mask.mdl
Model {
Name "control_mask"
Version 4.00
SampleTimeColors on
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCovera
www.eeworm.com/read/258060/11890964
~pas control_yzu.~pas
unit Control_yzU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//得到楼宇
function GetBuildingArray:TADOQuery;
//得到单元,根据楼宇id
function GetBUnitByBID(BuildingID:integer):TADOQuery;
//添加楼宇
func
www.eeworm.com/read/258060/11890996
dcu control_yzu.dcu
www.eeworm.com/read/258060/11891007
pas control_yzu.pas
unit Control_yzU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//得到楼宇记录
function GetBuildingArray:TADOQuery;
//根据楼宇id得到单元记录
function GetBUnitByBID(BuildingID:integer):TADOQuery;
//添加楼宇
f
www.eeworm.com/read/258060/11891028
pas control_carfeeu.pas
unit Control_CarFeeU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加车位信息
function AddCarFee(carfee:Tcarfee):boolean;
//得到车位集
function GetCarFeeSetArray:TADOQuery;
//修改车位信息
function Ed