摘要:
AChartEngine(ACE)是Google为Android提供的一个开源绘制工具包。它集成了绘制多种图形的功能:折线图、散点图、气泡图、柱状图、饼图、仪表图等图形。 下载地址:http://download.csdn.net/detail/u013647453/8511203(含1.1.0的j 阅读全文
posted @ 2017-08-18 11:26
brucemengbm
阅读(533)
评论(0)
推荐(0)
摘要:
用__attribute__((deprecated)) 管理过时代码。同一时候保留兼容的接口 Linux下: #define DEPR_AFTER __attribute__((deprecated)) #define DEPR_BEFOR class DEPR_BEFOR AAA { }DEPR 阅读全文
posted @ 2017-08-18 10:15
brucemengbm
阅读(792)
评论(0)
推荐(0)
摘要:
//给一个长度为大于2小于15的字符串 //在当中间加‘+’或‘=’使得其成为一个等式的方法的个数 //枚举等号位置。暴力搜索加号加的位置 #include<cstdio> #include<cstring> #include<iostream> using namespace std ; cons 阅读全文
posted @ 2017-08-18 08:46
brucemengbm
阅读(172)
评论(0)
推荐(0)