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++基础要点(1-8点)
//#include "
stdafx.h
"#include using namespace std;char& testfun(char &m){ return m;}class CTextBlock
 C++ 技术中心
·
2014-11-14 13:00
SetFileTime
#include"
stdafx.h
" #include #include #include intsettime(LPCSTRfilename) { SYSTEMTIMEsystime; FILETIMEft
0-1
·
2014-11-14 11:00
SetFileTime
【计算机视觉】一步一步实现人脸或特定物体的跟踪(1)——利用CamShift来跟踪
实例代码下面是OpenCV提供的演示代码#include"
StdAfx.h
"#include"opencv2/video/tracking.hpp
JasonDing1354
·
2014-11-14 10:38
【Computer
Vision】
【计算机视觉】一步一步实现人脸或特定物体的跟踪(1)——利用CamShift来跟踪
实例代码下面是OpenCV提供的演示代码#include"
StdAfx.h
" #include"opencv2/video/tracking.h
JasonDing1354
·
2014-11-14 10:00
opencv
camshift
自定义socket协议(服务端)
. // #include "
stdafx.h
" #include #include #include #pragma comment(lib,"Ws2_32") #define SERVER_PORT
alision082
·
2014-11-14 08:34
socket
自定义socket协议(服务端)
//#include "
stdafx.h
"#include #include #include #pragma comment(lib,"Ws2_32")#define SERVER_PORT 2000
alision082
·
2014-11-14 08:34
socket
Technology
SSDT表的遍历
系统xpsp2 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //
stdafx.h
QQ1084283172
·
2014-11-13 14:00
汇编
遍历
内核
X86
ssdt
ADO RecondsetPtr 以及如何实现对表的增加删除数据
首先在HeaderFiles目录下的头文件
StdAfx.h
中添加将msado.dll或msado.tlh动态链接库导入程序的代码:#import"C:\\ProgramFiles\\CommonFiles
苏浩
·
2014-11-11 10:04
数据库连接
程序
import
如何
连接数据库
ADO RecondsetPtr 以及如何实现对表的增加删除数据
首先在HeaderFiles目录下的头文件
StdAfx.h
中添加将msado.dll或msado.tlh动态链接库导入程序的代码:#import"C:\\ProgramFiles\\CommonFiles
苏浩
·
2014-11-11 10:04
程序
如何
数据库连接
WinCE下SD卡格式化代码
#include"
stdafx.h
"#include#include#include#include#include#include//#include//#includeintwmain(){STOREINFOStoreInfo
cjwsimple
·
2014-11-10 14:21
WinCE
WinCE下SD卡格式化代码
#include"
stdafx.h
" #include #include #include #include #include #include //#include //#include intwmain
jwc2436
·
2014-11-10 14:00
类模版和函数模版需要注意的
// #include "
stdafx.h
" #include #include using namespace std; /* * 函数模版的格式为: template 函数名
darennet
·
2014-11-09 16:00
枚举排序各种并行之Win32API
// #include"
stdafx.h
" #include #include"time.h" #include usingnamespacestd; HANDLEHX_finish[2]; HANDLEHX_finish2
he_xiang_
·
2014-11-09 14:00
枚举排序各种并行之MPI
声明:运行MPI程序之前必须先将mpich配置好,可以参照http://blog.csdn.net/he_xiang_/article/details/40189257#include"
stdafx.h
he_xiang_
·
2014-11-09 13:00
【北大OJ第二题】Exponentiation(C++)
#include"
stdafx.h
" #include #include #include #include #include #include usingnamespacestd; stringcalExponentiation
XIAXIA__
·
2014-11-07 15:00
北大
1001
Exponentiation
大小数幂
大小数乘积
stl std::map容器排序及使用注意事项
#include"
stdafx.h
" #include #include int_tmain(intargc,_TCHAR*argv[]) { /** *map中的每个元素都是一个pair类型 *对于插入其中的元素都会默认按键值升序排列好
analogous_love
·
2014-11-05 12:00
EASYSIZE的使用方法步骤
使用方法如下:1.首先将EasySize.h拷贝到工程文件夹中,然后在
stdafx.h
中包含该头文件:#include"EasySize.h"2.在对话框类声明中添加DECLARE_EASYSIZE宏:
cau_eric
·
2014-11-05 08:00
std中vector和list容器遍历时元素的动态删除
问题描述如下:在容器遍历过程中怎样动态地删除满足条件的元素,而不影响容器本次的遍历过程代码:#include"
stdafx.h
" #include #include #include usingnamespacestd
cjc211322
·
2014-11-04 15:00
std
list和vector
遍历时动态删除
C++如何产生100个随机数
产生随机数的函数如下:#include"
stdafx.h
" #include #include intrandArray[2][50]={0};//数组初始化 intmain(intargc,char
chengonghao
·
2014-11-04 09:00
利用大小堆对数组排序
代码如下:#include"
stdafx.h
"#include"string.h"typedefstructstStack{ int*a; int
烈火oschina
·
2014-11-03 23:00
堆排序
大小堆
C的一道笔试题
#include"
stdafx.h
" #include #include #include /* 将名值对name=value写入文本文件file 如果文件中该名值对已经存在,则更新已存在的名值对 参数
u011845833
·
2014-11-03 22:00
c
笔试
MFC 如何调用打印调试信息函数
XxxxDlg::OnInitDialog()中加上#ifdef_DEBUG AllocConsole(); #endif2、在XxxxDlg.cpp添加打印调试信息函数的文件头#include3、在
stdafx.h
Moruna
·
2014-11-03 17:00
mfc
调试
xcode的ios工程目录结构
目录结构:a、supportingfiles:main.m和资源文件xxx-info.plist:包含应用程序相关属性列表,如版本,程序名等.pch文件:预编译头文件,相当于MFC里的
stdafx.h
,
qaz13177_58_
·
2014-11-03 13:00
iocp例子
main函数和工作线程文件#include"
stdafx.h
"#include#include"CDSocket.h"#pragmacomment(lib,"ws2_32.lib")structPER_HANDLE_DATA
看着捉急
·
2014-11-02 10:30
windows网络编程
iocp例子
main函数和工作线程文件 #include"
stdafx.h
" #include #include"CDSocket.h" #pragmacomment(lib,"ws2_32.lib") structPER_HANDLE_DATA
FRcheng
·
2014-11-02 10:00
线程
socket
异步
windows网络编程
boost.Multi_Index库的使用
#include"
stdafx.h
" #include #include #include #include #include #include #include /* 标题:boost.Multi_Index
lee353086
·
2014-11-02 09:00
字符串旋转
这个问题在很多书上都看到,只是后悔没早点看到...例如在《编程珠玑》,在《编程之美》,还在,有研究生入学考试里...1#include"
stdafx.h
" 2#include 3#include
ifeixiang
·
2014-10-31 17:00
面试题 2
// #include"
stdafx.h
" #include classCA { public: CA(); ~CA(); virtualvoidfun1() { printf("CA::fun1(
cau_eric
·
2014-10-30 23:00
面试题 1
// #include"
stdafx.h
" #include intvalue=10; voidfoo() { staticintvalue=20; inta=value++; printf("a=
cau_eric
·
2014-10-30 22:00
C++
面试
使用JVM TI技术实现JVM监控
,我们可以使用JVMTI接口进行监控,本程序介绍一种监控JAVA代码的方法,注意:本程序不适合代码量很大的项目,会严重影响程序性能,如果需要开发高性能的监控代码,请参考我的另一篇博客#include"
stdafx.h
lishengbo
·
2014-10-30 22:53
c
使用JVM TI技术实现JVM监控
,我们可以使用JVMTI接口进行监控,本程序介绍一种监控JAVA代码的方法,注意:本程序不适合代码量很大的项目,会严重影响程序性能,如果需要开发高性能的监控代码,请参考我的另一篇博客#include"
stdafx.h
lishengbo
·
2014-10-30 22:00
jvm
单元测试
ti
windows下c语言获取程序当前的执行目录,读文件的代码片
代码如下:#include"
stdafx.h
" #include"stdlib.h" #include #include int_tmain(intargc,char*argv[]) { char*buffer
wangyaninglm
·
2014-10-30 10:00
windbg检测句柄泄露(定位到具体代码)
1.构造一个测试用例#include"
stdafx.h
" #include voidNormalFunc() { HANDLEhEvent; hEvent=CreateEvent(NULL,TRUE,
yockie
·
2014-10-30 01:00
OpenCV_把彩色照片转换成素描卡通片
#include"
stdafx.h
" //#include //#include #include #include #include usingnamespacecv; usingnamespacestd
xiao_lxl
·
2014-10-29 13:00
图像处理
MFC 动态加载bmp位图
// #include"
stdafx.h
" #include"mfc22.h" #include"mfc22Dlg.h" #ifdef_DEBUG #definenewDEBUG_NEW #undefTHIS_FILE
xiao_lxl
·
2014-10-29 10:00
动态加载位图
必须在构造函数基/成员初始值设定项列表中初始化
//#include"
stdafx.h
"classconstRef{public:constRef(intii);inti;constintci;int&ri;};constRef::constRef(
CatEatApple
·
2014-10-28 15:32
c++
必须在构造函数基/成员初始值设定项列表中初始化
// #include"
stdafx.h
" classconstRef { public: constRef(intii); inti; constintci; int&ri; }; constRef
CatEatApple
·
2014-10-28 15:00
在window和linux上通用的SprtLock类头实现文件
锁操作类,SprtLock类实现@author cxw@version 版本编号:1.0日期:2013-10-28修订者:Long修订内容:按照《C++编码规范》修改源文件*/#include"
stdafx.h
liulong1010
·
2014-10-28 13:23
C++
SprtLock.cpp
翻转字符串
#include"
stdafx.h
" #include #include usingnamespacestd; //Iamastudent. voidreverseString(char*s,intfrom
sozenvN
·
2014-10-28 12:00
CUDA版本的OpenCL在windows 7的下编程初步
参考文献:http://blog.csdn.net/neoxmu/article/details/8866928我安装的是CUDA5.5,代码如下: //#include"
stdafx.h
" #include"CL
wangyaninglm
·
2014-10-27 22:00
C++对txt文本进行读写操作
// #include"
stdafx.h
" #include"iostream" #include"string" #in
helei001
·
2014-10-26 17:00
txt文本
最大回文字串长度-manacher算法
// #include"
stdafx.h
" #include #include #include #include usingnamespacestd; intlongestPdr(v
Speknighter
·
2014-10-26 10:00
数据结构:单链表:学生成绩管理系统
//#include"
stdafx.h
"#includeusingnamespacestd;#defineOK1#defineERROR0typedefintStatus;typedefintElemType
LifeAlwaysThisHard
·
2014-10-25 09:37
数据结构实验
CreateProcess的用法
用法(1) 第二个参数是可执行文件+命令行参数[cpp] viewplaincopy#include "
stdafx.h
" #include #include int main(int
jiangqin115
·
2014-10-25 09:00
createprocess
获取硬盘序列号
//#include"
stdafx.h
"#ifndef_WIN32_WINNT#define_WIN32_WINNT0x0501#endif#include#include//BOOLGetPhyDriveSerial
sysprogram
·
2014-10-24 15:42
C/C++/MFC
socket
tcp:sever#include"
stdafx.h
"#include#include#pragmacomment(lib,"ws2_32.lib")intmain(intargc,char*argv[
青春无极限
·
2014-10-24 11:00
字符串的简单包含问题,主要看看转换问题的思路
// #include"
stdafx.h
" #include #include usingnamespacestd;
wangyaninglm
·
2014-10-23 21:00
mfc 链接 access 2007 数据库
神马也不说了,直接给出源码和工程原理这个东西Google 下,都出来了,自己就说下作为新手,1应该打印出,链接错误原因2应该将数据库放到工程下面,特别注意这点给出部分源码,也可以去看我上传的工程
stdafx.h
u010236550
·
2014-10-22 10:00
关于#include "
stdafx.h
"
(1)StandardApplicationFrameExtend没有函数库,只是定义了一些环境参数,使得编译出来的程序能在32位的操作系统环境下运行。Windows和MFC的include文件都非常大,即使有一个快速的处理程序,编译程序也要花费相当长的时间来完成工作。由于每个.CPP文件都包含相同的include文件,为每个.CPP文件都重复处理这些文件就显得很傻了。为避免这种浪费,AppWiz
刘占伟
·
2014-10-21 23:16
stdafx
VC++多线程,互斥对象,事件对象,关键代码段实现线程同步
///*#include"
stdafx.h
"#includeusingnamespacestd;#includeDWORDWINAPIFun1Proc(LPVOIDlpParameter);//threaddataDWORDWINAPIFun2Proc
u011001084
·
2014-10-21 19:00
thread
多线程
对象
vc++
互斥对象
上一页
93
94
95
96
97
98
99
100
下一页
按字母分类:
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
其他