上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 原文:http://blog.sina.com.cn/s/blog_9b493e7b0102xvn6.html opencv可以捕获摄像头数据。如果要读高分辨率和高帧率,可以用如下的设置: capture.set(CV_CAP_PROP_FPS, 30); capture.set(CV_CAP_PR 阅读全文
posted @ 2019-03-17 15:59 dozeoo 阅读(1440) 评论(1) 推荐(1)
摘要: Displaylink安卓驱动 2019年最新版V2.3.1 阅读全文
posted @ 2019-03-12 09:35 dozeoo 阅读(2045) 评论(0) 推荐(0)
摘要: 1.y.z is built with C++11. 0.y.z can be used with older compilers 1.y.z 版本是基于C++11的;0.y.z 是基于老版本的,为了兼容性采用此版本 解压Jsoncpp文件,将jsoncpp-src-0.10.7\jsoncpp-s 阅读全文
posted @ 2019-01-22 20:14 dozeoo 阅读(446) 评论(0) 推荐(0)
摘要: 1.打开Nuget包管理器 2. 输入 Install-Package Costura.Fody -Version 3.3.0 3.之后Costura.Fody会嵌入到工程中,如果没有手动添加一下 4.之后重新编译工程 阅读全文
posted @ 2019-01-16 14:13 dozeoo 阅读(1321) 评论(0) 推荐(0)
摘要: 根据 在官网论坛上的反馈结果,程序自己有验证数字签名,数字签名验证不通过,即如上图所示。可能的原因:病毒;下载不完全;证书链出问题 阅读全文
posted @ 2018-12-13 09:02 dozeoo 阅读(1061) 评论(0) 推荐(0)
摘要: Thank you for your interest in developing a plug-in for Adobe® Reader®. To build an Adobe Reader plug-in, you should apply for and obtain an Adobe Rea 阅读全文
posted @ 2018-11-26 14:47 dozeoo 阅读(543) 评论(0) 推荐(1)
摘要: https://www.drvsky.com/sort/908_1.htm 可以通过说明中的支持的独立显卡列表:,找到适合自己的版本 阅读全文
posted @ 2018-11-07 09:17 dozeoo 阅读(1787) 评论(0) 推荐(0)
摘要: 原文在:https://www.codeproject.com/Articles/28063/An-Extended-MFC-CListCtrl-to-edit-individual-cells listctrl的重写类,可以嵌入combobox,DateTimePicker,TextBox或者一个 阅读全文
posted @ 2018-11-06 16:34 dozeoo 阅读(1935) 评论(0) 推荐(0)
摘要: 插入图片 1 using System.IO; 2 using iTextSharp.text; 3 using iTextSharp.text.pdf; 4 5 class Program 6 { 7 static void Main(string[] args) 8 { 9 using (Str 阅读全文
posted @ 2018-09-01 21:38 dozeoo 阅读(1103) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include <iostream> #include <windows.h> #include <comdef.h> #include <exdisp.h> #include <oledlg.h> using namespace std; // Const 阅读全文
posted @ 2018-07-14 09:25 dozeoo 阅读(556) 评论(0) 推荐(0)
摘要: #include <comdef.h> #include <comutil.h> #pragma comment(lib,"comsuppw.lib") _bstr_t b = bstrText; char* lpszText2 = b; 阅读全文
posted @ 2018-07-10 11:59 dozeoo 阅读(329) 评论(0) 推荐(0)
摘要: static char* MBSCToCEF(const char* mbcsStr) { wchar_t* wideStr; char* utf8Str; int charLen; charLen = MultiByteToWideChar(CP_UTF8, 0, mbcsStr, -1, NUL 阅读全文
posted @ 2018-07-08 11:52 dozeoo 阅读(336) 评论(0) 推荐(0)
摘要: 加入了DirectShow的基类链接库后,如果此时编译就会出现以下编译错误: strmbasd.lib(wxutil.obj) : error LNK2019: 无法解析的外部符号 __imp__timeGetTime@0 strmbasd.lib(wxutil.obj) : error LNK20 阅读全文
posted @ 2018-07-02 12:10 dozeoo 阅读(2682) 评论(0) 推荐(0)
摘要: /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Input event codes * * *** IMPORTANT *** * This file is not only included from C-code but also from devicetree source * file... 阅读全文
posted @ 2018-06-06 09:51 dozeoo 阅读(720) 评论(0) 推荐(0)
摘要: 由于LibHaru库只能创建PDF,所以只能换了。 PODOFO项目的依赖项目有: FreeType2: https://sourceforge.net/projects/freetype/files/ 这个必须是2.8不能是2.9,要不然会报一堆的链接错误 Libjpeg: https://sou 阅读全文
posted @ 2018-04-26 22:20 dozeoo 阅读(3630) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页