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
1036
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(){unsignedn;charp_char;cin>>n>>
峡迩
·
2017-12-10 05:34
二、递归(二)
一、棋盘分割问题【每次切完一个棋盘,就是需要舍弃掉一面,只能在一面操作】#include"
stdafx.h
"#include#include#includeusingnamespacestd;ints[
安东可
·
2017-12-09 01:46
欢迎使用CSDN-markdown编辑器
opencv绘制直方图#include"
stdafx.h
"#include#include#include"opencv2/imgproc/imgproc.hpp"#includeusingnamespacestd
qq_36123543
·
2017-12-08 20:26
opencv
数字图像处理
c++连接sqlserver的两种方式
#include"
stdafx.h
"#include"MFCApplicationSqlServer.h"#include"MFCApplicationSqlServerDlg.h"#include"afxdialogex.h
范泛
·
2017-12-07 10:53
c++
opencv提取RGB分量及分量区域
#include"
stdafx.h
"#include#includeusingnamespacecv;usingnamespacestd;voidGetRedComponet(MatsrcImg){//
Chapmancp
·
2017-12-06 16:13
opencv使用第一步 用opencv打开图片 视频 和摄像头
配置好了开始我的opencv生涯用opencv显示图片#include"
stdafx.h
"//窗口#include//opencv的头文件usingnamespacecv;//包括cv的命名空间voidmain
红心D
·
2017-11-29 11:35
Kalman滤波(三)
//#include"
stdafx.h
"#include"opencv2/video/tracking.hpp"#include"opencv2/highgui/highgui.
NCHFGFB
·
2017-11-24 20:47
RM装甲识别程序分析(一)
omph头文件程序流程分析相关数据结构1旋转矩形相关函数1通道分离2膨胀腐蚀3提取轮廓4拟合旋转矩形5获取指定点的像素1.代码预览1.1基于opencv2.4.9编写//来自网络并非原创#include"
stdafx.h
_Daibingh_
·
2017-11-20 16:53
opencv
瞎打一波
周次学习时间新编写代码行数博客量(篇)学到知识点第15周0.5h951#include#include"
stdafx.h
"#include"math.h"intsearch();//查找数组下标voidcalc
肖生克的救赎
·
2017-11-20 11:00
VS版Eigen库求解大型稀疏线性方程组
#include"
stdafx.h
"#include//包含稀疏矩阵求解;#include#include#include//调用sleep延迟函数;#
Hunter_pcx
·
2017-11-17 12:55
结构体内的指针
利用结构体对象对结构体内的指针赋值#include"
stdafx.h
"#include#includestructStudent{char*name;//从节省空间的角度触发名字多长,占多少空间intscore
寂寂寂寂寂蝶丶
·
2017-11-16 00:11
STL 正则表达式-regex运用
//#include"
stdafx.h
"#include"MainFrame.h"#include#include#includeusingnamespacestd;intmain(){regexrTime
Birkhoff_hu
·
2017-11-13 10:21
C++
STL
static修饰全局变量
static修饰全局变量static(限离出境)#include"
stdafx.h
"//static修饰后的全局变量比起没加修饰的实始化没变,作用域改变生命周期没变//作用域限制全局变量为本文件内的全局变量
寂寂寂寂寂蝶丶
·
2017-11-12 21:39
与
修饰符
练习6.26: 编写一个程序,使其接受本节所示的选项:输出传递给main函数的实参的内容
#include"
stdafx.h
"#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv[]){for(inti=0;iConsoleApplication1
人气小哥
·
2017-11-09 14:46
树的宽度与高度
#include"
stdafx.h
"#include#includeusingnamespacestd;structBTNode{charm_value;BTNode*m_left;BTNode*m_right
NANBEIGO
·
2017-11-04 17:46
opencv3实现简单的数字图像识别(KNN)
代码如下:大佬的链接如下:http://www.cnblogs.com/denny402/p/5033898.html//knnrecognizenum.cpp:使用knn识别手写数字//#include"
stdafx.h
csliudh
·
2017-11-02 22:54
opencv
c++
机器学习
【OpenCV3.0】《OpenCV3编程入门》(浅墨)3.1.9运行出错
以下为源代码:#include"
stdafx.h
"#include#includeusingnamespacecv;intmain(){//-------------------------------
clauyiye
·
2017-10-24 23:34
对数组进行快速排序
引用:http://www.zhimengzhe.com/bianchengjiaocheng/cbiancheng/316948.html#include"
stdafx.h
"#include#include
嗨小方
·
2017-10-23 21:48
vs2010
opencv 基于内容的视频关键帧提取(以HSV总量为特征量)
#include"
stdafx.h
"#include#include"opencv2/core/core.hpp"#include#includeusingnamespacestd;usingnamespacecv
Dan_One
·
2017-10-22 18:19
opencv
视频取帧
在内存中读取函数的ShellCode并执行
////#include"
stdafx.h
"#include#pragmacomment(lib,"user
H-KING
·
2017-10-20 14:50
网络安全研究
OpenGL画三角形 圆 五角星 菱形
只是把圆周分的份数少一些#include"
stdafx.h
"#include#include#includeconstdoublePI=3.14159265357f;con
Bear1997
·
2017-10-19 10:50
OpenGL
Opencv读取.dat格式CT数据
#include"
stdafx.h
"#include#includeusingnamespacestd;usingnamespacecv;intmain(){ifstreamfile("*.dat",ios
mz5111089
·
2017-10-13 17:57
数字图像处理
交换两数组中的元素使得这两个数组的差最小
//#include"
stdafx.h
"#includeusingnamespac
cuihuan1702
·
2017-10-13 16:01
OpenCV-利用cvPtr2D存取矩阵元素和用cvGetReal2D取矩阵元素
1:代码如下:#include"
stdafx.h
"#include"highgui.h"#include"cv.h"#include"iostream"usingnamespacestd;voidPrintMat2
一串字符串
·
2017-09-30 16:32
OpenCV1.0
冒泡排序实现
//#include"
stdafx.h
"#includeusingnamespacestd;templatevoidBubbleSort_C(Tdata[
OliverkingLi
·
2017-09-28 17:12
Data_Structure
数据结构-编程实现一个双向链表的查找
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;typedefstructDbNode//双向链表结构体{intdata;//
一串字符串
·
2017-09-27 17:00
C++
C语言双链表的创建
#include"
stdafx.h
"#include#includeusingnamespacestd;typedefstructList{intData;structList*Pre;//前驱structList
粼粼淇
·
2017-09-25 15:02
C/C++
opencv学习中——对视频的处理
1.将视频保存为连续的图片:#include"
stdafx.h
"#include#include"opencv2/opencv.hpp"#includeintmain(intargc,char*argv
高冷同
·
2017-09-21 14:33
opencv学习之路
C++ 软件版本号对比
下面给出的是使用string的compare函数进行版本号判断的代码:#include"
stdafx.h
"#include#includeusingnamespacestd;vectorsplit_wstring
hellokandy
·
2017-09-18 12:40
C
/
C++
二叉树中出现的错误
下面是我的错误代码:#include"
stdafx.h
"#includeusingnamespacestd;structTreeNode{chardata;struct
一脸子懵B
·
2017-09-10 21:54
数据结构
opencv质心以及轮廓的识别,视频的跟踪处理二值化
#include"
stdafx.h
"#include#include#include#include#include#include#include#include#include#include#include
colin1129
·
2017-09-10 13:45
opencv
1069
//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;intmain(){unsignedm,n,s;cin>>m>
峡迩
·
2017-09-06 09:27
解数独程序
//#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;#defineROW_NUM(9)#defineCOL_NUM
becomeBetter
·
2017-09-05 15:00
数独
玩法
c++
1067
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(){stringpassword;unsignedn;cin>
峡迩
·
2017-09-05 14:48
1057
//#include"
stdafx.h
"#include#includeusingnamespacestd;intchr_to_int(charc){c=tolower(c);return(c-'a'+
峡迩
·
2017-09-04 21:35
1041
//#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;classStu_info{public:Stu_info
峡迩
·
2017-09-03 11:31
将字符串划分为单词—阿里2017笔试编程题
#include"
stdafx.h
"#include#include#in
comeonsolo
·
2017-09-01 21:57
C++封装的基于WinSock2的TCP服务端、客户端
#include"
stdafx.h
"#includeexternintJTCPserver();externintJTCPclien
Sandeepin
·
2017-08-29 00:00
【OPENCV】OPENCV+获取视频中某一帧的图像并保存
//#include"
stdafx.h
"#includ
Che_Hongshu
·
2017-08-28 21:01
opencv
阿里2018校招内推笔试题-字符串切分
//#include"
stdafx.h
"#include#include#include#include#include#include#include#include#include#include#
vonmax007
·
2017-08-25 21:40
C++编程语言
OpenGL---实例 球体 画圆锥
可以根据“+”增加slices以Z轴上线段为直径分布的圆周线的条数(将Z轴看成地球的地轴,类似于经线)stacks围绕在Z轴周围的线的条数(类似于地球上纬线)增加效果:减少效果:完整代码:#include"
stdafx.h
heyuchang666
·
2017-08-23 17:22
计算机图形学
OpenGL
渲染和计算机图形学
虚函数与纯虚函数用法与区别
只有当一个类被用来作为基类的时候,才把析构函数写成虚函数.(1)基类中的析构函数不是虚函数成员函数不是虚函数#include"
stdafx.h
"#includeusingnamespacestd;c
drilistbox
·
2017-08-20 20:59
Langton蚂蚁——简单的元胞自动机(2)
参考书目《元胞自动机理论研究及其仿真应用》科学出版社Langton蚂蚁演化规则1)若蚂蚁处于黑格,则左转90度,将格子涂白2)若蚂蚁处于白格,则右转90度,将格子涂黑#include"
stdafx.h
"
Elliebababa
·
2017-08-10 23:53
Langton蚂蚁——简单的元胞自动机(2)
参考书目《元胞自动机理论研究及其仿真应用》科学出版社Langton蚂蚁演化规则1)若蚂蚁处于黑格,则左转90度,将格子涂白2)若蚂蚁处于白格,则右转90度,将格子涂黑#include"
stdafx.h
"
Elliebababa
·
2017-08-10 23:53
人脸识别和跟踪程序
//#include"
StdAfx.h
"//#include"
stdafx.h
"/*-----------------dectionandtracingoffaces------------------
balabalayou
·
2017-08-10 16:25
高效率的c++之如何分析网络数据包之struct关键技术
//#include"
stdafx.h
"#includeusingnamespacestd;structB{intj;};structA{inti;Bb[0];};templateclassBT{public
daojin505
·
2017-08-07 10:26
我自己写的3D图形数学库。。。有点乱!
//#include"
stdafx.h
"#defineM3//矩阵大小#include#include#include#include#include#include"ArrayInterTriangle.h
daojin505
·
2017-08-07 09:44
C
C#
J#
C++
wstringstream和wcout的真正用法
//#include"
StdAfx.h
"#include"IO.H"#include#include#include#includeusingnamespacestd;wstringstream*pBuffer
daojin505
·
2017-08-07 09:27
c语言指针的运用
#include"
stdafx.h
"#include"stdlib.h"intmain(){voidsort(intx[],intn);inti,*p,a[10];p=a;printf("Pleaseenter10integernumber
简简单单的过完这一生
·
2017-08-05 15:57
c++ const引用与const指针
#include"
stdafx.h
"#includeusingnamespacestd;voidfun(constint&ref){cout<
gaochang21
·
2017-08-04 15:14
c++
上一页
64
65
66
67
68
69
70
71
下一页
按字母分类:
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
其他