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
OpenCV访问Mat对象中数据时发生异常---Mat中的数据访问
// /*#include"
stdafx.h
" #include #include #include #include"
cjc211322
·
2014-05-22 18:00
opencv
访问Mat数据发生异常
使用Boost实现Http断点续传
. // #include"
stdafx.h
" #include #include #include #include usingboost::asio::ip::tcp; st
robertkun
·
2014-05-22 15:00
http
断点续传
boost
《剑指offer》学习之--顺时针打印矩阵
#include"
stdafx.h
" voidPrintMatrixInCircle(int**numbers,intcolumns,introws,intstart); voidprintNumber
tianzhaixing
·
2014-05-19 18:00
二维数组
指针
Numbers
利用FLANN SURF匹配
#include"
stdafx.h
" #include #include #include #include"opencv2/core/core.hpp" #include"opencv2/features2d
yeyang911
·
2014-05-19 17:00
opencv
surf
flann
Accelerated C++学习笔记1—<开始学习C++>
//功能:编译并运行Hello,world//时间:2014.5.7#include"
stdafx.h
"#include"iostream"usingnamespacestd;int_tmain(intargc
Voidwalkerxiaohui
·
2014-05-19 16:16
【Accelerated
C++】学习记录
Study
notes
for
Accelerated
C++
c++
visual
studio
2008
iostream
OpenCV SVM多类分类问题编程示例
// #include"
stdafx.h
" #include #include #include #include #include usingnamespacestd; intmain() { /
cjc211322
·
2014-05-19 10:00
opencv
SVM多类分类
rand()的用法
;rand()%100结果是随机数除以100后所得的余数,即限定随机的范围是在0~99之间;使用rand()函数需添加头文件:#include你的二维数组可以可提供这样一种方法实现:#include"
stdafx.h
u012131827
·
2014-05-18 21:00
【C++】2.C++ 基本语法
(1).创建一个C++控制台应用程序ConsoleTest(2).在源文件ConsoleTest.cpp中输入以下代码:#include"
stdafx.h
" //预编译头#includeusingnamespacestd
Jannie_xx
·
2014-05-16 16:59
vc++
C++语法
【C++】2.C++ 基本语法
(1).创建一个C++控制台应用程序ConsoleTest(2).在源文件ConsoleTest.cpp中输入以下代码:#include"
stdafx.h
"//预编译头#includeusingnamespacestd
Jannie_xx
·
2014-05-16 16:59
VC++
C++语法
使用windows API函数获取目录下所有文件名---目录下文件的扫描和处理
// #include"
stdafx.h
" #include #include #include #include #include #pragmacomment(lib,"shlwapi.lib")/
cjc211322
·
2014-05-16 14:00
windows
api
获取目录下所有文件名
VC遍历dll导出函数
. // #include"
stdafx.h
" #include #include #include #pragmacomment(lib,"Imag
friendan
·
2014-05-15 23:00
c
dll
VC
pe
导出函数
【Visual C++】关于无法打开包括文件:“
StdAfx.h
”或者意外结尾的错误解决方案
最近有朋友在编译我提供的【VisualC++】游戏开发某一节笔记的源代码的时候,提到出现 “fatalerrorC1083: 无法打开包括文件:“
StdAfx.h
”这个错误。
tiandijun
·
2014-05-15 21:00
C++类中常量数据成员和静态数据成员初始化
#include"
stdafx.h
" #include #include usingnamespacestd; classA { public: A(inti):a(0) {} A
cjc211322
·
2014-05-15 21:00
C++类
静态成员初始化
常量数据成员初始化
C++中vector reserve和resize函数
#include"
stdafx.h
" #in
cjc211322
·
2014-05-15 19:00
C++
vector
resize
reserve
SIFT+SVM 使用Bag of Features
// #include"
stdafx.h
" #include #include #i
yeyang911
·
2014-05-15 15:00
SVM
sift
tcp/ip UDP 服务器、客户端的连接 14.5.14
. // #include"
stdafx.h
" #include"windows.h" #include"conio.h"
luoqiang0831
·
2014-05-14 19:00
boost的posix_time用法详解01
//madebydavidsu33 //2014-5-11 //theusageofposix_time #include"
stdafx.h
" #include #include #include
davidsu33
·
2014-05-14 15:00
C++
ptime
posix_time
模板参数tag的用法
madebydavidsu33 //例如对于某个全局的静态变量,你如果希望有 //很多份,但是其实现又是一样的,你可以考虑 //以模板的形式,通过类tag来区分 //而且还可以根据实际需要来特化模板 #include"
stdafx.h
davidsu33
·
2014-05-14 11:00
C++
模板参数tag用法
几种常见排序算法的实现(冒泡法,选择法,插入法,快速排序、堆排序)
#include"
stdafx.h
" //intheithroundordering,jalwayspointstothemaxelementsofar voidbubble_sort(int*a,intlen
hongjunbj
·
2014-05-13 23:00
《程序员面试宝典》打印规律矩阵
#include"
stdafx.h
"#include#includeusingnamespacestd;voidprintNN(intn){intcnt=1;intsi=0;intei=n-1;int*
cjc雪狼
·
2014-05-13 22:01
算法/数据结构
C/C++
程序员面试宝典
打印规律矩阵
《程序员面试宝典》打印规律矩阵
#include"
stdafx.h
" #include #include usingnamespacestd; voidprintNN(intn) { intcnt=1; intsi=0; intei
cjc211322
·
2014-05-13 22:00
程序员面试宝典
打印规律矩阵
《程序员面试宝典》螺旋队列坐标输出
#include"
stdafx.h
" #include #include usingnamespacestd; voidcalIndex(intn) { intmin=0; intd=0; min=sqrt
cjc211322
·
2014-05-13 21:00
程序员面试宝典
螺旋队列坐标
C++生成zigzag矩阵
#include"
stdafx.h
" #include usingnamespacestd; #defineN8 intmain() { int**A=(int**)malloc(N*sizeof(
cjc211322
·
2014-05-13 19:00
C++
zigzag矩阵
解决微软面试题
#include"
stdafx.h
" #include #include #include usingnamespac
davidsu33
·
2014-05-13 10:00
C++
面试题
字节对齐
#include"
stdafx.h
" #include usingnamespacestd; intmain() { char*s[10][10]; cout<
baliguan163
·
2014-05-12 23:00
字节对齐
《程序员面试宝典》求取第二个字符串在第一个字符串中的连接次序---递归算法
#include"
stdafx.h
" #include usingnamespacestd; int*s; voidprintIndex(stringstr1,stringstr2,int*s) {
cjc211322
·
2014-05-12 22:00
递归算法
程序员面试宝典
enable_shared_from_this
//madebydavidsu33 //2014-5-12 #include"
stdafx.h
" #include #include #include #include #include usingnamespacestd
davidsu33
·
2014-05-12 22:00
C++
boost
sizeof(class)---类的字节长度
#include"
stdafx.h
" #include usingnamespacestd; classA { public: voidfun1(){}; voidfun2(){}; }; classB
cjc211322
·
2014-05-11 19:00
类所占存储空间的大小
C++将数字转为字符串,并拼接
. // #include"
stdafx.h
" #include #include usingnamespacestd; int_tmain(intargc,_TCHAR
kuzuozhou
·
2014-05-11 15:00
爬楼梯问题,一共有n阶台阶,每次你可以走1或者2个台阶,到达顶端一共有多少种不同的走法?
#include"
stdafx.h
"#include#includeusingnamespacestd;intclimbstairs(intn){inta[10001]={0};inti;a[0]=0;
chvalrous
·
2014-05-11 09:39
算法
boost日期用法
//boostgregorian_dateusage//madebydavidsu332014-5-10#include"
stdafx.h
"#include#include#include#include
davidsu33
·
2014-05-10 22:00
日期
boost
ZOJ 2048 highways
以为要注意这道题的输出顺序,结果不用,直接输出就可以了,就是注意一下空行的输出就行了//#include"
stdafx.h
" #include #include"stdio.h" #include usingnamespacestd
chen_xinjia
·
2014-05-10 13:00
算法
ZOJ
C++中sizeof(string)
#include"
stdafx.h
" #include #include usingnamespacestd; intmain(void) { stringstrArr1[]={"Cjc","is",
cjc211322
·
2014-05-10 11:00
C++
sizeofstring
zoj 1788 Quad Trees
自下而上建立,先建立完整的一棵树,然后根据四个相邻的格值相同则进行合并,(这又是递归的伟大),逐次向上递归四分树建立完后,再进行一深度优先遍历,生成二进制字符串,再转化为16进制输出//#include"
stdafx.h
chen_xinjia
·
2014-05-10 09:00
ZOJ
C++去除程序注释实现
//去除文件srcfile中的注释 #include"
stdafx.h
" #include #include #include usingnamespacestd; intmain() { stringsrcfilename
cjc211322
·
2014-05-09 19:00
C++取出程序中的注释
c/c++中动态的申请二维数组的实现
#include "
stdafx.h
" #include #include #include #include using namespace std; //c++语言实现申请动态二维数组
klaus丶
·
2014-05-09 19:00
c/c++中动态的申请二维数组的实现
#include "
stdafx.h
" #include #include #include #include using namespace std; //c++语言实现申请动态二维数组
klaus丶
·
2014-05-09 19:00
MFC 文件写入 读取 Flush等操作14.5.9
. // #include"
stdafx.h
" #include"afxwin.h" voidStore() {//打开文件 CFilefile; file.Open("c:\\serial.dat
luoqiang0831
·
2014-05-09 10:00
把一个动态库改成静态编译库时提示MSVCRTD.lib已经在××中编译过的错误的解决办法
在porject->Setting->link->Input->Ignorelibraries:增加MSVCRTD.lib然后,在
Stdafx.h
中添加/*当在Project/Setting/General
u013805103
·
2014-05-07 23:00
MFC array使用
. // #include"
stdafx.h
" #include"afxwin.h" #include"afxtempl.h" classCAnimal{ public: CAnimal(intleg
luoqiang0831
·
2014-05-07 12:00
回调函数的范例———VS2010 下编译
1.回调函数范例一,在VS2010下编译通过#include"
stdafx.h
" #include voidprintWelcome(intlen) { printf("欢迎欢迎--%d\n",len
robinson_911
·
2014-05-07 10:00
C++ 在字符串中插入子串+判断字符串是否由空格组成
#include"
StdAfx.h
"#include#includeusingnamespacestd;intmain(void){stringstr,str1,str2;intindex;//判断截取的子串是否由
cjc雪狼
·
2014-05-07 08:38
C/C++
C++ 在字符串中插入子串+判断字符串是否由空格组成
#include"
StdAfx.h
" #include #include usingnamespacestd; intmain(void) { stringstr,str1,str2; intindex
cjc211322
·
2014-05-07 08:00
C++
String
字符串中插入子串
判断字符串由blanks组成
MFC多文档窗口创建 窗口内容同步OnUpdate 14.5.6
. // #include"
stdafx.h
" #include"resource.h" classMFCMyDocument:publicCDocument{ DECLARE_DYNCREATE
luoqiang0831
·
2014-05-06 19:00
C++ string类取字符串的左右子串(以特定子串为分界限)
//以特定单词为分界,求取字符串的左右子串#include"
StdAfx.h
"#include#includeusingnamespacestd;intmain(void){stringstr,str1
cjc雪狼
·
2014-05-06 08:54
C/C++
C++ string类取字符串的左右子串(以特定子串为分界限)
//以特定单词为分界,求取字符串的左右子串 #include"
StdAfx.h
" #include #include usingnamespacestd; intmain(void) { stringstr
cjc211322
·
2014-05-06 08:00
C++
String类
取左右子串
特定子串为分界
MFC 单文档模板创建CEditView CSingleDocTemplate 14.5.5
. // #include"
stdafx.h
" #include"resource.h" classMFCSdiDocument:publicCDocument{ public: DECLARE_DYNCREATE
luoqiang0831
·
2014-05-05 22:00
MFC 类的动态创建(类似于工厂模式)
. // #include"
stdafx.h
" #include"DTCJ.h" #include"conio.h" #ifdef_DEBUG #definenewDEBUG_NEW #undefTHIS_FILE
luoqiang0831
·
2014-05-05 19:00
MFC运行时类信息定义 (主要是能判断他的类关系) 类似于类的类型鉴定14.5.5
. // #include"
stdafx.h
" #include"Dyramic.h" #include"conio.h" #ifdef_DEBUG #definenewDEBUG_NEW #undefTHIS_FILE
luoqiang0831
·
2014-05-05 19:00
MFC加载CDocView 类似于文本编辑器使用14.5.5
. // CDocTemplate #include"
stdafx.h
" #include"resource.h" classCMyDocument:publicCDocument { public:
luoqiang0831
·
2014-05-05 19:00
上一页
100
101
102
103
104
105
106
107
下一页
按字母分类:
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
其他