转载自:http://blog.csdn.net/aaa2832/article/details/194196791内存泄漏的排查方法Dalvik Debug Monitor Server (DDMS)是ADT插件的一部分,其中有两项功能可用于内存检查:·heap查看堆的分配情况·allocatio...
分类:
移动开发 时间:
2014-09-03 21:01:27
阅读次数:
278
情侣间的电灯泡叫做 the third wheelI don't want to be the third wheel. 我可不想当电灯泡。如胶似漆的情侣 love birdsYou wouldn't want to bother any love birds.天生一对 a match made i...
分类:
其他好文 时间:
2014-09-01 19:05:53
阅读次数:
190
MAT下载地址http://download.eclipse.org/mat/1.4/update-site/2.MAT使用介绍http://blog.csdn.net/jl_qiqi/article/details/85728253.使用中遇到的问题待添加。。。。
分类:
移动开发 时间:
2014-09-01 15:52:24
阅读次数:
205
getPrice()?>PHP number_format() 函数getPrice());?>
分类:
其他好文 时间:
2014-09-01 10:29:22
阅读次数:
143
题目链接
题意:求sqrt(sqrt(2) + sqrt(3)) ^ 2n MOD 1024
思路:
代码:
#include
#include
#include
#include
#include
using namespace std;
const int MOD = 1024;
int n;
struct mat {
i...
分类:
其他好文 时间:
2014-09-01 00:29:32
阅读次数:
183
如果前后字母个数不固定: B1=MID(A1,MATCH(0,0*MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1),),MATCH(0,0*MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1))-MATCH(0,0*MID(A1,ROW(INDIREC...
分类:
其他好文 时间:
2014-08-31 10:30:01
阅读次数:
172
最近一个哥们,是用牛顿迭代法求解一个四变量方程组的最优解问题,从网上找了代码去改进,但是总会有点不如意的地方,迭代的次数过多,但是却没有提高精度,真是令人揪心! 经分析,发现是这个方程组中存在很多局部的极值点,是用牛顿迭代法不能不免进入局部极值的问题,更程序的初始值有关! 发现自己好久没有是用Mat...
分类:
其他好文 时间:
2014-08-31 01:38:20
阅读次数:
571
现在python火啊,每次OpenCV自带的ml模块都让我直呼坑爹,索性准备用python来做OpenCV后期的机器学习算法的处理。于是赶紧拿起这本书读读。
适合OpenCV和python都有一定基础的。。。。由于都比较熟悉这两个东西,我阅读之前比较关心的只有几个问题,具体的应用实例没有仔细看。
1.如何在python中安装opencv
2.OpenCV的Mat数据结构能否方便的转换成num...
分类:
编程语言 时间:
2014-08-30 08:46:39
阅读次数:
214
题目链接
题意:求n^n的个位数的值。
思路:快速幂求值
代码:
#include
#include
#include
#include
#include
using namespace std;
typedef long long ll;
ll a, b, n, m;
struct mat{
ll s[2][2];
mat() {...
分类:
Web程序 时间:
2014-08-29 22:41:18
阅读次数:
229
Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't mat...
分类:
其他好文 时间:
2014-08-29 02:35:13
阅读次数:
203