登录
首页 » Visual C++ » mybattery

mybattery

于 2011-09-19 发布 文件大小:372KB
0 377
下载积分: 1 下载次数: 10

代码说明:

  这是brew平台,测试手机耗电量和电池格数的程序,有很强的参考价值(This is a brew platform, test power consumption and battery cell phone number of the program, there is a strong reference value)

文件列表:

mybattery
.........\AEEAppGen.obj,9148,2011-08-03
.........\AEEModGen.obj,9591,2011-08-03
.........\build3_all.bat,537,2008-03-19
.........\mybattery.bid,120,2006-12-26
.........\mybattery.c,27291,2011-08-03
.........\mybattery.dll,217155,2011-08-03
.........\mybattery.dsp,4106,2006-12-26
.........\mybattery.dsw,541,2006-12-22
.........\mybattery.exp,566,2011-08-03
.........\mybattery.h,1888,2008-03-28
.........\mybattery.ilk,273628,2011-08-03
.........\mybattery.lib,1966,2011-08-03
.........\mybattery.mak,11938,2008-03-19
.........\mybattery.mif,234,2008-03-19
.........\mybattery.mod,9436,2008-03-20
.........\mybattery.ncb,50176,2011-08-04
.........\mybattery.obj,45315,2011-08-03
.........\mybattery.opt,48640,2011-08-04
.........\mybattery.pch,499760,2011-08-03
.........\mybattery.pdb,549888,2011-08-03
.........\mybattery.plg,1418,2011-08-03
.........\mybattery.sig,2626,2011-08-03
.........\vc60.idb,50176,2011-08-03
.........\vc60.pdb,77824,2011-08-03
mybattery.mif,234,2008-03-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gghhk
    再来一个就可以下载东东了(then one can be downloaded on the Wanton)
    2004-12-15 13:00:00下载
    积分:1
  • Ramdisk_WDF
    一个虚拟内存盘的WDF驱动程序,支持Win8.1 x64(需要关闭驱动签名,UAC运行CMD) 、x32 (A virtual memory disk WDF driver support Win8.1 x64 (need to turn off the signature drive, UAC run CMD), x32)
    2021-05-16 18:30:07下载
    积分:1
  • NETSeeSystem
    本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,屏幕信息需要时时显示,网络延时不能大于1秒,服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。(This system belongs to a small local area network monitoring system that can carry out the screen of a computer monitor, the screen displays information needs from time to time, the network delay can not be greater than 1 second, the server-side ready to run, as long as the client is running, you can display on-screen information .)
    2010-01-24 15:54:57下载
    积分:1
  • ldpc-code-final-test
    用于LDPC编码译码的仿真实现。包括随机生成校验矩阵、由校验矩阵产生生成矩阵、编码、加随机噪声、译码等内容。(For LDPC codec simulation. Including randomly generated check matrix, generated by the parity check matrix generator matrix, coding, plus random noise, such as decoding.)
    2013-05-06 12:02:38下载
    积分:1
  • 新科库存管理系统
    新科库存管理系统~1、问题描述(功能要求): 新科公司现有以下设备:普通电视机、DVD、带DVD的电视机,带DVD的电视机的售价为普通电视机和DVD单价之和的80%,要求对所有的库存设备都能按照品名进行显示、查找、增加和删除、保存的功能。 (new branch inventory management system to a problem description (functional requirements) : existing and new companies the following equipment : ordinary TV, DVD, TV with DVD, DVD TV with the price of ordinary TV and DVD priced sum of the 80% required for all stocks equipment is in accordance with the description of that search, and delete increase, the depositary functions.)
    2005-09-02 11:56:40下载
    积分:1
  • 多功能聊天
    利用VC++6.0来实现一个类似QQ的聊天程序。本程序只实现添加好友,文字聊天,文件传输和语音聊天4大功能。(VC 6.0 to achieve a similar QQ chat program. This procedure will only add to achieve good friend, text chat, file transfer, and voice chat four major functions.)
    2020-06-26 08:00:02下载
    积分:1
  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • GPSGSM
    说明:  G P S和G S M 双定位终端的软硬件设计与实现 :随着移动定位技术的发展, 单纯的签子G P S 的定位终端或者荃于移动网络的定位终端都将无法浦足用户的俩求。前者的G P S定 位信号受地形及建筑物的影晌,会存在定位盲区 后者定位精度和定位能力受到移动网 络的限制。该文提出一种集成了G P S定位和G S M 网络定位技术的定位终端,阐述了它的软硬件的设计和实现。实验结果表明,该定位终端结合了G P S和G S M网络两种定位方式的优点,(D e s i g n a n d I m p l e me n t a t i o n o f t h e T r a c k i n g T e r mi n a l I n t e g r a t i n g GP S wi t h GS M P o s i t i o n i n g T e c h n o l o g y J I A NG X i r u i , C HE N G Z h e n l i n , F AN G J i n y u n , Z HA NG L i v n g ( I n s t i t u t e o f C o m p u t e T e c h n o l o g y , C h i n e s e A c a d e m y o f S c i e n c e s , B e i j i n g 1 0 0 0 8 0 ) b s t r a c t ] Th e t r a c k i n g t e r mi n a l p l a y s a n i mp o r a n t rl e i n t h e n a v i g a t i o n a n d p o s i t i o n i n g s y s t e m. Ho w t o t h e t r a c k i n g t e r mi n a l i s a k e y p rb l e m t o t h e d e s i g n e r a n d u s e r . T h i s p a p e r p r e s e n t s a me t h o d wh i c h i mpr v e t i n t e g r a t e s p e r f o r m a n c e a n d p r e c i s i o GP S wi 比GS M p o s i t i o n i n g h n o l o g y i n o n e t e r mi n a l , a n d s p e c i f i e s t h e s o f)
    2009-08-27 09:06:42下载
    积分:1
  • vcPP6.0
    vc++6.0安装包,内附有补丁以及卸载程序,解压即可安装(vc++6.0 installation package, patches, and have included uninstaller, decompression can be installed)
    2016-12-21 19:11:26下载
    积分:1
  • Lissajous
    Lissajous,李萨茹曲线, Win32 API,多窗口,其中一个窗口作为 工具条(Lissajous Curves Drawing,using Win32 API. Muti-Windows, Multi Threads.)
    2012-05-08 19:59:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载