02 2020 档案

摘要:{ //https://www.nasm.us/ } 阅读全文
posted @ 2020-02-24 23:34 YZFHKMS-X 阅读(123) 评论(0) 推荐(0) 编辑
摘要://http://cn.epubee.com/books/?s=c%2B%2B&action= 这5个电子书网站,可以免费下载所有书籍 免费下载站 电子书下载不用愁,这5个精品电子书网站解您忧。网上流传着很多电子书资源网站汇总,但是有很多都是以讹传讹,有相当多的网站要么打不开,要么质量无法保证,为了 阅读全文
posted @ 2020-02-22 22:20 YZFHKMS-X 阅读(119) 评论(0) 推荐(0) 编辑
摘要:{ //https://www.jb51.net/shouce/dos/ } 阅读全文
posted @ 2020-02-22 22:10 YZFHKMS-X 阅读(120) 评论(0) 推荐(0) 编辑
摘要:{ //http://bestcbooks.com/recommended-cpp-books/ } 阅读全文
posted @ 2020-02-22 22:09 YZFHKMS-X 阅读(84) 评论(0) 推荐(0) 编辑
摘要:{ //https://www.linuxprobe.com/books } 阅读全文
posted @ 2020-02-22 21:54 YZFHKMS-X 阅读(85) 评论(0) 推荐(0) 编辑
摘要:#pragma warning (disable: 4305)//关闭警告 #pragma warning (disable: 4996)//关闭警告 //#pragma warning (once: 4996)//只显示一个 阅读全文
posted @ 2020-02-22 20:56 YZFHKMS-X 阅读(121) 评论(0) 推荐(0) 编辑
摘要:{ 一.下载 https://github.com/vim/vim-win32-installer/releases 二.将vim程序加到环境变量path中 此电脑 >右击属性 >高级系统设置 >环境变量 >编辑 >新建 >将vim程序所在路径 复制(一定要复制!!!! 不然会出错) >确定 复制路 阅读全文
posted @ 2020-02-18 00:13 YZFHKMS-X 阅读(201) 评论(0) 推荐(0) 编辑
摘要:android.mk LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) #/////////////////////////////////////////////////////////////////////////////////////// 阅读全文
posted @ 2020-02-17 23:56 YZFHKMS-X 阅读(283) 评论(0) 推荐(0) 编辑
摘要:std::string strings("fjsdlkfjlsdkjfl"); strings += '\0'; strings += "fdsfjdsljfl"; int len = 0; std::string tmp = strings; len = tmp.size(); //此时len ! 阅读全文
posted @ 2020-02-17 20:57 YZFHKMS-X 阅读(116) 评论(0) 推荐(0) 编辑
摘要:{ 目录 1车牌提取过程 1.1车辆图像获取 1.2车牌定位 1.3车牌字符分割 2车牌提取 2.1灰度化 2.2Candy边缘检测 2.3形态学(膨胀腐蚀)处理 2.4轮廓处理 2.5自适应二值化处理 3字符提取分割 3.1像素值判断 3.2确认字符位置 车牌提取过程一个典型的车辆牌照识别系统一般 阅读全文
posted @ 2020-02-17 10:33 YZFHKMS-X 阅读(349) 评论(0) 推荐(0) 编辑
摘要:{ //https://www.cnblogs.com/blankqdb/archive/2012/08/30/2663859.html 1. send解析 sockfd:指定发送端套接字描述符。 buff: 存放要发送数据的缓冲区 nbytes: 实际要改善的数据的字节数 flags: 一般设置为 阅读全文
posted @ 2020-02-17 00:28 YZFHKMS-X 阅读(334) 评论(0) 推荐(0) 编辑
摘要:{ 在内存不足时,new (std::nothrow)并不抛出异常,而是将指针置NULL 在一定的环境下,返回一个NULL指针来表示一个失败依然是一个不错的选择。 C++标准委员会意识到这个问题,所以他们决定定义一个特别的new操作符版本,这个版本返回0表示失败。 } { object *obj = 阅读全文
posted @ 2020-02-16 22:27 YZFHKMS-X 阅读(487) 评论(0) 推荐(0) 编辑
摘要:android系统版本 和 API 对应表 adb shell 获取 android 系统版本: getprop ro.build.version.release adb shell 获取 android 系统 API 版本: getprop ro.build.version.sdk>API Lev 阅读全文
posted @ 2020-02-15 23:21 YZFHKMS-X 阅读(379) 评论(0) 推荐(0) 编辑
摘要:{ //http://www.downza.cn/soft/281550.html } 阅读全文
posted @ 2020-02-15 20:04 YZFHKMS-X 阅读(138) 评论(0) 推荐(0) 编辑
摘要:{ //https://wenku.baidu.com/view/5f573aff5022aaea988f0f0f.html G00 快速定位 G01 直线切削 G02 顺时针圆弧切削 G03 逆时针圆弧切削 G04 暂停 G05 P2高速切削加工方式打开 走G01 G05 P0高速切削加工方式关 阅读全文
posted @ 2020-02-15 19:57 YZFHKMS-X 阅读(1186) 评论(0) 推荐(0) 编辑
摘要:/* @echo off&setlocal EnableDelayedExpansion&color 5e title KMS_Activation for Windows ALL - (Comlan) :WH cls echo. echo Select the version of Windows 阅读全文
posted @ 2020-02-13 20:40 YZFHKMS-X 阅读(411) 评论(0) 推荐(0) 编辑
摘要:一个非常完整的实例 void cratexlsfile(std::string filename,ustring name,ustring gender,ustring id,ustring Class,ustring PhoneNum) { XLS obj; auto sheet = obj.cr 阅读全文
posted @ 2020-02-12 15:10 YZFHKMS-X 阅读(548) 评论(0) 推荐(0) 编辑
摘要:例子: { LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)$(warning $(LOCAL_PATH))LOCAL_MODULE := libyuv#工作包含目录LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/ 阅读全文
posted @ 2020-02-05 17:11 YZFHKMS-X 阅读(198) 评论(0) 推荐(0) 编辑
摘要:{ //https://juejin.im/post/5b50898ef265da0fa21a7f0f } 阅读全文
posted @ 2020-02-03 20:17 YZFHKMS-X 阅读(108) 评论(0) 推荐(0) 编辑
摘要:{ //如果jni要使用.so返回的中文字符请把.cpp改为urf-8无签名格式再编译成.so库给jni调用 //否则闪退 } 阅读全文
posted @ 2020-02-03 20:02 YZFHKMS-X 阅读(105) 评论(0) 推荐(0) 编辑
摘要:{ //http://www.libsdl.org/download-2.0.php } 阅读全文
posted @ 2020-02-02 22:54 YZFHKMS-X 阅读(151) 评论(0) 推荐(0) 编辑
摘要:{ //https://forum.exploit.in/settings/ //https://www.hackthissite.org/forums/ } 阅读全文
posted @ 2020-02-01 21:37 YZFHKMS-X 阅读(149) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示