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
获取磁盘序列号GetVolumeInformation
//#include"
stdafx.h
"#include#includevoidCVolSerialNumDlg(){TCHARvolumeName[MAX_PATH+1]={0};TCHARfileSystemName
zhou191954
·
2020-08-20 20:27
VC
stl string 分解 split
#include"
stdafx.h
"#include#includeusingnamespacestd;intsplit(conststring&str,vector&ret_,stringsep){if
xiucaijiang
·
2020-08-20 20:35
C++
知识点
windows 遍历 特定目录下文件
//#include"
stdafx.h
"#include#include#include#includeusingname
x_xx_xxx_xxxx
·
2020-08-20 20:36
C++
opencv学习——彩色图转 灰度图和二值化
#include"
stdafx.h
"#include"Windows.h"#include#include"cv.h"//openc
woyantianyi
·
2020-08-20 20:40
opencv
使用createprocess()创建进程打开其他文件方法
#include"
stdafx.h
"#include"windows.h"#include#include"shellapi.h"#includeusingnamespacestd;int_tmain(
weixin_34203426
·
2020-08-20 19:36
C++构造函数并不将指针变量初始化为NULL,应该引起足够的注意
//#include"
stdafx.h
"#include#include#include#include#include#includeusingnamespacestd;classPerson{public
weixin_30325971
·
2020-08-20 19:51
使用stl实现heap
#include"
stdafx.h
"#include#include#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv[]){vectorvi
shunan
·
2020-08-20 18:54
c/c++
VC6.0调用WebService,传如参数后,返回的结果出错"soap:Server",
#include"
stdafx.h
"#import"msxml4.dll"usingnamespaceMSXML2;#import"C:/ProgramFiles/CommonFiles/MSSoap/
jimette
·
2020-08-20 18:44
mfc中添加一个自定义事件
mfc中添加一个自定义事件MFC窗口,基于事件的消息处理机制,在class中配置监听,在方法中触发监听的方式:1.在头文件
stdafx.h
中增加一个自定义消息宏(WM_USER是系统默认自定义事件的标识
97年的典藏版
·
2020-08-20 16:38
客户端/框架/MFC
斐波那契堆的实现
//#include"
stdafx.h
"//斐波那契堆的介绍参考>EllisHorowitz等著,李建中等译P294/**2008/07/10ByYaoJianming**/#include#include
linliwen123
·
2020-08-20 16:16
tree
null
insert
join
merge
数据结构
c++利用windows api遍历指定文件夹及其子文件夹中的文件
完整代码如下:#include"
stdafx.h
"#include#include"windows.h"#include#i
cs08211317dn
·
2020-08-20 15:12
c++
windows中遍历指定文件夹下的所有子文件夹
前面我给出了windows下面指定文件夹下面指定类型文件的遍历程序,这里,再给出遍历指定文件夹下的所有子文件夹的程序:#include"
stdafx.h
"#include#include#include
ChenLee_1
·
2020-08-20 15:56
CV相关
c++中回调函数和函数指针的使用
#include"
stdafx.h
"#include//#includeusingnamespacestd;typedefstruct{char*from;char*to;char*id;char*type
aizhangque5011
·
2020-08-20 15:45
回调函数妙用-函数指针
话不多说,上来就是一段代码,之后解释#include"
stdafx.h
"//定义回调函数类型typedefvoid(*_CALLBACK)(void*pUser);//设置回调函数voidgFunc(_
晚餐吃什么
·
2020-08-20 15:52
代码碎片
c++
C语言
windows中遍历指定文件夹下的所有子文件夹
前面我给出了windows下面指定文件夹下面指定类型文件的遍历程序,这里,再给出遍历指定文件夹下的所有子文件夹的程序:#include"
stdafx.h
"#include#include#include
GarfieldEr007
·
2020-08-20 14:26
C/C++
通过安装WH_CALLWNDPROC全局钩子将DLL注入所有进行窗口过程的进程
//#include"
stdafx.h
"#includestaticHHOOKhHook=NULL;HINSTANCEhInstance;//钩子函数所在模块的句柄BOOLAPIENTRYDllMain
Colin91
·
2020-08-20 14:03
c/c++
C++ STL——heap相关算法
C++STL——heap相关算法#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;intmain(intargc
pi9nc
·
2020-08-20 14:56
C++
算法
编译ITK
//#include"
stdafx.h
"#include#include"itki
weixin_34087307
·
2020-08-20 13:29
opencv 设置任意形状的ROI的各种方法
#include"
stdafx.h
"#includeintmain(){std::stringimageName("C:\\scenery.jpg");cv::Matsrc=cv::imread(imageName
丐帮二帮主
·
2020-08-20 12:23
OpenCV
MyMFC(8)逃跑按钮 CMyMFC3DialogDlg
//MyMFC3-DialogDlg.cpp:实现文件//#include"
stdafx.h
"#include"MyMFC3-Dialog.h"#include"MyMFC3-DialogDlg.h"#
奋飞的蜗牛
·
2020-08-20 12:14
MFC
MyMFC(8)逃跑按钮 CNewButton
#include"
stdafx.h
"#include"NewButton.h"CNewButton::CNewButton():m_pBtn(NULL){}CNewButton::~CNewButton
奋飞的蜗牛
·
2020-08-20 12:14
MFC
GDAL矢量转栅格
代码实现:#include"
stdafx.h
"#include#include"gdal_priv.h"#include"ogrsf_frmts.h"#include"gdal_alg.h"usingnamesp
周小树
·
2020-08-20 11:03
gdal
gis
VS2010 编写windows service 服务程序
在TestService.cpp中增加下面的代码(红色)//TestService.cpp:ImplementationofWinMain#include"
stdafx.h
"#include"resou
fisher
·
2020-08-20 11:54
编码常识
VC++多线程编程入门示例
//#include"
stdafx.h
"#include#includeusingnamespacestd;HANDLEh
鲁中地区有小雨
·
2020-08-20 11:54
C++多线程
win遍历所有硬件
#include"
stdafx.h
"#include#include#include#include#include#includeintmain(intargc,char*argv[],char*envp
吾心安处方是家
·
2020-08-20 11:18
win/C++
vs2008最简单的MFC对话框程序
vs2008新建一个空的win32项目,工程设置使用MFC静态库新建
stdafx.h
键入如下代码(这里我是从vs2008新建的mfc中拷贝过来的)//
stdafx.h
:标准系统包含文件的包含文件,//或是经常使用但不常更改的
125096
·
2020-08-20 11:09
windows编程
测试网络摄像头帧率
//#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include#includeusingnamespacestd;//intmain(intargc
KevinIceFire
·
2020-08-20 10:58
MFC逃跑按钮的实现(两种方式)
另一个是通过SetWindowPos函数来随机地让按钮在新位置出现下面是主要的代码先是第一个版本然后是第二个版本//NewButton.cpp:implementationfile//#include"
stdafx.h
iteye_11067
·
2020-08-20 10:30
VC++2008 初体验(二)--自定义对话框
二,像上节中提到的一样,在
stdafx.h
中加入下句#include。修改BinCustomPage.h和.cpp中的CWinApp为CWinAppEx。修改CMainFrame的父类为CFram
hu_hu_hu
·
2020-08-20 10:46
VC++
关键路径 C实现
#include"
stdafx.h
"#include#include#defineMAX_VERTEX_NUM20typedefstructArcNode{intdata;intweight;structArcNode
haofight
·
2020-08-20 10:27
数据结构
数据结构实验2
7.2折半查找7.3二叉排序树8.1直插排序8.2折半插入排序8.3快速排序8.4选择排序8.5堆排序5.1树的三种遍历及叶子//二叉树的先中后序遍历和求叶子结点数目(二叉树的相关操作)#include"
stdafx.h
enazh
·
2020-08-20 09:06
我的存储
VC++ 内联汇编函数调用方式
#include"
stdafx.h
"intg_nC=10;voidUseParameter(){inta=5,b=6,c;__asm{xoredx,edx;edx=0addedx,a;edx+=aaddedx
杨小卫
·
2020-08-20 09:32
VC++
内联汇编
[C++]求表达式的逆波兰式
//#include"
stdafx.h
"#include#include#include#includeusingstd::cout;usingstd::cin;usingstd::endl;usingstd
HiveDark
·
2020-08-20 08:40
C++
算法随记
c++primer第五版第十二章12.20习题用一个StrBlobPtr打印出StrBlob中的元素
//#include"
stdafx.h
"#ifndefSTRBLOB_H#defineSTRBLOB_H#include#include#include#include#include#include#
娃娃网放放
·
2020-08-20 07:33
C++读写ini文件记录总结
//////#include"
stdafx.h
"//#include"Readini.h"#include"INI.h"#include#ifdef_DEBUG#undefTHIS_FILEstaticcharTHIS_FILE
Sarah-琦琦
·
2020-08-20 07:22
技术
C++
/MFC
c++读写.ini文件
#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(){LPTSTRlpPath=newchar[MAX_PATH];
淹死的鱼pp
·
2020-08-20 06:06
c/c++
VC++ int64_t高低32位操作
#include"
stdafx.h
"#include"stdint.h"#include"windows.h"int_tmain(intargc,_TCHAR*argv[]){int64_tiVar64
骑猪等风
·
2020-08-20 06:05
C++
C++primer第五版 读取数量不定的输入数据进行求和
代码如下://primer_1_4_3.cpp//读取数量不定的输入数据进行求和#include"
stdafx.h
"#includeusingnamespace
elma_tww
·
2020-08-20 06:04
C++语法
c++自定义实现读取ini文件
//头文件#ifndefCIniParse_H#defineCIniParse_H//#include"
stdafx.h
"//C++Includes#include#include//CIncludes
polebear801
·
2020-08-20 06:19
C/C++
c++
读取ini
利用OpenCV给图像添加标注
//#include"
stdafx.h
"#include"
Alisa_xf
·
2020-08-20 05:17
opencv
Google v8 GC 垃圾回收的简易模拟
#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;#definegc_traceprintfclassObjPtr{
杨小卫
·
2020-08-20 05:27
C++
c++ sin的泰勒展开式实现
//#include "
stdafx.h
"#include using std::cout;using std::cin;using std::endl;int factorial(int num){
weixin_33969116
·
2020-08-20 04:52
麻将胡牌算法 不支持癞子
#include"
stdafx.h
"#include#include#defineLAIZI0usingbyte=unsignedchar;staticbytepai[3][10]={{12,3,1,1,1,1,1,1,0,3
xjay_cc
·
2020-08-20 04:52
对于一个有序数组,我们通常采用二分查找的方式来定位某一元素,请编写二分查找的算法,在数组中查找指定元素。 给定一个整数数组A及它的大小n,同时给定要查找的元素val,请返回它在数组中的位置(从0开始...
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;classBinarySearch{public:intgetPos(vectorA
weixin_30709809
·
2020-08-20 04:47
c++多线程(一)- 互斥量(mutex)
#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;//lock()和unl
万里归来少年心
·
2020-08-20 03:06
C++
嵌入式笔试题
1、#include"
stdafx.h
"#defineSQR(X)X*Xintmain(intargc,char*argv[]){inta=10;intk=2;intm=1;a/=SQR(k+m)/SQR
xt18971492243
·
2020-08-20 02:53
c 实现两个tcp连接数据转发
////#include"
stdafx.h
"/*Forsockaddr_in*/#include/*Forsocketfunctions*/#include/*Forfcntl*/#include/*forselect
wxynj
·
2020-08-20 02:33
软件工程课堂练习--四则运算(三)
二、程序代码1#include"
stdafx.h
"2#include"stdio.h"3#include"time.h"4#include"stdlib.h"//随机器函数头文件56inttruenum
9栋108
·
2020-08-20 02:52
带数字字符串排序
include"
stdafx.h
"#include//std::cout#include#include//std::sort,std::copy#include//std::ostream_iterator
小胖七少爷
·
2020-08-20 02:48
C/C++
Qt
C++ 编写 CorelDRAW CPG 插件例子(1)—WelcomeScreen
t=1880&highlight=Plugins贴上主要代码:1#include"
stdafx.h
"2#include"resource.h"34//ForVisualStudio20035#import"VGCoreAuto.tlb
weixin_30412577
·
2020-08-20 01:45
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他