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
(5)字符串比较strcmp
(5)字符串比较strcmp 1 #include "
stdafx.h
" 2 #include "iostream" 3 #include "assert.h" 4 5 using namespace
Snow_斯诺
·
2014-06-12 10:00
(4)字符串链接strcat
(4)字符串链接strcat 1 #include "
stdafx.h
" 2 #include "iostream" 3 #include "assert.h" 4 #include "string"
Snow_斯诺
·
2014-06-12 09:00
(3)判断回文字符串
(3)判断回文字符串 1 #include "
stdafx.h
" 2 #include "iostream" 3 4 using namespace std; 5 6 int isechol (const
Snow_斯诺
·
2014-06-12 09:00
(2)字符串复制strncpy
(2)字符串复制strncpy 1 #include "
stdafx.h
" 2 #include "iostream" 3 #include "assert.h" 4 5 using namespace
Snow_斯诺
·
2014-06-12 09:00
(1)字符串复制
(1)字符串复制 1 #include "
stdafx.h
" 2 #include "iostream" 3 #include "assert.h" 4 5 using namespace std;
Snow_斯诺
·
2014-06-12 09:00
oral_quiz->#根据先根、中根,建树#
#include"
stdafx.h
" #include"Utilities/BinaryTree.h" #include BinaryTreeNode*ConstructCore(int*startPreorder
貉子
·
2014-06-11 21:00
SIFT算法的c++实现(VS2010+OpenCV2.3.1)
方法一:建立一个控制台应用程序代码如下:#include"
stdafx.h
"#include"highgui.h"#include"features2d/features2d.hpp"#includeusing
lien0906
·
2014-06-10 17:00
手写格式化类DFormat,用到boost.regex boost.regex_replace boost.bind等
//2014-6-109:56#include"
stdafx.h
"#include#include#include#include#include#include//#include#include#include
davidsu33
·
2014-06-10 14:00
boost
regex_replace
regex_grep
回文数的判断
#include"
stdafx.h
" #include #include usingnamespacestd; booltestsymmetry(intn) { inttemp; boolflag=
cjc211322
·
2014-06-09 21:00
回文数的判断
boost的operator操作符
//madebydavidsu33//2014-6-818:40#include"
stdafx.h
"#include#include#includeusingnamespacestd;//utility
davidsu33
·
2014-06-09 15:00
boost
operator操作符
二叉搜索树
#include"
stdafx.h
" #include usingnamespacestd; structNode { intvalue; Node*left; Node*right; }; boolinsert
ywk253100
·
2014-06-08 20:00
模板基链的实现,实现c#的接口,单继承模式
//实现一个基类链操作,实现类似C#中接口的功能//madebydavidsu33//2014-6-819:00#include"
stdafx.h
"#include#include//1.实现对某一个类的片段操作
davidsu33
·
2014-06-08 19:00
基链c#接口实现
标准库utility中rel_pos替换操作符的用法
//madebydavidsu33//2014-6-818:40#include"
stdafx.h
"#include#includeusingnamespacestd;//utility中提供的rel_ops
davidsu33
·
2014-06-08 18:00
std
rel_ops
boost中serialization模块的单体类
#include"
stdafx.h
"#include#include#defineSGOBJ
davidsu33
·
2014-06-08 18:32
boost
boost中serialization模块的单体类
#include"
stdafx.h
"#include#include#defineSGOBJ
davidsu33
·
2014-06-08 18:00
Singleton
boost
字符串转换:原字符串字符+该字符出现的次数
例如:输入:1233422222输出:1121324125#include"
stdafx.h
" #include #include usingnamespacestd; intmain(intarc,
cjc211322
·
2014-06-07 21:00
字符串转换
原字符串字符+该字符出现的次数
英文句子中的单词逆序
#include"
stdafx.h
" #include #include #include usingnamespacestd; intmain(intarc,char**argv) { stringstr
cjc211322
·
2014-06-07 16:00
英文句子单词逆序
不使用C程序已有函数,模拟C++的strstr函数
strstr函数--输出主串的子串及其后面的所有字符#include"
stdafx.h
" #include #include usingnamespacestd; intmain(intarc,char
cjc211322
·
2014-06-07 15:00
模拟C++的strstr函数
不使用C程序的现有函数
C++学习笔记-list遍历
// #include"
stdafx.h
" #include #include #include #include #include #include #include usingnamespacestd
yangwei19680827
·
2014-06-07 14:00
boost与MFC的冲突(new)
,由于MFC为了方便调试,在debug下重新定义了new#ifdef _DEBUG#define new DEBUG_NEW#endif因此与boost产生了冲突我的解决方法是把boost的头文件放在
stdafx.h
·
2014-06-07 11:00
boost
整数转字符串
知识点:c++中栈的操作方法一:#include"
stdafx.h
" #include #include usingnamespacestd; intmain(intargc,char**argv)
cjc211322
·
2014-06-07 10:00
C++整数转字符串
创建控件全过程
图一创建工程一路狂按Next,直至Finsh出现,再按下OK,如下图:图二创建完成二、架设Socket环境:首先在
StdAfx.h
文件中加入下面这句代码:#include//MFCso
小青_1989
·
2014-06-06 20:00
GDI+ 和MFC内存泄露检测
6.0进行GDI+和MFC编程后,我遇到了一些麻烦的问题:不移除DEBUG_NEW 宏就不能编译有MFC的GDI代码不少许修改代码就不能编译有STL的GDI+代码不能探测到内存泄露以下是解决方案怎样使用在
stdafx.h
joji_h
·
2014-06-06 15:00
01背包问题算法实现
//关于01背包问题的代码 #include "
stdafx.h
" const int n=4;//物品的数目 const int c=8;//背包的最大承重 const int
赵梦茹2012
·
2014-06-05 18:19
01背包问题
在应用层使用ntdll.dll中的未导出函数
// #include"
stdafx.h
" typedefNTSTATUS(NTAPI*NTCREATEFILE)( OUTPHANDLEFileHandle, INACCESS_MASKDesiredAccess
fengkuangfj
·
2014-06-05 18:00
VS2012下基于Glut OpenGL绘制直线(添加设置直线宽度)示例程序
// #include "
stdafx.h
" #include #include
小青_1989
·
2014-06-05 14:00
timu
//V1 #include"
stdafx.h
" #include
woshishuizzz
·
2014-06-05 13:00
腾讯面试题+答案
#include "
stdafx.h
" //在一篇英文文章中查找指定的人名,人名使用二十六个英文字母(可以是大写或小写)、空格以及两个通配符组成(*、?)
赵梦茹2012
·
2014-06-05 10:18
字符串匹配
答案
腾讯面试题
字符串匹配(普通+KMP)
// #include "
stdafx.h
" //求字串位置的定位函数 char *s="acabaabaabcacaabc"; char *p="abaabcac"; int lenS; int
赵梦茹2012
·
2014-06-04 20:35
源码
字符串匹配
KMP
普通
远程线程注入dll
. // #include"
stdafx.h
" #include #include #include #include #include usingnamespacestd; #include #pragmacomment
xie376450483
·
2014-06-04 16:00
奇偶数分离
奇偶数分离描述有一个整型偶数n(2#include"
stdafx.h
" #include intmain() { intm; scanf("%d",&m); while(m--)//这里确定输入几组数据
foreverhuylee
·
2014-06-03 11:00
在命令行处理 console 应用执行的返回值。
// #include"
stdafx.h
" #include"CompareDirs.h" #ifdef_DEBUG #definenewDEBUG_NEW #endif //唯一的应
91program
·
2014-06-01 21:00
排序算法之----快速排序算法
//《剑指Offer——名企面试官精讲典型编程题》代码 //著作权所有者:何海涛 #include"
stdafx.h
" #include #include"Array.h" #include //RandomPartition
tianzhaixing
·
2014-05-31 10:00
C++
面试
Random
边缘检测——Sobel算子
// #include"
stdafx.h
" #include"cv.h" #include"highgui.h" #include"math.h" #include"stdio.h" #inclu
eric41050808
·
2014-05-30 16:00
图像处理
边缘检测
sobel
boost signals solt 01 暂时无法理解的坑
//#include"
stdafx.h
"#include#include#includeclassCTarget/*:publicboost::signals2::trackable*/{public:
Error
·
2014-05-30 01:00
类似于分支限界
问题描述:已知一拓扑网络,在其中1和6号节点中,有目标出现,同时也已知了两节点之间的间隔时间,其中目标车辆的速度v为10m/s,间隔40s其临界表如下所示:代码如下:#include"
stdafx.h
"
xiaozz_m608c
·
2014-05-29 10:00
应用CImage类用文件和流的方式显示图片和放大缩小图片
HANDLE m_hFile;CImagem_Image;voidLoadMemImage(void* pMemData, long len);afx_msgvoidOnFileOpen();4.2在
stdafx.h
Templar1000
·
2014-05-29 01:00
c语言文件查找,遍历
#include"
stdafx.h
" #include #include
wonengxing
·
2014-05-28 15:00
【C++】2.2 C++基本语法--随机数函数的使用
(但这样便于程序调试)#include"
stdafx.h
" //预编译头#i
Jannie_xx
·
2014-05-26 15:14
vc++
C++语法
随机数函数
【C++】2.2 C++基本语法--随机数函数的使用
(但这样便于程序调试)#include"
stdafx.h
"//预编译头#in
Jannie_xx
·
2014-05-26 15:14
VC++
C++语法
随机数函数
[置顶] lua入门之三:lua调用c/c++库(动态链接方式)
#include"
stdafx.h
" #ifdef__cplusplus extern"C"{ #endif #include"lua.h" #include"lualib.h" #include"lauxlib.h
x356982611
·
2014-05-26 11:00
看书小记9(《C专家编程》)
哈希表简单实现,练个手#include"
stdafx.h
"#includeusingnamespacestd;#defineHASHSIZE12typedefstructHashTable{int*elem
pandawuwyj
·
2014-05-24 22:00
SAD stereo matching
*opencv实现的简单双目立体的SAD局部匹配算法 *输入imR和imL *输出深度图DEPTHMAPinclude"
stdafx.h
" #include"cv.h" #include"cxcore.h
luckyboy101
·
2014-05-24 15:00
2451
//#include"
stdafx.h
" #include #include #defineMAXN100001 #defineMAX500001 structnode { longx,y,w; }T[
chen_xinjia
·
2014-05-24 14:00
ZOJ
C++预编译头文件
许多初学VC的朋友也许都为那么一个问题困扰过: 为什么所有的cpp都必须#include"
stdafx.h
" 也许请教了别的高手之后,他们会告诉你,这是预编译头,必须包含。
guoliang
·
2014-05-23 21:00
C++
mfc
预编译头
OpenCV---HoughLinesP函数的使用
实例#include"
stdafx.h
" #include #include #include usingnamespacecv; intmain(intargc,char**argv) { Matsrc
cjc211322
·
2014-05-23 14:00
opencv
HoughLinesP
用boost分割字符串的代码示例
#include"
stdafx.h
" #include #include #include /* 测试环境 [1]VS2010SP1,boost1.55 */ voidtestTokenizer
lee353086
·
2014-05-23 09:00
字符串分割
正则
c++ 判断字符串是否为数字
#include"
stdafx.h
"#include#include#includeint_tmain(intargc,_TCHAR*argv[]){std::stringstr("123441115111111
dongyutq
·
2014-05-22 22:58
c++
使用OpenCV编写的LDA程序----C++ LDA代码
// #include"
stdafx.h
" #include #include #include #include"lda.h" usingnamespace
cjc211322
·
2014-05-22 19:00
C++
OpenCV编写的LDA程序
LDA代码
OpenCV访问Mat对象中数据时发生异常---Mat中的数据访问
///*#include"
stdafx.h
"#include#include#include#include"lda.h"u
cjc雪狼
·
2014-05-22 18:28
OpenCV
上一页
99
100
101
102
103
104
105
106
下一页
按字母分类:
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
其他