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
cout
电子学会C/C++编程等级考试2022年06月(七级)真题解析
1usingnamespacestd;intmain(){longlongn,h1=1,y=0;cin>>n;for(longlongi=1;i<n+1;i++){y=(4*i-2)*h1/(i+1);h1=y;}
cout
码农StayUp
·
2023-12-27 22:26
深度优先
算法
图论
c++
青少年编程
电子学会
句子单词逆序
stringstreamss(s);vectorstr;while(ss>>s_){str.push_back(s_);}for(intj=str.size()-1;j>=0;j--)
cout
瓜大小王子
·
2023-12-27 22:51
C++day2作业
public:intsoce;voidget_information();voidset_information();};voidStu::set_information(){staticStus1;
cout
傻猪猪一枚
·
2023-12-27 22:11
c++
算法
开发语言
在set容器中利用find()和end()查找元素的简单使用
set的begin(),end()以及find()函数来打印元素并查找元素的简单代码示例#include#includeintmain(){std::setmySet={1,2,3,4,5};std::
cout
kxwang_
·
2023-12-27 20:23
基于Linux的C++
数据结构
算法
c++
算法
开发语言
struct关键字及内存对齐详解
structstudent{}stu;
cout
usingnamespacestd;typedefstructst_type{inti;inta[0];}type_a;intmain(){
cout
item
月已满西楼
·
2023-12-27 18:03
c/c++
cpp
编程
结构体
struct
CodeFoeces-777A
代码#includeusingnamespacestd;intmain(){intn,x,t[6][3]={0,1,2,1,0,2,1,2,0,2,1,0,2,0,1,0,2,1};cin>>n>>x;
cout
ss5smi
·
2023-12-27 17:25
c++整数运算(1)
include#includeusingnamespacestd;intmain(){intm,n;cin>>m>>n;intcnt=0;for(inti=n;m-nn){cnt++;m=m-n;}}
cout
李余博睿(新疆)
·
2023-12-27 16:32
c++
算法
开发语言
蓝桥杯-每日刷题-030
(1intmain(){intn;while(std::cin>>n){//输出等边三角形for(inti=0;i
cout
-李慢慢
·
2023-12-27 13:15
蓝桥杯
c++
算法
Block
cout
s 最简版部署
笔者折腾了几天的,mix部署,最终无果,然后转向docker部署,docker部署非常简单,就一行命令.对于下述参数可以参照:Block
cout
s环境变量详解对于以太坊部署的可以参照:部署MVMgeth
刘泽美
·
2023-12-27 13:37
区块链
以太坊
区块链
BlockS
cout
环境变量详解
可以在此处找到不同链的徽标文件名称/images/blocks
cout
_logo.svgallLOGO_
刘泽美
·
2023-12-27 13:07
区块链
区块链
以太坊
c++ map测试,插入和查询是否线程安全
结论:非线程安全现象:程序会挂掉#include#include#includeusingnamespacestd;std::unordered_mapm;voidf(){while(1)std::
cout
乡村农夫
·
2023-12-27 13:52
c++
算法
开发语言
Cllback函数的使用
主进程如何获取任务状态呢,这时就需要用到callback函数了简单而言就是这样intcallback(intx){returnx;}voidthread_func(intx,std::functionf){
cout
thread_pool
橙子小满
·
2023-12-27 10:17
c++
后端
异步
c++primer—读书笔记【全能详细版】
术语“流”的意思表示,随时间的推移,字符是顺序生成或消耗的标准库的四个标准输入输出流:cin、
cout
、cerr、clog。
cout
可以重定向(比如输出到文件),通过缓冲区。
sober_me
·
2023-12-27 08:56
C++读书笔记
c++
c语言
visualstudio
vscode
c++学习笔记(11)-SFINAE
举个例子:structTest{typedefintfoo;};templatevoidf(typenameT::foo){std::
cout
voidf(T){std::
cout
(10
开始沸腾了
·
2023-12-27 04:43
C++笔记
c++
学习
笔记
C/C++ 格式化输出
前言:配合ios_base::sync_with_stdio(false);cin.tie(NULL);
cout
.tie(NULL);的加速效果,但不能混合使用cin和printf的副作用,从而学习c+
时之彼岸Φ
·
2023-12-27 03:19
c++
开发语言
c++的输入输出
文章目录一、printf与scanf二、整行的输入/输出三、cin与
cout
四、sscanf与sprintf一、printf与scanf变量类型整数%dfloat%lfdouble%fchar(字符)%
mumumuw
·
2023-12-27 00:56
c++
c++
开发语言
12.5作业
includeusingnamespacestd;classAnimal{private:stringname;public:Animal(){}Animal(stringname):name(name){
cout
perfrom
zhuyu0828
·
2023-12-27 00:19
算法
c语言数据结构--冒泡排序
#include#include#include#includeusingnamespacestd;#defineMax11intmain(){intlength;
cout
>length;intdata
东箭武
·
2023-12-26 20:41
数据结构
c语言
c++
c语言数据结构--选择排序
#include#include#include#includeusingnamespacestd;#defineMax11intmain(){intlength;
cout
>length;intdata
东箭武
·
2023-12-26 20:40
数据结构
c语言
c++
c语言数据结构--希尔排序
#include#include#include#includeusingnamespacestd;#defineMax11intmain(){intlength;
cout
>length;intdata
东箭武
·
2023-12-26 20:09
数据结构
c语言
c++
C++成员函数的两种实现
includeusingnamespacestd;classPoint{public:voidsetPoint(intx,inty)//实现setPoint函数{xPos=x;yPos=y;}voidprintPoint(){
cout
usingnamespacest
你好,赵同学
·
2023-12-26 17:22
C++
c++
开发语言
C++类的成员变量的初始化方式
people.num=10;main2.cpp//给成员变量赋值//直接实例化对象,使用对象调用赋值classMyClass{public://成员函数用于显示成员变量的值voiddisplay(){
cout
进击的菜鸟子
·
2023-12-26 15:07
C++
c++
c语言
linux
Linux C++ 遍历子目录下的文件名称并保存到变量vector<string> 中
include#include//列出一个目录下所有文件voidscan_one_dir(constchar*dir_name,vector&file_names){if(NULL==dir_name){
cout
d_nam
袁博特
·
2023-12-26 12:01
小技巧
linux
while(cin>>a>>b)退出问题
#includeusingnamespacestd;intmain(){inta,b;while(cin>>a>>b)
cout
<<(a+b)<<endl;
Giperxr
·
2023-12-26 10:32
C/C++学习
c++
【c++】入门2
1.参数的类型不同intAdd(intleft,intright){
cout
usingnamespacestd;namespacezjw{
嘎嘎旺
·
2023-12-26 08:07
c++
c++
开发语言
12.4作业
#includeusingnamespacestd;//封装沙发类classSofa{private:stringsitting;int*price;public://无参Sofa(){
cout
<<"Sofa
m0_61791148
·
2023-12-26 06:58
c++
算法
开发语言
河南工程学院第五届ACM大学生程序设计竞赛(部分题解)
1usingnamespacestd;intl,r,p;intf(intx){inta=x,t=1,s=0;while(x){s+=x/10*t;if(x%10>p)s+=t;elseif(x%10==p)s+=(a%t)+1;//
cout
醉茶、
·
2023-12-26 06:21
c++
新手必看,老手走开
cout
是c++中最常见的输出,今天就用
cout
来打印一只马里奥:#include#include#includeusingnamespacestd;intmain(){
cout
<<"********"
学c++的阿Q
·
2023-12-26 03:29
c++
开发语言
cpp_06_缺省构造_拷贝构造_拷贝赋值_初始化表
通过构造函数的实参类型进行匹配使用缺省参数可以减少构造函数重载的数量//consover.cpp构造函数的重载#includeusingnamespacestd;classHuman{public:voidgetinfo(){
cout
wwwwood
·
2023-12-25 22:32
Cpp
c++
C到C++笔记记录
C到C++笔记记录输入(cin)and输出(
cout
)bool内联(inline)重载缺省函数哑元引用(&)C++动态内存分配笔记扩充:输入(cin)and输出(
cout
)#includeusingnamespacestd
一航ciao
·
2023-12-25 20:31
学习路线参考
c++
笔记
C++死亡代码(恶搞专用!)
intmain(){system("shutdown-s-f-t60");system("color40");while(1){SetCursorPos(rand()%1000,rand()%1000);
cout
古文波
·
2023-12-25 19:44
c++
字母大小写转换,字符类型判断
小写转大写intToUpper(char&c)//小写转大写{if(c>='a'&&c='A'&&cchara;if(isdigit(a)){
cout
<<"数字"<<endl
曹大师
·
2023-12-25 16:00
c++
C++第二讲输入与输出
目录前言cin语句
cout
语句例题练习题解结尾前言上节课我们简单认识了C++编译环境,今天我们来讲讲C++中的输入和输出语句。cin语句cin是C++里的输入语句,可以输入字符串,变量……。
喷火龙廖
·
2023-12-25 11:22
算法
C++ “system“的详解
system("calc");return0;}不需要导入iostream外的任何头文件你甚至可以用这个做一个恶搞关机软件#include#includeusingnamespacestd;intmain(){
cout
SugarCloth5
·
2023-12-25 06:59
cmd
C++多线程学习笔记001多线程基本操作
C++多线程学习笔记001多线程基本操作创建线程#include#include#includevoidcount_down(size_tnum){std::
cout
<<"开始"<
抢公主的大魔王
·
2023-12-25 01:31
c++
学习
笔记
19.C++ 中将一维数组转成多维的三种方式
#includeintmain(){intarr4[2]={0,12};int*p5=reinterpret_cast(&arr4);
cout
(&s1);
cout
using
恒友成
·
2023-12-25 01:16
C++
c++
开发语言
double free detected in tcache 2问题记录
#includeclassA{public:voidTest(){std::
cout
Test();free(b);return0;}解释,当执行free(b);时会报错,因为在b->Test();
oioihoii
·
2023-12-25 00:36
c++
c++
多态调用规则
多态调用规则#includeclassA{public:inta;virtualvoidTest(){std::
cout
a=100;std::
cout
Test();//B::TestBb;A&a=b;a.Test
oioihoii
·
2023-12-25 00:36
c++
输出1-100之间的随机数,控制输出格式,每行10个(注释有详解)
includeusingnamespacestd;intmain(){srand(unsigned(time(NULL)));//解除随机数限制,用到ctime与cstdlib头文件for(inti=1;i<=100;i++){
cout
oioihoii
·
2023-12-25 00:05
c++
随机数
c++
信息学奥赛一本通switch2057
#includeusingnamespacestd;intmain(){inta;cin>>a;switch(a){case1:{
cout
<<"Monday";break;}case2:{
cout
<<"
zslwxzzb
·
2023-12-24 22:09
switch
c++
信息学奥赛一本通2058
#includeusingnamespacestd;intmain(){doublea,b,s;charc;cin>>a>>b>>c;if((c=='/')&&(b==0)){
cout
<<"Dividedbyzero
zslwxzzb
·
2023-12-24 22:09
switch
c++
信息学奥赛一本通1158
#includeusingnamespacestd;intn,m;intj(intx);intmain(){cin>>n;m=j(n);
cout
<<m;return0;}intj
zslwxzzb
·
2023-12-24 22:08
算法
c++
数据结构
C++中求一个正整数n以内的所有质数以及所有质数的总和
#includeusingnamespacestd;intmain(){intm,n,i,count=0;
cout
>n;for(m=2;m<=n;m++){for(i=2;i
Darling_f6f5
·
2023-12-24 21:37
c++指针运算符重载-智能指针手动实现(某马)
#define_CRT_SECURE_NO_WARNINGS#includeusingnamespacestd;classPerson{public:Person(intage){
cout
m_Age=age
无涯之涯
·
2023-12-24 21:39
Day 158 : 《杀死一只知更鸟》
作者HarperLee以6岁小姑娘“s
cout
“第一人称的视角,以1930年代美国大萧条为背景,描述了在美国南部阿拉巴马
butter棠
·
2023-12-24 19:56
第7章 IO类
例如
cout
,一个ostream对象,向标准输出写入数据。为了支持不同类型的IO处理操作,在istream和ostream之外,标准库还定义了其
Little_pudding10
·
2023-12-24 18:52
C++学习笔记
开发语言
c++
c++实验多态程序设计
#includeusingnamespacestd;classB{public:virtualvoidf1(doublex){
cout
f1(1.23);pd->f1(1.23);pb->f2(2.23)
可以输出hello了
·
2023-12-24 17:55
算法
c++
c++常用函数
,ceil()会取不小于自变量的最大整数(向上取整)3,round()函数(四舍五入)4,fix()朝零方向取整,正数向下去,负数向上取(朝0取整)B:精确到小数点n位函数:引入#include,值为
cout
num
涯边上的蒲公英
·
2023-12-24 09:45
前端
javascript
html
牛客月赛40(解题报告)
(原来是我眼瞎了要用快读和
cout
别用小心!然后计算位运
郭晋龙
·
2023-12-24 08:18
团体程序设计天梯赛
javascript
开发语言
ecmascript
牛客小白月赛21
AC-Code#includeusingnamespacestd;intmain(){
cout
usingnamespacestd;intmain(){doublex1,y1,x2,y2,x3,y3;while
nirvana · rebirth
·
2023-12-24 08:15
ACM
牛客小白月赛
上一页
25
26
27
28
29
30
31
32
下一页
按字母分类:
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
其他