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
HUD 1029Ignatius and the Princess IV
专题十二基础DP1B-IgnatiusandthePrincessIV题意:第一行输入n,表示有n个元素n小于一百万第二行输入n个元素输出n个元素中出现次数大于二分之n的元素思路打表#include"
stdafx.h
Dextrad_ihacker
·
2016-01-28 11:00
dp
SDL 显示汉字
#include"
stdafx.h
" #pragmacomment(lib,"SDL.lib") #pragmacomment(lib,"SDL2_image.lib") #pragmacomment
QQ76211822
·
2016-01-27 13:00
面试题-链表反转c实现
//#include"
stdafx.h
"#include#includeusingnamespacestd;typedefstructList{ structList*next; intdata
HarlanC
·
2016-01-27 09:00
指针、数组,和指针算术你基本入门了(理解了这些)
#include"
stdafx.h
" #include int_tmain(intargc,_TCHAR*argv[]) { usingnamespacestd; doublewages[3]={3.30,6.60,9.90
rl529014
·
2016-01-26 17:00
数组
区别
指针
深入理解
指针算术
C++学习三 STL的初级学习
//本程序实现的是STL的初级学习; //是关于工资统计的问题 // #include"
stdafx.h
" #include //一下引入STL相关头文件; #include//向量容器 #include
shawncheer
·
2016-01-26 12:00
C++学习一 文件流读取
////只是include“
stdafx.h
”include“iostream”//输入输出库文件include“fstream”//文件流读取库usingnamespacestd;int_tmain(
shawncheer
·
2016-01-26 12:00
ZOJ 1586
题目链接:[kuangbin带你飞]专题六最小生成树E-QSNetwork//#include"
stdafx.h
" #include #include usingnamespacestd; structedge
Dextrad_ihacker
·
2016-01-25 21:00
ZOJ
C++学习二:异常机制
#include"
stdafx.h
"//这是多个头文件的集合; #pragmaonce//防止一个头文件被多次编译; #include #include usingnamespacestd; int_tmain
shawncheer
·
2016-01-25 19:00
C++常用库函数atoi,itoa,strcpy,strcmp的实现
整数转换成字符串 itoa 函数的实现#include"
stdafx.h
" #include usingnamespacestd; voiditoaTest(intnum,charstr[]) { intsign
acpchenpeng
·
2016-01-25 15:00
atoi
itoa
strcpy
strcmp的实现
运行下载程序
#include"
stdafx.h
"#include#pragmacomment(lib,"urlmon.lib")//隐藏控制台窗口#pragmacomment(linker,"/subsystem:
一拳超人ORZ
·
2016-01-25 14:00
运行下载程序
#include"
stdafx.h
"#include#pragmacomment(lib,"urlmon.lib")//隐藏控制台窗口#pragmacomment(linker,"/subsystem:
一拳超人ORZ
·
2016-01-25 14:00
vector中去除重复的元素
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(){vectorv;cout>number;for(inti=
hebastast
·
2016-01-25 14:10
c/c++
POJ 2421 Constructing Roads
//#include"
stdafx.h
" #include #include #include #include #include usingnamespacestd; structedge { ints
Dextrad_ihacker
·
2016-01-24 09:00
poj
POJ 1287 Networking
Input:m,n图的两个顶点和权值Output:最短权值之和//#include"
stdafx.h
" #include #include #include usingnamespacestd; structedge
Dextrad_ihacker
·
2016-01-24 00:00
poj
C++ static关键字
// #include "
stdafx.h
" #include #include using namespace std; static int s_test; int nons_test
iamzhangzhuping
·
2016-01-23 18:00
POJ 1251 Jungle Roads(Kruskal)
Kruskal算法:并查集+排序//#include"
stdafx.h
" #include #include
Dextrad_ihacker
·
2016-01-22 14:00
poj
kruskal
POJ 3278 Catch That Cow
其实也挺好想的,开始傻了,就是个三入口bfsBFS基本框架:#include"
stdafx.h
" #include #include #include usingn
Dextrad_ihacker
·
2016-01-20 21:00
poj
bfs
list练习小例子
1//双向链表list的使用 2//高效插入删除,若只是尾部插入删除元素,优先考虑vector 3//若仅于头尾两端增删元素,优先考虑deque 4#include"
stdafx.h
" 5#include
天还是那么蓝
·
2016-01-20 16:00
基于Windows的 wininet 网络库 写的访问服务器接口的函数
加载网络模块 #pragmacomment(lib,"Wininet.lib")#include"tinystr.h" //加载解析XML模块 #include"tinyxml.h" #include"
stdafx.h
Innovation_Miracle
·
2016-01-20 14:00
C++
windows
http
网络
WinINet
WM_COMMAND(BN_CLICKED)实现
WM_COMMAND(BN_CLICKED)实现#include "
stdafx.h
"// TestControl.c //转自http://www.cnblogs.com/memset/archive
天下
·
2016-01-20 11:00
VC++ 中使用内存映射文件处理大文件
#include"
stdafx.h
"#include#includeusingnamespacestd;stringGetValue(constchar*lpbMapAddress,constchar*
yangan
·
2016-01-20 09:00
编写MYSQL插件(UDF)使其实现Split函数
MYSQLUDF插件好像不能返回结果集MFCDLL工程,静态库链接,UNICODE字符编码新建cpp,代码如下#include"
stdafx.h
" #include"tokenize.h" #include"mysql
Sidyhe
·
2016-01-19 16:00
《数据结构与算法之5 中国象棋将帅问题》
注意原题问题的转化:建立一个逻辑的坐标系统(1~9来标记将帅的位置);要求用一个变量解法一:(出数学的方式,将变量转化为9进制数,)#include"
stdafx.h
" int_tmain(intargc
Micheal_you
·
2016-01-18 22:00
C#调用C++Dll
// #include "
stdafx.h
" e
Aonaufly
·
2016-01-18 18:01
C#
dllimport
数据结构之九大排序算法C++
#includestdafx.h//
stdafx.h
:标准系统包含文件的包含文件,//或是经
J_Anson
·
2016-01-17 18:09
数据结构
C++学习之路
数据结构基础算法
数据结构之九大排序算法C++
#include
stdafx.h
//
stdafx.h
:标准系统包含文件的包
J_Anson
·
2016-01-17 18:00
数据结构
C++
九大排序算法
平面方程拟合计算
其程序代码如下:#include"
stdafx.h
"#include#include#include#defineMAX10voidInverse(double*matrix1[],double*matrix2
zang141588761
·
2016-01-15 13:00
haartraing 准备(将图像统一修改尺寸)
//#include"
stdafx.h
"//这句头文件一定要放在最上面,否则很容易报错#include"opencv2/imgproc/imgproc.hpp"#include"opencv2/highgui
qq_27432889
·
2016-01-14 16:00
VS2010使用GDI+在picture control控件里面显示图片
一、头文件添加在项目的
stdafx.h
头文件里面添加如下头文件说明。
zang141588761
·
2016-01-14 13:00
new的使用部分笔记
#include"
stdafx.h
" #include int_tmain(intargc,_TCHAR*argv[]) { //动态内存的分配,必须清楚的是,分配后返回的必然是一个地址,即一个指针
天还是那么蓝
·
2016-01-14 10:00
strlen,_conntof,sizeof
#include"
stdafx.h
" #include int_tmain(intargc,_TCHAR*argv[]) { charstring_a[10]="hello"; char*string_p
天还是那么蓝
·
2016-01-14 09:00
C++ 嵌套类
http://www.cppblog.com/aaxron/archive/2013/04/22/199634.html#include "
stdafx.h
"/*c++嵌套类可以在另一个类内部定义一个类
iamzhangzhuping
·
2016-01-13 16:00
编译PPAPI的media_stream_video示例
VS项目的创建新建一个名为media_stream_video的Win32项目,类型选DLL,去掉预编译头文件
stdafx.h
和stdafx.cpp,
foruok
·
2016-01-11 21:00
OpenGL
chromium
CEF
gles
PPAPI
C读取文件
1#include"
stdafx.h
" 2#include 3usingnamespacestd; 4structPointXYZ 5{ 6doubleX; 7doubleY; 8doubleZ
yhexie
·
2016-01-11 15:00
C读取文件
1#include"
stdafx.h
" 2#include 3usingnamespacestd; 4structPointXYZ 5{ 6doubleX; 7doubleY; 8doubleZ
yhexie
·
2016-01-11 15:00
MFC 通讯录
TXLDlg.cpp//TXLDlg.cpp:实现文件 // #include"
stdafx.h
" #include"TXL.h" #include"TXLDlg.h" #include"afxdialogex.h
strangedbly
·
2016-01-11 15:00
Haffman编码/译码——数据结构作业(二)
// //#include"
stdafx.h
" #include"iostream" #include"stdio.h" #include"stdlib.h" #include"string.h"
strangedbly
·
2016-01-11 11:00
VS2010 MFC中实现printf调试功能,即MFC程序利用控制台输出调试信息
mutes-ChinaUnix博客http://blog.chinaunix.net/uid-20672257-id-2973396.html包含的头文件,原文看不到,这里我添上了1、在项目自动生成的
stdafx.h
fang16388
·
2016-01-08 15:00
《数据结构与算法之1 rand()函数》
1#include"
stdafx.h
" 2#include"iostream" 3#include"time.h"//用到time(null)函数,需要此头文件 4 5usingnamespacestd
Micheal_you
·
2016-01-08 14:00
face++ c++接口
// #include "
stdafx.h
" #include #include using namespace std; #include
u014114990
·
2016-01-06 21:00
预编译头文件(
stdafx.h
)的原理
原文地址:http://521-lion.blog.163.com/blog/static/6662942920117236949606/ stdafx名称的英文全称为:StandardApplicationFrameworkExtensions 所谓头文件je预编译,就是把一个工程(Project)中使用的一些MFC标准头文件(如Windows.H、Afxwin.H)预先编译,以后该工程编译
hellokandy
·
2016-01-06 15:00
vc++
stdafx.h
OpenCV线性滤波实例
// #include"
stdafx.h
" #include #include #include usingnamespacecv; usingnamespac
freedom098
·
2016-01-06 11:00
【学习笔记】《STL使用入门教程》第二讲:模版、容器vector和迭代器
转载请注明出处,原文链接:http://blog.csdn.net/qiulanzhu/article/details/50458141一、模版1、函数模版:实现类型参数化,避免定义多个函数例:#include"
stdafx.h
QIULANZHU
·
2016-01-04 20:00
vector
迭代器
STL
模版
插入排序
#include"
stdafx.h
" #include #include #include #include #include #include #include usingnamespacestd
SKY_VIEW
·
2016-01-02 21:00
C语言网站开发测试 WAMP配置CGI
//#include"
stdafx.h
"int_tmain(intargc,_TCHAR*argv[]){printf("Content-Type:text/html;charset=gbk\r\n\n
ptspzy
·
2015-12-30 17:59
C
web
execl数据保存到数组中
完整工程代码,直接可以运行:见链接http://download.csdn.net/detail/u010951938/9384091#include"
stdafx.h
" #include"OdbcExcel.h
u010951938
·
2015-12-30 16:00
[置顶] STL之sort 排序
#include"
stdafx.h
" #include #include #include #include #include #include #include #include #include #
xiao3404
·
2015-12-29 22:00
自定义
sort
STL
排序算法
结构体
实战c++中的智能指针unique_ptr系列-- unique_ptr与lambda的错误结合(尤其是捕获lambda中的unique_ptr)
直接看看下面的代码:#include"
stdafx.h
"#include#include#includeclassMessage{public:Message(){}};intmain(intargc,
一蓑烟雨1989
·
2015-12-28 21:14
C++
实战c++中的智能指针unique_ptr系列-- unique_ptr与lambda的错误结合(尤其是捕获lambda中的unique_ptr)
直接看看下面的代码:#include"
stdafx.h
" #include #include #include classMessage{ public: Message(){} }; intmain
wangshubo1989
·
2015-12-28 21:00
C++
lambda
uqniue-ptr
19、osg中控制帧速实例
// #include"
stdafx.h
" #include #include #include #include #include #include #include usingnamespacestd
sunxiaoju
·
2015-12-27 21:00
上一页
75
76
77
78
79
80
81
82
下一页
按字母分类:
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
其他