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
vc 禁用无线网卡 禁用网卡 禁用有线网卡
//driveDemoDlg.cpp:implementationfile#include"
stdafx.h
"#include"driveDemo.h"#include"
jianghui3132749
·
2020-07-02 05:00
无线网卡
STL入门——函数模板基本语法
//#include"
stdafx.h
"#includeusingnamespacestd;template//语法template//告诉编译器,我下面写模板函数voidMySwap(T&a,T&b)
jfztaq
·
2020-07-02 05:23
windbg 分析dmp文件之-空指针!!
1、测试程序#include"
stdafx.h
"int_tmain(intargc,_TCHAR*argv[]){int*pTest=NULL;printf("%d",*pTest);return0;}
小青峰_jd
·
2020-07-02 05:48
windbg调试
一个字符串中去点重复的字符,同样采用快慢指针。
//#include"
stdafx.h
"#includeusingnamespacestd;voidgetPureStr(char*str){inta[256]={0};char*pslow=str,*
iteye_6233
·
2020-07-02 04:28
LODS LODSB LODSW LODSD 例子【载入串指令】
//#include"
stdafx.h
"#include/*********************************************************************
iteye_18140
·
2020-07-02 04:38
asm
一个进程可以创建多少线程?
以前一直没有试过也没怎么想过这个问题,模糊觉得和系统性能与有关系,前2天写个小程序试了一下,如下#include"
stdafx.h
"#include"stdio.h"#include"stdlib.h"
icecools
·
2020-07-02 03:45
技术
编译器
null
CPU缓存机制对遍历二维数组效率的影响
#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(){constintMAX_ROW=2000;constintMAX_CO
猿小卫
·
2020-07-02 03:00
OS
Coding
二维数组
缓存机制
cpu
反射投影直方图以检测待定的图像内容
#include"
stdafx.h
"#includeusingnamespacestd;#include"opencv\cv.h"#include"opencv\highgui.h"#include"histogram.h
hyxinyu
·
2020-07-02 03:57
opencv
堆排序(依据算法导论伪代码)
////堆排序(依据算法导论伪代码)//数组有效是从1开始的//程序仅供记录自己的学习历程#include"
stdafx.h
"#include"iostream"usingnamespacestd;//
huangjxbuaa
·
2020-07-02 03:21
使用JsonCPP解析JSON数据(VC++)
sourceforge.net/projects/jsoncpp/files/jsoncpp/下载jsoncpp的源代码(.cpp/.h/.inl)包含到过程中如下图:测试源代码:[testjson.cpp]#include"
stdafx.h
hgy2011
·
2020-07-02 02:21
写一个程序,分析一个文本文件中各个词出现的频率,并把频率最高的10个词打印出来
#include"
stdafx.h
"#includetypedefstructWord{charw[20];intk;structWord*next;}pWord;intmain(intargc,char
MarsWill
·
2020-07-02 02:12
全局变量
在stdafx.cpp中加入:intmyInt;然后在
stdafx.h
中加入:externintmyInt这样定义以后无论在什么文件中都是可见的.3。
haungfang851125
·
2020-07-02 02:07
include
文档
C++ 简单的线程池 thread_pool
#include"
stdafx.h
"#include#include"ThreadPool.h"//主要的是这文件哦,基本上找到这个文件就成功了usingnamespacestd;structBlockResult
老乾
·
2020-07-02 01:35
C++
获取时间程序(客户端和服务器)
//#include"
stdafx.h
"#include#include#include"pack.h"#include//因为是在windows上编程,
hahahzzzzz
·
2020-07-02 01:23
网络编程
OpenCv学习笔记(七):轮廓的检测
学习实例源代码如下:#include"
stdafx.h
"/***@functionfindContours_Demo.cpp*@briefDemoc
古董
·
2020-07-02 01:13
机器学习之OpenCv
GL_TEXTURE_WRAP系列参数的取值
#include"
stdafx.h
"#include#include#definecheckImageWidth64#define
gningh
·
2020-07-02 01:19
图像处理
error C2491: 不允许 dllimport 函数 的定义
ifndefDLL_EXPORT#defineDECLDIR__declspec(dllimport)#else#defineDECLDIR__declspec(dllexport)#endifdll实现代码:#include"
stdafx.h
fisher
·
2020-07-02 00:59
编译出错
直接运行内存中的程序
#include"
stdafx.h
"#includetypedefIMAGE_SECTION_HEADER(*PIMAGE_SECTION_HEADERS)[1];//计算对齐后的大小unsignedlongGetAlignedSize
fjclc2008
·
2020-07-02 00:28
封装socketclient动态链接库
2删除vs默认创建的dllmain.c,
stdafx.h
,stdafx.c,targetver.h等文件(照顾VS2013等低版本)3配置C环境右键项目->属性->C/C++->预编译头->预编译头:改成创建
别人家的好孩子
·
2020-07-01 23:42
C++多态
#include"
stdafx.h
"#include"Base.h"#include"Class2.h"int_tmain(intargc,_TCHAR*argv[]){Base*base=newClass2
dongfushu7972
·
2020-07-01 22:01
c++/cli中事件与委托的简单示例
#include"
stdafx.h
"usingnamespaceSystem;publicrefclassServer{public:delegatevoidNewMsgEventHandler(String
一剑平江湖
·
2020-07-01 22:25
C&&C++
PCL中计算点云的法向量并显示
#include"
stdafx.h
"
学之之博未若知之之要知之之要未若行之之实
·
2020-07-01 21:52
关于using namespace std
//#include"
stdafx.h
"/*
stdafx.h
应是VC里的东东*/#include//usingnamespacestd;intmax(inti,intj){/*定义max()函数*/
cwxiao888AToutlook
·
2020-07-01 21:28
C/C++
让vs编写的程序在未安装vs的电脑上使用的一种方法
代码如下:#include"
stdafx.h
"#include#includeint_tmain(intargc,_TCHAR*argv[]){inti=0;while(i==0){ShellExecute
cs08211317dn
·
2020-07-01 21:18
c++
opencv调节图片亮度对比度
//#include"
stdafx.h
"//-----------------------------------【头文件包含部分】-----------------------------------
qq303103757
·
2020-07-01 21:55
opencv
编写一个函数求平方根,如果输入的是负数,抛出自定义类型的异常。如果输出的是正数和零,则正常输出其平方根
classsquareErr:publicexception{public:squareErr();~squareErr();constchar*what()const;};squareErr.cpp#include"
stdafx.h
墨狂之逸才
·
2020-07-01 20:25
MFC工具开发实际应用实例
EcrSimulator.h:mainheaderfileforthePROJECT_NAMEapplication//#pragmaonce#ifndef__AFXWIN_H__#error"include'
stdafx.h
'beforeincludingthisfileforPCH
相信一切美好即将发生
·
2020-07-01 20:00
VS
利用vector分配动态内存
//#include"
stdafx.h
"#includeusingnamespacestd;intComputeSize(void);//计算需要的内存大小intComputeSize(void){intnRet
FanTasyCC
·
2020-07-01 20:25
C++STL
模板类中重载操作符
一、将输出流">"重载的实现写在类中#include"
stdafx.h
"#includeusingnamespacestd;templateclassTest{public:Test(constT&t)
chengshaoguang
·
2020-07-01 20:46
C
plus
plus
win32应用程序模板(DialogBox模式)--用来创建一个进程的
//#include"
stdafx.h
"BOOLCALLBACKDialogProc(HWNDhwndDlg,//handletodialogboxUINTu
lmyc-film
·
2020-07-01 19:51
null
dialog
callback
command
buffer
class
VS2008创建最基本的Win32应用程序
首先新建头文件
stdafx.h
,并在此文件中添加如下内容:#pragmaonce#include#include然后新建源文件stda
candyliuxj
·
2020-07-01 19:30
Win32
指针变量传递给一个函数
如下:源程序为#include"
stdafx.h
"#include"string.h"#include"stdlib.h"voidGetMemory(char*p,intnum){p=(char*)malloc
sad_s
·
2020-07-01 17:01
c++父类与子类的转换(QT环境下)
下面套用一个别人的例子#include"
stdafx.h
"#includeusingnamespacestd;classBase{public:intb;virtualvoidTest(){coutTest
飞翔的黄瓜
·
2020-07-01 17:59
C/C++
qt
立体匹配gc算法
代码如下,不知道真假#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;usingnamespacecv;#include
andeyeluguo
·
2020-07-01 17:23
立体匹配
模板类中重载<<和>>操作符 常见问题
一、将输出流">"重载的实现写在类中#include "
stdafx.h
"#include using namespace std; template class Test {
alick97
·
2020-07-01 16:53
c++
遍历vector容器的效率问题
代码如下:#include"
stdafx.h
"#include#include#include#includeint_tmain(intargc,_TCHAR*argv[]){classCTest{public
alex_my
·
2020-07-01 16:15
C/C++
C++中,自定义结构体vector的排序
有两种方法,下面的例子能很好的说明:方法1:我们直接来看代码吧,比较简单,容易理解:#include"
stdafx.h
"#include#include#includeusingnamesp
aguisy
·
2020-07-01 16:40
C++
控制台打砖块小游戏
1//
stdafx.h
:标准系统包含文件的包含文件,2//或是经常使用但不常更改的3//特定于项目的包含文件4//56#pragmaonce78#includ
aghe452077
·
2020-07-01 16:38
编写程序要求输入一周中的工作小时数 然后打印工资总额 税金 以及净工资
//基本工资10.00美元/小时加班(超过40小时)1.5倍时间税率前300美元为%15下一个150美元为%20余下的为%25不关心是否符合税法#include"
stdafx.h
"#include"stdlib.h
一线生
·
2020-07-01 16:26
C
(*p)++和*(p++)和*p++的区别
测试的代码如下:#include"
stdafx.h
"#include"stdio.h"#includeint_tmain(intargc,_TCHAR*argv[]){inta[50]={0,0,0,0
a904235765
·
2020-07-01 16:49
C/C++
平面方程拟合计算(代码)
其程序代码如下:#include"
stdafx.h
"#include#include#include#defineMAX10voidInverse(double*matrix1[],double*matrix2
ZHAGNQ
·
2020-07-01 15:50
c++程序 调用和加载python模块和调用相关接口
当.py文件和工程不在统一目录时,若要import.py文件,只需要在import之前增加python的搜索目录就可以了:#include"
stdafx.h
"#include#include#includeusingnamespacestd
隨意的風
·
2020-07-01 14:00
python进阶
栈内存申请与堆内存申请
栈申请与堆申请#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){#if0//栈申请inta;int*pa=&a;*pa=100;printf
寂寂寂寂寂蝶丶
·
2020-07-01 13:50
c++操作符重载(数组类重载[]、=、==、!=操作符)
#include"
stdafx.h
"#include"myArray.h"#includeusingnamespacestd;//类的框架设计完毕//类的测试案例//重载[],返回值可以是3种不同的返回类型
RitaLoveCode
·
2020-07-01 12:29
[图像处理]YUV图像处理入门3
函数的代码如下所示:/***@file5yuv_graybar.cpp*@authorluohen*@briefgrayscalebarofyuv*@date2018-12-07**/#include"
stdafx.h
落痕的寒假
·
2020-07-01 11:48
图像处理
YUV图像处理
把JSONCPP编译成静态库.lib形式
环境VS2013win7过程json源码树状图如下
stdafx.h
是VS2013自动生成的,把整个工程所有要用到的cpp的头文件都要在这里include。在每个cpp的最上面,对!
风筝疯了
·
2020-07-01 10:38
c++
关键字Static的作用
#include"
stdafx.h
"#include"iostrea
jane_ybf
·
2020-07-01 10:22
C/C++基础知识
STL学习-Trait
//#include"
stdafx.h
"#include"windows.h"#include"time.h"#include#include#include#include#includeusingnamespacestd
IT_Fly
·
2020-07-01 10:37
软件开发
C++ 创建三维数组的几种方法
1结构体声明三维数组#include"
stdafx.h
"#include#includeusingnamespacestd;intNX=2100;intNY=400;intNZ=500;inti,j,k
HW140701
·
2020-07-01 09:48
C++
map和hashmap性能测试
测试代码#include"
stdafx.h
"#include#include#include#include#include#include#include#include#pragmacomment(
Butterfly_Dreaming
·
2020-07-01 08:36
C++
上一页
46
47
48
49
50
51
52
53
下一页
按字母分类:
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
其他