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.h
C++_阶乘
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;vectorg_iResult;voidFactorial(intn){if(
christmas_zhang
·
2020-07-12 19:24
C++
控制台
opencv2简单的视频读取
#include"
stdafx.h
"#include#include#include"cv.h"#include"highgui.h"#include"cxcore.h"#include#includeusingnamespacecv
既然如此
·
2020-07-12 18:39
opencv
C/C++结束指定进程
#include"
stdafx.h
"#include#incl
沭阳
·
2020-07-12 17:34
C/C++
动态规划解决硬币问题
硬币:intcoins[]={1,3,5}需要找的钱:n需要的数量:solu[]路径:dp[]#include"
stdafx.h
"#include#includevoidsolution(int*coins
xjd34456
·
2020-07-12 17:01
1.输出正整数和等于n的所有不增的正整数和式
#include"
stdafx.h
"#defineN100voidrd(int*a,intn,intk);voidmain(){intn,a[N];printf("请输入一个正整数1~20:");scanf_s
Phil__He
·
2020-07-12 17:21
数据结构
Opencv(四):读取视频文件和摄像头
application】,点击【Finish】【代码】:#include"
stdafx.h
"#include"highgui.h"intmain(intargc,char*argv[]){cvNamedWindow
xiaofeilong321
·
2020-07-12 16:33
opencv
Map实现从0~100中随机生成50个数,统计出现的数字最大值和最小值,输出出现最多的次数及对应的数字
Map实现从0~100中随机生成50个数,统计出现的数字最大值和最小值,输出出现最多的次数及对应的数字#include"
stdafx.h
"#include#include#include#includeusingnamespacestd
Nani_xiao
·
2020-07-12 16:15
数据结构与算法
c++
Map
统计出现最多的数字
和出现次数
c语言数据结构中两个有序链表合并为一个新链表
先创建两个链表La和Lb,并向LaLb中输入值,然后再创建一个Lc,Lc指向La,具体代码如下:#include"
stdafx.h
"#include"stdio.h"#include"stdlib.h"
大叫三声
·
2020-07-12 16:13
数据结构
[VS]批量读取文件夹,自动改图片名字
//Getfile.cpp:重命名文件夹内的所有图像并写入txt,同时也可通过重写图像修改格式//配用Opencv2.4.10#include"
stdafx.h
"#include#include#include
QianLingjun
·
2020-07-12 15:52
VS
opencv 读取一个文件夹下的多张图片并处理保存
#include"
stdafx.h
"#include"cv.h"#include"highgui.h"charfilename[100];//定义一个全局数组型变量,存放图片名字charwindowname
竹斋
·
2020-07-12 15:13
opencv
图像处理
OpenCV 摄像头录制视频
//#include"
stdafx.h
"#include#include#includeintmain(intargc,char**argv){//声明IplImage指针IplImage*pFrame
wendychueng
·
2020-07-12 15:55
OpenCV
输入十六进制,输出十进制
#include"
stdafx.h
"#include#include"iostream"intcovert(charstr[]){inti;intsum=0;for(i=0;str[i]!
Julie_yefang
·
2020-07-12 13:10
C语言小练习
opencv使用摄像头拍照,顺序命名保存到指定路径
因为要标定相机,所以小编写了个自动拍照并按顺序保存图片到指定文件夹的程序#include"
stdafx.h
"#include#include#includeusingnamespacecv;intmain
share space
·
2020-07-12 12:42
opencv
如何打开点云的ply格式的文件
#include“
stdafx.h
”#include#include#include#include#include#include#includeusingnamespacepcl;usingnamespacepcl
征程的程征
·
2020-07-12 12:27
分治法——快速排序
//#include"
stdafx.h
"#includeusingnamespacestd;voiddisp(inta[],intn){for(inti=0;ii&&a[j]>=temp)j--;a[i
kiss_the_rain86
·
2020-07-12 12:49
算法
opencv——批量修改图片像素大小
#include"
stdafx.h
"#include#includeusingnamespacestd;usingnamespacecv;Matdealimage;intnum=0;ostringstreamoss
张洪睿
·
2020-07-12 11:59
图像处理
计算机视觉
C++程序中main(int argc, char *argv[])函数的参数意义
测试程序如下所示:#include"
stdafx.h
"#include"iostream"usingnamespacestd;intmain(intargc,char*argv[]){inti;for(
逻辑空间
·
2020-07-12 11:25
学习心得
C++ 通过ADO连接Oracle数据库
1.导入ADO的库使用ADO的话必须要导入它的库,这语句放到头文件.h中,因为我这里是用的MFC程序建的工程,所以我放在
stdafx.h
头文件中//导入ADO的库#import"C:
weixin_33766168
·
2020-07-12 07:01
使用OpenCV读取摄像头图像并显示
基本的代码如下://********************//打开摄像头//********************#include"
stdafx.h
"#include#includeintmain(
weixin_33708432
·
2020-07-12 07:31
OpenCV 获取摄像头,新建窗口显示摄像头视频
结合LeaningOpenCV第二个例子显示一个视屏文件写了一下获取摄像头的代码为并且创建窗口显示的代码为:#include"
stdafx.h
"#include#include#includeintmain
weixin_30886233
·
2020-07-12 07:13
数据结构-编程实现一个单链表的测长
//#include"
stdafx.h
"#includetypedefstructnode//定义链表结构体{intdata;//节点内容node*next;//指向结构体的指针,下一个节点}node;
weixin_30500289
·
2020-07-12 06:14
GDI+ 读取jpg图片每个像素的值
//#include"
stdafx.h
"#include#include#include#include#include#pragmacomment(lib,"gdiplus.lib")usingnamespacestd
weixin_30500473
·
2020-07-12 06:14
error C1189: #error: "No Target Architecture"
//错误演示#include"
stdafx.h
"#include#includeintmain(intargc,char*argv[],char**envp){return0;}fatalerrorC1189
weixin_30306905
·
2020-07-12 05:24
C_C++_知识点记录
//#include"
stdafx.h
"#includeusingnamespacest
warmbeast
·
2020-07-12 05:02
C/C++编程
Iterator (C++实现)
//#include"
stdafx.h
"#includeusingnamespacestd;typedefintDATA;classIterator;classAggregate{public:Aggregate
草根_USTC
·
2020-07-12 04:34
OpenCV学习笔记之八(保存视频,录制视频,cvLoadImage的路径)
1.保存视频、录制视频#include"
stdafx.h
"#include#include"cv.h"#include"highgui.h"#include"cxcore.h"int_tmain(intargc
丐帮二帮主
·
2020-07-12 04:28
OpenCV
opencv开发笔记(七):三种方法遍历图像操作像素
//#include"
stdafx.h
"#include#includeusingnamespacecv;voidcolorreduce(Mat&imge);//使用指针遍历图像/*voidcolorreduce
大郎拱白菜
·
2020-07-12 03:07
opencv编程开发笔记
【转】Windows下C语言的Socket编程例子(TCP和UDP)
刚刚学windows编程,所以想写学习笔记,这是一个简单的Socket程序例子,开发环境是vc6:首先是TCPserver端:[cpp]viewplaincopy#include"
stdafx.h
"#include
moonk-z
·
2020-07-12 02:15
C
[C++]连续最长括号匹配问题
测试代码#include"
stdafx.h
"#include#include#include#includeusingstd::cout;usingstd::cin;usingstd::endl;usingstd
HiveDark
·
2020-07-12 02:58
C++
算法随记
中英文123456789数字和字母之间的相互转换
#include"
stdafx.h
"#include#include#include#include#include#include#include#include#include#include#includeusingnamespacestd
欢乐的工科小硕
·
2020-07-12 01:38
C++
如何理解回调函数 CallBack
笔者使用的编译器是VS2008,所以有这行代码#include"
stdafx.h
",//TestConsole.cpp:Definestheentrypointfortheconsoleapplication
走好每一步
·
2020-07-12 00:05
C++
c++ 创建简单链表
//#include"
stdafx.h
"#includeusingnamespacestd;typedefstructList{intdata;structList*next;}List;//定义一个结构体保存链表数据
stucker
·
2020-07-12 00:48
数据结构(C语言版)-单链表
//#include#include#include#include"
stdafx.h
"#include#include#includetyped
stevenjin
·
2020-07-11 23:59
使用new来为动态分配结构数组并赋值
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;structCandyBar{stringbrand;doubleweight
山威油条
·
2020-07-11 23:14
c++学习历程
VC++ MFC SQL ADO数据库访问技术使用的基本步骤及方法
可以直接在
Stdafx.h
文件中加入下面语句来实现:#import"c:/programfiles/commonfiles/system/ado/m
小驴
·
2020-07-11 22:55
VC/MFC
之
数据库
数据结构之(链表)代码
LinkNode.h#include"
stdafx.h
"typedefintelemtype;//int可以换成任意基本数据类型typedefstructlnode//链表结点{elemtypedata
_北方的雪_
·
2020-07-11 22:16
Algorithm&DS
c++
导入图片函数loadimage()返回的总是空
//#include"
stdafx.h
"#include"RPGClient.h"#defineMAX_LOADSTRING100//GlobalVariables:HINSTANCEhInst;//currentinstanceTCHARszTitle
sdn19880708
·
2020-07-11 22:10
function
application
null
initialization
callback
comments
多线程学习之条件变量
#include"
stdafx.h
"#include#include#include#include#include#include#include#include#includeusingnamespacestd
Do it !
·
2020-07-11 22:02
opencv读取摄像头图像
1、opencv读取摄像头信息使用visualstudio开发工具//********************//打开摄像头//********************//#include"
stdafx.h
rosefunR
·
2020-07-11 22:59
opencv
读取csv文件路径(每行图像路径和标签分割),人脸识别(PCAModel、FisherModel、LBPHModel)训练预测。
//#include"
stdafx.h
"#include#include#include#include#include#include#include#include#includeusingnamespacecv
rj_monck
·
2020-07-11 21:57
(第一部分)在实时视频上绘制直线,按键p保存实时照片一张,可重复按键保存实时照片+(第二部分)人脸识别
#include"
stdafx.h
"#include#include#includeusingnamespacecv;usingnamespacestd;//第一部分//intmain()//{//VideoCapturecap
rj_monck
·
2020-07-11 21:57
车灯检测并绘制矩形框
//#include"
stdafx.h
"#include#include#include#include#include#includeusingnamespacecv;usingnamespacestd
rj_monck
·
2020-07-11 21:21
修改图片的对比度和亮度,并再次显示
#include"
stdafx.h
"#include#includeusingnamespacecv;usingnamespacestd;voidon_ContrastAndBright(int,void
rj_monck
·
2020-07-11 21:21
c++ opencv调用摄像头程序
//#include"
stdafx.h
"#include"opencv/cv.h"#include"opencv/highgui.h"#include#pragmacomment(lib,"opencv_core246d.lib
rencc_guet
·
2020-07-11 21:29
冒泡排序
#include"
stdafx.h
"#include#include#includeusingnamespacestd;int*bubble_sort(int*data,intnum);intmain(
sk_sk
·
2020-07-11 18:53
计算图像像素能量
#include"
stdafx.h
"#include#include"opencv2/highgui/highgui.hpp"#include#include#includeusingnamespacestd
sk_sk
·
2020-07-11 18:53
自己给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
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++
上一页
38
39
40
41
42
43
44
45
下一页
按字母分类:
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
其他