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
1038
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(){unsignedlonglongn;mapgrade;unsignedk
峡迩
·
2020-02-14 22:55
chapter-3
#include"
stdafx.h
"#include#include//vector可以容纳着其他对象,简称容器。#include//string表示可变长的字符序列。#include//泛型算法!
峡迩
·
2020-02-13 18:40
OpenCV读取和显示图片
代码示例:#include"
stdafx.h
"#include#include#includeusingnamespacestd;usingnamespacecv;intmain(){MatsrcImage
keloli
·
2020-02-13 18:49
第2章 C/C++快速入门
代码(C++):#include"
stdafx.h
"#includeintmain(){inta[10]={3,1,4,5,2};for(inti
HaloWorld2020
·
2020-02-13 10:45
线性表链接存储
#include"
stdafx.h
"#include"stdio.h"#include#include"string.h"typedefintelemType;/********************
高思阳
·
2020-02-12 02:57
2018-11-21
#include"
stdafx.h
"structbird{intnBird;};structrock{introck;};voidmain(){bird*b;rock*r;void*v;v=r;b=v;
厄不是嫩草
·
2020-02-07 18:55
关于编译后的c++文件作用简单介绍
**关于编译后的c++文件作用简单介绍*/#include"
stdafx.h
"intmain(intargc,char*argv[]){printf("HelloWorld!
RollTheDice1992
·
2020-02-07 04:01
引用和指针的比较与函数传值、地址、引用的详解
**引用和指针的比较与函数传值、地址、引用的详解*/#include"
stdafx.h
"#include"iostream.h"voidadd_f1(intfiNum){fiNum+=1;}voidadd_f2
RollTheDice1992
·
2020-02-05 11:17
关于指针、指针的指针与地址
**关于指针*/#include"
stdafx.h
"#include"stdio.h"#include"iostream.h"intmain(intargc,char*argv[]){intiNum=0
RollTheDice1992
·
2020-02-05 01:51
C++ 隐式类类型转换
下面通过代码来看一看:#include"
stdafx.h
"#incl
wx5de7b5143d243
·
2020-02-03 17:28
C/C++
C++
编程语言
面向对象之类的继承与派生、三种继承方式的访问权限
**面向对象之类的继承与派生、三种继承方式的访问权限*/#include"
stdafx.h
"#include"iostream.h"classA{public:voidfA1(){cout<<"fA1(
RollTheDice1992
·
2020-02-02 17:00
按位分配数据空间、结构体按位分配空间的细节与内存对齐
**按位分配数据空间、结构体按位分配空间的细节与内存对齐*/#include"
stdafx.h
"#include"iostream.h"enumColor{RED=0x01,GREEN,WHITE,BLACK
RollTheDice1992
·
2020-02-02 16:12
编译预处理之include指令的使用与宏定义详解
**编译预处理之include指令的使用与宏定义详解*/#include"
stdafx.h
"//include指令用于包含一个文件#include"iostream.h"#defineOUTPUT("testoutput
RollTheDice1992
·
2020-02-02 13:10
编译预处理之条件编译、#运算符
**编译预处理之条件编译、#运算符*/#include"
stdafx.h
"#include"iostream.h"#defineTEST0#defineTEST1(x)#x#x#x#x#defineTEST2
RollTheDice1992
·
2020-02-02 12:54
类访问的动态绑定
**类访问的动态绑定*/#include"
stdafx.h
"#include"iostream.h"classA{public:virtualvoidf(){coutf();//fA1()pa=&b;pa
RollTheDice1992
·
2020-02-02 03:50
联合内存占用与枚举的值与内存占用
**联合与枚举*/#include"
stdafx.h
"#include"iostream.h"unionU1{//联合在内存中占据空间的大小取决于其成员最大的那个intiNum;charcNum;doubledNum
RollTheDice1992
·
2020-02-01 17:05
一般常量存储与修改常量数据的值
**一般常量存储*/#include"
stdafx.h
"intmain(intargc,char*argv[]){chara='a';char*b="ba";b="a";//此时将指针b指向内存中字符串
RollTheDice1992
·
2020-02-01 05:41
额外:星期计算小程序
//#include"
stdafx.h
"#includeinttotalDays(intyear,intmonth,intday){inta;//当年已过的天数intleapYear=year/4-year
梦中霜雪梨花白
·
2020-01-27 22:00
分享一个Objectarx 的凸包算法
#include"
stdafx.h
"#include"MyTuBao.h"#include"MathUtil.h"MyTuBao::MyTuBao(){}MyTuBao::MyTuBao(AcGePoint3dArrayarr
HelloLLLLL
·
2020-01-15 15:00
Objectarx 相交矩形求并集 面域转多段线
其中要注意,要想在使用向导创建的工程里使用面域的类,需要在头文件:
StdAfx.h
中写上这句宏命令#defin
HelloLLLLL
·
2020-01-15 15:00
Unity调用c++代码
创建一个c++动态链接库项目:1.在项目后面选择DLLemptyProject3.在SourceFiles添加c++Files(cpp)代码如下#include"
stdafx.h
"#include"stdlib.h"extern"C
ysl176
·
2020-01-07 23:12
Calculator
//#include"
stdafx.h
"#include#include//plus等标准库函数对象#include#include#include#includeusingnamespacestd;classCalculator
峡迩
·
2020-01-07 21:38
1058
//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;classQuestion{public:Question()
峡迩
·
2020-01-07 05:17
浅拷贝与深拷贝
浅拷贝#include"
stdafx.h
"#includeclassCTest{public:CTest();~CTest();private:intm_nNum;char*m_pName;};CTest
厄不是嫩草
·
2020-01-05 16:19
Basket
//#include"
stdafx.h
"#include#include#include#include#include#include#includeusingnamespacestd;classBook
峡迩
·
2020-01-05 06:37
文本查询程序-类
//#include"
stdafx.h
"#include#include#include#include#include#include#include#include#include#includeusingnamespacestd
峡迩
·
2020-01-03 04:11
VC-进程间通信(InterProcess Communication,IPC)
//#include"
stdafx.h
"#include#include#include#defineBUF_SIZE512int_tmai
htj10
·
2020-01-02 22:00
踏入OpenGL大门——VS2015开发环境配置:测试环境、永久配置环境、解决常见错误(详细图文)
lib,"glew32.lib")(经测试,这个glew库文件在2015中必须显式包含——代码包含或者在附加依赖项中添加)另外需要注意的是:glew.h需要先包含在前面,然后才是freeglut.h//
stdafx.h
大刀和长剑
·
2020-01-01 11:07
Const
//#include"
stdafx.h
"#include#includeusingnamespacestd;conststring&shortstring(conststring&s1,conststring
峡迩
·
2020-01-01 05:05
001计算机图形学vs2015配置openGL及第一个opengl程序
visualstudioopengl环境配置打开vs2015,运行—devenv在VisualC++下新建一个win32控制台程序项目—管理Nuget程序包浏览——在搜索栏输入NupenGL,安装这两个文件包程序测试#include"
stdafx.h
夏大王2019
·
2019-12-30 20:31
文本查询-My(StrVec提供类间共享元素的能力!)
//#include"
stdafx.h
"#include#include#include#include#include#include#include#include#includeusingnamespacestd
峡迩
·
2019-12-29 23:13
1030
#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(){longlongn,p;longlongtmp;vectorseries
峡迩
·
2019-12-28 00:52
赋值运算符函数
题目:如下为类型CMyString的声明,请为该类型添加赋值运算符函数#include"
stdafx.h
"#includeclassCMyString{public:CMyString(char*pData
小牛闯江湖
·
2019-12-27 08:58
Boost.Asio——(4)参数传入
1源码//参数传入Bindingargumentstoahandler#include"
stdafx.h
"#include#include#include#include//因为要开启一个重复的计时,所以需要把
Savior2016
·
2019-12-26 07:27
文本查询程序-My-类
//#include"
stdafx.h
"#include#include#include#include#include#include#include#includeusingnamespacestd
峡迩
·
2019-12-26 03:17
Boost.Asio——(3)异步定时器
1源码及注释#include"
stdafx.h
"#include#include//只需要添加此头文件就可以使用asio#include//因为要使用计时器,所以添加此头文件voidprint(constboost
Savior2016
·
2019-12-25 07:35
产生随机数
#include"
stdafx.h
"#include#include#include/*用到了time函数,所以要有这个头文件*/#defineMAX10intmain(void){srand((unsigned
FlyingPenguin
·
2019-12-22 21:51
windows油槽通信
//#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){//1.打开邮槽对象HANDLEhFile=CreateFile(L"\\\\DESKTOP-NJCBKNB
MagicalGuy
·
2019-12-22 05:19
1061
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;intmain(){intn,m;cin>>n>>m;map>data;for
峡迩
·
2019-12-22 05:19
IOCP模型与网络编程
【服务端源代码】#include"
stdafx.h
"/*iocp是windows上通讯模型,把socket的阻塞函数,如recv改成完成端口的来完成.基本的思路,创建一个线程池来作为工作者线程,然后线程的处理函数是接收
天狼战士
·
2019-12-21 14:00
VecStr(模仿vector容器)
//#include"
stdafx.h
"#include#include#include#include#include#includeusingnamespacestd;classVecStr{public
峡迩
·
2019-12-20 19:28
1046
//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;intmain(){unsignedn;cin>>n;unsignedjia
峡迩
·
2019-12-20 14:11
Boost.Asio——(5)使用成员函数作为回调函数
//参数传入#include"
stdafx.h
"#include#include#include#includeclassprinter{public:printer(boost::asio::io_service
Savior2016
·
2019-12-20 03:59
第一个OpenCV程序的说明
#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){cv::Matimg=cv::imread("J:\\VS2010Proj
smallpi
·
2019-12-20 01:23
8种关联容器的用法
//#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;classInfo_Stu{public:Info_Stu
峡迩
·
2019-12-16 17:11
执行顺序问题
//BUGtypedefstructSData{intnNumb;charszName[20];floatfMath;}DATA;#include"
stdafx.h
"#include"Map.h"#includeusingnamespacestd
汁虫
·
2019-12-13 03:00
异常0xc000041d的抛出过程
为了说明这个过程,我们必须写一个示例程序,如下:#include"
stdafx.h
"#include#include#include#pragmacomment(lib,"user32")WNDPROColdproc
活着的虫子
·
2019-12-12 11:00
C++连连看判定图形消除算法
//#include"
stdafx.h
"#include#include#includeusingnamespacestd
yyhejun
·
2019-12-12 08:52
chapter-14
//chapter-14.cpp:重载运算符和类型转换(operatorint()()const)//#include"
stdafx.h
"#include#include#include#include
峡迩
·
2019-12-12 07:54
1039
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;mapcount_color(stringtmp){mapcount_ret;
峡迩
·
2019-11-29 10:19
上一页
56
57
58
59
60
61
62
63
下一页
按字母分类:
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
其他