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
网络聊天_客户端(Winsock编程)
// #include"
stdafx.h
" #include #include #include #pragmacomment(lib,"ws2_32.lib") usingnamespacestd
huangxiang360729
·
2016-04-01 18:00
编程
网络
聊天
应用
网络聊天_服务器端(Winsock编程)
// #include"
stdafx.h
" #include #include #include #pragmacomment(lib,"ws2_32.lib") #defineMAXCLIENT3
huangxiang360729
·
2016-04-01 18:00
编程
网络
服务器
聊天
应用
CRC校验码的上位机计算程序和例子
// #include"
stdafx.h
" #defineBYTEunsignedchar #defineWORDunsignedshort constBYTEchCRCHTalbe[]=//CRC
u014488388
·
2016-04-01 16:00
Visual C++(MFC)实现C/S
C/S源码见日志文尾Server//ServerDlg.cpp:implementationfile#include"
stdafx.h
"#include"Server.h"#include"ServerDlg.h
流年、执子之手
·
2016-04-01 12:37
MFC软件
C/C++
如何一次性添加多个.cpp文件
是否忘记了向源中添加#include "
stdafx.h
”解决方案:一、每次修改一个(为了保持源代码的完整性,一般不在源代码的最前面加上#include "
stdafx.h
”) 1) 在解决方案资源管理器中
duan19920101
·
2016-03-31 18:00
opencv
Kinect 学习笔记(一)获取Kinect设备信息以及音频功能探索
// #include"
stdafx.h
" #include"kinect.h" #include usingnamespacestd; constintNumber=256; int_tmain
DoJintian
·
2016-03-31 17:00
kinect
day(1)
对数组中的元素排序(从大到小) (3)对应相加具体代码实现://sum.cpp:C++任意输入一个整数,再把它的各位数字次序打乱重新组合一个新的整数,使其值最大 #include"
stdafx.h
monaso
·
2016-03-29 21:00
C++
c
算法
c语言:链队列的实现
// #include"
stdafx.h
" #include #include #include usingnamespacestd; typedefstructQNode { intdata; structQNode
qq_28598203
·
2016-03-28 21:00
数据结构
C语言
链队列
海量不重复数据的生成
分钟的时间,普通硬盘应该要慢些,内存映射或者内存盘应该会更快一点,懒得验证了,放出代码供学习下,算法是以前偶然看到得很巧的的算法,二次获取随机数是为了数据更随机(待验证,我觉得不需要)#include"
stdafx.h
x356982611
·
2016-03-28 16:00
opencv图像处理常用完整示例代码总结
显示图像#include"
StdAfx.h
"#include#include#include#includeusingnamespacecv;usingnamespacestd;intmain(){stringimageName
bcbobo21cn
·
2016-03-28 10:09
原创教程
VC++
图像处理和识别
opencv图像处理常用完整示例代码总结
显示图像#include"
StdAfx.h
" #include #include #include #include usingnamespacecv; usingnamespacestd; intmain
bcbobo21cn
·
2016-03-28 10:00
VC
opencv
图像处理
C++实现WDM式驱动安装
//#include"
stdafx.h
" #include #include #include #include #include#include#pragmacomment(lib,"newdev.lib
qq_26790617
·
2016-03-27 23:00
C++
WDM驱动安装
梳理caffe代码layer_factory(六)
#include"
stdafx.h
"#include#includeusingnamespacestd;classProduct{public:virtualvoiduse(){};};classConcreteProductA
langb2014
·
2016-03-27 15:40
caffe
梳理caffe代码layer_factory(六)
#include"
stdafx.h
" #include #include usingnamespacestd; classProduct { public: virtualvoiduse(){}; };
langb2014
·
2016-03-27 15:00
VC++6.0 unexpected end of file while looking for precompiled header directive
fatalerrorC1010:unexpectedendoffilewhilelookingforprecompiledheaderdirective”上网一查,原来是没有加头文件,#include"
stdafx.h
rl529014
·
2016-03-27 14:00
while
File
header
for
end
UNEXPECTED
precompiled
D
of
vc++6.0
looking
生产者消费者双缓冲模式
#include"
stdafx.h
"#include#includetemplateclassCircularQueue{public:explicitCircularQueue(intcapacity
caimagic
·
2016-03-27 14:31
生产者消费者双缓冲模式
#include"
stdafx.h
" #include #include template classCircularQueue { public: explicitCircularQueue(intcapacity
caimagic
·
2016-03-27 14:00
vc 导出函数/调用
loader(exe): #include"
stdafx.h
" #include #include #defineLoaddll_API__declspec(dllexport) extern"C"Loaddll_APIint_stdcalltestloader
杀死比特
·
2016-03-26 21:00
c语言:单向循环链表的实现
// #include"
stdafx.h
" #include #include #include #defineLENsizeof(structSCriculist) usingnamespacestd
qq_28598203
·
2016-03-26 02:00
数据结构
编程语言
C语言
模板类中重载<<和>>操作符 常见问题
一、将输出流">"重载的实现写在类中#include "
stdafx.h
" #include using namespace std; template class Test
alick97
·
2016-03-25 13:47
C++
2016华为春招机试
#include"
stdafx.h
" #include #include #include usingnamespacestd; chars[
anualday
·
2016-03-25 13:00
让ocx控件具备xp风格
1.在
stdafx.h
中添加 #defineISOLATION_AWARE_ENABLED12.在资源中添加manifest文件,类型为RT_MANIFEST,ID为2。
盐小咸
·
2016-03-25 12:00
单链表
include"
stdafx.h
"usingnamespacestd;//单链表结构体typedef structLNode{ int ID; char Name[1024]; structLNode
dldw8816
·
2016-03-24 16:00
顺序栈
程序:#include"
stdafx.h
"#define maxsize 100usingnamespace std;typ
dldw8816
·
2016-03-24 16:00
线性表之顺序表
二、顺序表#include"
stdafx.h
"#include"head.h"usingnamespacestd;
dldw8816
·
2016-03-24 16:00
MFC-自绘控件(CButton篇)
示例图一、公共文件部分头文件#pragmaonce #include"
stdafx.h
" #include #include"gdiplus.h" #pragmacomment(lib,"gdiplus.lib
wyansai
·
2016-03-24 15:00
C++,cout和std::cout的区别
#include"
stdafx.h
" #include #include usingnamespacestd; intmain(){ //usingstd::cout; //usingstd::endl
u010002184
·
2016-03-24 14:00
C++
std
cout
hough变换
//#include"
stdafx.h
"#include"cv.h"#include"cxcore.h"#include"highgui.h"intmain(intargc,char*argv[]){constchar
q123456789098
·
2016-03-24 09:18
个人发明的代数排序法,比快排快。
//#include"
stdafx.h
"#define_AFXDLL#include#include#include#include#includeusingnamespacestd;inttotal_c
草祭祀
·
2016-03-23 17:21
是否忘记了向源中添加“#include "
stdafx.h
是否忘记了向源中添加“#include"
stdafx.h
"”?错误分析: 此错误发生的原因是编译器在寻找预编译指示头文件(默认#include"
stdafx.h
")时,文件未预期结束。
hsd2012
·
2016-03-23 17:00
VC 获取系统特殊文件夹的路径如:系统目录,桌面等
如果需要,请在
StdAfx.h
中添加#include TCHARMyDir[_MAX_PATH]; SHGetSpecialFolderPath(this->GetSafeHwnd(),
qq_23992597
·
2016-03-23 15:00
mfc
Path
获取系统目录
vs2013出现error C4996问题
使用安全的函数替换老的函数,一般是在原函数名后加上 _s ,但有时函数参数会改变,要去查一下2、可以屏蔽警告信息①在include下一行加上#pragmawarning(disable:4996),如下:②在预编译头文件
stdafx.h
a249900679
·
2016-03-23 11:00
链表的操作
#include "
stdafx.h
"#include "stdio.h"#include #include "string.h" typedef int elemType ; /***********
这里有酒
·
2016-03-22 20:38
程序
include
元素
链表的操作
#include "
stdafx.h
" #include "stdio.h" #include #include "string.h" typedef int elemType ; /****
这里有酒
·
2016-03-22 20:38
线性表
程序
include
元素
C语言getch(),getchar(),getche()区别实例
#include"
stdafx.h
" #include #include #include int_tmain(intargc,_TCHAR*argv[]) { char ch1,ch2,ch3; ch1
u010002184
·
2016-03-22 17:00
C语言
get
getch
CMarkup 入门(增删改查)
// //CRUD增加(Create)、读取(Read)、更新(Update)和删除(Delete) #include"
stdafx.h
" #include"Markup.h" #in
a379039233
·
2016-03-22 14:00
STL algorithm
. // #include"
stdafx.h
" #include #include #include #include usingnamespacestd; intarr[]={1,3,5,4,7,6,0,9,8,2
a379039233
·
2016-03-22 12:00
#include“头文件“的相对路径是相对谁的路径
是相对工程文件的路径, 你可以把
stdAfx.h
分别复制到放到各个比如相对工程文件的路径,相对与其对应的C文件的路径,又或者是根据所建立的工程添加的文件目录树,写句#include".
qq_17242957
·
2016-03-22 11:00
opencv目标跟踪:二帧差法(批量读取视频帧)
//#include"
stdAfx.h
"#include#include#include#include//formk_dir#include//for_acess()#include#definethreshold_diff20
迷途中的前进
·
2016-03-22 10:16
目标跟踪
经典 算法整理之希尔排序
一、基本思想分组插入排序二、代码实现#include"
stdafx.h
" #include #include usingnamespacestd; voidswap(int*a,int*b) { inttemp
anualday
·
2016-03-21 13:00
经典算法之插入排序
二、代码#include"
stdafx.h
"#include#includeusingnamespacestd;voidswap(int*a,int*b){inttemp=*a;*a=*b;*b=temp
anualday
·
2016-03-21 12:19
面试笔试
经典算法之插入排序
二、代码#include"
stdafx.h
" #include #include usingnamespacestd; voidswap(int*a,int*b) { inttemp=*a; *a=
anualday
·
2016-03-21 12:00
经典算法整理之冒泡
一、冒泡排序1、基本思想:临近的两个数两两比较2、实现代码:#include"
stdafx.h
" #include #include usingnamespacestd; voidswap(int*
anualday
·
2016-03-21 11:00
我的第一个win32窗口程序------------记录
//#include"
stdafx.h
"#include"Myday03.h"intAPIENTRYWinMain(HINSTANCEhInstance,
liangjingguo123
·
2016-03-20 15:29
Win32
应用程序
CreateWindowEx
窗口程序
WNDCLASSEX
模板
kiya-zOpenGL系列我的OpenGL里很多东西都是参考他的Glut模板初模位大窗显循背帧开结刷#pragmacomment(lib,“gl.lib”)//gcc部支持内部连接库//#include"
stdafx.h
u014015972
·
2016-03-18 15:00
放出几个珍藏多年的延时函数(高低精度高低性能)
#include"
stdafx.h
" #include"delay.h" voidDoEvents() { MSGmsg; while(PeekMessage(&msg,(HWND)NULL,0,0
x356982611
·
2016-03-18 13:00
反转字符串的多种方式-经典面试题系列
思路很简单,就不啰嗦了,直接上代码#include"
stdafx.h
" #include"stdio.h" #include"stdlib.h" #include"string.h" char*t1(
bitcarmanlee
·
2016-03-18 11:00
面试题
C语言
cvLoadIamge读取图片失败的几点原因(亲自试验过)VC6+OpenCV1.0
#include"
stdafx.h
" #include"iostream.h" #include"cv.h" #include"cxcore.h" #include"highgui.h" intmain
Struggle_For_M
·
2016-03-17 21:00
opencv
cvloadImage
google log 使用
代码demo如下:#include"
stdafx.h
" #include #usingnamespacestd; #include"glog/logging.h" #pragmacomment(lib,
a379039233
·
2016-03-17 13:00
C++连接msyql数据库-静态编译(mysql-connector-c++)
”不匹配值“1900”) //包含文件:mysql-connector-c++的include与boost的根目录 //lib包含:mysqlcppconn-static.lib #include"
stdafx.h
wyansai
·
2016-03-17 04:00
上一页
72
73
74
75
76
77
78
79
下一页
按字母分类:
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
其他