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
endl
C语言宏函数
defineAdd(x,y)((x)*(y))#defineAdd(x,y)((x)*(y))intmain(){inta=10;intb=20;intd=10;intc=Add(a+d,b)*2;cout<
endl
南林yan
·
2024-09-16 10:27
C语言
c语言
虚基类的声明
//虚基类的声明#includeusingnamespacestd;classBase{public:Base(){a=5;cout<<"Basea="<
endl;}protected:inta
无休居士
·
2024-09-14 15:37
c++简单代码
c++进阶--this指针与虚函数指针的关系
来看一个例子:classbase{public:base(){std::cout<<"this:"<
endl<<"&a:"<<&a<
xinxiangwangzhi_
·
2024-09-13 07:19
C++
c++
开发语言
算法
C++基础--main函数返回值问题
函数返回值为-1时,观察系统如何处理返回的错误标识“,编写程序验证:#include#include#includeusingnamespacestd;intmain(){cout<<"sssss"<<
endl
辰流
·
2024-09-09 06:05
c++
代码随想录:哈希表
strings,stringt){vectorhash(26,0);for(inti=0;i#include#include#include#includeusingstd::cout;usingstd::
endl
Hello_Hamburger
·
2024-09-09 05:28
散列表
哈希算法
数据结构
学习大数据DAY14 PLSQL基础语法3
3PLSQL基础语法(三)二重循环三种循环随便嵌套beginfornin1..10loopdbms_output.put_line(n);forjin1..5loopdbms_output.put('*');
endl
工科小石头
·
2024-09-09 01:58
大数据培训
学习
sql
大数据
oracle
求解矩阵两条对角线上的元素之和
intnum;cout>num;inta[N][N];cout>a[i][j];}for(i=0;i
endl
mengyou1
·
2024-09-07 16:40
C++全国计算机二级考试
C++:面向对象三大特征之封装
includeusingnamespacestd;classstudent{private:constchar*name;intage;public:voidshow(){cout<
endl
学习使我变快乐
·
2024-09-05 18:35
c++
算法
开发语言
0902,DEQUE,LIST,VECTOR
if(c1#includeusingstd::cout;usingstd::
endl
qq_51583806 彩雷王
·
2024-09-04 21:46
我爱学习
list
数据结构
c++
0828,虚拟继承,欠(C++ primer 15.9中的文本查询扩展的作业
011_multiderivedwithVir.cc#includeusingstd::cout;usingstd::
endl
;//------------------------------//classA
qq_51583806 彩雷王
·
2024-09-02 22:48
我爱学习
c++
开发语言
C++指针与地址
将按比例增大地址,整数要乘以表达式基类型大小:新地址=旧地址+(整数*基类型大小)#includeusingnamespacestd;intmain(){intn=9;int*p=&n;cout<
endl
极客探索者
·
2024-08-31 10:39
c/c++
c++
c语言
算法
【C++ Primer Plus习题】7.5
="<
endl;}return0;}
国中之林
·
2024-08-31 07:17
姚哥刷C++
Primer
Plus习题集
c++
开发语言
学习
刷题
【C++ Primer Plus习题】7.7
<<
endl
;break;}}returnbegin;}voidshow_array(double*arr,do
国中之林
·
2024-08-31 07:16
姚哥刷C++
Primer
Plus习题集
c++
开发语言
学习
刷题
C++系列学习笔记
namespace:命名空间的关键字//std:系统的关键字intmain(){cout>num>>ch>>val;cout<<"num="<
endl
睡觉然后上课
·
2024-08-28 21:15
QT
C++
c++
笔记
linux
职场和发展
c语言
C++ 基础学习
a'&&str[i]='A'&&str[i]<='Z')){alp++;}elseif(str[i]==''){spa++;}else{other++;}}cout<<"数字"<
endl
wuziNO_1
·
2024-08-28 17:49
c++
学习
算法
c++中std::
endl
和“\n“ 这两个换行符有什么区别
std::
endl
和"\n"都用于在C++中生成换行符,但它们之间有一些重要的区别std::
endl
:功能:输出一个换行符,并刷新输出流(即缓冲区)。
乱敲的码农
·
2024-08-27 12:10
c++
c++
开发语言
C++ while语句
1;while(val<=10){sum+=val;++val;}std::cout<<"Sumof1to10inclusiveis"<<sum<<std::
endl
soldier123333
·
2024-08-26 21:08
C++Primer
c++中的iomanip
0xfff;cout#includeusingnamespacestd;intmain(){inta=10;doubleb=3.141592658;doublec=1.2232444;cout<
endl
qq_187352634
·
2024-08-26 05:45
C++
c++
c++中的iomanip
TCP&IP网络编程(尹圣雨)简易版回声客户端
如果需要按下Q键退出,客户端部分加个判断即可服务端:#include#include#pragmacomment(lib,"ws2_32.lib")usingstd::cout;usingstd::
endl
crescentgear
·
2024-08-24 00:21
C/C++
网络编程
网络
tcp/ip
c++
分别用c/c++ python java输出九九乘法表
defineendl'\n'intmain(){for(inti=1;i<=9;i++){for(intj=1;j<=i;j++){cout<
endl
X_StarX
·
2024-08-22 20:29
c语言
c++
python
java
开发语言
max_element()和min_element()函数及用法介绍
max_element(first,last)作用:返回数组区间[first,last)中最大元素的位置用法:intt=max_element(a,a+8)-a;//注意要减去a本身的地址cout<
endl
藕粉和藕片
·
2024-03-29 05:36
数据结构
c++
c++类和结构体
那么我们来看看如何创建类还要类和结构体之间的区别classplayer{public:intx;inty;charname[10];intage;voidadd(intx,inty){std::cout<
endl
JINbigXIA
·
2024-03-26 04:48
c++
算法
C++经典日期类实现
日期类实现定义一个日期类//文件:Date.h#pragmaonce#includeusingstd::cout;usingstd::
endl
;//定义日期类classDate{public://直接写到类里面的函数默认
快乐老干妈
·
2024-03-08 16:10
C++
c++
开发语言
【C++精简版回顾】1.命名空间2.标准输出3.内联函数与函数重载
a:b;}intmain(){cout<
endl;cout<
endl;return0;}3.2重载函数重载:同一个函数名实现多种功能。voidprin
m0_61659911
·
2024-02-20 14:02
c++
算法
开发语言
if--c++17--变量+表达式
=v.end()){std::cout<
endl;}这个`if`语句的语法是C++17引入的一个新的语法结构,称为"ifwithinitializer",它允许我们在
猿饵块
·
2024-02-20 11:09
c++
java
开发语言
stack的用法
返回队内元素个数#include#include//引用stack头文件usingnamespacestd;intmain(){stacks;cout<
endl
代码续发
·
2024-02-20 04:00
小白进阶
算法
洛谷 P6546 [COCI2010-2011#2] PUŽ
讲解:首先还是正常输入:inta,b,v;cin>>a>>b>>v;然后经入一个函数num:cout<
endl;之所以要乘以1.0是因为要向上取整!
126wkw2024
·
2024-02-20 02:20
算法
c++
c语言
模拟
数学
分布式文件系统 SpringBoot+FastDFS+Vue.js【四】
文件的下载和删除功能8.1.FastDFSClient.java8.2.FileServerController.java8.3.Vue的fast.js8.4.fastdfsimg.vue8.5.效果九、总结
endl
良辰美景好时光
·
2024-02-19 10:21
vue
springboot
spring
boot
vue.js
后端
vue_dev_tools工具下载安装打包
vue_dev_tools工具下载安装打包一、简介二、安装方式2.1.安装图文2.2.打包工具
endl
一、简介使用Vue时,在浏览器上安装VueDevtoolsVueDevtools是Vue官方发布的调试浏览器插件
良辰美景好时光
·
2024-02-15 05:52
vue
vue.js
前端
vue【opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error‘ ]】
:03000086:digitalenveloperoutines::initializationerror']】一、Vue项目启动报错如下解决方式1:NodeJS版本过高解决方式2:添加项目启动参数
endl
良辰美景好时光
·
2024-02-15 05:52
vue
vue.js
前端
C++中如何声明并定义全局变量
示例函数,可以访问全局变量voidprintGlobalVariable(){std::cout<<"ThevalueofglobalVariableis:"<
endl
kfjh
·
2024-02-14 22:25
c++
打印ASCII码
165代码#include//头文件调用usingnamespacestd;intmain(){chara;intb;cin>>a;b=(int)a;cout<<b<<
endl
2401_82881310
·
2024-02-14 14:36
c++
算法
开发语言
c++自学笔记001-输入输出
4.
endl
含义endofline,与\n作用类似。
梁逸尘
·
2024-02-14 13:10
c++笔记
cin与cout
B2084 质因数分解
6usingnamespacestd;intmain(){intn;cin>>n;for(inti=2;i<=sqrt(n);i++)if(n%i==0){cout<<n/i<<
endl
Hello,world!*10
·
2024-02-14 10:48
C++
算法
数据结构
请设计一个小程序来判断当前是大端字节序还是小端字节序?
inta=0x00000001;char*p=(char*)&a;if(*p==1){cout<<"小端"<<
endl
;}else{cout<<"大端"<<
一念男
·
2024-02-14 02:37
c++
算法
前端
[C++]单/多继承体系中的虚函数表
单继承中的虚表单继承体系下:classBase{public:virtualvoidfunc1(){cout<<"Base::func1()"<<
endl
;}inta=0;};classDerive:publicBase1
SFoRL
·
2024-02-13 23:19
C++
c++
假如程序员也分等级……
A.cout<<"Helloworld"B.cout<<"Helloworld"<<
endl
;4.这个图标是什么软件?A.谷歌B.小恐龙5.CSDN的全称是?A.C
爱编程的小芒果
·
2024-02-13 21:48
前端
算法
javascript
判奇偶求和
=0){for(inti=1;i<=n;i++){if(i%2==0){u=u+i;}}cout<
endl;}else{for(inti
2401_82881310
·
2024-02-13 12:59
算法
C++ STL string字符存取
includeusingnamespacestd;voidtest01(){stringstr="hello";//1.通过[]访问单个字符for(inti=0;i
endl
9677
·
2024-02-13 08:15
C++
c++
开发语言
记录 | C++ #ifdef #endif 条件编译指令
<
endl;#endif当
极智视界
·
2024-02-13 07:28
踩坑记录
c++
#ifdef
#endif
条件指令
析构函数
public:Demo(strings);~Demo();private:stringm_s;};Demo::Demo(strings):m_s(s){}Demo::~Demo(){cout<
endl
DDDDDDDDDD_b6a4
·
2024-02-13 07:42
C++——内部类
private:int_a;};intmain(){coutusingnamespacestd;classA{public:classB{public:voidtoo(constA&a){cout<
endl
MiYa_1652
·
2024-02-12 22:58
c++
重载operator new和 operator delete
classFoo{private:int_id;public:Foo():_id(0){cout<<"DefaultConstruct"<
endl;}Foo(intid
万里归来少年心
·
2024-02-12 22:58
C++
operator
new
operator
delete
new[]
内存管理
重载new
delete
c++求三个数中最大数
gt;>b>>c;if(a>b&&a>c)couta&&b>c)couta&&c>b)cout<<"最大数为c:"<<c<<
endl
无案牍之劳形
·
2024-02-12 17:46
c++
算法
开发语言
C++入门——指针空值 nullptr (C++11支持)
voidf(int){cout<<"f(int)"<<
endl
;}voidf(int*){cout<<"f(int*)"<<
endl
;}intmain(){f(0);f(NULL);f((int*)NULL
淑女在哭泣
·
2024-02-11 21:01
c++
开发语言
在Linux上快速编写C++
<<
endl
;return0;}2.编译:~/c++$g++example01.cpp-oexample013.授权:~/c
WongKyunban
·
2024-02-11 09:26
C/C++
c++
C++使用按位左移_右移运算符
;intHalf=Input>>1;intQuarter=Input>>2;intDouble=Input<<1;intQuadruple=Input<<2;cout<<"Half:"<
endl
Waldo_cuit
·
2024-02-11 08:57
C++移动构造
includeusingnamespacestd;classPointer{private:int*p;public:Pointer(intx=0):p(newint(x)){cout<<"构造"<<
endl
一天开始了
·
2024-02-11 06:27
c++
开发语言
指针与引用的区别
inti=1;int&r=i;//r指向i(r是i的别名,可以通过操作r来改变i的值)、r=2;cout<
endl;//r和i的值都为2 通俗的讲,为引用赋值,实际上就是将值赋给了与引用绑定的对象
anycedo
·
2024-02-11 02:27
signal handler 例子
#include#include#include#includevoidsig_handler(inti){std::cout<<"sig_handlerint"<<std::
endl
问豆子
·
2024-02-10 17:21
C++
c++
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他