09 2017 档案
摘要:使用 DEF 文件从 DLL 导出 https://msdn.microsoft.com/zh cn/library/d91k01sh.aspx 如何:从 DLL 项目进行调试 https://msdn.microsoft.com/zh cn/library/605a12zt.aspx
阅读全文
摘要:电脑桌面不见了怎么办?只能调出任务管理器! 点击 输入 即可。
阅读全文
摘要:include "stdafx.h" include include include include "Finger\Protocol.h" pragma comment(lib,"Finger/ZAZAPIt.lib") using namespace std; int main() { HAND
阅读全文
摘要:Qt 如何使用 QImage 设置指定的颜色为透明色? 需求背景:使用华大身份证读卡器模块读取身份证信息,通过模块读取的图片为 .BMP 格式,无透明色,故绘制到身份证上无法美观的显示。 通过查询身份证拍摄要求,得知不得穿白色的领子拍摄,采用白底背景。 通过工具得知图片底色颜色值 。 故只需遍历图片
阅读全文
摘要:http://www.cnblogs.com/qinfengxiaoyue/archive/2012/06/05/2535524.html
阅读全文
posted @ 2017-09-25 20:54
學海無涯
摘要:http://blog.csdn.net/jiangxinyu/article/details/8000999 http://blog.csdn.net/xoyojank/article/details/2686980 http://www.cnblogs.com/klchang/p/6784856
阅读全文
posted @ 2017-09-24 02:08
學海無涯
摘要:如何调图像的亮度和对比度? 如何在 函数上创建滑块 ? 如何读取图像和保存图像? 轮廓检测 霍夫直线检测
阅读全文
摘要:Photoshop CC 常用快捷方法有哪些? `工具栏 控制面板 绘图区` 1. 多个图层如何快速居中? 1. 在 中选中多个图层创建 2. 在 选择 3. 在 点击 和 图标 Note:需要居中的图层最先选中 2. 如何快速复制自己需要的图层 1. 在 选择 2. 按住 键,然后鼠标左键拖动即可
阅读全文
摘要:http://www.cplusplus.com/reference/ http://zh.cppreference.com
阅读全文
摘要:函数介绍 1. 2. 0: 沿X轴翻转; 0: 沿Y轴翻转;
阅读全文
摘要:OpenCV 如何打开摄像头获取图像数据? 代码运行环境: `OpenCV 3.3.0` c++ include "include/opencv2/opencv.hpp" include using namespace std; using namespace cv; int main(int ar
阅读全文
摘要:http://blog.csdn.net/kingmax54212008/article/details/77837210 用于接口的复合USB设备路径格式
阅读全文
posted @ 2017-09-19 18:09
學海無涯
摘要:如何给注册表添加右键菜单 1. 组合键打开命令行 2. 输入 打开注册表 3. 找到 目录,新建 项 4. 来到 项目录,新建 项 5. 来到 项目录,新建一个 6. 复制应用程序 路径到 默认值 层新建一个 icon 项,键值添加图标路径即可给右键菜单添加图标 eg. Note: 前面是一个空格
阅读全文
posted @ 2017-09-18 09:00
學海無涯
摘要:像素:1011 x 637 大小:1.2MB 尺寸:85.6mm x 54.0mm x 1.0mm 分辨率:300
阅读全文
posted @ 2017-09-16 10:44
學海無涯
摘要:http://blog.csdn.net/longhuahaha/article/details/8556964 http://www.cnblogs.com/guenli/articles/1629915.html
阅读全文
posted @ 2017-09-15 13:43
學海無涯
摘要:VIX API可帮助您编写脚本以自动执行虚拟机操作并在客户机操作系统中操作文件。VIX程序运行在不同的系统上,并支持vSphere,Workstation,Player和Fusion的管理。为C,Perl和COM提供了绑定(Visual Basic,VBscript,C#)。 https://www
阅读全文
posted @ 2017-09-12 17:36
學海無涯
摘要:OpenCV 官方离线文档下载地址:http://docs.opencv.org/ 如何生成离线文档? http://docs.opencv.org/master/d4/db1/tutorial_documentation.html 如何生成函数调用图? http://blog.csdn.net/u
阅读全文
posted @ 2017-09-12 15:16
學海無涯
摘要:```
https://www.raspberrypi.org/documentation/hardware/raspberrypi/spi/README.md
https://github.com/mxgxw/MFRC522-python
http://nfc-tools.org/index.php?title=Libnfc
https://www.nxp.com/cn/ http://blo...
阅读全文
posted @ 2017-09-11 23:06
學海無涯
摘要:static_cast dynamic_cast reinterpret_cast const_cast
阅读全文
posted @ 2017-09-11 16:56
學海無涯
摘要:FreeImage下载地址:http://freeimage.sourceforge.net/ //freeimagemain.h //freeimagemain.cpp
阅读全文
posted @ 2017-09-11 16:16
學海無涯
摘要:http://1438431234.spaces.eepw.com.cn/articles/article/item/114022
阅读全文
posted @ 2017-09-10 19:49
學海無涯
摘要:注册表 regedit.exe 用户变量: HKEY_CURRENT_USER\Environment 系统变量: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment 如何获取环境变量?
阅读全文
posted @ 2017-09-09 13:45
學海無涯
摘要:使用 库只需 4 步即可生成二维码 1.初始化 QRCode 结构体 2.添加数据 3.掩码和数据进行 xor 运算 4.构造二维码图像 qt vs2015 使用 libqr 生成二维码dome 四个函数介绍 1. 2. 3. 4. 最后附上 libqr 库文件 https://files.cnbl
阅读全文
摘要:1.下载 SDK 或 WDK 打开网址:https://developer.microsoft.com/zh cn/windows/hardware/windows driver kit 选择 SDK 或 WDK 其中一项 2.打开下载的 winsdksetup.exe 程序 3.打开下载的文件,里
阅读全文
posted @ 2017-09-08 11:21
學海無涯
摘要:1.下载libqr库 下载地址:https://github.com/rsky/qrcode 注:因 libqr 依赖 zlib 库,所以首先编译 zlib库 zlib 库编译指南:http://www.cnblogs.com/cheungxiongwei/p/7493286.html 2.解压下载
阅读全文
posted @ 2017-09-08 10:50
學海無涯
摘要:1.下载最新版本 zlib 库 `下载地址:http://www.zlib.net/ 2.打开vc14项目 3.设置 zlibvc 为启动项,编译即可
阅读全文
posted @ 2017-09-08 10:22
學海無涯
摘要:二维码生成库 1.qrcode https://github.com/rsky/qrcode 2.libqrencode https://github.com/fukuchi/libqrencode 二维码识别库 1.zxing c++版 https://github.com/glassechidn
阅读全文
posted @ 2017-09-07 10:56
學海無涯
摘要:qt 多媒体模块介绍 |类名|英文描述|中文描述| | | | | |QAudioBuffer|Represents a collection of audio samples with a specific format and sample rate|表示具有特定格式和采样率的音频样本的集合|
阅读全文
posted @ 2017-09-05 02:05
學海無涯
摘要:开发环境: 1.win7 64位 2.qt版本 windows x86 msvc2015 5.9.0 如何解决? 1.设置qt文件编码 设置 默认UTF 8 如果编码是 UTF 8 则添加. 2.使用 即可
阅读全文
posted @ 2017-09-04 22:58
學海無涯
摘要:1. 一款比较优秀的截图工具 https://www.snipaste.com/ 2. 一款GIF动画录制工具 https://www.cockos.com/licecap/ 3. 一款打包安装工具,可创建安装包 http://www.advancedinstaller.com/ 4. 一款光盘制作
阅读全文