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
NameSpace
模板类
#includeusing
namespace
std;/***定义一个矩形类模板Rect*成员函数:calcArea()、calePerimeter()*数据成员:m_length、m_height*/templateclassRect
brooot
·
2024-02-09 03:11
2.7假设顺序表L中的元素按从小到大的次序排列,设计算法以删除表中重复的元素, 并要求时间尽可能少。【数据结构】【C++】【个人复盘】
*/#includeusing
namespace
std;intmain(){intarray[18]={1,1,2,2,2,3,4,5,5,
bulinglz
·
2024-02-09 02:23
c++
算法
c语言
【C++模板特化的奥秘:个性化定制函数与类,掌握代码实现的无限可能】
#includeusing
namespace
std;#defineN10templateclassStack{private:T_a[N];int_top;};intmain(){Stackst1;//
笨笨胡小巴
·
2024-02-09 01:10
C++初阶
c++
L1-079 天梯赛的善良
三、代码#includeusing
namespace
std;intmain(){intn,max=0,min=1000005,maxcot,mincot;cin>>n;while(n--){intt;cin
still&
·
2024-02-09 01:35
c++
L1-080 乘法口诀数列
一、题目二、解题思路三、代码#includeusing
namespace
std;intmain(){inta1,a2,n;cin>>a1>>a2>>n;if(n==1
still&
·
2024-02-09 01:35
c++
L1-049 天梯赛座位分配
三、代码#includeusing
namespace
std;intmain(
still&
·
2024-02-09 01:05
c++
L1-072 刮刮彩票
三、代码#includeusing
namespace
std;intmain(){inta[5][5],b[15],I,J;for(inti=0;i>a[i][j];b[a[i][j]]=1;if(a[i
still&
·
2024-02-09 01:05
c++
L1-016 查验身份证
三、代码#includeusing
namespace
std;intmain(){intn,cot=0;intquan[18]={7,9,10,5,8,4,2,1,6,3,7,
still&
·
2024-02-09 01:34
PTA
c++
P6659 [POI 2019] Najmniejsza wspólna wielokrotność
否则可以通过直接模拟,用map存储#include#definelllonglongusing
namespace
std;lln
#lyn#
·
2024-02-09 01:32
算法
数据结构
CF706E Working routine
题目【传送门】给定一个n*m的矩阵(2using
namespace
std;intn,m,q,h,w,xl,yl,x2,y2,a[1005][1005];structnode{intx,y;};nodex
#lyn#
·
2024-02-09 01:02
算法
L1-088 静静的推荐
三、代码正确代码:#includeusing
namespace
std;intmain(){int
still&
·
2024-02-09 01:31
c++
MyBatis之动态代理实现增删改查以及MyBatis-config.xml中读取DB信息文件和SQL中JavaBean别名配置
编写Mapper.xml文件(增删改查SQL文)3.定义PeronMapper接口4.编写测试类1.执行步骤2.代码实例3.运行log开发环境构造图总结前言上一篇文章,我们使用MyBatis传统的方式(
namespace
JavaWeb学起来
·
2024-02-09 01:28
MyBatis
mybatis
c/c++ 从入门到精通 第一讲 程序设计入门 例题及相关解析
#include"iostream"using
namespace
std;intmain(){inta;intb;cout>a>>b;cout<<"a+b="<
天涯背包不羁客
·
2024-02-09 01:28
c/c++
从入门到精通
c++
算法
开发语言
c++ 写一个程序,功能是是借助一个变量交换两个已知数据的值。
#include"iostream"using
namespace
std;intmain(){intx,y,t;cin>>x>>y;t=x;x=y;y=t;cout<<
天涯背包不羁客
·
2024-02-09 01:57
c++
算法
入门训练 序列求和
gpid=T2公式n*(n+1)/2#includeusing
namespace
std;intmain(){longlongn;cin>>n;cout<<fixed;//不使用科学计数法
HeoLis
·
2024-02-09 00:52
lqb日志08
“恰当”的数(7000)如果,7000次还不能抓到牛,就算不能工作调度问题(抽象时间轴绘制)方案一源码网址方案二(我写完才发现…实现的是它…)#include#include#includeusing
namespace
std
tngyrn
·
2024-02-08 23:25
蓝桥杯日志
c语言
算法
蓝桥杯
c++
CodeFoeces-708A
代码#includeusing
namespace
std;chars[100010];intmain(){cin>>s;intl=strlen(s),i=0;if(l==1){if(s[0]!
ss5smi
·
2024-02-08 23:24
单细胞转录组之Seurat包全流程-数据过滤、降维分群及可视化
require
Namespace
("BiocManager",quietly=TRUE))install.packages("BiocManager")BiocManager::install("Seurat
青青青山
·
2024-02-08 23:32
C#中使用Char类中的方法对字符进行各种操作,判断是否为字母、数字、标点符号、分隔符或空白。
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;
namespace
text
耳钉_梦
·
2024-02-08 23:33
C#
C#
Char类
k8s 部署java应用 基于ingress+jar包
k8集群ingress的访问模式先部署一个
namespace
命名空间vim
namespace
.yamlkind:
Namespace
apiVersion:v1metadata:name:ingress-testlabels
村长在路上
·
2024-02-08 22:34
kubernetes
java
容器
2024牛客寒假算法基础集训营3
A智乃与瞩目狸猫、幸运水母、月宫龙虾题干题解:就看两个字符串的第一个字母是否相同#includeusing
namespace
std;#defineintlonglongconstintN=1e6+10;
我包菜的
·
2024-02-08 22:04
算法
2020牛客寒假算法基础集训营2题解
A:题意:A和B猜拳,问A获胜次数题解:求获胜次数,只需关心获胜次数,依次判断A出石头剪刀布的获胜次数即可,注意3e93e93e9爆intintint代码:#includeusing
namespace
std
solego
·
2024-02-08 22:04
#
悟已往之不谏
2023牛客寒假算法基础集训营6(题解及经验总结)
赛场AC代码:#include#include#defineintlonglongusing
namespace
std;signedmain(){intn;cin>>n;if(n>=1&&n7&&n233&
古谷彻
·
2024-02-08 22:34
算法
c++
c语言
数据结构
蓝桥杯
2024牛客寒假算法基础集训营2题解(A,B)
前提:这两道是本小白比赛期间打出的,顺带复个盘,剩下的就是补题了o(╥﹏╥)oA.TokitsukazeandBracelet思路:无脑题,只需要会基础的ifelse语句即可#includeusing
namespace
std
七月雨蝶
·
2024-02-08 22:33
题解
c++
牛客寒假算法基础集训营6 题解报告
比赛地址:https://ac.nowcoder.com/acm/contest/332#questionA:考虑一下极限位置就行#includeusing
namespace
std;#definelllonglongintconstintINF
甦萌
·
2024-02-08 22:03
Qt网络编程-写一个简单的网络调试助手
Qt5.15.2(VS2022)Linux:Qt5.12.12(gcc)源代码TCP服务器头文件:#ifndefTCPSERVERWIDGET_H#defineTCPSERVERWIDGET_H#include
namespace
Ui
MayZork
·
2024-02-08 21:26
QT
qt
开发语言
c#基础语法
usingSystem;//在任何C#程序中的第一条语句都是
namespace
RectangleApplication{classRectangle{//成员变量doublelength;doublewidth
yz_wang
·
2024-02-08 20:20
2023年天梯赛复盘(剪切复制、分寝室、堆宝塔)
erase函数、substr函数、find函数、insert函数AC代码:#include#includeusing
namespace
std;strings,s1,s2,s3;intn,a,b;intmain
在猴站学算法
·
2024-02-08 20:44
c++
算法
数据结构
*构造 蓝桥OJ4133 小浩的ABC
#includeusing
namespace
std;usingll=longlong;intmain(){llt;cin>>t;while(t--){llx;cin>>x;if(x==1)cout<<-
懒羊羊oo
·
2024-02-08 19:47
蓝桥杯备赛练习
算法
c++
倍增c++
快速幂区间最小值(用倍增思想去求)#includeusing
namespace
std;#definemaxn110000#definelllonglongintn,a[maxn],f[maxn][40]
懒羊羊oo
·
2024-02-08 19:46
蓝桥杯备赛练习
c++
算法
蓝桥OJ 1389二分查找数组元素
#includeusing
namespace
std;intmain(){ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);intdata[200];for(inti
懒羊羊oo
·
2024-02-08 19:16
蓝桥杯备赛练习
算法
c++
构造 蓝桥OJ小蓝的无限集
样例输入4147258368121181样例输出NoYesNoNo#includeusing
namespace
std;usingll=longlong;boolrnk(lla,llb,lln){if((
懒羊羊oo
·
2024-02-08 19:46
蓝桥杯备赛练习
算法
c++
20240227作业
#include#includeusing
namespace
std;classMagic{doublex;public:Magic(doubled=0.00):x(fabs(d)){}Magicoperator
shown51124
·
2024-02-08 18:31
c++
算法
开发语言
20240205作业
#includeusing
namespace
std;classexample{inta;public:example(intb=5){a=b++;}voidprint(){a=a+1;coutusing
namespace
std
shown51124
·
2024-02-08 18:30
算法
c++
开发语言
20240206作业
#includeusing
namespace
std;classTest{private:staticintnum;public:Test(int);voidshow();};intTest::num=5
shown51124
·
2024-02-08 18:28
c++
算法
开发语言
QT学习(六)C++构造函数和初始化列表
下面的实例有助于更好地理解构造函数的概念:#include#includeusing
namespace
std;//使用std命名空间
ryh2004812
·
2024-02-08 17:26
qt
开发语言
qt
c++
学习
QT学习(一)C++命名空间
二、QT中新建c++代码步骤创建.c文件添加头文件我们新建一个QTCreator的C++工程,默认生成的代码#includeusing
namespace
std;i
ryh2004812
·
2024-02-08 17:25
qt
算法
qt
c++
c++STL容器适配器--Apple的学习笔记
我的练习代码:#include#include#include#include#include#includeusing
namespace
std;voidtest3_1(){std::dequewords
applecai
·
2024-02-08 17:50
QT学习(五)C++函数重载
下面的实例中,同名函数print()被用于输出不同的数据类型#include#include"string"using
namespace
std;classprintData{public:voidprint
ryh2004812
·
2024-02-08 17:24
qt
c++
开发语言
学习
docker基础知识
主要利用host主机的操作系统的
namespace
,cgroup,chroot技术来实现资源隔离;而虚拟机是通过Hypervisor技术来实现资源隔离。
musiclvme
·
2024-02-08 17:20
linux
docker
运维
容器
笔记二(C++中strtok字符串剪切函数以及格式输入函数sscanf)
*/using
namespace
std;intmain(){ios::sync_with_stdio(false);intdp[1000],i=0;cin.tie(0);cout.tie(0);cout
KID怪盗基德1412
·
2024-02-08 16:25
笔记
strtok
sscanf
挑选子串#蓝桥杯
1621、挑选子串#includeusing
namespace
std;/*双指针适用于快速查找,匹配,排序或移动操作(并非用指针实现,是用两个变量表示下标操作)(1)对撞指针:left和right指针同时移动一个向右
席万里
·
2024-02-08 15:49
C/C++备战蓝桥杯
蓝桥杯
c++
算法
数据结构
无尽的石头#蓝桥杯
3766、无尽的石头#include#defineIOSios::sync_with_stdio(0);cin.tie(0);cout.tie(0);using
namespace
std;constintN
席万里
·
2024-02-08 15:19
C/C++备战蓝桥杯
蓝桥杯
c++
大石头的搬运工#蓝桥杯
3829、大石头的搬运工#includeusing
namespace
std;usingPair=pair;usingll=longlong;//带权中位数的计算//|x-1|+|x-3|+|x-6|+|
席万里
·
2024-02-08 15:19
C/C++备战蓝桥杯
蓝桥杯
c++
算法
数据结构
C++算法竞赛常用函数及算法
+算法竞赛常用函数及算法一、string类在算法中的常见用法构造,赋值,存取,拼接,查找,替换,比较,子串,插入,删除#include#include//#include//#includeusing
namespace
std
席万里
·
2024-02-08 15:18
C/C++备战蓝桥杯
c++
算法
开发语言
区间更新#蓝桥杯
3291、区间更新#include#defineIOSios::sync_with_stdio(0);cin.tie(0);cout.tie(0);using
namespace
std;/*对差分数组做前缀和
席万里
·
2024-02-08 15:17
C/C++备战蓝桥杯
蓝桥杯
算法
c++
数据结构
指针基础知识(C++; 空指针以及野指针+const修饰指针和常量学习总结)
空指针指向的内存是不可以访问的;2.野指针:1).野指针:指针变量指向非法的内存空间2).野指针指向的内存是不可以访问的;3.const修饰指针常量,及常量指针:在这里插入代码片:#includeusing
namespace
std
The endeavor
·
2024-02-08 15:31
C++笔记
C++ 12.指针—作用、所占内存空间、空指针、野指针、const修饰指针、指针与数组、指针与函数、指针、数组、函数的案例(冒泡排序)
注意事项:内存编号是从0开始记录的,一般用十六进制数字表示;可以利用指针变量保存内存指针变量定义语法:数据类型*指针变量名#includeusing
namespace
std;intmain(){//1.
qq_41630696
·
2024-02-08 15:30
c++
2024 CKS 题库 | 3、默认网络策略
不等更新题库CKS题库3、默认网络策略Context一个默认拒绝(default-deny)的NetworkPolicy可避免在未定义任何其他NetworkPolicy的
namespace
中意外公开Pod
M·K·T
·
2024-02-08 15:17
#
2024
CKS
网络
kubernetes
云原生
linux
运维
C++ 反转链表
#includeusing
namespace
std;structListNode{intval;ListNode*next;ListNode(intx):val(x),next(nullptr){}};
连风都笑我了
·
2024-02-08 14:38
C++
链表
c++
数据结构
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他