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
"c++预编译时,将头文件都粘贴到.cpp上,然后进行编译,而如果头文件过多时,这个编译过程将极其耗时。
qq981932962
·
2014-04-01 21:00
C++
学习
c++回调之利用sink示例
//#include"
stdafx.h
"#include"cbBysink.h"/************************************************************
·
2014-04-01 15:19
算法导论学习之归并排序
// #include"
stdafx.h
" #
shfqbluestone
·
2014-03-30 23:00
C++
算法
归并排序
算法导论
merge
贵金属分割(3)青铜分割数浅析
//http://blog.csdn.net/sunboyiris #include"
stdafx.h
" #include #include #include #include usingnamesp
sunboyiris
·
2014-03-30 13:00
ACM2 递归 n分成k份
//将n分成k份的分法总数 #include"
stdafx.h
" #include"stdio.h" #include usingnamespacestd; intf(intn,intk) { if(k
chen_xinjia
·
2014-03-30 10:00
递归
vc获取window版本
// #include"
stdafx.h
" #define_WIN32_WINNT0x0501 #include #include usingnamespacestd; #include #include
earbao
·
2014-03-28 15:00
VC6.0升级到VS2010
_WIN32_WINNTnotdefined.Defaultingto_WIN32_WINNT_MAXVER(seeWinSDKVer.h)原因:版本问题,VC6中队版本的定义过低解决方案:在
StdAfx.h
万水千山只等闲
·
2014-03-28 15:00
获取文件数字签名证书信息
//#include"
stdafx.h
"#include#include#include#include#include#pragmacomment(lib,"crypt32.lib")#defineENCO
yunshouhu
·
2014-03-28 11:07
VC++
获取文件数字签名证书信息
// #include"
stdafx.h
" #include #include #include #include #include #pragmacomment(lib,"crypt32.lib")
earbao
·
2014-03-28 11:00
C++对象切片
// #include"
stdafx.h
" #include #include #include #include usingnamespacestd; classPet{ stringpname
chjjunking
·
2014-03-28 11:00
Clucene 文件数据读取
该程序是基于VC++,使用Clucene0.92版本#include"
stdafx.h
"#include"CLucene.h"#include"CLucene/util/Reader.h"#include"CLucene
jason_dong
·
2014-03-27 15:21
c++技术
C++ 截取字符串以及读取文件
C++截取字符串示例:#include"
stdafx.h
" #include #include #include #include #include usingnamespacestd; voidStringSplit
chinahaerbin
·
2014-03-27 10:00
BingObjectnessCVPR14源码编译环境由vs2012+64位转换为vs2012+32位机过程
要加头文件#include在
stdafx.h
中。inlineIN
feixuedudiao
·
2014-03-27 09:00
C++
这几天写的连连看的思路和算法总结
. // #include"
stdafx.h
" #include #include #include #include usingnamespacestd; typedefenum { ntUnknown
rekrad
·
2014-03-26 18:00
在VS中创建自己的Lib、DLL
2.像普通的Win32程序一样,写方法,不同的是不需要main(),如下:#include"
stdafx.h
"#include"my_Add_Lib.h"int
cx_wzp
·
2014-03-26 15:00
cc++
把两个short型数组合并到另一个short型数组中
#include"
stdafx.h
" #include #include #include usingnamespacestd; intNN=6; intmain() {
liulina603
·
2014-03-25 15:00
角点检测(3)SUSAN算子
#include"
stdafx.h
"#include#include#include#include#include#includeintmain(intargc,char**argv){intheight
王孟贤
·
2014-03-24 21:00
角点检测(3)SUSAN算子
#include"
stdafx.h
" #include #include #include #include #include #include intmain(intargc,char**argv)
sunboyiris
·
2014-03-24 21:00
角点检测(3)SUSAN算子
#include"
stdafx.h
"#include#include#include#include#include#includeintmain(intargc,char**argv){intheight
王孟贤
·
2014-03-24 21:00
角点检测(2)harris算子
#include"
stdafx.h
" #include #include #include #include #include #include usingnamespacecv; usingnamespacestd
sunboyiris
·
2014-03-24 20:00
socket服务端select模式+管道+多线程,select可以替换为epoll
socket服务端select模式+管道+多线程,select可以替换为epoll#include "
stdafx.h
"using namespace std;#define PORT 5006 /
天下
·
2014-03-24 10:00
Longest Increasing Subsequence
. // #include"
stdafx.h
" #include usingnamesp
u013166464
·
2014-03-23 23:00
二分查找
dp
zigzag数组
#include"
stdafx.h
" #include usingnamespacestd; intmain(){ intn; cin>>n; ints,i,j; intsqua; int**a=(
ywk253100
·
2014-03-23 11:00
C++#include "
stdafx.h
"
以前在VC6中写的简单的单文件的C++单文件程序中没注意到"
stdafx.h
"这个文件,先把它拿来看一看:1、当我们建立一个空工程时,当然你里面是什么文件都没有的2、当我们建立一个“helloworld
xuanmu
·
2014-03-22 20:06
C/C++
Camshift跟踪(下)
// #include"
stdafx.h
" #include #include usingnamespacestd; usingnamespace
xiaozz_m608c
·
2014-03-21 21:00
对openssl做的一些简单封装
对openssl做的一些简单封装#include "
stdafx.h
"int GetRSA(RSA **RsaKeys){ *RsaKeys=RSA_generate_key(RSALEN,RSA_F4
天下
·
2014-03-21 17:00
字符串常量保存问题与字符数组和字符指针区分
下面两段代码:1、#include"
stdafx.h
"char*fun(void){chars[]="china";returns;}intmain(intargc,char*argv[]){char*
huyisu
·
2014-03-20 22:00
获取PNG图片的RGBA
www.cnblogs.com/mr-wid/archive/2013/04/19/3029842.html先看这篇文章,关于pnglib的入门讲解下面贴上源代码(在VC6.0下编译通过):#include"
stdafx.h
wade333777
·
2014-03-20 18:00
图片
png
利用API函数MoveFileEx实现程序的隐藏、自启动与自删除
#include"
stdafx.h
" #include #include #include #include //http://www.cnblogs.com/yincheng01/archive/2010
earbao
·
2014-03-20 17:00
单件 singleton 唯一的对象实例
. // #include"
stdafx.h
" #include"string.h" #include"windows.h" /* 我们的应用程序往往有许多配置项,而应用的配置项往往在每个类中都要用到
u010856711
·
2014-03-20 17:00
工厂方法 Factory Method 建立对象的实例交给子类
. // #include"
stdafx.h
" /* 如果你的应用要动态生成的对象种类繁杂,那还是把他管理起来吧。
u010856711
·
2014-03-20 12:00
模板方法 Templete Method 实际的处理交给子类,让别人去干吧。
. // #include"
stdafx.h
" #include"string.h" //总而言之,要抽象,初期不要太多的关注细节,否则你就会陷入泥潭, //在做设计的时候,就想着实现不归你来负责
u010856711
·
2014-03-20 11:00
适配器模式,换个包装再度利用 Adapter
. // #include"
stdafx.h
" #include"string.h" //假设现在已经有一个类,已经实现了一些功能,并且该类经过测试已经十分稳定。
u010856711
·
2014-03-20 10:00
重载 set_invalid_parameter_handler
重载 set_invalid_parameter_handler#include "
stdafx.h
"#include#include char src[]="hello";char dest[3];void
lionzl
·
2014-03-19 20:00
数组指针与函数指针
#include"
stdafx.h
"voidte_array_ptr(void){//correct//chara[10]="123456";//char(*p)[10];//p=&a;//printf
slj_win
·
2014-03-19 17:00
gh0st_util
util.h *Author:Administrator * *Createdon2014年3月19日,上午9:26 */ #ifndefUTIL_H #defineUTIL_H #include"
stdafx.h
earbao
·
2014-03-19 10:00
设计模式的迭代器模式 Iterator
. // #include"
stdafx.h
" #include"string.h" //定义一个学生类 classCStudent { public: CStudent()
u010856711
·
2014-03-18 12:00
如何等待进程树结束
示例代码:#include"
stdafx.h
" #include #
zhoujiaxq
·
2014-03-18 09:00
单链表反转
修正版本:#include"
stdafx.h
" #include usingnamespacestd; structListNode { intdata; ListNode*p
zhaohaidao
·
2014-03-17 22:00
opencv常用的小工程
工程环境为vs2010+opencv2.3.1一、opencv读取图片并显示出来:代码为: C++Code 12345678910111213141516#include "
stdafx.h
"#includeusing
poem_of_sunshine
·
2014-03-17 12:00
C++ 中的Virtual Function (虚函数)
. // #include"
stdafx.h
" #include #include usingnamespacestd; //baseclass classAnim
fox64194167
·
2014-03-17 09:00
使用Detours库截获windows api
2,实现win32控制台程序: #include"
stdafx.h
" #include #include"detours.h" #include #include #pragmacomment(lib,
dpsying
·
2014-03-16 21:00
win32 api遍历文件,进程
#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;voidenum_process(){HANDLEhProcessSnap
yunshouhu
·
2014-03-14 12:30
c/c++
win32 api遍历文件,进程
#include"
stdafx.h
" #include #include #include #include #include usingnamespacestd; voidenum_process()
earbao
·
2014-03-14 12:00
C++ Test001 Hello World!
// #include"
stdafx.h
" #include int_tmain(intargc,_TCHAR*argv[]) { std::cout<<"HelloWorld!
AWNUXCVBN
·
2014-03-14 11:00
C++
iostream
纯C++的Socket访问Http封装类
2.以下是调用方法:#include "
stdafx.h
" #include #include #include "http/request.h"
xuqiang918
·
2014-03-13 14:00
C++
网络
mfc
web服务器
自己动手开发音乐播放器《十一》下载音乐播放器
不知不觉中我的音乐播放器也做完了,在此我将代码分享给大家主要的代码#include"
stdafx.h
" #include #include//控制文件 #include #include//处理文件夹
u010105970
·
2014-03-13 11:00
hog.multiscale利用meanshift融合
// #include"
stdafx.h
" #include #include"opencv2\opencv.hpp" #include"windows.h" #include"fstream"
yeyang911
·
2014-03-12 08:00
SVM
opencv
Detector
HOG
multiscale
算法基础(七):二叉排序树基本操作-插入、删除(附源代码加注释)
#include"
stdafx.h
" #include"Basic_Symbol.h" #defineMaxSize100 typedefintKeyType;//定义关键字类型 typedefcharInfoType
huiguimoyu
·
2014-03-11 21:00
数据结构
二叉树
传址调用和引用调用的区别
#include"
stdafx.h
" #include voidfunptr(int*ptr) { *ptr=123; } voidfuncref(int&ref) { ref=234;
dayenglish
·
2014-03-09 10:00
C++
汇编
上一页
103
104
105
106
107
108
109
110
下一页
按字母分类:
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
其他