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
枚举驱动设备,并获得驱动文件,查看派遣函数的小工具
驱动层使用WDK7600+stl6.0 应用层使用MFC+BeaEngine展示应用层代码://ShowDriverDlg.cpp:实现文件 // #include"
stdafx.h
" #include"ShowDriver.h
lichao890427
·
2015-05-25 12:00
设备
反汇编
驱动编程
用List和Map文件定位bug
#include"
stdafx.h
" int_tmain(intargc,_TCHAR*argv[]) { char*ptr=NULL; *ptr='A'; return0; }这段程序bug很显见,
lixiangminghate
·
2015-05-21 23:00
windows
汇编
调试
VC创建进程CreateProcess的方法
具体实现方法如下:#include"
stdafx.h
"#include#includeintmain(intargc,char*argv[]){charszCommandLine[]="cmd";STARTUPINFOsi
好人一个
·
2015-05-21 14:49
《C++Primer》读书笔记--函数模板
// #include"
stdafx.h
" #include usingnamespacestd; template voidcompare(constT&v1,constT&v2) { if(v1
puppet_master
·
2015-05-20 22:00
C++
读书笔记
泛型
模板
编译器
改变图像的对比度和亮度-----学习记录(4)
#include"
stdafx.h
" #include"opencv2/highgui/highgui.hpp" #include"opencv2/core/core.hpp" #include"iostream
xiaohaijiejie
·
2015-05-20 20:00
是否忘记了向源中添加“#include "
stdafx.h
是否忘记了向源中添加“#include"
stdafx.h
"”?二、错误分析: 此错误发生的原因是编译器在寻找预编译指示
GAMEloft9
·
2015-05-20 15:00
算法实现(3)二分搜索技术
具体算法用c语言实现的代码:#include"
stdafx.h
" //a[]是一个已经排好序的数组,x是需要查找的
quentain
·
2015-05-20 11:00
算法实现(2)有重复元素的排列问题
以下用C语言实现算法的代码:#include"
stdafx.h
" voidperm(charlist[],intk,intm); voidswap(char&a,char&b); intok(charlist
quentain
·
2015-05-20 11:00
正则表达式
在大神的基础上进行修改的代码,判断邮箱的正确格式本代码在dev上边不能运行,在vc6.0上边也不能运行(在网上搜的说是要导入boost库),感觉麻烦就在VS2013上边运行了#include"
stdafx.h
wojiaohuangyu
·
2015-05-19 22:00
《C++Primer》读书笔记(11)
// #include"
stdafx.h
" #include usingnamespacestd; classBase { publi
puppet_master
·
2015-05-19 14:00
C++
继承
读书笔记
多态
C++11
visual studio 32/64 位设置
1.新建一个Consule工程:#include "
stdafx.h
" int _tmain(int argc, _TCHAR* argv[]) { printf("%d",sizeof(int *
a379039233
·
2015-05-19 13:00
visual studio 2015生成64位DLL文件
新建一个visualC++ ->win32项目点击生成->配置管理器新建一个64位debug位平台hello.cpp程序代码如下:#include "
stdafx.h
" #include "jni.h
jethai
·
2015-05-18 13:22
jni
VS2015
64位DLL
两幅图像求和:求混合(blending)-----学习记录(3)
#include"
stdafx.h
" #include #include usingnamespacecv; usingnamespacestd; intmain(intargc,char*argv[
xiaohaijiejie
·
2015-05-14 21:00
《C++Primer》读书笔记(9)
// #include"
stdafx.h
" #include #include usingnamespacestd; classA
puppet_master
·
2015-05-14 20:00
C++
读书笔记
运算符
重载
C++11
filter2D滤波处理函数-----学习记录(2)
#include"
stdafx.h
" #include"opencv2/core/core.hpp" #include"opencv2/imgproc/imgproc.hpp" #include"opencv2
xiaohaijiejie
·
2015-05-13 22:00
输出格式控制setfill和setw使用
#include "
stdafx.h
" #include #include //setw(),setfill
Sunshine_in_Moon
·
2015-05-13 20:00
sqlite.c 导入工程出现的问题
当把sqlite.c等文件导入到vs中时,会出现一些下面这样的错误:意思应该是预编译头文件没有添加,果断在sqlite.c中包含头文件:#include"
stdafx.h
"结果如下:实在不行,果断取消对预编译文件的使用
skylin19840101
·
2015-05-13 17:00
C++ 通过ADO连接Oracle数据库
1.导入ADO的库使用ADO的话必须要导入它的库,这语句放到头文件.h中,因为我这里是用的MFC程序建的工程,所以我放在
stdafx.h
头文件中//导入ADO的库 #import"C
u013147600
·
2015-05-13 10:00
C++
ADO
windows C++ 互相等待线程同步示例
如下图所示:源码(VS2010编译、运行通过)#include"
stdafx.h
" #include usingnamespacestd; #include constchar
wojiushiwo987
·
2015-05-11 17:00
线程同步
event
C++实现
Windows多线程
boost android
在android上使用boost,尚未验证http://blog.csdn.net/andyhuabing/article/details/8594679boostpool简单使用#include"
stdafx.h
bsxylj
·
2015-05-11 11:00
VC Preprocessor definitions
在项目上点击右键->setting->C/C++->Preprocessordefinitions在里面加入自定义预编译头_SB2测试代码:#include"
stdafx.h
"#include#includeintmain
威少mvp
·
2015-05-05 11:40
windows编程
openCV 视频读取、处理、输出操作 代码实例
#include "
stdafx.h
" using namespace std; using namespace cv; int main() { //下面两种方法都可以打开
Sunshine_in_Moon
·
2015-05-04 16:00
C++ 隐式类类型转换
下面通过代码来看一看:#include"
stdafx.h
"#incl
melonstreet
·
2015-05-02 21:00
读取、修改、保存图像-----学习记录(1)
#include"
stdafx.h
" #include #include usingnamespacecv; intmain(intargc,char**argv) { if(argc!
xiaohaijiejie
·
2015-05-02 20:00
opencv图像读取,视频读取
#include"
stdafx.h
" #include"cv.h" #include"highgui.h" #include"cxcore.h" intmain(intargc,char*argv[]
xiaohaijiejie
·
2015-05-02 18:00
GDI+裁剪图片
2.在
stdafx.h
头文件中加入如下代码:#include //#ifndefULONG_PTR //#defineULONG_PTRunsignedlong* //#endif #include
tg2003
·
2015-05-01 20:00
VC
GDI+
简单的JPEG解码程序
. // #include"
stdafx.h
" //simplejpeg.cpp:Definestheentrypointfortheconsoleapplic
Blues1021
·
2015-04-30 08:00
OpenCV_图像梯度化
OpenCV_图像梯度化#include"
stdafx.h
" #include"cv.h" #include"cxcore.h" #include"highgui.h" usingnamespacestd
xiao_lxl
·
2015-04-29 17:00
opencv
boost库之ptree的ini配置文件解析
//ptree解析ini文件,get(treename, translator) :translator类型实例 #include "
stdafx.h
" #include #include
wenwuge_topsec
·
2015-04-29 13:00
boost
MFC鼠标绘图
还是菜鸟级别单击左键,画点按住左键拖动,画线单击右键,清除屏幕改变画框大小,画面重画//MyProg2bView.cpp:implementationoftheCMyProg2bViewclass//#include"
stdafx.h
小蝎子不喜甜食
·
2015-04-28 16:05
WINDOWS编程
北大程序设计实习公开课编程作业,魔兽世界之一:备战
(另外,这里我想熟悉下VS环境,所以代码都是在VS2013里写的,提交之前可能需要注释掉#include"
stdafx.h
",以及main函数的参数表和函数名可能需要修改下。)欢迎大家参考,
buxizhizhou530
·
2015-04-23 10:34
C/C++
中值滤波--sj
//
stdafx.h
:标准系统包含文件的包含文件,//或是经常使用但不常更改的//特定于项目的包含文件//#pragmaonce#include"targetver.h"#include#include
jsp2233
·
2015-04-22 22:00
算法
二维字符串数组的输入、输出方式 以及冒泡法排序
//#include"
stdafx.h
"#include"stdio.h"#include"string.h"intmain(intargc,char*argv[]){inti=0;intj=0;intcount
a904235765
·
2015-04-21 17:44
C/C++
ADSI接口获取AD域服务器账户列表[VC++]
. // #include"
stdafx.h
" #include #include #
hurryboylqs
·
2015-04-21 14:00
LDAP
skipped when looking for precompiled header
/
stdafx.h
"':skippedwhenlookingforprecompiledheader这个错误时,只需在源文件开头加上#include"
stdafx.h
"即可。
whatever957
·
2015-04-21 14:56
error
header
precompiled
VS查看类的内存布局
#include"
stdafx.h
" classA { private: inta; public: A(){} ~A(){} voidA1(){} voidA2(){} virtualvoidV1(
aqtata
·
2015-04-21 09:00
C语言的Socket编程例子(TCP和UDP)
server端:#include"
stdafx.h
" #include #include #pragmacomment(lib,"ws2_32.lib") intmain(intargc,char*
chinazhd
·
2015-04-20 15:00
看数据结构写代码(54)次优查找树
//#include"
stdafx.h
"#include#include
fuming0210sc
·
2015-04-20 14:04
数据结构
[VC]Windows下C语言的Socket编程例子(TCP和UDP)
这是一个简单的Socket程序例子,开发环境是vc6:新建工程win32-控制台程序首先是TCPserver端:#include"
stdafx.h
"#include#include#pragmacomment
a565185325
·
2015-04-18 20:15
windows
include
comment
[VC]Windows下C语言的Socket编程例子(TCP和UDP)
这是一个简单的Socket程序例子,开发环境是vc6:新建工程win32-控制台程序首先是TCPserver端:#include"
stdafx.h
"#include#include#pragmacomment
a565185325
·
2015-04-18 20:15
Windows
include
comment
《C++Primer》读书笔记(6)
// #include"
stdafx.h
" #include usingnamespacestd; classA {
puppet_master
·
2015-04-18 13:00
C++
读书笔记
友元
【MFC】CImage类的简单应用
MFC中要使用CImage类,必须先将头文件包含进来,可以包含在当前代码的CPP文件中,也可以包含在所属类的头文件中,不过最好还是包含在工程的
stdafx.h
文件中。CIm
hero_myself
·
2015-04-18 10:00
内存偏移
1#include"
stdafx.h
" 2 3classA 4{ 5public: 6A(){m_a=1;m_b=2;} 7voidfun(){printf("%d%d\n",m_a,m_b
kira2will
·
2015-04-18 00:00
C++那些细节--顶层const和底层const
// #include"
stdafx.h
" #include usingnamespacestd; int_tmain(intargc,_TCHAR*argv[]) { intb=0; in
puppet_master
·
2015-04-16 13:00
C++
指针
Const
顶层const
底层const
数组的替代品VECTOR
#include"
stdafx.h
"#include#include#includeintmain(){usingnamespacestd;doublea1[4]={1.2,2.4,3.6,4.8};vectora2
Hi_Panda_CRL
·
2015-04-16 13:15
C/C++
成员指针运算符 .* 和 ->*
.* 的用法:#include"
stdafx.h
"#includeusingnamespacestd;cla
xiamentingtao
·
2015-04-16 11:00
C++
C#调用C++封装(续)
. // #include"
stdafx.h
" #inc
orichisonic
·
2015-04-16 09:00
C++文件操作(windows平台下的)
//一些函数,记录下来,方便以后查找#include"
stdafx.h
" #include #include usingnamespacestd; int_tmain(intargc,_TCHAR*argv
puppet_master
·
2015-04-15 20:00
C++
Win32
路径
文件
Win
常量折叠 const folding
p=1下列代码给出输出结果:#include"
stdafx.h
"#include#include"stdlib.h"usingnamespacestd;intmain(void){constinta=10
weixin_34237596
·
2015-04-15 13:00
c/c++
内存偏移
1#include"
stdafx.h
" 2 3classA 4{ 5public: 6A(){m_a=1;m_b=2;} 7voidfun(){printf("%d%d\n",m_a,m_b
kira2will
·
2015-04-14 21:00
上一页
87
88
89
90
91
92
93
94
下一页
按字母分类:
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
其他