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
33.两个链表的第一个公共结点
// #include"
stdafx.h
" structListNode{ intval; structListNode*next; ListNode(int
chengonghao
·
2016-05-10 21:00
【C++】C++对象模型的sizeof问题
先上代码#include"
stdafx.h
" #include classA{}; classB{ int_num; }; classC{ staticintc_num; }; classD{
jxlaozhuan
·
2016-05-10 13:00
C++
sizeof
[置顶] 一个简单线程池例子
// #include"
stdafx.h
" #include #include #include typedefunsigned(__stdcall*LP_THREAD_FUN)(void*);
u012532305
·
2016-05-10 10:00
wchar_t类型字符串的处理
并显示,结果发现第二个参数的类型是TCHAR数组指针,如果用printf函数显示,如果命令行参数里面有汉子,则会出现乱码,楼主查了一下,发现有人提问了,觉得解决的和好,在此记录一下:#include"
stdafx.h
q__y__L
·
2016-05-09 15:00
STL的string如何使用UNICODE?
#include"
stdafx.h
" #include"TestCmd.h" #ifdef_DEBUG #definenewDEBUG_NEW #endif CWinApptheApp; usingnamespacestd
dijkstar
·
2016-05-08 20:00
24.二叉搜索树与双向链表
// #include"
stdafx.h
" structTreeNode{ intval; structTreeNode*left;
chengonghao
·
2016-05-08 19:00
MFC的CArray排序小结(结合std::sort)
下面是结合std::sort一块实现的CArray排序,废话少说,直接上程序干货:#include"
stdafx.h
"#include"Test.h"#include#ifdef_DEBUG#definenewDEBUG_NEW
dijkstar
·
2016-05-07 18:27
VC++
MFC的CArray排序小结(结合std::sort)
下面是结合std::sort一块实现的CArray排序,废话少说,直接上程序干货:#include"
stdafx.h
" #include"Test.h" #include #ifdef_DEBUG
dijkstar
·
2016-05-07 18:00
图解Detours实例
一MFC程序中HookMessageBox新建如下的两个工程;主对话框代码://HookMessageBookDlg.cpp:implementationfile // #include"
stdafx.h
bcbobo21cn
·
2016-05-07 11:00
api
mfc
hook
detour
OSG学习笔记9-处理键盘事件
//处理键盘事件 #include"
stdafx.h
" #include #include #include #include classKeyboardHandler:publicosgGA::
u011310341
·
2016-05-06 21:00
OSG学习笔记8-多视景器系统
#include"
stdafx.h
" #include #include #include intmain(intargc,char**argv) { osg::ref_ptrview1=newosgViewer
u011310341
·
2016-05-06 19:00
OSG学习笔记7—投影墙显示
#include"
stdafx.h
" #include #include #include /*用于创建一个与相机对应的图形设备,也是窗口设备,其属性参数使用特性类Traits定义,并返回这个相机对象
u011310341
·
2016-05-06 18:00
完整的哲学家进食代码
//#include"
stdafx.h
" #include//HADNDLE #include //#include//time(0) //#include #include"iostream" usingnamespacestd
·
2016-05-06 16:00
20.从上往下打印二叉树
// #include"
stdafx.h
" #include usingnamespace::std; structTreeNode{ int
chengonghao
·
2016-05-05 21:00
undefined keyword or key name: AFX_IDS_INVALID_ARG_EXCEPTION
error: Thisfilerequires_WIN32_WINNTtobe#definedatleastto0x0403.Value0x0501orhigherisrecommended.在工程的
stdafx.h
a904003695
·
2016-05-05 14:00
简单的JPEG解码程序
. // #include "
stdafx.h
" // simplejpeg.cpp : Defines the entry point for the console application
·
2016-05-05 11:00
C++
解析
图像
C++11
中值积分定理计算PI值的多线程实现
// #include"
stdafx.h
" #include #include staticlongnum_steps=100000; constintnumThreads=4; doublestep
wangjianyu0115
·
2016-05-04 23:00
多线程
char 数组 unsigned char数组 string相互转化
代码如下:#include"
stdafx.h
"#include#include#includevoidtest(unsignedchar*sr);voidtest2(char*sr);int_tmain
小满猗猗
·
2016-05-04 21:04
c++基础
string
char
14.合并两个排序的链表
// #include"
stdafx.h
" structListNode{ intval
chengonghao
·
2016-05-04 19:00
[C++]高精度代码运行时间( QueryPerformanceCounter )
#include"
stdafx.h
" #include #include #include #include usingnamespacestd; int_tmain(intargc,_TCHAR
Taily_Duan
·
2016-05-04 14:00
VS2013 error C2146: 语法错误: 缺少“;”(在标识符“PVOID64”的前面) winnt.h 340
然后自己在
stdafx.h
中加入#definePOINTER_64__ptr64就可以了
wejoncy
·
2016-05-04 11:00
PVOID64
c++编写简单的计算器程序
首先来看下本人的开发环境系统:win7电脑:dell运行环境:vs2015语言:c++简单计算器代码//四则运算#include"
stdafx.h
"#include#includeusingnamespacestd
Schopenhz
·
2016-05-04 09:17
13.反转链表
// #include"
stdafx.h
" #include usingnamespace::std; structListNode{ intval
chengonghao
·
2016-05-03 22:00
12.链表中倒数第k个结点
// #include"
stdafx.h
" #
chengonghao
·
2016-05-03 21:00
C++简单QQ程序服务器端的实现代码
本文实例为大家分享了C++简单QQ程序服务器端的实现代码,供大家参考,具体内容如下//ServerDlg.cpp:implementationfile//#include"
StdAfx.h
"#include"Server.h
suvllian
·
2016-05-02 18:04
SDL绘制bmp
SDL创建个窗口绘制个图片,响应个消息代码比较简单,注释够详细了,不多说(例如头文件库文件就不说)#include"
stdafx.h
" #include"SDL.h" #pragmacomment(lib
rankun1
·
2016-04-29 17:00
SDL绘图
Windows API 实现查找、删除任意类型的文件_VERSION20120612(vc6.0调试通过)(2012.6.12最新修改)
. // //用vc6.0建立一个win32简单应用程序 #include"
stdafx.h
" #include #include #include #include #include
zww0815
·
2016-04-28 16:00
GSM短信息部分代码!(转---个人收藏)
1#include"
stdafx.h
" 2#include"Sms.h" 3#include"Comm.h" 4 5//可打印字符串转换为字节数据 6//如:"C8329BFD0E01"-->
zww0815
·
2016-04-28 16:00
win32程序添加控制台程序
#include"
stdafx.h
" #include #include #include #include #include #include #ifndef_USE_OLD_IOSTREAMS
zww0815
·
2016-04-28 16:00
vc++ 实现dir一个目录中所有文件功能
. // #include"
stdafx.h
" #include #include #include constintMAXLEN=1024;//定义最大目录长度 unsignedlongFILECOUNT
zww0815
·
2016-04-28 16:00
简单封装的串口通信类
#include"
stdafx.h
" #include"SerialPort.h" #include"assert.h" CSerialPort::CSerialPort() { memset
zww0815
·
2016-04-28 16:00
Windows API 实现查找、删除任意类型的文件_VERSION20120605(vc6.0调试通过)(2012.6.5最新修改)
FileToolsV20120605.cpp:Definestheentrypointfortheapplication. 2// 3//用vc6.0建立一个win32简单应用程序 4 5#include"
stdafx.h
zww0815
·
2016-04-28 16:00
[opencv]6.图片的处理:侵蚀、膨胀、反转
具体的代码如下:#include"
stdafx.h
"//由于是新建的空工程,所以需要新建
stdafx.h
和targetver.h两个头文件,不然会出现找不到头文件的问题#include"opencv/cv.h
android_ruben
·
2016-04-28 14:05
opencv
[windows]使用 VC6.0 生成& 调用 DLL
以下为cpp文件自动生成的代码:#include"
stdafx.h
"BOOLAPIENTRYDllMain(HANDLEhModule, DWORD ul_reason_for_call
xuexiiphone
·
2016-04-26 18:00
学习笔记:解决 warning C4566
#include"
stdafx.h
"#include#includeusingnamespacestd;intmain(){//warningC4566:由通用字符名称“\u00E4”表示的字符不能在当前代码页
audi2
·
2016-04-26 11:44
实例讲解C++ 双链表基本操作
结构图如下所示: 2.基本操作实例 DoubleList.cpp#include"
stdafx.h
" #include"DoubleList.h" #include #include #in
whChina
·
2016-04-26 08:00
vs常见问题
版本问题:v100(vs2010)-v110(vs2012)-v120(vs2013):在属性中改成对应vs版本的
stdafx.h
问题:项目属性->C/C++->预编译头 目标计算机类型:项目属性->
yehuohan
·
2016-04-23 01:00
Visual
Studio
<
>按坐标变换值
#include"
stdafx.h
" #include #include voidmain() { inta[16][16],i,j,n,k; printf("Pleaseinputn(1~15,itmustbeodd
qq_15766257
·
2016-04-22 14:00
归并排序实现
*/ #include"
stdafx.h
" #include usingnamespacestd; voidmergeArray(int*a,intbegin1,intlength1,intbegin2
wangcg123
·
2016-04-22 14:00
链表
归并排序
<
>一维数组的高级应用
#include"
stdafx.h
" #include //复杂的先画出数组图,再画流程图 voidmain() { intData[40]; intDigit; inti,j,r,k; intN; for
qq_15766257
·
2016-04-22 14:00
<< c >>字典查单词
单词查询通过他们可以练习知识点:1.函数2.结构体3.指针4.存储类型,动态,静态,全局,局部5.文件的使用6.顺序查询,折半查询include“stdio.h”include“
stdafx.h
”include
qq_15766257
·
2016-04-22 12:00
std::copy()和std::back_inserter()用法
#include"
stdafx.h
" #include #include//包含了std::back_inserter的定义 classA { public: A() { t=9; } ~A() {
analogous_love
·
2016-04-22 11:00
Opencv2.0 单目相机标定,畸变矫正
#include"
stdafx.h
"
qqh19910525
·
2016-04-22 11:00
是否忘记了向源中添加“#include "
stdafx.h
是否忘记了向源中添加“#include"
stdafx.h
1.当然看到这句话你就知道应该把
stdafx.h
放到cpp文件中,但是,一定要放在第一行。
songzige
·
2016-04-21 21:00
error
warning
C2143
C1010
C4627
[opencv] 伪彩色和彩虹图
----------//红255,0,0255//橙255,127,0204//黄255,255,0153//绿0,255,0102//青0,255,25551//蓝0,0,2550#include"
stdafx.h
小新识图
·
2016-04-20 09:14
opencv
服务器端
//#include"
stdafx.h
"#include#includeusingnamespacestd;#pragmacomment(lib,"Ws2_32.lib")int_tmain(intargc
最怕认真
·
2016-04-19 16:22
CreateProcess 终止进程
#include"
stdafx.h
" #include #include #include usingnamespacestd; intmain(intargc,char*argv[]) { cout
a379039233
·
2016-04-19 13:00
C++接口的定义用一个实例说明
如下:#include"
stdafx.h
"#includeusingnamespaces
Nicolas0311
·
2016-04-19 10:07
Heap Sort ——重拾堆排序
// #include"
stdafx.h
" #include usingnamespacestd; voidAdjustMaxHeap(int*
u010025211
·
2016-04-18 18:00
堆排序
排序算法
OSG学习笔记0——解决OSG读obj模型问题
// #include"
stdafx.h
" #include #include intmain(intargc,char**argv) { osgViewer::Viewerviewer;//定义一个视景器
u011310341
·
2016-04-18 15:00
上一页
70
71
72
73
74
75
76
77
下一页
按字母分类:
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
其他