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
boost::asio::serial_port串口编程
// #include"
stdafx.h
" #include #include usingnamespacestd; //usingnamespaceboost::asio; int_tmain(
anda0109
·
2014-12-04 16:00
opencv读入视频并播放的类
pragmaonce #include classVideoPlayer { public: VideoPlayer(); ~VideoPlayer(); intPlay(); }; //.cpp #include"
stdafx.h
hyichao_csdn
·
2014-12-04 14:00
C++
类
视频
opencv
家谱图-二叉树
//#include"
stdafx.h
"#definefileName"familyMap.dat"//定义节点最大个数#defineMaxNode20//节点数据类型typedefcharElemType
Codelee1995
·
2014-12-03 17:38
策略模式 Strategy模式
//#include"
stdafx.h
"#includeusingnamespace
威少mvp
·
2014-12-02 16:03
设计模式
【算法与数据结构】汉诺塔
2//3 4#include"
stdafx.h
" 5#include 6usingnamespacestd;7 8/********
cuihao
·
2014-12-01 15:00
随手写了几行代码
废话不多说了 #include"
stdafx.h
"#include usingnamespacestd;classInterfaceA{public:InterfaceA();virtual~InterfaceA
cuihao
·
2014-12-01 15:00
帮同事写了几行代码,在 安装/卸载 程序里 注册/卸载 OCX控件
#include"
stdafx.h
"#include#include usingstd::cout;usingstd::endl;usingstd::cerr;int_tmain(intargc,_TCHAR
cuihao
·
2014-12-01 15:00
给大家讲个故事
#include"
stdafx.h
"#include longlongago;#define好了开始讲故事了int_tmain(){ #define今天就讲到这大家都散了吧{return0;}}
cuihao
·
2014-12-01 15:00
【C++对象模型】函数返回C++对象的问题
CObjobj1=Get(obj2);的形式,编译器会在将其改变为如下Get(obj,CObj& obj1);将赋值操作符左边的变量作为函数的一个引用参赛,在函数内部改变其值; 如下#include"
stdafx.h
cuihao
·
2014-12-01 15:00
【设计模式】状态模式
//#include"
stdafx.h
"#include usingnamespacestd;//强制声明 classCMe;//状态抽象基类 classCState{public:CState(
cuihao
·
2014-12-01 15:00
【算法与数据结构】字符串匹配之KMP算法
2//3 4#include"
stdafx.h
" 5#include 6#include 7usingnamespacestd;8 9/****************************
cuihao
·
2014-12-01 15:00
几个小题
1、从一个数值连续的数组中,抽调n个元素,查找抽调的是哪几个#include"
stdafx.h
"#include usingnamespacestd;int_tmain(intargc,_TCHAR
cuihao
·
2014-12-01 15:00
【VC】 判断windows系统是64位还是32位
修改:这个函数的作用应该是判断当前进程是否为32位应用程序运行在64位机器上修改日期:2014年7月19日21:16:51 1#include"
stdafx.h
" 2#include"windows.h
cuihao
·
2014-12-01 15:00
随手写了几行代码2
#include"
stdafx.h
" #include usingnamespacestd; int_tmain(intargc,_TCHAR*argv[]) { cout<
cuihao
·
2014-12-01 15:00
【Windows核心编程】重载类成员函数new / new[] / delete / delete[]
2//3 4#include"
stdafx.h
" 5#include 6#include 7#include 8usingnamespacestd;9 10int*p=newint(10);
cuihao
·
2014-12-01 15:00
【Windows核心编程】VirtualAlloc 例子
2//3#include"
stdafx.h
" 4#include 5#include 6#include 7usingnamespacestd;8 9#ifdefUNICODE10#definePRINTwcout
cuihao
·
2014-12-01 15:00
【windows核心编程】IO完成端口(IOCP)复制文件小例
FILE_FLAG_NO_BUFFERING标志同时需要注意:读写文件的偏移地址为磁盘扇区的整数倍读写文件的字节数为磁盘扇区的整数倍读文件到的缓冲区在进程地址空间中的地址为磁盘扇区的整数倍 3、JUSTCODING #include"
stdafx.h
cuihao
·
2014-12-01 15:00
学习opencv 习题答案-第六章
/*6_2*/#include"
stdafx.h
" #include"cv.h" #include"highgui.h" #include"stdio.h" #include #include"math.h
luoshixian099
·
2014-11-30 10:00
opencv
vs2008
课后答案
VC 定时提醒自己休息
//#include"
stdafx.h
"#include"resource.h"#defineMAX_LOADSTRING100//GlobalVariables:HINSTANCEhInst;
a379039233
·
2014-11-29 22:00
数组、指针数组、数组指针、返回数组指针的函数的关系
#include"
stdafx.h
" #include usingnamespacestd; int(*function(inti))[10];//返回数组指针的函数 intmain() { cout
yapian8
·
2014-11-27 16:00
windows API 开发飞机订票系统(二)
// #include"
stdafx.h
" //订单 typedefstructOrderForm{ TCHARIdNum[32];//订单用户身份证号 intOrder_Number;//订单号
u013805360
·
2014-11-27 14:00
c
api
对话框
界面
订票系统
VS2003 MFC项目转升级 VS2013
1、
stdafx.h
修改版本:#pragma once #ifndef VC_EXTRALEAN #define VC_EXTRALEAN #endif #ifndef WINVER #define
邵学军
·
2014-11-27 14:32
VS2010
VS2005
vs2003
C和C++的头文件总结
stdafx.h
的英文全称为:Standard Application Framework Extensions(标准应用程序框架的扩展) iostream.h 是input output
·
2014-11-27 10:00
C++
预编译头文件(
stdafx.h
)的原理
原文:http://521-lion.blog.163.com/blog/static/6662942920117236949606/stdafx名称的英文全称为:StandardApplicationFrameworkExtensions所谓头文件预编译,就是把一个工程(Project)中使用的一些MFC标准头文件(如Windows.H、Afxwin.H)预先编译,以后该工程编译时,不再编译这部
luoweifu
·
2014-11-26 23:52
C++
预编译头文件(
stdafx.h
)的原理
原文:http://521-lion.blog.163.com/blog/static/6662942920117236949606/stdafx名称的英文全称为:StandardApplicationFrameworkExtensions所谓头文件预编译,就是把一个工程(Project)中使用的一些MFC标准头文件(如Windows.H、Afxwin.H)预先编译,以后该工程编译时,不再编译这部
luoweifu
·
2014-11-26 23:00
C++
预编译
【网络协议】使用soket实现IP协议数据包抓取
使用socket编程实现IP协议数据帧的抓取:#include"
stdafx.h
" #include #pragmacomment(lib,"ws2_32.lib") #defineMAX_HOSTNAME_LAN255
anda0109
·
2014-11-26 21:00
【网络协议】基于winpcap的以太网络抓包及协议分析
下面的程序只是一个简单的示例:#include"
stdafx.h
" #include"pcap.h" #include #pragmacomment(lib,"wpcap.lib") #pragmacomment
anda0109
·
2014-11-26 14:00
学习opencv 习题答案-第五章
/*5_5我放置了一包烟*/ #include"
stdafx.h
" #include"cv.h" #include"highgui.h" #include"stdio.h" usingnamespacestd
luoshixian099
·
2014-11-26 13:00
opencv
vs2008
课后答案
C++基础算法之 回文数
//回文#include"
stdafx.h
"#includeusingnamespacestd;voidreverse_num(int&n){intrem=0;//用于表示余数intreverse=0;
威少mvp
·
2014-11-26 09:08
c/c++
学习opencv 习题答案-第四章
/*4_1*/#include"
stdafx.h
" #include"cv.h" #include"highgui.h" intmain(intargc,char**argv) { CvCapture
luoshixian099
·
2014-11-23 23:00
opencv
vs2008
课后答案
学习opencv 习题答案-第三章
VS2008Win32控制台应用程序 编译通过第三章3.2#include"
stdafx.h
"#include"cv.h"#include"highgui.h"/* 3_2
luoshixian099
·
2014-11-23 22:00
opencv
vs2008
课后答案
C++实现任意进制转换
#include"
stdafx.h
" #include"JinZhi.h" #include #include"math.h" #ifdef_DEBUG #definenewDEBUG_NEW #undefTHIS_FILE
luoyikun
·
2014-11-23 19:00
C++
进制转换
OpenGL OpenCV根据视差图重建三维信息
// #include"
stdafx.h
" //Huang,HaiqiaocodedonDec.2009代码出处: //http://www.opencv.org.cn/forum.php
wangyaninglm
·
2014-11-23 15:00
CFileStatus 使用详解
#include"
stdafx.h
"#include"stdio.h"#include"afx.h"#include"shellapi.h"#include"windows.h"intmain(intargc
机器视觉001
·
2014-11-23 14:48
Visual
C++
运行时类信息机制
*/#include"
stdafx.h
"#include"MFCDynimic.h"classCAnimal:publicCObject{DECLARE_DYNAMIC(CAnimal);
晓伟旺旺
·
2014-11-23 13:39
程序
include
public
信息
Yellow
邻接矩阵的拓扑排序
#include "
stdafx.h
" #include "stdio.h" #include "stdlib.h" #define MAX_VERTEX_NUM 11 //顶点的最大数 #define
a6298745
·
2014-11-23 12:43
拓扑排序
邻接矩阵
邻接矩阵的拓扑排序
#include "
stdafx.h
"#include "stdio.h"#include "stdlib.h"#define MAX_VERTEX_NUM 11 //顶点的最大数#define
不怕小猫咪
·
2014-11-23 12:43
拓扑排序
邻接矩阵
c/c++
C++控制台程序不显示dos
有实验才有发言权:#include"
stdafx.h
"#pragmacomment(linker,"/subsystem:\"windows\"/entry:\"mainCRTStartup\"")intmain
xixi880928
·
2014-11-23 11:00
Pro/TOOLKIT示例程序:菜单,Checkbox和RadioButton菜单项
p=869示例效果如下图:代码如下:#pragmaonce #include"
stdafx.h
" #include"PTKHeaders.h" #include #include usingstd:
wangyao1052
·
2014-11-22 23:00
快速select算法的实现
// #include"
stdafx.h
" #include #include usingnamespacestd; constintnum_array=13; constintnum_med_array
wangyaninglm
·
2014-11-22 21:00
Windows窗口创建的具体步骤
/*实现窗口创建的六步骤:第一步:创建入口函数WinMain第二步:注册窗口类第三部:实现回调函数的功能第四步:显示窗口第五步:更新窗口第六步:消息循环*/#include "
stdafx.h
"//回调函数
晓伟旺旺
·
2014-11-22 07:01
windows
return
include
具体步骤
socket + A* + c++
// #include"
stdafx.h
" #include #include #pragmacomment(lib,"ws2_32") #include #include"tinyxml.h" #
w18767104183
·
2014-11-20 22:00
友元函数
友元函数声明的格式为:friend函数返回值类型友元函数名(参数表);应用举例:#include"
stdafx.h
"using namespace std;class sample{int m;public
蓝色未来
·
2014-11-19 15:36
友元函数
C++
友元函数
友元函数声明的格式为: friend函数返回值类型友元函数名(参数表);应用举例:#include"
stdafx.h
" using namespace std; class sample { int
蓝色未来
·
2014-11-19 15:36
友元函数
C语言访问MySQL数据库的方法
// #include"
stdafx.h
" #include #include #pragmacomment(lib,"libmysql.lib") MYSQLm
cjc211322
·
2014-11-17 19:00
VC加载初始化GDI+方法
具体修改方法如下:(1)
stdafx.h
文件中添加代码:#include//将GDI+头文件加入到工程中 #pragmacomment(lib,"gdiplus.lib")//将GDI+的lib文件加入到工程中
jiangqin115
·
2014-11-17 16:00
关于sizeof的笔试面试题详解
原创Blog,转载请注明处处http://blog.csdn.net/hello_hwc注意:sizeof是编译期计算出结果的,这一点对后面的理解很重要一、关于结构体先看下代码#include"
stdafx.h
黄文臣
·
2014-11-16 10:21
C++
校招面试
关于sizeof的笔试面试题详解
原创Blog,转载请注明处处 http://blog.csdn.net/hello_hwc注意:sizeof是编译期计算出结果的,这一点对后面的理解很重要一、关于结构体先看下代码#include"
stdafx.h
Hello_Hwc
·
2014-11-16 10:00
面试题
sizeof
详解
游戏制作第二棒——flappy birds
#include"
stdafx.h
"#include#include#include#include#include#includeusingnamespacestd;#definePR_Boxcout2
My_ACM_Dream
·
2014-11-14 16:00
c++基础要点(9-15点)
c++基础要点(9-15点)9.若不想使用编译器自动生成的函数,就该明确的拒绝#include "
stdafx.h
"#include using namespace std;class UnCopyAble
 C++ 技术中心
·
2014-11-14 14:00
上一页
92
93
94
95
96
97
98
99
下一页
按字母分类:
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
其他