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++源文件的预处理结果
首先有一个简单的cpp文件如下:#include"
StdAfx.h
"#include"TestMacro.h"#include"iostream"usingnamespacestd;TestMacro:
weixin_34270606
·
2020-08-24 17:46
集合的运算
实现集合的交并补运算;采用链表数据结构.1#include"
stdafx.h
"2#include3#include45typedefstructLNode//定义结构体类型指针6{7chardata;8structLNode
weixin_33709219
·
2020-08-24 17:40
Windows核心编程:第12章 纤程
//#include"
stdafx.h
"#include"第12章纤程.h"LPVOIDg_Covert=nullptr;DWORDg_index=0;VOIDWINAPIFiberFun(LPVOIDlpFiberParameter
weixin_30263277
·
2020-08-24 16:36
OpenCV图像内轮廓填-孔洞填充
[cpp]viewplaincopy//test#include"
stdafx.h
"#include"cxcore.h"#include"cv.h"#include"highgui.h"//内轮廓填充/
傲慢的上校-东北
·
2020-08-24 16:06
opencv
OCI 连接池测试
#include"
stdafx.h
"#include"ocilib.h"#include#include#include#include#include#include#includeusingnamespacestd
frozen_flash
·
2020-08-24 16:52
oracle
已知三点,求该平面,判断第4点是否在该平面上
//#include"
stdafx.h
"#include#includetypedefstructPoint{doublex;doubley;doublez;};booljudgeAngel(Pointp1
mysmnyc
·
2020-08-24 15:21
Sniffer原理实现的代码
在project->setting->link->object/librarymodules:添加Ws2_32.lib库文件在
stdafx.h
文件中:#include#inclu
lxpcgh
·
2020-08-24 14:34
VC写的一个有问题的游戏DEMO的代码,希望高手帮我看看
//#include"
stdafx.h
"#include"demo.h"#include#defineMAX_LOADSTRING100//全局变量:HINSTANCEhInst;//当前实例TCHARszTitle
lewislau
·
2020-08-24 14:02
WINODWS程序开发
我的第一次window API编程
#include"
stdafx.h
"#includeintWINAPIWinMain(HINSTANCEhInsstance,HINSTANCEhPrevInstance,PSTRnszCmdLine,
jiliaodemeng
·
2020-08-24 14:44
OpenCV学习笔记(3):点集的最小外接矩形/圆,RNG类
#include"
stdafx.h
"#include"opencv2/opencv.hpp"#includeusingnamespacecv;usingnamespacestd;intmain(intargc
csdnwei
·
2020-08-24 12:21
OpenCV学习笔记
OpenCV最小外接正矩形
最小外接正矩形cvBoundingRect(contour,1)#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include"cxcore.h"
fancy_MSF
·
2020-08-24 12:38
OpenCV
OpenCV最小外接矩形
cvMinAreaRect2(contour,storage)最小外接矩形#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include"cxcore.h
fancy_MSF
·
2020-08-24 12:06
OpenCV
11.链表的增删改查的简单使用
#include"
stdafx.h
"#include#include#include//1.链表结点类型structnode{intdata;structnode*next;};//起别名typedefstructnodeNODE
_OKfine.
·
2020-08-24 11:46
求全排列(无重复字母)
//#include"
stdafx.h
"#include#includeintn=0;voidswap(char*a,char*b){charm;m=*a;*a=*b;*b=m;}voidperm(charlist
weixin_30675247
·
2020-08-24 10:38
单链表的修改和删除
单链表建立和单链表的插入完了以后,如果要对链表进行修改和删除,用以下代码:#include"
stdafx.h
"#include#includeusingnamespacestd;structStudent
凡旭国
·
2020-08-24 10:14
C/C++知识库
C++入门经典-例3.23-使用嵌套循环输出乘法口诀表
//#include"
stdafx.h
"#include#includeusingnamespacestd;voidmain(void){inti,j;i=1;j=1;for(i=1;i<10;i++)
一串字符串
·
2020-08-24 08:27
C++
c++ 读取csv文件
#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(intargc,char*argv[]){ifstreamfile
jxusthusiwen
·
2020-08-24 08:18
boost的posix_time用法详解01
//madebydavidsu33//2014-5-11//theusageofposix_time#include"
stdafx.h
"#include#include#includeusingnamespacestd
davidsu33
·
2020-08-24 08:11
c++
boost
利用DLL在进程间共享数据
mark一下怕以后又忘记了Dll代码:#include"
stdafx.h
"#includeintglobalint=0;BOOLAPIENTRYDllMain(HANDLEhModule,DWORDul_reason_for_call
cqupt_chen
·
2020-08-24 08:52
杂乱无章
用boost的asio+deadline_timer实现一个循环定时器
#include"
stdafx.h
"#includeusingnamespacestd;usingnamespaceboost
蟾宫伐桂
·
2020-08-24 08:08
boost经验
进程间通信——共享内存(CreateFileMapping+MapViewOfFile)
//#include"
stdafx.h
"#includeBOOLSend(){//创建FileMapping对象HANDLEhMapObject=CreateFileMapping(INVALID_HAN
hambaga
·
2020-08-24 07:27
Windows
DFS 遍历数组所有可能存在的出栈顺序
//#include"
stdafx.h
"#include"stack"#include"stdio.h"#include"iostream"#include"vector"usingnamespacestd
watkins
·
2020-08-24 07:29
c++
C++:共享内存(进程间通讯)(转载)
#include"
stdafx.h
"05.06.#include07.#include08.#pragmaendregion09.#d
蜗牛love天空
·
2020-08-24 07:09
其他
C++入门经典-例3.22-循环嵌套打印三角形
//#include"
stdafx.h
"#includeusingnamespacestd;voidmain(){inti,j,k;for(i=1;i<=5;i++)//控制行数{for(j=1;j<=
一串字符串
·
2020-08-24 06:33
C++
【C++】使用共享内存实现进程间通信
//#include"
stdafx.h
"#include#include#pragmaendregion#defineMAP_PREFIXL"Local\\"#defineMAP_NAMEL"SampleMap
Taily老段
·
2020-08-24 06:44
编程语言
win32练习-信号量
//#include"
stdafx.h
"#include"Semaphore.h"#include#include#defineMAX_LOADSTRING100HANDLESemaphore;DWORDWINAPIThread
alick
·
2020-08-24 06:30
win32练习
练习代码
八皇后问题C语言解法(递归、回溯)
#include"
stdafx.h
"#include"stdlib.h"intplace[8]={0};//用来记录当前行的皇后在第几列boolflag[8]={1,1,1,1,1,1,1,1};//那一列有皇后占领
zjtwxws
·
2020-08-24 06:58
C语言
信息安全实验--RSA算法(MFC)
主要的RSADlg.cpp://RSADlg.cpp:实现文件//#include"
stdafx.h
"#includ
iteye_17975
·
2020-08-24 05:00
C&C++
wcout输出中文——统计字符串中字符数目
#include"
stdafx.h
"#include//std::cout#include//std::partial_sort#include#include#include//std::pair//
欧阳海宾
·
2020-08-24 05:14
c++
随写
const类型类成员的初始化
const修饰类的成员变量的初始化只能在类的构造函数的初始化表中进行下面是例子:#include"
stdafx.h
"#includeclassCConstPtrInit{public:CConstPtrInit
天已青色等烟雨来
·
2020-08-24 04:45
C++
使用GDAL进行大幅图像的分块读写
#include"
stdafx.h
"#include"windows.h"#include#include"gdal.h"#include"gdal_priv.h"usingnamespacestd;#
往后余生都是c++
·
2020-08-24 03:49
初学者的领悟
Opencv 中图片像素操作的应用实例——计算图片某一种颜色区域大小所占比
2//34#include"
stdafx.h
"5#include6#include7#include89usingnam
weixin_33804990
·
2020-08-24 03:21
四则运算编程题第二版
具体代码:#include"
stdafx.h
"#include#include#includeintyuefen(inta,intb){inttemp;while(a%b!
weixin_30393907
·
2020-08-24 03:18
opencv blob圆心检测
#include"
stdafx.h
"#include#include#include//#include//#includeusingnamespacecv;voidmain(){Matimage=imread
rj_monck
·
2020-08-24 02:20
CImg版 Hello World
//#include"
stdafx.h
"int_tmain(intargc,_TCHAR*argv[]){//定义一个每个颜色8位(bit)的640x400的彩色图像CImgimg(640,400,1,3
ranhongshuai
·
2020-08-24 02:13
cvFillConvexPoly()函数使用
//#include"
stdafx.h
"#include#include#include#include#pragmacomment(lib,"cv.lib")#pragmacomment(lib,"cvcam.lib
ranhongshuai
·
2020-08-24 02:42
null
陆地移动距离
//#include"
stdafx.h
"#include#include#include#include#pragmacomment(lib,"cv.lib")#pragmacomment(lib,"cvcam.lib
ranhongshuai
·
2020-08-24 02:42
OpenCV学习
cvFillPoly()函数使用
//#include"
stdafx.h
"#include#include#include#include#pragmacomment(lib,"cv.lib")#pragmacomment(lib,"cvcam.lib
ranhongshuai
·
2020-08-24 02:42
使用FaceSDK 3.0 对人脸进行匹配
//#include"
stdafx.h
"#include#include"LuxandFaceSDK.h"usingnamespacestd;#pragmacomment(lib,"facesdk.lib
ranhongshuai
·
2020-08-24 02:42
opencv blob检测
#include"
stdafx.h
"#include#include#include#include#include"opencv2/imgproc/imgproc.hpp"#include#include"imgproc
xutingjie168
·
2020-08-24 01:47
OpenCV学习笔记——寻找连通域的几何中心(不规则图形也适用),及筛选最大连通域中心
https://blog.csdn.net/qq_34914551/article/details/78916084Opencv寻找连通域的几何中心其中连通域的轮廓选取用到了OTSU算法#include"
stdafx.h
Yimi-依米
·
2020-08-24 01:03
opencv
算法
使用gdal对图像建立金字塔
#define_AFXDLL#pragma#include"
stdafx.h
"#include"gdal.h"#include"gdal_priv.h"#include"afx.h"#pragmacomment
liuzf1218
·
2020-08-24 01:59
opencv识别物体上的黑色污点
#include"
stdafx.h
"#include#include#include#includevoidthredChange(cv::InputArraysrc,cv::OutputArraydst
Destination-amid
·
2020-08-24 01:55
OpenCV
Matlab摄像头标定得出的参数保存为xml
//#include"
stdafx.h
"#include#includeint_
清风似水流
·
2020-08-24 00:30
OpenCV
OpenCV笔记9:图像的缩放
运行结果源代码:#include"
StdAfx.h
"#include"cv.h"#include"highgui.h"IplImage*doPyrDown(IplImage*in,intfilter=IPL_GAUSSIAN
gududeyhc
·
2020-08-24 00:01
OpenCV
看数据结构写代码(65) 基数排序
//#include"
stdafx.h
"#defineMAX_SIZE1000//最大空间#defineRADIX10//关键字基数#defineKEY_NUM3//关键字个数structSLNode{
fuming0210sc
·
2020-08-24 00:39
数据结构
判断数组是否有重复数字
1#include"
stdafx.h
"2#include34voidSwapValue(int*NumA,int*NumB)5{6asse
degilj6052
·
2020-08-24 00:45
vc编程更改桌面背景
Step1.在需要使用IActiveDesktop程序所在的C++文档里包含头文件#includeStep2.在
StdAfx.h
文件中增加#includeNote:可在VC的"FileView"标签页中的
零点xx
·
2020-08-24 00:46
C++
二叉树的构造
//#include"
stdafx.h
"#includeusingnamespacestd;structnode{chardata;node*lChild;node*rChild;};node*pre_in_Tree
被遗忘的那片天空
·
2020-08-23 23:39
初学数据结构
C++ const成员初始化问题
正面请看测试代码:#include"
stdafx.h
"#includeusingnamespacestd;classA{public:constintj;//constintk=3;conststaticinti
DarkForest-YaoHWang
·
2020-08-23 23:58
C++
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他