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
二叉树的一些基本运算
#include"
stdafx.h
" #
无鸯
·
2014-02-11 16:00
数据结构
算法
二叉树
树
BT
for循环和while循环在使用continue时有所区别
#include"
StdAfx.h
"#includeusingnamespacestd;intmain(void){inti=0;for(i=0;i<100;i++){if(i==0){continue
brk1985
·
2014-02-11 15:38
虚函数 多重继承的构造函数的调用,虚函数地址的找法
本文的主要参考书籍是 C++Primer虚函数地址的找法:#include"
stdafx.h
" #include usingnamespacestd; classCBase { public: virtualvoidwho
u010236550
·
2014-02-11 10:00
表达式计算之c++调用python
. // #include"
stdafx.h
" #include"stdio.h" #include"Python.h" intmain(intargc,char*argv[]) { char
weiwang079x
·
2014-02-10 23:11
表达式计算
c++调用python
C++ derived class access specifier
// #include"
stdafx.h
" #include usingnamespacestd; classbase { public: intpub_a=0; private: intpri_b
flybird19870326
·
2014-02-10 22:00
C++
Access
specifier
c++读取sqlserver示例分享
#include"
stdafx.h
"#include#include#include//forsetw()#include"windows.h"#import"C:\ProgramFiles\CommonFiles
·
2014-02-10 14:32
boost用正则表达式验证ip地址合法
// #include"
stdafx.h
" #include #include //BOOST用正则表达式验证ip地址合法 boolCheckIP(constchar*ip) { usingnamespaceboost
baliguan163
·
2014-02-09 14:00
C++
boost
boost使用split分割字符串
#include"
stdafx.h
" #include #include #include #include
baliguan163
·
2014-02-09 14:00
C++
boost
堆栈类模板的创建和使用
2.在自己定义的cpp文件中必须将#include“
stdafx.h
”放在所有预处理指令的最上方,否则编译会出错。3.仅仅声明一个函数而没有实
xinshen1860
·
2014-02-09 12:00
类
模板
栈
256级灰度图像进行霍夫曼编码、解码
#include"
stdafx.h
" #include #include #include #include"Windows.h" #include"math.h" #include
liulina603
·
2014-02-07 10:00
C++生成调用dll方法
1.VC++2010中新建win32项目,命名为“win32dll”,在应用程序类型中选择dll,在附加选项中选择导出符号,2.Win32dll项目中自动生成的头文件有
stdafx.h
,targetver.h
u011608357
·
2014-01-29 14:00
C++
Win32
dll
应用程序
RbgtoHsi
. // #include"
stdafx.h
" #include #include #include #include #include #include intminy(inta
liulina603
·
2014-01-28 15:00
有类成员时,什么时候可以前置声明.什么时候需要#include .
什么时候需要#include.分类: C++基础篇2012-02-1614:51 360人阅读 评论(0) 收藏 举报classincludec[cpp] viewplaincopy#include "
stdafx.h
jiafu1115
·
2014-01-26 13:00
C++
基础篇
SSL Server cert and client no cert
. // #include"
stdafx.h
" /*serv.cpp-MinimalssleayserverforUnix 30.9.1996,SampoKellomaki*/
chence19871
·
2014-01-26 12:00
ffmpeg编码示例
. // //#include "
stdafx.h
" #include "windows.h" #include "time.h" #include #include #include
u013805103
·
2014-01-26 11:00
puts的用处
1#include"
stdafx.h
" 2#include 3#include 4#include 5//#defineAGELIMIT18 6//#include"inputAge.h"
williamcai
·
2014-01-25 13:00
预编译头文件
#include"
stdafx.h
"是预编译处理器把
stdafx.h
文件中的内容加载到程序中来。
hehe6378
·
2014-01-25 11:00
C++传递对象函数指针作为参数
. // #include"
stdafx.h
" #include #include usingnamespacestd; intfun1(chararg1) { cout voidTestClassMemberFunction
rekrad
·
2014-01-24 14:00
正则表达式备忘录
. // #include"
stdafx.h
" #pragmacomment(lib,"libboost_regex-vc90-mt-gd-1_43.lib") #include"boost/regex
rekrad
·
2014-01-22 17:00
setEvent()
//#include"
stdafx.h
"#includeHANDLEzthread=NULL;HANDLEevtMuti;HANDLEevtTerminate;DWORD
jfkidear
·
2014-01-21 16:00
OpenGL_混合
按下b,然后同时按下down和right方向键#include"
stdafx.h
" #include #defineGLUT_DISABLE_ATEXIT_HACK #include"glut.h" #
ab6326795
·
2014-01-20 17:00
判断自己的父进程是不是由explorer启动
#include"
stdafx.h
"#include#include#includeDWORDget_parent_processid(DWORDpid)//获取指定进程的父进程ID{DWORDParentProcessID
冷风
·
2014-01-20 15:16
木马编写
OpenCV中的HOG+SVM物体分类
[cpp] viewplaincopy[cpp] view plaincopyprint #include "cv.h" #include "highgui.h" #include "
stdafx.h
xw20084898
·
2014-01-19 22:00
[置顶] OPENCV 改写SVM的计算可以自己控制边界的值
#include"
stdafx.h
" #include #include #include
yeyang911
·
2014-01-17 15:00
opencv
svm改写
VC6下ADO数据库编程(1)--动态创建数据库文件
使用ADO前必须在工程的
stdafx.h
文件最后用直接引入符号#import引入ADO库文件,以使编译器能正确编译。
ll_0520
·
2014-01-16 18:00
windows
数据库
mfc
VC6
ADO
引用SDK上的一段代码.
//UseFBXSDK.cpp--2014/01/15-21:36 #include"
stdafx.h
" #include intnumTabs=0; voidPrintT
Golden_Shadow
·
2014-01-15 23:00
人脸与人眼识别 opencv自带例子
// //#include"
stdafx.h
" #include"opencv2/objdetect/objdetect.hpp" #include"opencv2/highgui/highg
hahawhyha
·
2014-01-15 19:00
人脸与人眼识别 opencv自带例子
// //#include"
stdafx.h
" #include"opencv2/objdetect/objdetect.hpp" #include"opencv2/highgui/highg
hahawhyha
·
2014-01-15 00:00
OpenCV
Opencv 画框记录坐标
http://blog.csdn.net/xiaowei_cqu/article/details/7829481#include"
stdafx.h
"#include//va_list,va_start,
王孟贤
·
2014-01-14 20:00
(转)Opencv 画框记录坐标
http://blog.csdn.net/xiaowei_cqu/article/details/7829481#include"
stdafx.h
"#include//va_list,va_start,
sunboyiris
·
2014-01-14 20:00
(转)Opencv 画框记录坐标
http://blog.csdn.net/xiaowei_cqu/article/details/7829481#include"
stdafx.h
"#include//va_list,va_start,
王孟贤
·
2014-01-14 20:00
Opencv cvShowMultiImages 函数
#include"
stdafx.h
"#include//va_list,va_start,va_arg,va_end#include#include#include#includeusingnamespacestd
王孟贤
·
2014-01-14 19:00
Opencv cvShowMultiImages 函数
#include"
stdafx.h
"#include//va_list,va_start,va_arg,va_end#include#include#include#includeusingnamespacestd
王孟贤
·
2014-01-14 19:00
Opencv cvShowMultiImages 函数
#include"
stdafx.h
" #include//va_list,va_start,va_arg,va_end #include #include #include #include usingnamespacestd
sunboyiris
·
2014-01-14 19:00
Opencv cvCanny 函数
#include"
stdafx.h
" #include #include #include #include intmain() { IplImage*dst=NULL; cvNamedWindow("
sunboyiris
·
2014-01-14 17:00
Opencv cvCanny 函数
#include"
stdafx.h
"#include#include#include#includeintmain(){IplImage*dst=NULL;cvNamedWindow("in");cvNamedWindow
王孟贤
·
2014-01-14 17:00
Opencv cvPyrDown and cvPyrUp 函数
#include"
stdafx.h
"#include#include#includeIplImage*doPryDown(IplImage*in,intfilter=CV_GAUSSIAN_5x5){IplImage
王孟贤
·
2014-01-14 16:00
Opencv cvPyrDown and cvPyrUp 函数
#include"
stdafx.h
" #include #include #include IplImage*doPryDown(IplImage*in,intfilter=CV_GAUSSIAN_5x5
sunboyiris
·
2014-01-14 16:00
C指针
[1] #include"
stdafx.h
"#include"stdio.h"#include"stdlib.h" intmain(intargc,char*argv[]){ char*data
TopicDev
·
2014-01-14 09:00
数据结构之顺序栈
用数组去模拟栈,利用malloc和realloc函数去增加数据的大小 //author:jwfy //time:2014-1-13pm4:30 #include"
stdafx.h
" #include
s986450042
·
2014-01-13 17:00
数据结构
顺序栈
数据结构之链表-多项式相加
//author:jwfy //time:2014-1-13pm4:19 #include"
stdafx.h
" #in
s986450042
·
2014-01-13 16:00
数据结构
排序
多项式
数据结构之双线链表
. // #include"
stdafx.h
" #include #include #include usingnamespacestd; typedefstructNode { intx; Node
s986450042
·
2014-01-13 14:00
数据结构
链表
双向链表
数据结构之单链表操作
主要是涉及到单链表的相关操作#include"
stdafx.h
" #include #include #include usingnamespacestd; typedefstructNode { intx
s986450042
·
2014-01-13 12:00
数据结构
单链表
错在哪里
#include"
stdafx.h
"intmain(intargc,char*argv[]){intarray[]={0,1,2,3,4,5,6,7,8,9};inti=0;intj=0;for(i=0
TopicDev
·
2014-01-13 10:00
MFC 线程学习之事件对象
// #include"
stdafx.h
" #include"windows.h" intnumber=1; HANDLEhEvent; unsignedlong_stdcallThreadProc1
robinson_911
·
2014-01-11 15:00
C# 调用C++的dll进行图像加载存储
//#include"
stdafx.h
"#include#include#includeextern"C"int_declspec(dllexport)readBitmap(void**pBmpBuf,
ld1060843986
·
2014-01-10 09:34
C#技术
Windows下C语言的Socket编程例子(TCP和UDP)
转载:http://www.cnblogs.com/churi/archive/2013/02/27/2935427.html一、TCP服务器端#include"
stdafx.h
" #include #
u013011270
·
2014-01-09 15:00
windows
socket
网络
MFC BMP文件转JPEG文件
MFCBMP文件转JPEG文件2.在你将要使用GDI+的工程中,完成初始化工作:在
StdAfx.h
中加入#define ULONG_PTR unsigned long#include using namespace
面对现实,超越自己
·
2014-01-09 14:00
OpenCv K近邻算法
://www.cnblogs.com/v-July-v/archive/2012/11/20/3125419.html//运行环境:winXP+VS2008+openCV2.1.0 #include"
stdafx.h
sunboyiris
·
2014-01-09 14:00
OpenCv K近邻算法
824http://www.cnblogs.com/v-July-v/archive/2012/11/20/3125419.html//运行环境:winXP+VS2008+openCV2.1.0#include"
stdafx.h
王孟贤
·
2014-01-09 14:00
上一页
105
106
107
108
109
110
111
112
下一页
按字母分类:
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
其他