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
Spaces
C++,stl,list容器详解
构造函数3.list的赋值和交换4.list大小操作5.list的插入的删除6.list数据存取7.list反转和排序排序案例1.list基本概念2.list构造函数#includeusingname
spaces
td
柏箱
·
2024-02-12 16:41
C++STL
c++
开发语言
stl
排序
list
C++,stl,set/mutiset详解
的查找和统计5.set和mutiset区别6.pair对组的创建7.set排序1.set的内置类型指定排序规则2.set的自定义数据类型指定排序1.set容器的构造和赋值#includeusingname
spaces
td
柏箱
·
2024-02-12 16:10
C++STL
c++
开发语言
stl
set
pair
【C++】【类和对象】拷贝构造函数
#includeusingname
spaces
td;classD
Legend_6zh
·
2024-02-12 16:36
c++
开发语言
笔记
学习
寒假9-蓝桥杯训练
//轨道炮#includeusingname
spaces
td;#includeintlogs[100010];intmain(){intn;cin>>n;for(inti=1;i>logs[i];}sort
要成为编程高手的Yu
·
2024-02-12 15:43
算法
c++
数据结构
最小公倍数
样例输入Copy1014样例输出Copy70#includeusingname
spaces
td;intmain(){inta,b;while(scanf_s("%d%d",&a,&b)!
qint_coding
·
2024-02-12 15:07
学习笔记
c++
还是最小公倍数
比如,5、7、15这三个数的最小公倍数就是105.输入输入数据第一行是一个正整数C(Cusingname
spaces
td;intfun(inta,intb){intx,y;if(a>b){x=a;y=b
qint_coding
·
2024-02-12 15:07
学习笔记
c++
还是最小公倍数
比如,5、7、15这三个数的最小公倍数就是105.输入输入数据第一行是一个正整数C(Cusingname
spaces
td;intfun(inta,intb){intx,y;if(a>b){x=a;y=b
qint_coding
·
2024-02-12 15:06
学习笔记
c++
【数据结构作业】2.12
#includeusingname
spaces
td;typedefstruct{intd;}node;constintN=1e5+10;nodeA[N],B[N];intlen_A,len_B;voidfun
小 轩
·
2024-02-12 13:02
数据结构作业
2/10 BFS初探
其实在我看来解决全排列问题,核心还是顺序,想清楚结束条件,然后输出,以n=3为例#includeusingname
spaces
td;constintN=10;intpath[N];//保存序列intstate
自身就是太阳
·
2024-02-12 13:30
宽度优先
算法
洛谷p4391 无限传输
这是最大的前缀和后缀现在我们做如下操作:补全字段aaa和字段bbb,按子段aaa的长度人为分开并标号上下对应相等,所以1等于a因为公共前后缀,所以1等于7…所以红色字段是最大循环字串ACcode#includeusingname
spaces
td
qustflypiggy
·
2024-02-12 13:26
kmp专题
kmp
失配数组
字符串
掘根宝典之C++类的构造函数和析构函数,默认构造函数,列表初始化
为什么要引入构造函数我们先创建一个类AA#includeusingname
spaces
td;classAA{private:inta;public:voidA(){coutusingname
spaces
td
掘根
·
2024-02-12 12:09
c++
c++
开发语言
2024.1.26 C++&QT 作业
#includeusingname
spaces
td;classPer{private:stringname;intage;float*height;float*weight;public:Per(){co
Carl余
·
2024-02-12 10:05
c++
开发语言
装箱问题+宠物小精灵之收服+数字组合——01背包
输入第一行是一个整数V(0usingname
spaces
td;#defineintlonglong#defineendl'\n'#defineiosios::sync_with_stdio(false)
OLDERHARD
·
2024-02-12 10:02
数据结构
算法
【C++】string类 详细讲解【string接口、迭代器、容量相关操作、npos、string类中运算符重载、编码、Vs 和 g++ 下 string结构的说明等讲解】
字符串string是表示字符序列的类(字符数组,顺序表)★总结:★1>字符串string是表示字符序列的类(字符数组,顺序表)★在使用string类时,必须包含#include头文件以及usingname
spaces
td
NiNi_suanfa
·
2024-02-12 10:27
C++
c++
c语言
leetCode 72. 编辑距离 hard 动态规划
添加链接描述#include#includeusingname
spaces
td;classSolution{public:intminDistance(stringword1,stringword2){
Python ml
·
2024-02-12 10:56
LeetCode
c++
算法
动态规划
Educational Codeforces Round 132 (Rated for Div. 2)+Codeforces Round #810 (Div. 2)
#includeusingname
spaces
td;inta[3];intmain(){intt;cin>>t;while(t--){intx;cin>>x;for(inti=1;i>a[i];if(a
Zzwwjjjjjjj
·
2024-02-12 10:24
7月份cf做题
c++
算法
C++ 结构体
结构体名{结构体成员列表};结构体创建变量的方式1.struct结构体名变量名2.struct结构体名变量名={成员1值,成员2值}3.定义结构体时顺便创建变量定义结构体#includeusingname
spaces
td
小潤澤
·
2024-02-12 09:27
【十五】【C++】list的简单实现
list的迭代器解引用探究/*list的迭代器解引用探究*/#if1#include#include#include#includeusingname
spaces
td;classDate{private
妖精七七_
·
2024-02-12 09:56
C++
c++
list
倒计时57天
*///例子:voidsolve(){strings="abcdef";s.resize(5);coutusingname
spaces
td;#define
算法怎么那么难啊
·
2024-02-12 08:36
c++
JDK8常用:JVM参数
://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html2、常用参数-Xms1g-Xmx1g-Xss256k-XX:MaxMeta
spaceS
ize
漫漫求
·
2024-02-12 07:49
jvm
libusb学习-1-热插拔监听
libusb学习-1-热插拔监听#include"stdlib.h"#include#include"iostream"#includeusingname
spaces
td;//热插拔的回调监听函数//不要在回调函数中调用可能阻塞的操作
伪乐观的W先生
·
2024-02-12 07:21
指针数组和函数案例
#includeusingname
spaces
td;//冒牌排序//参数1数组首地址参数二数组的长度voidbubbleSort(int*arr,intlen){for(inti=0;intij+1的值交换
乔大叶_803e
·
2024-02-12 06:55
【蓝桥杯】试题 算法训练 拿金币
dp:max问题题目链接/**date:2021.11.29*author:percation*/#includeusingname
spaces
td;constintN=1e3+10;intf[N][N
percation
·
2024-02-12 06:34
蓝桥杯
c++
C++max函数的使用
下面是代码示例:#includeusingname
spaces
td;intmax(intnum1,intnum2){if(num1>num2)returnnum1;elsereturnnum2;}intmain
wangnaisheng
·
2024-02-12 06:27
C++
c++
ABC335A - 202<s>3</s>
problemlinkSimplystringmodificationproblem.Justinputastringvariableandchangethelastcharacterto4#include#include#include#include#includeusingname
spaces
td
PYL2077
·
2024-02-12 05:27
题解
AtCoder
算法
华为机试:查找接口成功率最优时间段
题目来源华为机试:查找接口成功率最优时间段题目描述题目解析#includeusingname
spaces
td;intgetSum(std::vector&vec,intstart,intend){intsum
OceanStar的学习笔记
·
2024-02-12 05:24
算法与数据结构
华为
PE 特征码定位修改程序清单 uiAccess
等同于这里的设置:截图代码如下:#include#include#include#include#include#includeusingname
spaces
td;charHEX[16]={'0',
涟幽516
·
2024-02-12 05:20
业余学习
windows
微软
c++
C++局部变量与全局变量 | 输出局部全局变量
同样,在复合语句中定义的变量只在本复合语句范围内有效,如下就是局部变量:#include//头文件usingname
spaces
td;//命名空间intmain()//主函数{intlocal_Variable
小林C语言
·
2024-02-12 04:04
C++代码基础
c++
编程语言
C++局部变量与全局变量
下面是一个求2个或3个数中最大数的函数的示例,其中使用了默认参数:#includeusingname
spaces
td;intmaxOfTwo(inta,intb){return(a>b)?
贪心的猫
·
2024-02-12 04:04
c++
C++基本语法(一)
1、HelloWorld程序结构#includeusingname
spaces
td;intmain(){coutusingname
spaces
td;enumcolor{blue,red,white};/
Fighting_Sir
·
2024-02-12 03:35
方格定位1_题解
代码展示#includeusingname
spaces
td;intmain(){intn;cin>>n;inth=(n-1)/4+1;intv=(n-1)%4+1;cout<<h
小新不想起床
·
2024-02-12 02:08
算法
方格定位2_题解
代码#includeusingname
spaces
td;intmain(){intx;cin>>x;cout<<(x%9)/3+1<<'';///层cout<&
小新不想起床
·
2024-02-12 02:08
c++
算法
开发语言
牛客小白月赛86
A-水盐平衡思路题目意思为比较分数大小可以把ba与dc的比较转化为a∗d与c∗b的比较以下是代码部分#includeusingname
spaces
td;voidsolve(){inta,b,c,d;cin
tesla_shy
·
2024-02-12 02:24
深度优先
算法
图论
c++
c语言
【C++第二阶段】赋值运算符重载
文章目录赋值运算符重载赋值运算符重载实验①,还没有对析构运算符重载时#include#includeusingname
spaces
td;classPerson{friendvoidtest_0210_0
字助之_
·
2024-02-12 01:40
C++学习与回顾
c++
java
开发语言
算法||每步走 2 个台阶,最后剩 1 个台阶 每步走 3 个台阶,最后剩 2 个台阶 每步走 5 个台阶,最后剩 4 个台阶 每步走 6 个台阶,最后剩 5 个台阶 每步走 7 个台阶
代码:#includeusingname
spaces
td;intmain(){ inti=1; while(iusingname
spaces
td;intmain(){
小嘤嘤怪学
·
2024-02-12 00:18
算法
c++
开发语言
2427.公因子数目
#include#includeusingname
spaces
td;intcommonFactors(inta,intb){intans=0;f
今天你ac了吗
·
2024-02-11 23:40
算法
c++
数据结构
STL演讲比赛流程管理系统
很难,一边看视频,一边思考了好多天speaker.h#pragmaonce//防止头文件重复包含#includeusingname
spaces
td;//设计选手类classSpeaker{public:
骑自行车带头盔
·
2024-02-11 23:03
50
c++
开发语言
C++ “美中不足” --->强枚举类型
includeenumColor{RED,GREEN,BLUE};intmain(){Colorcolor1=RED;Colorcolor2=BLUE;if(color1==color2){std::coutusingname
spaces
td
4399.9855
·
2024-02-11 22:24
C++
新特性
c++
开发语言
【LRU Cache实现】( List + hashtable | template | LRU )
自动化测试template//重载提取操作符&object){usingname
spaces
td::literals::string_literals;if(!
XNB's Not a Beginner
·
2024-02-11 22:43
list
哈希算法
数据结构
缓存
模板方法模式
c++
算法
【论文阅读】一文读懂Mamba:具有选择状态空间的线性时间序列建模
Mamba:Linear-TimeSequenceModelingwithSelectiveState
Spaces
Mamba:基于选择状态空间的线性时间序列建模论文两位作者AlbertGu和TriDao
啵啵菜go
·
2024-02-11 21:27
Mamba
论文阅读
transformer
人工智能
深度学习
神经网络
自然语言处理
nlp
文献阅读:Mamba: Linear-Time Sequence Modeling with Selective State
Spaces
文献阅读:Mamba:Linear-TimeSequenceModelingwithSelectiveState
Spaces
1.文章简介2.方法介绍1.StateSpaceModels2.SelectiveStateSpaceModels3
Espresso Macchiato
·
2024-02-11 21:54
文献阅读
Mamba
Transformer
SSSM
S6
SSM
Lcms(莫比乌斯反演)
include#include#include#include#include#include#include#include#include#include#include#includeusingname
spaces
td
yusen_123
·
2024-02-11 20:16
数论
c++
算法
多项式乘法逆(p4238 NTT)
include#include#include#include#include#include#include#include#include#include#include#includeusingname
spaces
td
yusen_123
·
2024-02-11 20:16
数论
算法
任意模数多项式乘法(洛谷4245)
include#include#include#include#include#include#include#include#include#include#include#includeusingname
spaces
td
yusen_123
·
2024-02-11 20:16
数论
算法
c++
Array Equalizer(莫比乌斯反演)
include#include#include#include#include#include#include#include#include#include#include#includeusingname
spaces
td
yusen_123
·
2024-02-11 20:46
数论
算法
c++
AcWing 906. 区间分组 题解 贪心
题目思路时间复杂度主要在排序代码#include#include#includeusingname
spaces
td;constintN=1e5+10;structrange{intl,r;booloperator
Alkali!
·
2024-02-11 20:45
code
刷题
总结&记录
#
基础算法模板总结
贪心算法
c++
数据结构
区间问题
AcWing 906. 区间分组 贪心
#includeusingname
spaces
td;#definefir(i,a,n)for(inti=a;i>n;fir(i,1,n)cin>>a[i]>>b[i];sort(a+1,a+1+n);sort
karshey
·
2024-02-11 20:15
我的ACM之路
贪心算法
c++
算法
【十四】【C++】list 的常见用法
list的初始化和遍历 /*list的初始化和遍历*/#if1#include#include#include#includeusingname
spaces
td;voidTestList1(){listL1
妖精七七_
·
2024-02-11 20:07
C++
c++
list
c语言:全局变量与局部变量重名
结论:作用域小的覆盖作用域大的,顺带一提,在C++中,调用全局的变量前面要加::#includeusingname
spaces
td;inta,b;voidfun(){a=100;b=200;}intmain
发生了什么Bug
·
2024-02-11 19:16
c语言
160. 匹配统计
的文本串的后缀数目(此时cnt[x]保存的是匹配长度>=x的位置个数这样理解更清楚一点)那么恰好匹配长度为x的数目就是cnt[i]-cnt[i+1],有点后缀和思想参考题解#includeusingname
spaces
td
Kerin637
·
2024-02-11 18:55
还是刷题
c++
算法
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他