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
倒计时71天
复盘3.续6)A-ACCEPT_牛客小白月赛85(nowcoder.com)#includeusing
namespace
std;constintN=3e4+5;constintinf=0x3f3f3f3f
算法怎么那么难啊
·
2024-01-28 18:05
c++
╥﹏╥...倒计时72天╥﹏╥...
复盘3.19.0数字三角形-蓝桥云课(lanqiao.cn)#includeusing
namespace
std;constintN=3e2+5;#defineintlonglongconstintinf
算法怎么那么难啊
·
2024-01-28 18:33
c++
菜鸡小白刷题日记4.10
题源洛谷P1049题目描述有一个箱子容量为V(正整数,0≤V≤20000),同时有n个物品(0#include#includeusing
namespace
std;cons
zzygo
·
2024-01-28 18:06
力扣76.最小覆盖子串
#include#include#include#include#include#include#include#includeusing
namespace
std;classSolution{public
赟家小菜鸟
·
2024-01-28 17:24
每日一题
leetcode
算法
c++
8.C++ 类对象空指针访问成员函数
我们看下面的代码及其运行情况:#includeusing
namespace
std;classPerson{public://定义Person类的一个成员函数voidShowClassFunc(){coutShowClassF
Yoga...
·
2024-01-28 17:49
C++学习笔记
c++
开发语言
二叉树辅助函数,用于acm模式刷题
#includeusing
namespace
std;//先定义TreeNode和Solution类//...voidprintInOrder(TreeNode*node){if(node==nullptr
dc爱傲雪和技术
·
2024-01-28 17:11
c++
算法
数据结构
C++:引用类型(int &)
引用类型给变量起别名数据类型&别名=原名#includeusing
namespace
std;intmain(){inta=10;int&b=a;coutusing
namespace
std;intmain
Michael_chemic
·
2024-01-28 17:36
C++
c++
经验分享
13.谓词
:返回bool类型的仿函数称为谓词如果operator()接受一个参数,那么叫做一元谓词如果operator()接收两个参数,那么叫做二元谓词13.1一元谓词#include#includeusing
namespace
std
霜晨月c
·
2024-01-28 16:46
#
C++提高编程
c++
算法
开发语言
学习
笔记
阿富汗塔利班兴起时的比赛代码3475:练85.3 删数问题(Noip1994)
【输入样例】1754384【输出样例】13#includeusing
namespace
std;i
gezhengxu2024
·
2024-01-28 16:13
编程启蒙
c++
c++
编程启蒙
c++学生系统(gezhengxu2024独创)
还有亿些问题)=========================================================================#include#includeusing
namespace
std
gezhengxu2024
·
2024-01-28 16:13
c++
系统
c++
学生系统
openGL 入门demo, 三维空间随机数据拟合直线
include"GL/glut.h"//包含OpenGL实用库#include#include#include#defineRandmod(x)rand()%x//#include//#includeusing
namespace
Eigen
kennyadelaide
·
2024-01-28 15:24
openGL
三维坐标系
三维空间点斜式数据拟合
【每日一题】YACS 243:5G通讯
(1using
namespace
std;typedeflonglongll;lln,d,a[100005];i
超哥聊信奥
·
2024-01-28 14:17
每日一题
5G
算法
c++
数据结构
图论
学习
蓝桥OJ3291区间更新
进行区间更新之后必须要用前缀和还原才能得到原数组#includeusing
namespace
std;constintN=1e5+3;inta[N],diff[N];voidsolve(intn,intm
懒羊羊oo
·
2024-01-28 12:34
蓝桥杯备赛练习
算法
c++
蓝桥OJ1276小明的彩灯
#includeusing
namespace
std;constintN=1e6+3;usingll=longlong;lla[N],diff[N];intmain(){ios::sync_with_stdio
懒羊羊oo
·
2024-01-28 12:34
蓝桥杯备赛练习
算法
c++
蓝桥第4场小白入门赛第4题 乘飞机
#includeusing
namespace
std;usingll=longlong;constllN=1e5+5;lla[N];intmain(){lln,q;cin>>n>>q;for(inti=1
懒羊羊oo
·
2024-01-28 12:34
蓝桥杯备赛练习
算法
c++
*蓝桥OJ760数的计算
#includeusing
namespace
std;constintN=1e3+5;inta[N];intdfs(intdep){intres=1;for(inti=1;i>n;a[1]=n;cout
懒羊羊oo
·
2024-01-28 12:04
蓝桥杯备赛练习
算法
深度优先
c++
*蓝桥OJ3904DNA序列配对
#includeusing
namespace
std;mapmp{{'A',0},{'C',1},{'G',2},{'T',3}};intmain(){intn;cin>>n;stringa,b;cin>
懒羊羊oo
·
2024-01-28 12:03
蓝桥杯备赛练习
c++
算法
输入两个字符串,从第一字符串中删除第二个字符串中所有的字符
#includeusing
namespace
std;constintN=150;intmain(){stringa,b,ans;boolflag[N];memset(flag,1,N);getline(
懒羊羊oo
·
2024-01-28 12:03
蓝桥杯备赛练习
算法
c++
最大的卡牌价值(c++)
#includeusing
namespace
std;usingll=longlong;constintN=1e5
懒羊羊oo
·
2024-01-28 12:33
c++
数据结构
算法
蓝桥OJ3694肖恩的投球游戏plus
二维差分#includeusing
namespace
std;constintN=1e3+5;inta[N][N],d[N][N];intmain(){intn,m,q;cin>>n>>m>>q;for(
懒羊羊oo
·
2024-01-28 12:31
蓝桥杯备赛练习
算法
c++
深度探索C++对象模型(13)——数据语义学(3)——单类继承下数据成员布局
1.单一继承下的数据成员布局代码1:#include#includeusing
namespace
std;classFAC//父类{public:intm_fai;intm_faj;};classMYACLS
喵的波波鱼
·
2024-01-28 12:29
C++对象模型
基于链式存储结构的图书信息表的创建和输出
#include#includeusing
namespace
std;#defineOK1#defineERROR0#defineOVERFLOW-2typedefintStatus;//声明类型int类型为
点一下我的id
·
2024-01-28 12:01
数据结构C++栈(数组模拟)
例题:https://www.acwing.com/activity/content/problem/content/865/#includeusing
namespace
std;constintN=1e5
松定
·
2024-01-28 11:20
数据结构
c++
开发语言
poj1051 模拟
/*Time:2019.11.2Author:Goventype:字符串处理err:ref:*/#include#include#include#includeusing
namespace
std;intmain
暖昼氤氲
·
2024-01-28 11:36
数据结构C++队列(数组模拟)
例题:https://www.acwing.com/activity/content/problem/content/866/#includeusing
namespace
std;constint
松定
·
2024-01-28 11:47
数据结构
c++
开发语言
ValueConverters.NET
xmlns:conv="clr-
namespace
:ValueConverters;assembly=ValueConverters"简单使用使用默认的True/Flase转换值或指定转换值:使用转换器组实现
James.TCG
·
2024-01-28 11:09
.net
C#,广义斐波那契数(Generalised Fibonacci Numbers)的算法
计算结果:源代码:1文本格式usingSystem;
namespace
Legalsoft.Truffer.Algorithm{//////广义斐波那契数///Gen
深度混淆
·
2024-01-28 09:17
C#算法演义
Algorithm
Recipes
C#
算法
广义斐波那契数
Fibonacci
C#,数据检索算法之指数搜索(Exponential Search)的源代码
1文本格式usingSystem;
namespace
Legalsoft.Truffer.Algorithm{publicstaticclassArraySearch_Algorithm{//////指数搜索
深度混淆
·
2024-01-28 09:46
C#算法演义
Algorithm
Recipes
c#
算法
CSP - CCF 2023 - 12 因子化简(暴力80分)
,遇到可以分解的质数进入循环,记录次方count,若大于等于k则保留,并且将该次方结果记录到vector数组之中最后将数组之中的值相乘输出即可#include#include#includeusing
namespace
std
友人A
·
2024-01-28 09:12
csp
-
ccf
算法
c++
牛客网java考试选择题_牛客网华为笔试题—1
#include#include#includeusing
namespace
std;intLength_last_string(string&a){intlengtn=a.size();intresutl
weixin_39950552
·
2024-01-28 08:06
牛客网java考试选择题
蓝桥杯——既约分数
#includeusing
namespace
std;intmain(){intcot=0;for(inti=1;i<2021;i++){for(intj=1;j<i;j++){a:for(intk
shen_luoli
·
2024-01-28 07:24
c++
算法
蓝桥杯
蓝桥杯 试题 B 既约分数
答案:2481215#includeusing
namespace
std;intans;intgcd(inta,intb){if(b==0)returna;returngcd(b,a%b);}intmain
小冉同学
·
2024-01-28 07:52
蓝桥杯
莫比乌斯与欧拉
#includeusing
namespace
std;constintN=1e6+10;intmu[N],prime[N],cnt,ol[N];boolvis[N];voidola(intn){vis[1
:Alarm clock
·
2024-01-28 07:02
算法
图论
数据结构
Nearest Beautiful Number (easy version)
n的范围是1#include#include#include#include#include#definelllonglongusing
namespace
std;constintmaxn=1e6+7;sets1
:Alarm clock
·
2024-01-28 07:02
算法
逃避考试
#includeusing
namespace
std;intconstN=1e3+10;intn,k,a[N],b[N];doublec[N];boolcheck(doublemid){for(inti=
:Alarm clock
·
2024-01-28 07:02
算法
c++
数据结构
线性求逆元(模板题)
直接上AC代码#includeusing
namespace
std;#definelllonglongconstinttwx=3e6+100;constintinf=0x3f3f3f3f;llread()
:Alarm clock
·
2024-01-28 07:32
算法
数据结构
P8655 [蓝桥杯 2017 国 B] 发现环
#includeusing
namespace
std;const
:Alarm clock
·
2024-01-28 07:57
算法
【算法1.1】模拟与高精度
模板代码:#include#include#include#includeusing
namespace
std;//
不爱睡觉不爱起床的小Kiku
·
2024-01-28 06:44
洛谷官方题单
笔记
算法分析与设计
1.线段树#include#include#include#include#include#include#includeusing
namespace
std;inttree[1005*4],a[1005
不爱睡觉不爱起床的小Kiku
·
2024-01-28 06:44
数据结构与算法
算法
c++
开发语言
玩转docker(1)-基础知识
Docker使用Go语言进行开发实现,基于Linux内核的cgroup,
namespace
等技术,对进程进行封装隔离,由于隔离的进程独立于宿主和其他隔离的进程因此被称为容器。
redher
·
2024-01-28 06:21
跟着cherno手搓游戏引擎【12】渲染context和首个三角形
WindowsWindow.h:新建m_Context#pragmaonce#include"YOTO/Window.h"#include#include#include"YOTO/Log.h"structGLFWwindow;
namespace
YOTO
larito
·
2024-01-28 06:08
游戏引擎
CSP 202109-2 非零段划分
//202109-2//1)水面下降解法#includeusing
namespace
std;con
joker D888
·
2024-01-28 04:09
算法与数据结构
算法
c++
csp
双指针法|位运算|离散化|区间合并
目录双指针算法位运算离散化序列合并双指针算法题目描述:1.输入n个单词,每个单词在输入的时候按空格隔开,之后打印出每个单词且换行#include#includeusing
namespace
std;intmain
头发没有代码多
·
2024-01-28 04:52
习题
c++
算法
开发语言
四大同类基础算法总结:双指针算法思想 / 位运算 / 离散化算法 / 区间合并
一般的写法:for(inti=0,j=0;iusing
namespace
std;constintN=100010;intn;intq[N],s[N];intmain(){scanf("%d",&n);for
PanyCG_pc
·
2024-01-28 04:21
算法
#
基础算法
算法
双指针
位运算
离散化
区间合并
药水由n种成分组成,每种成分的质量为正整数,第i种成分的比例为r[i], r[1]+...+r[n]=1, 给定n-1种关系:i, j, x, y, i / j = x / y,求药水质量最小值
题目思路:#includeusing
namespace
std;#defineintlonglong#definepbpush_backconstintmaxn=1e6+5,inf=1e9+5,maxm=
__night_
·
2024-01-28 03:42
codeforces
算法
数轴(0 ~ m)上有n个不同点,最多只能移动一个点,移动到[1, m]中任意一点,求最终最小相邻两个点的距离的最大值是什么
#includeusing
namespace
std;#defineintlonglong#definepbpush_backconstintmaxn=1e6+5,inf
__night_
·
2024-01-28 03:12
codeforces
算法
由两个有限项的等差数列B, C, 求有多少个有限项的等差数列A,满足C是A, B的所有公共项,若有无穷个A满足条件,输出-1
题目思路:#includeusing
namespace
std;#defineintlonglong#definepbpush_backconstintmaxn=1e6+5,inf=1e9+5,maxm=
__night_
·
2024-01-28 03:10
codeforces
算法
算法.分组背包
#includeusing
namespace
std;constintN=110;intn,m,v[N],w[N],dp[N],s;intmain(){cin>>n>>m;for(inti=0;i>s;for
丰海洋
·
2024-01-28 03:20
算法
算法
c++
图论
csp.第32次认证 202312-2 因子化简
#include#includeusing
namespace
std;constintN=10000000;intn,m;longlonga[13];longlongb[13],c[N];intmain(
丰海洋
·
2024-01-28 03:20
算法
c++
数据结构
数据结构.线性表
1.静态分配#includeusing
namespace
std;constintN=10;typedefstruct{intdata[N];intlength;}SqList;voidInitList(
丰海洋
·
2024-01-28 03:49
数据结构
数据结构
上一页
37
38
39
40
41
42
43
44
下一页
按字母分类:
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
其他