代码搜索结果
找到约 1,167 项符合
Battery 的代码
battery.java
/*
* Copyright (c) 2006, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide
battery.asm
;----------------------------------
; 智能充电器实例
;功能:通过定时器定时从AD上读取数据,根据不同的电压选择不同的控制
; 充电方案,使用PWM控制输出脉宽来控制电流
;-----------------------------------
ORG 0000H
LJMP START
...
battery.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
battery.plg
礦ision2 Build Log
Project:
F:\project\写书\program\44\battery.uv2
Project File Date: 06/23/2007
Output:
battery.lst
A51 MACRO ASSEMBLER BATTERY 06/23/2007 10:32:08 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN battery.OBJ
ASSEMBLER
battery.lnp
"battery.obj"
TO "battery"
battery.dat
#
# $Id: battery.dat,v 1.1.1.1 1998/04/15 19:16:41 lhecking Exp $
#
50.000000 0.036990 2.500000 0.007039
47.000000 0.036990 2.500000 0.007039
44.000000 0.038360 2.500000 0.007053
41.000000 0.042160
battery.java
/**
* NXT access classes.
*/
package lejos.nxt;
/**
* Provides access to Battery.
*/
public class Battery
{
private Battery()
{
}
/**
* Returns the battery voltage in millivolts.
battery.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
battery.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic