代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/290540/3973196
mk config.mk
#
# This config file is used for compilation of scb93328 sources
#
# You might change location of U-Boot in memory by setting right TEXT_BASE.
# This allows for example having one copy located at the
www.eeworm.com/read/281683/4113386
java basicmotor.java
package lejos.nxt;
abstract class BasicMotor
{
int _mode = 4;
int _power = 50;
BasicMotorPort _port;
/**
* Sets power.
*
* @param power power setting: 0 - 100
*/
public void setPowe
www.eeworm.com/read/270811/4234823
txt dlgcustom.cpp.txt
/*++
Copyright (c) 2004-2005 Micro-soft
Module Name:
DlgCustom.cpp
Abstract:
the class of Dialog for setting user's favor-config
Author:
Microsoft's Engineer - Unknown