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++容器学习,与结构体排序和set来一场邂逅
// #include"
stdafx.h
" #include #include #include usingnamespacestd; typedefstructexample { int
helei001
·
2014-10-21 17:00
struct
set
sort
multiset
C++编程 –实现可变参数的函数
C++编程–实现可变参数的函数flyfish参数的类型和个数不确定时使用省略号使用的宏包括va_start、va_arg和va_end#include"
stdafx.h
" #include #include
flyfish1986
·
2014-10-21 14:00
可变参数
C语言封装dll
然后在
stdafx.h
头文件中声明导出函数,举例如下__declspec(dllexport)int add(inta,intb);//add是函数名,可声明多个__declspec(dllexport
x356982611
·
2014-10-21 10:00
C++ Json数据保存与解析(到文件)
C++Json数据保存与解析(到文件)直接上代码 1 #include "
stdafx.h
" 2 #include 3 #include "Json.h" 4 5 #include "ShopLogic.h
积木
·
2014-10-21 09:00
VC++实现无进程无dll线程注射技术
#include "
stdafx.h
" #include "windows.h" #include "stdio.h" #include "Psapi.h" #include "Tlhelp32
skkg
·
2014-10-19 18:31
DLL注入
opencv程序十九:基于帧间差分法的区域目标入侵检测
//区域入侵检测,基于两帧差分法 #include"
stdafx.h
" #include #include #include //CAM定义用摄像头获得视频else文件 //#defineCAM
zhangjikuan
·
2014-10-19 15:00
opencv
图像处理
运动目标检测
帧间差分法
区域目标入侵
MPI之求和
// #include"
stdafx.h
" #include"mpi.h" #include #include #include intmain(intargc,char*argv[]) { intdone
he_xiang_
·
2014-10-19 11:00
VC++进程注入
【2014/10/1911:12】 项目编码:头文件://
stdafx.h
:标准系统包含文件的包含文件, //或是经常使用但不常更改的 //特定于项目的包含文件 // #pragmaonce #
f1520107395
·
2014-10-19 11:00
系统快照
进程注入
opencv程序十八:运动目标检测之三帧差分法
//三帧差分法 #include"
stdafx.h
" #include #include #include //CAM定义用摄像头获得视频else文件 //#defineCAM intapos=30;
zhangjikuan
·
2014-10-19 10:00
opencv
cvThreshold
运动目标检测
三帧差分法
cvAbsDiff
opencv程序十八:运动目标检测之两帧差分法
//两帧差分法 #include"
stdafx.h
" #include #include #include //CAM定义用摄像头获得视频else文件 //#defineCAM intapos=30;
zhangjikuan
·
2014-10-19 10:00
opencv
cvThreshold
运动目标检测
两帧差分法
cvAbsDiff
opencv程序十七:运动目标检测之背景减除法
//背景减除法,第一帧视为背景 #include"
stdafx.h
" #include #include #include //CAM定义用摄像头获得视频else文件 //#defineCAM intmain
zhangjikuan
·
2014-10-19 10:00
opencv
cvThreshold
运动目标检测
背景减除法
cvRunningAvg
C++ const
不多说,看下面的例子:#include"
stdafx.h
"#include#includeusingnamespacestd;classConstClass{public:ConstClass():m_cons
sj19890401
·
2014-10-18 22:00
工具管理----操作类介绍
1#include"
StdAfx.h
"2#include"ToolBoxCtr.h"34//单例模式5CToolB
高山百川
·
2014-10-18 20:00
并行计算__简单并行计算实例
// #include"
stdafx.h
" #include #include #include #include #include #defineNUM_THREADS4 int_tmain(
svtter
·
2014-10-17 23:00
系统服务程序
// #include"
stdafx.h
" #pragmacomment(lib,"ws2_32.lib") voidWINAPIServiceMain(DWORD,LPTSTR*); voidWINAPIServiceCtrlHandler
f1520107395
·
2014-10-17 01:00
注册表操作
// #include"
stdafx.h
" int_tmain(intargc,_TCHAR*argv[]) {
f1520107395
·
2014-10-16 23:00
注册表
RegOpenKeyEx
RegSetValueEx
最简单的TCP、UDP案例及各函数的详细解释
TCP:server#include"
stdafx.h
" #include #defineBUF_SZIE64 #include"winsock2.h" #pragmacomment(lib,"ws2_
ggz631047367
·
2014-10-15 16:00
tcp
UDP
案例
各函数的详细解释
将图片轮廓内的内容保存下来
将图片轮廓内的内容保存下来#include"
stdafx.h
" #include #include #include #include #include #include usingnamespacecv
xiao_lxl
·
2014-10-15 14:00
保存
轮廓
新建ios 及win32 opengl工程
代码如下:#include"
stdafx.h
" #include #include"vector" #i
cloud95
·
2014-10-15 13:00
游戏引擎
VC++6.0中Console程序台程序使用CString
#include"
stdafx.h
" #include"afx.h" intmain(intargc,char*argv[]) { CStringstr; st
BeanJoy
·
2014-10-14 10:00
console
vc++6.0
CStr
opengl 贴图
#include"
stdafx.h
" /* *Copyright(c)1993-1997,SiliconGraphics,Inc.
FallingStar08
·
2014-10-13 18:00
C++
OpenGL
imageproc
ADO数据库编程--总结
1、导入ADO动态链接库在工程的
stdafx.h
中加入如下语句:#import"C:\ProgramFiles\CommonFiles\System\ado\msado15.dll"\ no_namespace
wwq444968579
·
2014-10-10 11:00
opencv程序十一:鼠标绘图
//鼠标绘图,按下‘r’键可以重新绘图,按下‘s’键则保存图片到磁盘中 #include"
stdafx.h
" #include usingnamespacestd; #pragmacomment(linker
zhangjikuan
·
2014-10-09 09:00
opencv
鼠标绘图
CvMouseCallback
opencv程序九:轮廓检测均衡化
// #include"
stdafx.h
" #include usingnamespacestd; #pragmacomment(linker,"/subsyste
zhangjikuan
·
2014-10-08 22:00
opencv
轮廓检测
cvEqualizeHist
均衡化
cvFindContours
opencv程序八:灰度直方图均衡化
// #include"
stdafx.h
" #include #include usingnamespacestd; #pragmacomment(linker,"/subsystem:\"windows
zhangjikuan
·
2014-10-08 21:00
opencv
cvEqualizeHist
均衡化
灰度直方图
opencv程序七:灰度直方图
// #include"
stdafx.h
" #include #includ
zhangjikuan
·
2014-10-08 20:00
opencv
灰度直方图
cvCalcHist
cvCreateHist
opencv2 cv::Mat 释放内存时 release()的错误
,代码如下:#include"
stdafx.h
"#include"opencv2\opencv.hpp"#pragmacomment(lib,"opencv2\\lib\\o
coolgar2005
·
2014-10-08 09:30
opencv2
cvMat
release错误
opencv
strcpy拷贝的是一个有符号的字符字符串,而不是一个无符号的字符串
#include"
stdafx.h
"#include#include#include#pragmapack(1)typedefstructEMPTYSTRUCT{inta;charb;unsignedcharcLeadingCharacter
fengyuzaitu
·
2014-10-07 20:55
String
拷贝
strcpy拷贝的是一个有符号的字符字符串,而不是一个无符号的字符串
#include"
stdafx.h
"#include#include#include#pragmapack(1)typedefstructEMPTYSTRUCT{inta;charb;unsignedcharcLeadingCharacter
fengyuzaitu
·
2014-10-07 20:55
String
拷贝
求助(VC++) 隐藏Console窗口无效
#include"
stdafx.h
" #pragmacomment(lib,"ws2_32.lib") #include #include //#pragmacomment(linker,"/subsys
f1520107395
·
2014-10-07 20:00
tcp
console
控制台
createprocess
隐藏窗口
opencv程序六:线段检测圆检测
// #include"
stdafx.h
" #include usingnamespacestd; #pragmacomment(linker,"/subsystem:\"windows\"/entry
zhangjikuan
·
2014-10-07 20:00
opencv
cvHoughCircles
圆检测
线段检测
cvHoughLines
Stackoverflow关于C++的Votes最高的一个问答
觉得挺好玩的,很多大神的回答会让人引起很多思考先看看源程序#include"
stdafx.h
" #include #include #include intmain() { //Generatedata
Hello_Hwc
·
2014-10-07 19:00
C++
优化
branch
stackoverflow
opencv程序五:轮廓检测
// #include"
stdafx.h
" #include usingnamespacestd; #pragmacomment(linker,"/subsystem:\"windows\"/entry
zhangjikuan
·
2014-10-07 14:00
opencv
轮廓检测
cvApproxPoly
cvDrawContours
cvFindContours
opencv程序四:图像二值化
#include"
stdafx.h
" //图像的二值化 #include usingnamespacestd; //隐藏控制台窗口 #pragmacomment(linker,"/subsystem:\
zhangjikuan
·
2014-10-06 16:00
opencv
灰度图
二值化
cvThreshold
cvCvtColor
opencv程序三:canny边缘检测算法
#include"
stdafx.h
" //图像的Canny边缘检测 #include usingnamespacestd; //隐藏控制台窗口 #pragmacomment(linker,"/subsystem
zhangjikuan
·
2014-10-06 13:00
opencv
cvCanny
Canny边缘检测
opencv程序二:缩放图像
//缩放图像文件 #include"
stdafx.h
" #include usingnamespacestd; //隐藏控制台窗口 #pragmacomment(linker,"/subsystem:\
zhangjikuan
·
2014-10-06 11:00
opencv
cvCreateImage
cvSaveImage
cvResize
缩放图像
opencv程序一:加载显示图像
//显示图像文件 #include"
StdAfx.h
" #include usingnamespacestd; intmain() { constchar*pstrImageName="robot.jpg
zhangjikuan
·
2014-10-06 10:00
VS2010
opencv
cvNamedWindow
cvShowImage
加载显示图像
使用SVM对多类多维数据进行分类
#include"
stdafx.h
"#include#include#inc
何雷
·
2014-10-05 10:22
Opencv
Machine
Learning
使用SVM对多类多维数据进行分类
#include"
stdafx.h
" #include #include #
helei001
·
2014-10-05 10:00
SVM
opencv
mult_iclass
multi_dimension
底层的MDI程序是如何建立的
. // #include"
stdafx.h
" #include"MDIAppDemo.h" #defineID_FIRSTWINDOW50000 typedefstructtagHELLODATA
analogous_love
·
2014-10-04 10:00
反汇编的应用2-debug
#include"
stdafx.h
" #include voidallocate(int*p) { p=(int*)malloc(sizeof(int)); *p=5; } int_tmain(intargc
bigbug_zju
·
2014-10-04 09:00
汇编
栈
指针
OpenMp之reduction求和
//#include"
stdafx.h
"#include"omp.h"#include#include#includeusingnamespacestd;#defineNUM_THREADS4int_tmain
Valar_Morghulis
·
2014-09-30 09:16
并行计算
boost.crc
//boostcrc校验 //madebydavidsu33 //crc_16_bytecrc_32_byte #include"
stdafx.h
" #include #include #include
davidsu33
·
2014-09-30 08:00
boost.crc
boost.locale 初用
//boost编码转换 //madebydavidsu33 #include"
stdafx.h
" #include #include usingnamespacestd; //GBK2UTF wstringstrToWstr
davidsu33
·
2014-09-30 00:00
boost.locale
boost.utility的base_from_member
//base_from_member.cpp //madebydavidsu33 //2014-9-28 #include"
stdafx.h
" #include #include #include
davidsu33
·
2014-09-28 22:00
boost
C++成员指针和成员函数的操作
*member,下面看看我写的演示代码//madebydavidsu33 //成员函数和成员指针的使用 //函数指针 #include"
stdafx.h
" #include #include
davidsu33
·
2014-09-27 17:00
C++成员指针和成员函数的操作
利用对数打印文件的大小
#include "
stdafx.h
" #include #include "math.h" #define _WORDSIZE 32 #define _TEST 0 #if _WORDSIZE
烈火oschina
·
2014-09-27 14:00
广度优先搜索写的连通区域标记算法
广度优先搜索的伪代码如下:连通区域标记的代码如下:#include"
stdafx.h
"#include#includ
Jeffrey_Cui
·
2014-09-27 12:16
图像处理
广度优先搜索写的连通区域标记算法
广度优先搜索的伪代码如下:连通区域标记的代码如下:#include"
stdafx.h
" #include #inc
cui134
·
2014-09-27 12:00
C++
bfs
图像处理
连通区域标记
关于C++中类的默认赋值操作符
#include"
stdafx.h
" classClass1 { public: Class1(){} ~Class1(){} Class1&operator=(constClass1&class1
cay22
·
2014-09-27 09:00
C++
赋值操作符
上一页
94
95
96
97
98
99
100
101
下一页
按字母分类:
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
其他