代码搜索:Control 开发教程
找到约 10,000 项符合「Control 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/473578/6846655
pas control_carfeeu.pas
unit Control_CarFeeU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加车位信息
function AddCarFee(carfee:Tcarfee):boolean;
//得到车位集
function GetCarFeeSetArray:TADOQuery;
//修改车位信息
function Ed
www.eeworm.com/read/473578/6846656
dcu control_carfeeu.dcu
www.eeworm.com/read/473578/6846673
pas control_feeu.pas
unit Control_feeU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//得到费用集
function GetFeeSetArray:TADOQuery;
//删除费用
function DelFeeSet(feeID:integer):boolean;
//查找是否存在给定的项目名称,如果存在返回true
fu
www.eeworm.com/read/473578/6846680
dcu control_feeu.dcu
www.eeworm.com/read/473578/6846692
pas control_operatoru.pas
unit Control_OperatorU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//对用户名和密码进行检查,判断此用户是否存在,如果存在返回操作员的ID
function CheckOperator(operator:Toperator):integer;
//添加用户
function AddNewOperator
www.eeworm.com/read/473578/6846696
dcu control_operatoru.dcu
www.eeworm.com/read/473276/6850586
sym control_motor.sym
008 PSP_DATA
015-016 CCP_1
015 CCP_1_LOW
016 CCP_1_HIGH
01B-01C CCP_2
01B CCP_2_LOW
01C CCP_2_HIGH
020 @INTERRUPT_AREA
021 @INTERRUPT_AREA
022 @INTERRUPT_AREA
www.eeworm.com/read/473276/6850607
pjt control_motor.pjt
[PROJECT]
Target=control_motor.HEX
Development_Mode=2
Processor=0x877F
ToolSuite=CCS
[Directories]
Include=
Library=
LinkerScript=
[Target Data]
FileList=control_motor.c;
BuildTool=C-CO