代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/486923/1244895
h writeback_control.h
#ifndef KAPI_WRITEBACK_CONTROL_NO_RANGE_PREFIX
#define KAPI_WRITEBACK_CONTROL_NO_RANGE_PREFIX
#ifdef WRITEBACK_CONTROL_NO_RANGE_PREFIX
#define range_start start
#define range_end end
#endif
#endif
www.eeworm.com/read/486037/1255246
h usb-control.h
/* linux/include/asm-arm/arch-s3c2410/usb-control.h
*
* (c) 2004 Simtec Electronics
* Ben Dooks
*
* S3C2410 - usb port information
*
* This program is free software; you can
www.eeworm.com/read/486037/1256811
h usb-control.h
/* linux/include/asm-arm/arch-s3c2410/usb-control.h
*
* (c) 2004 Simtec Electronics
* Ben Dooks
*
* S3C2410 - usb port information
*
* This program is free software; you can
www.eeworm.com/read/483359/1278122
c control_dir.c
#include"19#405.h"
#define ON_LINE 90 // 主红外踩到黑线的临界值
#define ON_LINE_LOW 20 // 从红外踩到黑线的临界值
#define LEFT 1
#define RIGHT 2
#define MIDLE 0
/*******当前状态记录值********/
char
www.eeworm.com/read/482889/1282679
hpp control_structures.hpp
// -- control_structures.hpp -- Boost Lambda Library --------------------------
// Copyright (C) 1999, 2000 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi)
//
// Distributed under the Boost Software License,
www.eeworm.com/read/482889/1284381
hpp access_control.hpp
// (C) Copyright Jonathan Turkanis 2003.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
www.eeworm.com/read/482889/1284447
hpp flow_control.hpp
///////////////////////////////////////////////////////////////////////////////
// flow_control.hpp
//
// Copyright 2004 Eric Niebler. Distributed under the Boost
// Software License, Version 1.
www.eeworm.com/read/482823/1285553
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/482823/1285559
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/482823/1285560
pas control_evaluationu.pas
unit Control_evaluationU;
interface
uses DAHelper,ClassesU,ADODB,SysUtils;
//添加奖惩信息
function AddEvaluation(Evaluation:TEvaluation):boolean;
//修改奖惩信息
function EditEvaluation(Evaluation:TEvaluat