Location:
Search - battery wince
Search list
Description: EVC开发的查看电池状态信息的工具,可以在给予WinCE的PDA和SmartPhone上使用。-Developed by EVC to check status of battery.Used on Smart Phone or PDA with WinCE.
Platform: |
Size: 140579 |
Author: 会朋 |
Hits:
Description: wince的电池驱动样例代码,基于pxa27x的,还可以,学习一下-Jack battery-driven sample code, based on PXA27x, can still learn from this
Platform: |
Size: 10965 |
Author: lilo |
Hits:
Description: 基于wince操作系统的底层电源管理程序
Platform: |
Size: 10297 |
Author: eric |
Hits:
Description: EVC开发的查看电池状态信息的工具,可以在给予WinCE的PDA和SmartPhone上使用。-Developed by EVC to check status of battery.Used on Smart Phone or PDA with WinCE.
Platform: |
Size: 140288 |
Author: 会朋 |
Hits:
Description: wince的电池驱动样例代码,基于pxa27x的,还可以,学习一下-Jack battery-driven sample code, based on PXA27x, can still learn from this
Platform: |
Size: 10240 |
Author: lilo |
Hits:
Description: 2440 windows mobile 5.0电池驱动-windows mobile 5.0 2,440 battery-driven
Platform: |
Size: 21504 |
Author: 刘位 |
Hits:
Description: 用这个程序可以测试在每一阶段当前电池的电量,电流变化状况 (用在智能开发上,例如PocketPC,WinCE)-use of this procedure can be tested at every stage of the current battery capacity. Current conditions (used in the smart development, such as PocketPC, WinCE)
Platform: |
Size: 17408 |
Author: 陆林风 |
Hits:
Description: 三星2440 BSP for WinCE 5.0
中显示部分驱动源码-Samsung 2440 BSP for WinCE 5.0 driver source code shown in part
Platform: |
Size: 980992 |
Author: lilei |
Hits:
Description: wince 电池电源管理文件集
wince 电池电源管理文件集-wince battery power management documentation wince battery power management documentation
Platform: |
Size: 2113536 |
Author: che |
Hits:
Description: WINCE 下电池驱动的源代码,里面有详细的说明文件说明电池驱动的实现步骤-WINCE under the battery-driven source code, which is described in detail document describes the steps to realize battery-powered
Platform: |
Size: 19456 |
Author: lisen |
Hits:
Description: 基于wince操作系统的底层电源管理程序-Wince on the bottom of operating system power management procedures
Platform: |
Size: 10240 |
Author: eric |
Hits:
Description: memory battery storage control by wince
Platform: |
Size: 23552 |
Author: peter |
Hits:
Description: wince 电池充电模块,实现了pda的充电显示界面,包括显示电量,充电-wince battery module, achieved a pda charging display interface, including the show power, charging
Platform: |
Size: 18432 |
Author: mojianfneg |
Hits:
Description: wince环境下,手持设备的电池监控程序。试用了OPENNETCF框架。-wince environment, handheld device battery monitoring program. Tested OPENNETCF framework.
Platform: |
Size: 357376 |
Author: 黄奎 |
Hits:
Description: 用EVC开发的WINCE下的电池电量显示软件-Developed with the EVC battery under WINCE display software
Platform: |
Size: 38912 |
Author: 陈艳 |
Hits:
Description: wince环境下实现读取电池电量的软件 用c#编写 对于初学者很有好处。-wince environment to achieve the software to read battery prepared with c# is very good for beginners.
Platform: |
Size: 25600 |
Author: 9197471 |
Hits:
Description: PXA255下,wince中的电池驱动,使用工具是platfrom 4.2-PXA255,wince battery driver,Development Tools is platfrom 4.2
Platform: |
Size: 5120 |
Author: 王均伟 |
Hits:
Description: WINCE battery driver BQ27501
Platform: |
Size: 11264 |
Author: Alexey |
Hits:
Description: 查看电池容量的程序,开发环境evc,能查看电池所剩电量-Check the battery capacity of the program, the development environment WINCE
Platform: |
Size: 147456 |
Author: |
Hits:
Description: 在WinCE操作系统中,用于读取电池的状态。
调用方法:
//主窗口电池
Battery battery = new Battery()
Battery.State SLast = Battery.State.Normal
//主界面时钟,用户查看电池状态
private void timer2_Tick(object sender, EventArgs e)
{
((Timer)sender).Enabled = false
Battery.SystemIdleTimerReset()
SLast = battery.Status
Rectangle Rect = battery.BatteryState
if (battery.Status != SLast)
{
Invalidate()
}
((Timer)sender).Enabled = true
}
//主窗口画画图事件
private void FrmMain_Paint(object sender, PaintEventArgs e)
{
//画出电池形状-在WinCE操作系统中,用于读取电池的状态。
调用方法:
//主窗口电池
Battery battery = new Battery()
Battery.State SLast = Battery.State.Normal
//主界面时钟,用户查看电池状态
private void timer2_Tick(object sender, EventArgs e)
{
((Timer)sender).Enabled = false
Battery.SystemIdleTimerReset()
SLast = battery.Status
Rectangle Rect = battery.BatteryState
if (battery.Status != SLast)
{
Invalidate()
}
((Timer)sender).Enabled = true
}
//主窗口画画图事件
private void FrmMain_Paint(object sender, PaintEventArgs e)
{
//画出电池形状
Platform: |
Size: 2048 |
Author: 覃赞 |
Hits: