代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/424760/2013447
cpp control.cpp
/*____________________________________________________________________________
FreeAmp - The Free MP3 Player
Portions Copyright (C) 1999 EMusic
This program is free software; you can
www.eeworm.com/read/424706/2014250
h control.h
//
// 控制接口说明
//
#ifndef _CONTROL_H_
#define _CONTROL_H_
#define printf myprintf
#ifndef Tell // just for debug
//#define Tell(var) printf("%s %d: %s=%d,0x%x\r\n",__FILE__,__LINE__,#v
www.eeworm.com/read/424706/2014257
c control.c
//
// 控制接口定义 : 步进电机,A/D,2x2 Keys,键盘,EEPROM,LED,
//
//
//
#include "control.h"
#include "test.h"
extern int Lasttimeout;
#include "Sms.c"
#include "S3C2410.h"
void debugstr(const char* buffer,int j
www.eeworm.com/read/422845/2030873
js control.js
function GetOffsetTop(objObject)
{
var objParent
intTop = objObject.offsetTop;
objParent = objObject.offsetParent;
while(null!=objParent){
intTop += objParent.offsetTop;
objParent
www.eeworm.com/read/422651/2035466
c control.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "44b.h"
#include "option.h"
void ShowBootInfo(void)
{
puts("\n **************************************\n"
www.eeworm.com/read/421256/2053533
java control.java
package bluetoochgame;
public class Control {
Connection connection;
GameWorld gameworld;
MyCanvas mycanvas;
int selectedX,selectedY;
public boolean isServer;
boolean myMove;
pub