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
error LNK2019: 无法解析的外部符号 __imp___vsnprintf
2)在
stdafx.h
中包含库文件: #ifdef_DEBUG #pragmacomm
91program
·
2014-07-15 18:00
3元一次方程(牛顿迭代法求方程的根)
//#include"
stdafx.h
"#include#include#definet_3//#definet_2int_tmain(intargc,_TCHAR*argv[]){floatsolution
dd_zhouqian
·
2014-07-15 17:40
迭代加深+剪枝
//#include"
stdafx.h
"#include"stdio.h"#include"math.h"#includeusingnamesp
imWhiteee
·
2014-07-15 08:43
Opencv 学习(1)
#include"
stdafx.h
"#include"highgui.h"//包含了图像输入输出函数intmain(intargc,char*argv[]){//定义了图像的头部IplImage*src
dream_whui
·
2014-07-14 19:33
[读书笔记]Windows程序内部运行机制【一】
1.MFC生成的C++源文件中都有
StdAfx.h
,此文件包含了常用的AFX函数的声明,其中有afxwin.h,此文件包含了CRECT,CPoint,CWnd等许多类及其方法的声明。
xiaoding133
·
2014-07-12 09:00
动态和静态数组的sizeof结果
// #include"
stdafx.h
" #include usingnamespacestd; intmain(void) { int*a=newint[10]; intb[10]; cout
cjc211322
·
2014-07-11 14:00
C/C++逻辑运算的验证原则
// #include"
stdafx.h
" #include intmain(void) { intm=0; intn=0; if(m==1&&++n==1) { printf("ItisOK!
cjc211322
·
2014-07-09 14:00
CC++逻辑运算的验证原则
OpenGL入门——画一些简单的图形
这里我们画一个蓝色的矩形只是需要在之前的代码中加一句glColor3f(0.0f,1.0f,1.0f);即可,代码如下:#include"
stdafx.h
" //#include
HeBiReChenAi
·
2014-07-08 20:00
图形
OpenGL
vs2012
C/C++--定义二维数组及二维数组的传递
// #include"
stdafx.h
" #include #defineROW4 #defineCOL4 voidprintValue(int**pValue,introw,intcol) {
zlQQhs
·
2014-07-08 16:00
二维数组
new
二级指针
cc++
二维数组传递
C++类可以不显示声明构造函数,在创建类对象时编译器自动调用默认的构造函数
下面是声明类时没有显示声明构造函数和显示声明了构造函数的简单实例:#include"
stdafx.h
" #include #
ameyume
·
2014-07-08 00:00
字符编码各种转换:utf8,unicode
原帖地址:http://bbs.csdn.net/topics/320095332我用的是这个: #include"
stdafx.h
" #include #include usingnamespacestd
pvlking
·
2014-07-07 15:00
一个计算器--支持去空格
//#include"
stdafx.h
"#include"string.h"#include"stdio.h"#include#includefloatlogic(char*pStr){char*inData
szby1314
·
2014-07-07 09:45
include
计算器
编译错误之error C3861: “getline”: 找不到标识符的问题
//文件流复制文件#include"
stdafx.h
"#include"fstream"usingnamespacestd;intmain(){ifstreamin("a.in");ofstreamout
daa20
·
2014-07-06 09:38
C
plus
plus
函数指针与模板
#include "
stdafx.h
" #include using namespace std; template class A { private
microsoftwin32
·
2014-07-05 16:00
boost.serialization中基类指针容器存子类对象的序列化
BOOST_CLASS_EXPORT_GUID好想是不支持boost编译成动态库的//建议大家还是采用register_type的做法来注册子类,这样很保险 //2014-7-4madebydavidsu33 #include"
stdafx.h
davidsu33
·
2014-07-04 17:00
fatal error C1010: 在查找预编译头时遇到意外的文件结尾
是否忘记了向源中添加“#include"
stdafx.h
"”?错误分析:此错误发生的原因是编译器在寻找预编译指示头文件(默认#include"
stdafx.h
")时,文件未预期结束。
ghevinn
·
2014-07-03 10:59
MFC客户端
fatal error C1010: 在查找预编译头时遇到意外的文件结尾
是否忘记了向源中添加“#include"
stdafx.h
"”?错误分析: 此错误发生的原因是编译器在寻找预编译指示头文件(默认#include"
stdafx.h
")时,文件未预期结束。
ghevinn
·
2014-07-03 10:00
c语言把文件中数据读取并存到数组中
//#include"
stdafx.h
"intreadfile1D(){chara[100];inti;FILE*fp=fopen("1.txt","r");if(fp==NULL){printf("文件读取无效
紫荆飘香V
·
2014-07-02 17:20
C++基础知识
【C++11】POD数据类型
平凡的定义1.有平凡的构造函数2.有平凡的拷贝构造函数3.有平凡的移动构造函数4.有平凡的拷贝赋值运算符5.有平凡的移动赋值运算符6.有平凡的析构函数7.不能包含虚函数8.不能包含虚基类#include"
stdafx.h
aqtata
·
2014-06-29 00:00
C++
C++11
MFC用skin++进行美化
2.在
stdafx.h
中加入包含头文件#include "SkinPPWTL.h",在App类的头文件中加入也行。
u012234115
·
2014-06-27 17:00
mfc
skin++
boost.algorithm boost.assign boost.lambda
//madebydavdidsu33 //#include"
stdafx.h
" #include #include #include #include #include #include #include
davidsu33
·
2014-06-27 15:00
C++
boost.algorithm
streambuf
#include"
stdafx.h
"#include#include#include#include#include#include#includetemplate>classbasic_outbuf:
pud_zha
·
2014-06-27 15:00
将屏幕保存为图片 将当前MFC程序保存为图片 c++ vc
[cpp] viewplaincopy#include "
stdafx.h
" #include #include int __stdcall WinMain( HINSTANCE
ghevinn
·
2014-06-27 11:00
学习OpenCV——HOG+SVM
#include "cv.h" #include "highgui.h" #include "
stdafx.h
" #include #include #include #include
xw20084898
·
2014-06-26 13:00
CSerialPort Class
#include "
stdafx.h
" #include "SerialPort.h" #include // // 构造函数 // CSerialPort::CSerialPort
wxqian25
·
2014-06-26 09:00
如何理解成员函数指针
分类普通函数指针和类成员函数指针普通函数指针举例:#include"
stdafx.h
" #include usingnamespacestd; voidgetNameById(intiId){cout
gwzz1228
·
2014-06-25 14:00
多维容器按列组合元素
// #include"
stdafx.h
" //昨天碰到一个文件,有这么一个std::vector> //现在需要将每一列的数据进行组合 //按照普通写法,每个vector的长度是知道的直接 //for
davidsu33
·
2014-06-25 09:00
C++
数据
C语言单链表实现19个功能完全详解
#include"
stdafx.h
"#include"stdi
wocao1226
·
2014-06-24 14:00
c语言设置控制台背景色和前景色
是前景色代号,你可以根据这些代号自由改变0=黑色1=蓝色2=绿色3=湖蓝色4=红色5=紫色6=黄色7=白色8=灰色9=淡蓝色A=淡绿色B=淡浅绿色C=淡红色D=淡紫色E=淡黄色F=亮白色#include"
stdafx.h
小小玮
·
2014-06-23 11:08
c++
OPENMP 实现快速排序
//#include"
stdafx.h
"#includevoidquickSort(int*num,intlow,inthigh);//进行分区intPartition(int*num,intlow,inthigh
乱在长安
·
2014-06-22 13:58
分布式编程
boost的multi_array的用法
//madebydavidsu33//2014-6-20#include"
stdafx.h
"#include#include#include#include#include#include#include
davidsu33
·
2014-06-20 16:08
c++模板泛化
boost
boost的multi_array的用法
//madebydavidsu33//2014-6-20#include"
stdafx.h
"#include#include#include#include#include#include#include
davidsu33
·
2014-06-20 16:00
boost
multi_array
【COM/ATL】创建Url快捷方式
#include"
stdafx.h
" #include #include #include #include #include #pragmacommen
aqtata
·
2014-06-19 16:00
判断Windows版本新方法
#include"
stdafx.h
" #include #include//VersionHelpers
aqtata
·
2014-06-19 10:00
WinCE Overlay - 示例:mosquito
. // #include"
stdafx.h
" #include #include #inclu
91program
·
2014-06-19 07:00
C++ 反射实现
实现代码如下:#pragmaonce#include"
stdafx.h
"#include#includeusingnamespacestd;typ
JustSlower
·
2014-06-18 18:25
C++
C# 通过dllImport 调用C++ Dll 小总结
#include "
stdafx.h
" #include
Aonaufly
·
2014-06-18 13:41
C#
调用C++/C
C# 通过dllImport 调用C++ Dll 小总结
#include "
stdafx.h
"#include #
Aonaufly
·
2014-06-18 13:41
C#
调用C++/C
C#
PCA SVD opencv 降维对比
这里选用HOG特征的数据对比#include"
stdafx.h
" #include #include #include usingnamespacecv; usingnamespacestd; vectorget
yeyang911
·
2014-06-17 21:00
opencv
pca
pca
SVD
C++ 采集音频流(PCM裸流)实现录音功能
点击打开链接代码部分如下:#include"
stdafx.h
" #include #include #pragmacomment(lib,"
oHanTanYanYing
·
2014-06-16 01:00
C++
录音
采集音频流
PCM裸流
C/C++--set存储结构体
. // #include"
stdafx.h
" #include #include #include #include usingn
zlQQhs
·
2014-06-14 13:00
struct
set
红黑树
compare
cc++
编写常规DLL
Summary(int n); extern "C" int _declspec(dllexport) Factorial(int n); #endif//mathlib.cpp #include "
stdafx.h
卓尔
·
2014-06-13 12:00
预编译头文件
stdafx.h
预编译头文件
stdafx.h
由于MFC体系结构非常大,如果每次都编译将会严重影响编译的效率,因此将常用的MFC头文件都放在
stdafx.h
中,如afxwin.h、afxext.h等。
卓尔
·
2014-06-13 12:00
win32窗口程序的详细注释
. // #include "
stdafx.h
" #include "win32project.h" #define MAX_LOADSTRING 100 // Global Variables:
卓尔
·
2014-06-13 12:00
一道面试题(静态变量,虚函数,构造/析构函数调用顺序等)
#include"
stdafx.h
" #include usingnamespacestd; staticintx=1; classA { public: A() { x=4; cout调用成员对象的构造函数
xiangjai
·
2014-06-13 10:00
PE导出导出表
. // #include"
stdafx.h
" #include"windows.h" intexport_jixi(unsignedlongpmodule,char*function) { if(pmodule
windows_nt
·
2014-06-13 08:00
Opencv将图片转化成视频
////#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include"iostream"usingnamespacestd;intmain(intargc
gxiaob
·
2014-06-12 21:00
ffmpeg转TS流
代码如下(部分代码来自网上,谢谢共享这份代码的网友)#include"
stdafx.h
"#include#include#include#include#ifdef__cplusplusextern"C
u013805103
·
2014-06-12 17:00
栈实现种子区域生长法
栈实现种子区域生长法代码如下: #include"
stdafx.h
" #include"highgui.h" #include #include"cv.h" //#include//头文件里有栈顶指针
lz20120808
·
2014-06-12 11:00
种子区域生长法
取当前用户的AppData路径
. // #include"
stdafx.h
" #include #include #pragmacomment(lib,"shell32.lib" #include #include )
lee353086
·
2014-06-12 10:00
上一页
98
99
100
101
102
103
104
105
下一页
按字母分类:
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
其他