09 2016 档案

摘要:extern "C" { __declspec(dllexport) int psq_add(int a, int b); } C:\Users\pansq>mkexp mydll.a mydll.dll extern "C" { int psq_add(int a, int b); } 阅读全文
posted @ 2016-09-28 20:30 一样菜 阅读(425) 评论(0) 推荐(0) 编辑
摘要:卷积神经网络VS配置 阅读全文
posted @ 2016-09-28 13:48 一样菜 阅读(434) 评论(0) 推荐(0) 编辑
摘要:opencv_haartraining.exe -data xml -vec pos.vec -bg neg/neg.txt -w 20 -h 20 -mem 144 opencv_haartraining.exe -data xml/ -vec pos.vec -bg neg/neg.txt -nstages 4 -nsplits 1 -minhitrate 0.999 -maxfalsea... 阅读全文
posted @ 2016-09-28 13:46 一样菜 阅读(800) 评论(0) 推荐(0) 编辑
摘要:adb查看logcat adb logcat :* *:S 查看指定TAG的Logadb查看最上层activity:linux: adb shell dumpsys activity | grep "mFocusedActivity"windows: adb shell dumpsys activity | findstr "mFocusedActivity"adb修改可读可写权限#mount#... 阅读全文
posted @ 2016-09-09 17:05 一样菜 阅读(180) 评论(0) 推荐(0) 编辑
摘要:String title = "\n\""+itemInfo.itemSSID+"\" "; View password_view = AppData.inflater.inflate(R.layout.wifi_cancel_connect, null); TextView password_ti 阅读全文
posted @ 2016-09-09 16:20 一样菜 阅读(662) 评论(0) 推荐(0) 编辑
摘要:String title = ""; if(itemInfo!=null) title = "\n\""+itemInfo.itemSSID+"\" "; else title = "\n\""+ssid+"\" "; title += getResources().getString(R.string.network_wifi_password_error_info... 阅读全文
posted @ 2016-09-09 11:42 一样菜 阅读(1373) 评论(0) 推荐(0) 编辑
摘要:char *bgFile = "C:/C_Project/HandTraining/Debug/res/bg.jpg"; FILE *file = fopen(bgFile, "r"); if (file == NULL){ cout << "bg.jpg文件不存在..." << endl; return -1; } char *h... 阅读全文
posted @ 2016-09-06 11:56 一样菜 阅读(2721) 评论(0) 推荐(0) 编辑