代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/417291/10996860
~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/417291/10996877
~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/417291/10996881
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/417291/10996893
dcu control_operatoru.dcu
www.eeworm.com/read/417284/10997074
pas control_studentu.pas
unit Control_StudentU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加学生信息
function AddStudent(Student:TStudent):boolean;
//修改学生信息
function EditStudent(Student:TStudent;stdNo:string):boo
www.eeworm.com/read/417284/10997077
~pas control_evaluationu.~pas
unit Control_evaluationU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加奖惩信息
function AddEvaluation(Evaluation:TEvaluation):boolean;
//修改奖惩信息
function EditEvaluation(Evaluation:TEvaluat
www.eeworm.com/read/417284/10997079
~pas control_experienceu.~pas
unit Control_experienceU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加教育经历
function AddExperience(Experience:TExperience):boolean;
//修改教育经历
function EditExperience(Experience:TExperie
www.eeworm.com/read/417284/10997088
dcu control_evaluationu.dcu
www.eeworm.com/read/417284/10997093
~pas control_studentu.~pas
unit Control_StudentU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加学生信息
function AddStudent(Student:TStudent):boolean;
//修改学生信息
function EditStudent(Student:TStudent;stdNo:string):boo
www.eeworm.com/read/417284/10997094