E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
stdafx
自己给dota开图
//#include"
stdafx
.h"#include#include#include#pragmacomment(lib,
熊猫啊熊猫
·
2020-07-11 18:00
opencv打开笔记本摄像头
#include"
stdafx
.h"#include#include#includeusingnamespacecv;intmain(){VideoCapturecap;cap.open(0);//打开摄像头
xutingjie168
·
2020-07-11 18:44
文件操作——CSV文件操作(一)
//新建一个csv文件;w为小写,在写之前,该文件必须关闭//
stdafx
头文件中最前面“#define_CRT_SECURE_NO_WARNINGS”宏,防止编译错误FILE*fp=fopen("D:
Xiaoxiao_121314
·
2020-07-11 17:45
C语言中为指针的指针动态分配内存空间的做法
本人在学习数据结构的过程中,遇到了散列这种数据结构,在使用分离链表发构建散列的过程中,需要用到为指针的指针动态分配内存空间,所以本人写了一个C语言的Demo程序来先测试这一行为问题如图#include"
stdafx
.h
Wisper_lzy
·
2020-07-11 16:07
c
vs2015 + EasyX loadimage()用法,和把图片添加为项目资源
先说加载硬盘上的图片#include"
stdafx
.h"#include//引用图形库头文件#include#include#include"resource.h"#includeusingnamespacestd
qq_31683775
·
2020-07-11 16:02
C++
C语言:平衡二叉树的实现(AVL)
//#include"
stdafx
.h"#include#include#include#defineElementTypecharusingnamespacestd;typedefstructAVLNode
qq_28598203
·
2020-07-11 16:06
数据结构与算法设计
c语言:单向循环链表的实现
//#include"
stdafx
.h"#include#include#include#defineLENsizeof(structSCriculist)usingnamespacestd;typedefstructSCriculist
qq_28598203
·
2020-07-11 16:06
数据结构与算法设计
C/C++检测路径是否存在并创建
功能:根据传入的文件路径进行检测,对于不存在的路径进行创建,可兼容带有文件名和不带文件名的情况如:D:/1/2/3/test.jpg和D:/1/2/3#include"
stdafx
.h"#include
小佐编程
·
2020-07-11 15:06
C++
C++类成员的CALLBACK
//#include"
stdafx
.h"#include#include#includeclassMessageMap//功能类,调用对象...{public:MessageMap()
ouyang2008
·
2020-07-11 14:49
个人牢骚
面向对象设计1
//#include"
stdafx
.h"#include#include#include#include
nativecoder
·
2020-07-11 13:12
C++
学习
CC
获取其他程序的命令行参数《转》
通过各种research及其debug后,发现如下代码可用#include"
stdafx
.h"#include"GetCmdLine.h"int_tmain(intargc,_TCHAR*argv[])
mjesse88
·
2020-07-11 13:44
MFC编程小聚
C++中模板类的输入输出流重载函数实现
一、将输出流">"重载的实现写在类中#include"
stdafx
.h"#includeusingnamespacestd;tem
Johnblx
·
2020-07-11 12:24
c++
C++
OpenCV:使用VideoCapture类进行读取视频
#include#include"
stdafx
.h"#includeusingnamespacecv;int_tmain(intargc,_TCHAR*argv[]){VideoCapturecapture
lysc_forever
·
2020-07-11 12:50
OpenCV-利用CV_MAT_ELEM宏和CV_MAT_ELEM_PTR宏存取CVMat数组元素
1:代码如下:#include"
stdafx
.h"#include"highgui.h"#include"cv.h"#include"iostream"usingnamespacestd;voidPrintMat2
一串字符串
·
2020-07-11 11:40
OpenCV1.0
OpenCV-将JPG图像的第二个通道和第三个通道的值设置为最大值
1:代码如下:#include"
stdafx
.h"#include"highgui.h"#include"cv.h"#include"iostream"usingnamespacestd;voidsaturate_sv
一串字符串
·
2020-07-11 11:40
OpenCV1.0
数据结构-编程实现一个单链表节点的查找
//#include"
stdafx
.h"#include#includeusingnamespacestd;typedefstructnode//定义链表结构体{intdata;//节点内容node*next
一串字符串
·
2020-07-11 11:40
C++
OpenCV-累加矩阵中的所有元素
1:代码如下:#include"
stdafx
.h"#include"highgui.h"#include"cv.h"#include"iostream"usingnamespacestd;voidPrintMat2
一串字符串
·
2020-07-11 11:40
OpenCV1.0
数据结构-编程实现一个单链表节点的插入
//#include"
stdafx
.h"#include#includeusingnamespacestd;typedefstructnode//定义链表结
一串字符串
·
2020-07-11 11:40
C++
数据结构-编程实现一个单链表的打印
数据结构-编程实现一个单链表的打印1:首先参考别人的单链表的创建及打印,代码如下:#include"
stdafx
.h"#include#includetypedefstructLNode{intdata
一串字符串
·
2020-07-11 11:40
C++
OpenCV-将图像缩放并显示
1:代码如下:#include"
stdafx
.h"#include"highgui.h"#include"cv.h"IplImage*doPyrDown(IplImage*in,intfilter=IPL_GAUSSIAN
一串字符串
·
2020-07-11 11:39
OpenCV1.0
拷贝构造函数调用次数(函数的返回值是类对象的时候)
先看代码:#include"
stdafx
.h"#includeusingnamespacestd;classCExample{private:inta;public://构造函数CExample(intb
太平小小草
·
2020-07-11 11:28
15周任务1-窗口
doubley,doublez){a=x;b=y;c=z;}doublearea(void);doubleperimeter(void);private:doublea,b,c;};#include"
stdafx
.h
白鸽一曲
·
2020-07-11 11:41
使用unrar.lib静态库解压.rar文件
//#include"
stdafx
.h"#include//#include//#include//#include#include#include#include"dll.hpp"usingnam
libeyond_
·
2020-07-11 10:33
C++
C++创建画布,居中绘制出白线
#include"
stdafx
.h"#include#include//回调函数LRESULTCALLBACKwindowProc(HWNDhWnd,UINTmsg,WPARAMwParam,LPARAMlParam
li_jin_
·
2020-07-11 10:10
Opengl学习笔记
CGO 之 Dll调用
//#include"
stdafx
.h"#include#includevoid__stdcallvoid_R0(){std::cout"你被骗了,这里没有Json,只有中文");return1;}void
li_jian_xing
·
2020-07-11 10:40
go
c语言实现二进制数转换为十进制
//#include"
stdafx
.h"#include"stdio.h"intxn(intnum,intn)//实现计算2的n次方的值{intoutcome=1;inti=1;for(;i<=n;i+
pgplayer_upc
·
2020-07-11 10:17
opencv访问图片中像素的方法(一)——指针访问
#include"
stdafx
.h"#include"opencv2/imgproc/imgproc.hpp"#include"opencv2/highgui/highgui.
酷小川
·
2020-07-11 10:15
opencv
opencv基础
vs2010 利用DMP文件、pdb文件查找release下的异常行号的方法
一、源码#include"
stdafx
.h"#include#include#pragmacomment(lib,"Dbghelp.lib")staticlong__stdcallCrashInfocallback
Ruo_Xiao
·
2020-07-11 08:36
IDE
/
VS
PLY点云数据在PCL中读取与显示
使用的环境是:vs2015+pcl1.8.1#include"
stdafx
.h"#include#include#include#include#include#include#includeusingnamespacepcl
wowodadai
·
2020-07-11 08:52
图像处理
OpenCv fillPoly polylines
#include"
stdafx
.h"#include#include#include#includeusingnamespacecv;usingnamespacestd;voidMyPolygon(Mat
雪山飞狐
·
2020-07-11 07:22
机器视觉
遍历一个给定数组,创建一个有序链表
//#include"
stdafx
.h"#includeusingnamespacestd;structListNode{intm_nValue;ListNode*m_pNext;};//创建一个链表,
龙少爷_阿呆
·
2020-07-11 07:00
数据结构
循环链表 c++实现
//#include"
stdafx
.h"#include#include#includeusingnamespacestd;#defineerror0typedefstru
hopegrace
·
2020-07-11 07:55
c++语言
算法与数据结构
cout将bool直接输出为true和false
-------//使用boolalpha输出为bool类型//使用noboolalpha输出为数字类型//--------------------------------------#include"
stdafx
.h
Java技术博文
·
2020-07-11 07:25
C/C++
使用GDI+ MeasureString方法计算显示 输入文本的长度
//
stdafx
.h:includefileforstandardsystemincludefiles,//orprojectspecificincludefilesthatareusedfrequently
guoquan2003
·
2020-07-11 06:26
MFC
c++
gdi+
mfc
dialog
initialization
microsoft
float
c语言
获取时间&格式化输出到字符串#include"
stdafx
.h"#include#includeintmain(){structtm*p;charfilename[16];time_ttimeData;
H_M_
·
2020-07-11 05:36
链表结点移动
将已知链表中元素值最小的结点移到第一个结点,来看代码:#include"
stdafx
.h"#include#includeusingnamespacestd;//定义结构体类型Ptypedefstructpoint
cany1000
·
2020-07-11 05:10
数据结构
opencv:批量读取一个文件夹下的图片,并转换成视频
转载请注明:http://blog.csdn.net/ding977921830/article/details/50950927//#include"
stdAfx
.h"#include#include
迷途中的前进
·
2020-07-11 05:26
目标跟踪
C++使用模板、函数指针、接口和lambda表达式这四种方法做回调函数的区别比较...
2//34#include"
stdafx
.h"5#include6#include78template9classM
denghuang4461
·
2020-07-11 04:09
图像匹配之最小均方误差匹配
opencv实现的程序如下:#include"
stdafx
.h"#inclu
Jeffrey_Cui
·
2020-07-11 04:36
图像处理
c++如何将文件复制到其他地方
//#include"
stdafx
.h"#include#include#include#include#includeusingnamespacestd;int_tmain(intargc,_TCHAR
qq303103757
·
2020-07-11 04:44
c++
OpenCV图像匹配算法之orb
utils.cpp与utils.h//orb.cpp#include"
stdafx
.h"#include#include#include"utils.h"#includeusingnamespacestd
cjc雪狼
·
2020-07-11 04:57
OpenCV
ch7
#include"
stdafx
.h"#includeusingnamespacestd;intmain(intargc,char**argv){if(argc#includeusingnamespacestd
chundie0007
·
2020-07-11 04:38
蛇形矩阵----2017腾讯校招模拟题
//#include"
stdafx
.h"#include#includeusingnamespace::std;intmain(){intn;cin>>n;vector>vec(n,vector(n,0
chengonghao
·
2020-07-11 03:39
在线编程刷题
C++如何产生100个随机数
产生随机数的函数如下:#include"
stdafx
.h"#include#includeintrandArray[2][50]={0};//数组初始化intmain(intargc,char*argv
chengonghao
·
2020-07-11 03:38
用C/C++实现简单的单向列表
//#include"
stdafx
.h"#includeusingnamespacestd;//创建一个链表节点structNode{intdata;Node*pNext;};//创建一个单向链表Node
初念浅
·
2020-07-11 03:24
C++程序
dump文件生成的源码
#include"
stdafx
.h"#include#include#include#include"Dbghelp.h"#include"WinBase.h"#pragmacomment(lib,"Dbghelp.lib
cll_jj
·
2020-07-11 02:43
编写一个函数 将一个数组的值复制给另一个数组
#include"
stdAfx
.h"#include"ctype.h"#include"stdlib.h"intmain(void){voidsum_(inta[],intb[],intx);inta[
一线生
·
2020-07-11 01:31
C
OpenCV 学习笔记(5) 使用opencv打开笔记本摄像头
#include"
stdafx
.h"#include#include#includeusingnamespacecv;usingnamespacestd;int_tmain(intargc,_TCHAR
a83025273
·
2020-07-11 01:21
MFC+OpenGL单文档制作三维图像
产生OpenGL并使之成为当前的RC步骤:1.设置窗口像素格式2.产生RC3.设置当前RC1.创建一个MFC单文档项目命名为VCOpenGL2在
stdafx
里面添加OpenGL的头文件#include
DiamondTan
·
2020-07-11 00:57
OpenGL
【学习OpenCV】OpenCV图像编程实例系列-图像文件批量读取
//#include"
stdafx
.h"#include#include#include#include#include#include#include#include#include#include#
苏源流
·
2020-07-10 22:49
计算机视觉
图像处理
计算机视觉
opencv
上一页
40
41
42
43
44
45
46
47
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他