- 博客(12)
- 资源 (2)
- 收藏
- 关注
转载 OpenCV和MFC一起用的时候出现内存泄露
原 OpenCV和MFC一起用的时候出现内存泄露 2013年08月03日 01:26:27 vanlin5566 阅读数:3533 ...
2018-11-20 09:24:12
545
转载 error LNK2005: _DllMain@12 已经在 MSVCRTD.lib(dllmain.obj) 中定义
本文主要分析和解决编译链接时产生的 LNK2005 错误。 【错误信息】: mfcs90ud.lib(dllmodul.obj) : error LNK2005: _DllMain@12 already defined in MSVCRTD.lib(dllmain.obj) 【分析原因】: 这篇文章:《在Visua...
2018-11-20 09:14:50
733
转载 windows10 编译 opencv
OpenCV 3.4 版本,圣诞节前发布了,该版本新增了一种去掉视频背景的算法,dnn 模块的进一步改进,速度的提升,以及一些新添加的 tutorials 等等。 本文以 Win10 64 位 为例,介绍用 cmake 编译 OpenCV 的过程 (如果是 32 位系统,则对应 32位 的 cmake 和 Qt 软...
2018-11-07 15:56:31
290
转载 MFC中使用控制台输出printf内容
在win32和MFC程序中,有时需要输出一些调试信息,本文介绍在win32和MFC程序中使用控制台输出信息的方法。 我们可以在应用程序里使用AllocConsole()函数自己开一个控制台(就像DOS窗口一样),然后重定向输入输出,就可以用printf函数向控制台输出信息了,具体方法如下: 在CWinApp的重载函数InitInstance()中输入如下语句,开辟一个控制台并重定向输出 ...
2018-10-20 11:04:16
973
转载 关于远程桌面访问没有登录权限的解决办法
问题描述: 前几天发现用户的一台虚拟机(win2008r2)无法进行远程桌面访问,提示错误信息: “要登录到这台远程计算机,您必须被授予允许通过终端服务登录权限……”,如下图: 查找原因并解决问题: 1、首先本地登陆到这台虚拟机,右键点击“计算机”-“属性”-“远程设置”,从设置里发现已经允许远程桌面,并且需要的管理员用户已经有访问权限,如下图: 2、打开本地策略看一下吧,在“运行”对话...
2018-10-18 11:05:15
9664
转载 转:最简单jrtplib使用,发送与接收
#include "rtpsession.h" #include "rtpudpv4transmitter.h" #include "rtpipv4address.h" #include "rtpsessionparams.h" #include "rtperrors.h" #include "rtplibraryversion.h" #include <stdlib.h&a
2018-10-03 07:33:32
497
转载 转:C++二进制文件读写
#include <fstream> using namespace std; int main(int argc, char *argv[]) { //创建一个二进制文件 char buffer[10] = { 0,1,2,3,4,5,6,7,8,9 }; ofstream crt; crt.open("D:\\1.bin", ios::binary...
2018-10-02 08:06:08
781
转载 转:JThread
JThread The JThread package provides some classes to make use of threads easy on different platforms. The classes are actually rather simple wrappers around existing thread implementations. The curr...
2018-10-02 07:32:13
322
转载 转:JRTPLIB
JRTPLIB Author Jori Liesenborgs Developed at the the Expertise Centre for Digital Media (EDM), a research institute of the Hasselt University Introduction This document describes JRTPLIB, an o...
2018-10-02 07:28:12
389
转载 转:j0r1's page
JRTPLIB JRTPLIB is an object-oriented RTP library written in C++. It was first developed for my thesis at the School for Knowledge Technology (or 'School voor Kennistechnologie' in Dutch), a cooperat...
2018-10-02 07:23:13
209
原创 学习雷神Android HelloWold CMake版本
雷神Android HelloWorld 地址http://blog.youkuaiyun.com/leixiaohua1020/article/details/47008825 步骤 1,开启Android studio,新建项目,“Include C++ support”打钩,一直下一步,最后完成。 2,雷神工程下,编好的so库,拷贝至libs目录,如下。 3,雷
2017-04-27 10:12:30
611
原创 学习雷神Android HelloWorld
雷神Android HelloWorld 地址http://blog.youkuaiyun.com/leixiaohua1020/article/details/47008825 下载工程后,使用Android studio导入工程,运行报错: error: linker command failed with exit code 1 (use -v to see invocation) 解决
2017-04-27 08:51:03
447
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅