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
实验第三方的内存泄露检测工具VLD(Visual Leak Detector)
VLD版本:2.2.3VLD的安装目录:C:\ProgramFiles(x86)\VisualLeakDetectorC++编译器:visualstudio2013实验代码:#include"
stdafx
.h
CoderJeff
·
2020-09-17 06:43
C++数据链表在txt中储存与读取问题
//#include"
StdAfx
.h"#include#include#include#include#include#include#include#defineLENsizeof(structnews
qiuchengzhiyi
·
2020-09-17 06:13
设计模式之解释器模式,C++实现
//#include"
stdafx
.h"#includeusingnamespacestd;//解释器模式:给定一种语言,定义它的文法的一种表示,并定义一个解释器//该解释
iuhsihsow
·
2020-09-17 05:30
设计架构
初探设计模式(C++实现)
GDAL影像合并
//#include"
stdafx
.h"#include"../3dparty/include/gdal_priv.h"#include"../3dparty/include/gdal_alg.h"#include
月下荷
·
2020-09-17 05:13
C/C++
C/C++ 求最大公因数 和 最小公倍数
#include"
stdafx
.h"#includeusingnamespacestd;/*求最大公因数:辗转相除法有两整数a和b1.a%b得余数c2.若c=0,则b即为两数的最大公约数3.若c≠0,则
Zeff丶
·
2020-09-17 03:39
C/C++
算法
面试题20:顺时针打印矩阵递归和非递归两种方式实现
#include"
stdafx
.h"//方法一:递归方式;顺时针循环打印,一圈一圈的打印,先右,再下,再左,再上;打完一圈再打内圈,当不符合条件时,结束。//参数:ma
weixin_33709219
·
2020-09-17 03:28
面试
VS2013 MFC项目使用多字节字符集
在项目->属性->配置属性中,将字符集改为多字节字符集,如图此时MFC项目界面风格变为win98风格,需要在
stdafx
.h中将//#ifdef_UNICODE//#ifdefined_M_IX86//
HsuXXD
·
2020-09-17 03:34
C++
MFC
VS2013
C++ static变量出现 无法解析的外部符号:static 的问题
pragmaonceclassCGlobalVa{public:CGlobalVa(void);virtual~CGlobalVa(void);public:staticdoublem_length;};对应的cpp中:#include"
stdafx
.h
qq_1410888563
·
2020-09-17 03:00
条件编译#define、#undef、#if、#elif、#elif defined、#elif !defined 、#endif用法
//#include"
stdafx
.h"#include#defineVERSION_XZM1#defineVERSION_HAERBIN_T("哈尔滨\n")#defineVERSION_TIANJIN_T
JeaminShe
·
2020-09-17 03:32
C/C++基本类型的掌握
MFC自定义消息
使用步骤:第一步:在头文件
stdafx
.h中增加一个自定义消息宏#defineWM_USER_THREADENDWM_USER+1说明:很多MFC的消息是在WM_USER内的,所以这里用比WM_USER
枫叶你好
·
2020-09-17 02:26
C++
svchost启动DLL
#include"
stdafx
.h"#include"windows.h"//typedef(int*InstallService)(char*);typedefint(*MESSAGE)(char*a
zhihu008
·
2020-09-17 02:51
vc
VS2005连接SQL Server 2005数据库
本地连接、远程连接、数据库打包等问题整理一、本地连接首先,在
Stdafx
.h文件中加入如下语句:#import"c:\programfiles\commonfiles\system\ado\msado15
C_peter
·
2020-09-17 02:42
MFC
CTreectrl
1.要在
stdafx
.h中包含#include2.不要直接用CTreeView,应该继承一个类,直接用的话没法重写函数什么的3.View类有个OnInitUpdate类似于对话框的OnInitDialog
uda1985
·
2020-09-17 02:39
数据结构
cil
struct
initialization
null
variables
win32使用CInternetSession访问url,并且解析jason
#include"
stdafx
.h"#include"string"#include#include#include#include#includeusingnamespacestd;usingnamespaceboost
洋名天下cy
·
2020-09-17 02:34
以备不时之需~!
C++使用CInternetSession请求url下载jason数据,并且进行解析。以及注意事项
#include"
stdafx
.h"#include"string"#include#include#include#include#includeusingnamespacestd;usingnamespaceboost
洋名天下cy
·
2020-09-17 02:34
以备不时之需~!
opencv把一个图像的一小块区域拷贝到另一个图像的指定区域
//opencv把一个图像的一小块区域拷贝到另一个图像的指定区域#include"
stdafx
.h"#include"cv.h"#include"highgui.h"intmain(){IplImage
timidsmile
·
2020-09-17 01:09
opencv
win32拖拽TXT文本
//#include"
stdafx
.h"#include"DragTxt.
_观众
·
2020-09-17 01:32
windows
C++的post请求(使用的是CInternetSession)
//#include"
stdafx
.h"//int_tmain(intargc,_TCHAR*argv[])//{//return0;//}#include#include#include//定义了MFCCInternetSession
JackPai
·
2020-09-17 01:47
网页爬虫
c++ 设计模式之外观模式
外观模式为子系统中的一组接口提供一个一致的界面,此模式定义了一个高层接口,这个接口使得这个子系统更加容易使用#include"
stdafx
.h"#includeusingnamespacestd;classSubSystemOne
mrailence
·
2020-09-17 01:33
C++设计模式
面试题(二叉树相关)
//二叉树有关的操作#include"
stdafx
.h"#include"CommonDataStruct.h"#include#include#include////给定二叉搜索树,转换成双向链表//
会思考的草
·
2020-09-17 01:50
C/C++
Algorithms
&
Programming
面试
ie
delete
dll
search
struct
字符串的加密和解密
//#include"
stdafx
.h"#include#include#includevoidEncrypt(charaucPassword[],charaucResult[]);//加密intunEncrypt
CordingOrSporting
·
2020-09-17 01:02
算法
svchost服务(DLL服务)
//#include"
stdafx
.h"#in
TK13
·
2020-09-17 00:59
windows对抗常用
vs 提示大量未声明标识符,语法错误缺少:“;”
https://blog.csdn.net/u013057085/article/details/50741114将#include"
stdafx
.h"放在所有头文件之前;VC创建项目时自动创建的预编译头文件
宋人梁
·
2020-09-17 00:01
C/C++
去掉英文句子中重复出现的单词和标点符号
#include"
stdafx
.h"#include"iostream"#include"sstream"#include"map"#include"string"#include"list"#include"vector
gxdwrj
·
2020-09-16 22:19
C语言编程
【C】Win32 风车实现
//#include"
stdafx
.h"#include#definePI3.1415926//定义变量intn=0,k=101;inti,num=0,maxNum=360;POINTp[201],yp1
NCITS
·
2020-09-16 22:13
C
WTL小问题解决方法汇总
解决方法:在
stdafx
.h加:#define_WTL_NO_CSTRING参考文献:解决WTL中的CString冲突(errorC2872:'CString':ambiguoussymbol)
大鱼会飞
·
2020-09-16 22:25
WTL
WTL
C++
cstring
C实现 快速傅立叶变换FFT FFT-1D FFT-2D 源代码
3:数据预处理将调整数组长度,并生成与原始数据相对应的复数(complex).4:相关链接:C实现离散余弦DCT源代码源代码:#include"
stdafx
.h"#include#include"math.h
赫法格米
·
2020-09-16 21:13
图像处理
opencv小试牛刀
#include"
stdafx
.h"#include#include#include#includeint_tmain(intargc,_TCHAR*argv[]){//IPlImage*img=cvCreatMat
AbnerCV
·
2020-09-16 21:49
opencv
c++ typedef关键字
//#include"
stdafx
.h"#include#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv[]){//typedef就是简单的给类型重起个别名
海涛高软
·
2020-09-16 21:33
C++基础
图像缩放
//#include"
stdafx
.h"#include"cv.h"#include"highgui.h"#include;#includeusingnamespacestd;voidresizeImage
libin88211
·
2020-09-16 20:42
C/C++学习
学习opencv
boost::this_thread::sleep_for()死锁
boost::this_thread::sleep_for(boost::chrono::milliseconds(1)).Boost1.54.0以下代码很可能重现死锁:#include"
stdafx
.h
金庆
·
2020-09-16 20:58
C/C++
两个大数相乘
#include"
stdafx
.h"#includevoidmultiply(char*a,char*b,char*c){inti,j,ca,cb,*s;ca=strlen(a);cb=strlen(b
hdupan
·
2020-09-16 20:35
扩展欧几里得算法 有限域上多项式求逆
算法描述考完试再附上ExEuclid简单实现/**文件名称:myecu.cpp*摘要:ExtendEuclidAlgorithm*作者:ld*完成日期:25thJune,2010*/#include"
stdafx
.h
Yibaini
·
2020-09-16 20:21
信息安全
开源
C和C++
C++实现简单的String类
#include"
stdafx
.h"#include#include//delete之后将指针置为NULL防止空指针#defineSAFE_DELETE(p)do{if(p){delete(p);(p)
某种意境
·
2020-09-16 20:07
C++
C++学习积累
c++
string
C语言结构体排序方法
#include"
stdafx
.h"#include#include#includeusingnamespacestd;structstudent{stringname;//姓名intmath;//数学成绩
pythontojava
·
2020-09-16 20:40
C++
把数组中的0移到数组前面,其它数字移到后面,并且保持数字间的相对顺序
//#include"
stdafx
.h"/*GivenanArrayWithrandom0sandnon0numbers,shiftallthe0stothebeginningandnon0stotherear.Eg
martin_liang
·
2020-09-16 18:43
算法
C++/C
【数据结构】c语言基于堆栈实现回溯法自动走迷宫
迷宫的坐标用二维数组表示,此外还需要一个当前坐标缓冲区,表示当前位置,我使用的是b[3]数组,第三个空间用来表示这个格子被走了几次#include"
stdafx
.h"#include#includeusingnamespacestd
haohulala
·
2020-09-16 18:45
数据结构
考研复习
基于SDK的Win32窗口创建
#include"
stdafx
.h"HINSTANCEg_hInstance=NULL;//主窗口处理函数LRESULTCALLBACKWndProc(HWNDhWnd,UINTuMsg,WPARAMwParam
EveyX
·
2020-09-16 17:13
Win32
【计算机图形学】c++ graphics.h DDA画线、中点画圆、中点画椭圆
//#include"
stdafx
.h"#include"
stdafx
.h"#include#include//这样引用EasyX图形库#include#include#include#includeusingnamespacestd
Arana--
·
2020-09-16 16:49
计算机图形学
c++
图形学
c++
【计算机图形学】c++ openGL 演示曲线的插值
#include"
stdafx
.h"#include#include#includeusingnamespacestd;structPoint2{doublex;doubley;Point2(intpx
Arana--
·
2020-09-16 16:49
计算机图形学
c++
c++
opengl
【计算机图形学】c++ OpenGL Sutherlang-Hodgman 多边形裁剪
//#include"
stdafx
.h"#include#include#include#include//Sutherlang-Hodgman多边形裁剪typedefstruct{floatx,y;}
Arana--
·
2020-09-16 16:49
计算机图形学
c++
c++
图形学
【计算机图形学】c++ OpenGL 二维变换(包括多边形绘制、平移、旋转及缩放)
//#include"
stdafx
.h"#include#include#include#include#include#include#definePI3.14159265358//q,w,e,r分别为平移
Arana--
·
2020-09-16 16:49
计算机图形学
c++
opengl
图形学
c++
ToDoList
//ToDoListWnd.cpp:implementationfile//#include"
stdafx
.h"#include"ToDoList.h"#include"ToDoListWnd.h"#include"ToolsCmdlineParser.h
weixin_34419321
·
2020-09-16 16:43
完成教材P86习题3.25 圆柱类的定义和实现,使用构造函数的重载或者默认构造函数,并在成员初始化列表中完成对象的初始化,创建一个对象数组和对象指针,讨论构造和析构的次序。
//#include"
stdafx
.h"#includeusingnamespacestd;constdoublePI=3.14;//定义常量IPclasscylinder
拥抱阳光#
·
2020-09-16 15:02
学
C++ 小程序--计算圆的面积和周长
#include "
stdafx
.h"#includeusing namespace std;//计算圆的面积和周长float circle(float r){ return 2*3.14*r;
child16800
·
2020-09-16 14:43
c/c++
常见的三种插入排序
2//3#include"
stdafx
.h"4#include"stdio.h"5//直接插入排序6voidInsertSort(inta[],intlen);7voidmain(){8inti;9inta
ana35287
·
2020-09-16 14:01
数据结构与算法
shell
WAV文件的读写
wav文件的读写代码:(按着结构体顺序解析即可)#ifndef_WAVREAD_H#define_WAVREAD_H#ifdef__cplusplusextern"C"{#endif#include"
stdafx
.h
知识-精神的源泉
·
2020-09-16 14:42
测试代码
把日期字符串中的年月日提取出来
//版权所有:吴建凰#include"
stdafx
.h"#includeintmonthday[12]={31,29,31,30,31,30,31,31,30,31,30,31};boolparse_date_string
在他乡奋斗
·
2020-09-16 13:16
vc++
文章
c++将txt数据批量导入mysql数据库的例子
#include"
stdafx
.h"#include#include#include"resource.h"#include"MainDlg.h"#include//连接库:odbc32.libodbccp32
真爱无限
·
2020-09-16 12:30
Proc/C/C++/数据结构
Windows下C++服务端和客户端Socket通信简单代码
//#include"
stdafx
.h"#include"winsock2.h"#include#pragmacomment(lib,"ws2_32.lib")usingnamespacestd;BOOLRecvLine
假装写代码
·
2020-09-16 10:13
计算机网络
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他