trunk/mediatek/config/工程名/system.prop中ro.mediatek.wlan.p2p=1为显示ro.mediatek.wlan.p2p=0为隐藏或者方法二packages/apps/Settings/src/com/android/settings/wifi/Wifi...
分类:
其他好文 时间:
2014-05-26 14:50:56
阅读次数:
191
今天在调试摄像头标定的时候发现了几个问题:fs.open("result.xml",
FileStorage::WRITE); fs > objectPoints(1);否则objectPoints[0].clear(); for( int
i = 0; i < boardheight; ++i )...
分类:
其他好文 时间:
2014-05-26 13:47:24
阅读次数:
241
Features 256 bits EEPROM memory organized in 8
pages of 32 bits each 32 bits unique factory programmed serial number Typical
operating frequency : ...
分类:
其他好文 时间:
2014-05-26 13:32:43
阅读次数:
287
IOzone是一个文件系统测试基准工具。可以测试不同的操作系统中文件系统的读写性能。可以通过
write, re-write, read, re-read, random read, random write, random mix, backwards
read, record rewirte, ...
分类:
其他好文 时间:
2014-05-26 13:15:14
阅读次数:
298
这是一道很常见的题,看题的时候看漏了root to
leaf的leaf,以为只要从root开始就可以了,太不仔细了,sigh~ 其实类似的题目在Career
Cup的4.9,那个题是任意路径,不必从root到leaf,要求更高。一直以来我都有这样的疑问,迭代的变量(如下例中的path、total)如...
分类:
其他好文 时间:
2014-05-26 12:09:21
阅读次数:
329
重置Bitmap大小 Bitmap bitMap =
BitmapFactory.decodeFile(path);int width = bitMap.getWidth();int height =
bitMap.getHeight();// 设置想要的大小int newWidth = 500;i...
分类:
移动开发 时间:
2014-05-26 12:07:00
阅读次数:
263
http://www.iwangzheng.com/[root@a02]$show
dbs;changhong_tv_cms 0.078GB[root@a02]$ mongodump -d changhong_tv_cms
-o/temp/db_mongo.20140521.mongo/worksp...
分类:
数据库 时间:
2014-05-26 10:30:39
阅读次数:
407
#include#include#includeusing namespace std; //void
MinHeapFixup(int a[], int i)//{// int j ,temp;// temp = a[i];// j = (i-1)/2;//
while(j >= 0 && i !...
分类:
其他好文 时间:
2014-05-26 10:26:08
阅读次数:
212
需要的工具:1、安装QT SDK环境2、安装CMake for
Windows3、OpenCV最新Windows源码步骤:1、将QT
SDK安装目录下的{QtSDK}\mingw\bin添加到系统环境变量PATH中2、打开CMake,设置源码位置和源码构造位置3、点击configure,选择如下5、...
import java.io.*; import java.io.*;class Main{
public static void main(String[] args) throws IOException{ // File path=new
File("e:\\liudan...
分类:
其他好文 时间:
2014-05-24 08:07:58
阅读次数:
195