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
ongl
远程桌面Matlab出现License Manager Error-103问题
原博客:https://blog.csdn.net/hezh
ongl
a0811/article/details/81226539问题出现在实验室服务器上安装matlab,版本是R2016a。
昫嵐
·
2024-01-28 20:12
ABC333题解(A~F)
前置感觉这场难度Ausingnamespacestd;#defineintl
ongl
ongintn;signedmain(){cin>>n;for(inti=1;iusingnamespacestd;#
鹖弁
·
2024-01-28 20:24
CF/ATC题解
深度优先
图论
算法
ABC334题解(A~F)
代码示例#includeusingnamespacestd;#defineintl
ongl
ong#definemax(a,b)(a>b?a:b)inta,b;signe
鹖弁
·
2024-01-28 20:24
CF/ATC题解
算法
深度优先
图论
郑州大学2024年寒假训练 Day2:循环,一维数组,排序,贪心(A-J)
code:#include#includeusingnamespacestd;constintmaxn=1e6+6;typedefl
ongl
ongl
l;intn,c,r[maxn];intmain(){
邪神与厨二病
·
2024-01-28 20:41
比赛
算法
zzu
贪心
c++
zzu 2024寒假训练day2(A-D,F-I)
.I题目链接1.A每种垃圾大于它的对应垃圾桶的容量时,多出的部分就只能丢入最后一个垃圾桶#includeusingnamespacestd;constintmaxn=1e6+5;#defineintl
ongl
ongintr
像风一样_
·
2024-01-28 20:40
算法
c++
2024.1.20 寒假训练记录(3)
CF960FPathwalksCF960FPathwalks题目链接主席树中结点的l和r表示左右子结点的编号而不是该结点的范围,要注意它和线段树的区别#includeusingnamespacestd;#defineintl
ongl
ongu
Texcavator
·
2024-01-28 20:40
2024寒假训练记录
算法
算法刷题:P1908 逆序对
#includeusingnamespacestd;intn,data[500010],has[500010];l
ongl
ongans;voidmsort(intb,
迷路的小鹿斑比_Perry
·
2024-01-28 19:17
算法
倒计时71天
A-ACCEPT_牛客小白月赛85(nowcoder.com)#includeusingnamespacestd;constintN=3e4+5;constintinf=0x3f3f3f3f;#defineintl
ongl
ong
算法怎么那么难啊
·
2024-01-28 18:05
c++
╥﹏╥...倒计时72天╥﹏╥...
复盘3.19.0数字三角形-蓝桥云课(lanqiao.cn)#includeusingnamespacestd;constintN=3e2+5;#defineintl
ongl
ongconstintinf
算法怎么那么难啊
·
2024-01-28 18:33
c++
力扣Pow(x,n)
力扣:Pow(x,n)用笨方法有一组数据过不去就采用了快速幂+递归具体请看:题解C++classSolution{public:doublecalculate(doublex,l
ongl
ongn){if
问剑白玉京
·
2024-01-28 16:12
leetcode
java
leetcode
【每日一题】YACS 243:5G通讯
(1usingnamespacestd;typedefl
ongl
ongl
l;lln,d,a[100005];i
超哥聊信奥
·
2024-01-28 14:17
每日一题
5G
算法
c++
数据结构
图论
学习
蓝桥OJ1276小明的彩灯
#includeusingnamespacestd;constintN=1e6+3;usingll=l
ongl
ong;lla[N],diff[N];intmain(){ios::sync_with_stdio
懒羊羊oo
·
2024-01-28 12:34
蓝桥杯备赛练习
算法
c++
蓝桥第4场小白入门赛第4题 乘飞机
#includeusingnamespacestd;usingll=l
ongl
ong;constllN=1e5+5;lla[N];intmain(){lln,q;cin>>n>>q;for(inti=1
懒羊羊oo
·
2024-01-28 12:34
蓝桥杯备赛练习
算法
c++
最大的卡牌价值(c++)
#includeusingnamespacestd;usingll=l
ongl
ong;constintN=1e5
懒羊羊oo
·
2024-01-28 12:33
c++
数据结构
算法
CCF-CSP真题202006-2《稀疏向量》
#includestructm{inta,b;}u[500000],v[500000];intmain(){intn,a,b,i,j,k=0;l
ongl
ongints=0;scanf("%d%d%d",
Macchiato817
·
2024-01-28 12:13
CCF-CSP真题
c语言
c++
算法
蓝桥杯
CSP - CCF 2023 - 12 因子化简(暴力80分)
若大于等于k则保留,并且将该次方结果记录到vector数组之中最后将数组之中的值相乘输出即可#include#include#includeusingnamespacestd;boolisprime(l
ongl
ongx
友人A
·
2024-01-28 09:12
csp
-
ccf
算法
c++
Nearest Beautiful Number (easy version)
n的范围是1#include#include#include#include#include#definelll
ongl
ongusingnamespacestd;constintmaxn=1e6+7;sets1
:Alarm clock
·
2024-01-28 07:02
算法
线性求逆元(模板题)
直接上AC代码#includeusingnamespacestd;#definelll
ongl
ongconstinttwx=3e6+100;constintinf=0x3f3f3f3f;llread()
:Alarm clock
·
2024-01-28 07:32
算法
数据结构
Kotlin快速入门系列2
Java和kotlin数据类型对照如下:Java基本数据类型Kotlin对象数据类型数据类型说明intInt整型l
ongL
ong长整形shortShort短整型floatFloat单精度浮点型doubleDoubl
左大星
·
2024-01-28 07:24
kotlin
开发语言
android
【算法1.1】模拟与高精度
1.1.1高精度此类题目往往涉及到极大数(无法用l
ongl
ong存储),一般需要使用string(或数组)来存储数字,大数的位数等于字符串(或数组)的长度。
不爱睡觉不爱起床的小Kiku
·
2024-01-28 06:44
洛谷官方题单
笔记
阶乘计算再相加
#includeintmain(){inti=0;inta=0;l
ongl
ongnum1=1;l
ongl
ongnum2=0;scanf("%d",&a);for(a;a>=1;a--){for(i=a;
sparks__fly
·
2024-01-28 06:00
C语言学习
药水由n种成分组成,每种成分的质量为正整数,第i种成分的比例为r[i], r[1]+...+r[n]=1, 给定n-1种关系:i, j, x, y, i / j = x / y,求药水质量最小值
题目思路:#includeusingnamespacestd;#defineintl
ongl
ong#definepbpush_backconstintmaxn=1e6+5,inf=1e9+5,maxm=
__night_
·
2024-01-28 03:42
codeforces
算法
数轴(0 ~ m)上有n个不同点,最多只能移动一个点,移动到[1, m]中任意一点,求最终最小相邻两个点的距离的最大值是什么
#includeusingnamespacestd;#defineintl
ongl
ong#definepbpush_backconstintmaxn=1e6+5,inf
__night_
·
2024-01-28 03:12
codeforces
算法
由两个有限项的等差数列B, C, 求有多少个有限项的等差数列A,满足C是A, B的所有公共项,若有无穷个A满足条件,输出-1
题目思路:#includeusingnamespacestd;#defineintl
ongl
ong#definepbpush_backconstintmaxn=1e6+5,inf=1e9+5,maxm=
__night_
·
2024-01-28 03:10
codeforces
算法
csp.第32次认证 202312-2 因子化简
#include#includeusingnamespacestd;constintN=10000000;intn,m;l
ongl
onga[13];l
ongl
ongb[13],c[N];intmain(
丰海洋
·
2024-01-28 03:20
算法
c++
数据结构
C. Palindrome Basis
给出一个n,计算有多少种方法可以把n表示成若干个回文数的和.思路:40000以内的回文数只有不到500个,全部预处理出之后就是一个裸的完全背包求方案数的问题了.代码:#include#defineintl
ongl
ong
临江浪怀柔ℳ
·
2024-01-28 01:56
c语言
开发语言
字符串相乘
classSolution{public:typedefl
ongl
ongl
int;lintsToInt(conststring&s){lintans=0;for(inti=0;i
高二的笔记
·
2024-01-28 01:24
算法
开发语言
代码随想录二刷总结复盘 day02
本题的核心在于找到第一个平方数大于x的数1.二分法:找到第一个平方数大于x的数注意点是:mid*mid需要转成(l
ongl
ong)classSolution{public:intmySqrt(intx)
睡个好觉哦
·
2024-01-28 01:42
算法
leetcode
[蓝桥杯]真题讲解:飞机降落(DFS枚举)
[蓝桥杯]真题讲解:飞机降落(DFS枚举)一、视频讲解二、暴力代码(也是正解代码)一、视频讲解视频讲解二、暴力代码(也是正解代码)//飞机降落:暴力枚举DFS#include#defineintl
ongl
ongusingnamespacestd
Turing_Sheep
·
2024-01-27 23:39
备战蓝桥杯
#
搜索与图论题目
蓝桥杯
深度优先
职场和发展
嵌入式Linux学习DAY7+DAY8
用循环输入一次处理一次数组一组相同类型的数据的集合作用:一次性定义多个相同类型的变量一维数组语法:类型说明符数组名[常量表达式],本质为int[10]a;(与inta类似)类型说明符:int,short,long,l
ongl
ong
所念皆星海911
·
2024-01-27 22:32
linux
学习
基于脑电图的注意力稀疏图卷积神经网络的帕金森病识别
sDiseaseRecognitionviaAttention-BasedSparseGraphConvolutionalNeuralNetwork来源期刊:IEEEJOURNALOFBIOMEDICALANDHEALTHINFORMATICSENGINEERING作者:H
ongl
iChang
有人学习不瞌睡吗
·
2024-01-27 22:59
脑机接口
cnn
深度学习
人工智能
卷积神经网络
神经网络
机器学习
整形数据 C
includeintmain(){inta=10;//4个字节储存intb=-10;//4个字节储存longd=20;//32位操作系统四个字节储存,64位操作系统八个字节储存//为了统一八个字节使用l
ongl
ong
小小小8021
·
2024-01-27 21:42
2024.1.24每日一题
如果以下条件满足,我们称这些塔是美丽的:1&a){intn=a.size();vectorsuf(n+1);stackst;st.push(n);//哨兵l
ongl
~努力努力再努力k
·
2024-01-27 20:28
算法学习
#
每日一题
算法
leetcode
请编写递归函数,判断一个自然数是否为另一个自然数的低位部分
显然,每个自然数恰是自身的低位部分主函数:#includeintIsLowerPart(l
ongl
ongx,l
ongl
ongy);intmain(){l
ongl
onga,b;scanf("%lld%lld
得意洋洋
·
2024-01-27 12:15
算法
数据结构
Codeforces Round 919 (Div. 2) (A-D)
xxx且小于等于yyy的zzz的个数temptemptemp,答案就是y−x−temp+1y-x-temp+1y−x−temp+1代码#include#include#include#defineintl
ongl
ongusingname
听听听搁浅
·
2024-01-27 06:11
算法
数据结构
第十二届蓝桥杯省赛 第一场 C++ B组 题解 (全)
思路:int,四个字节,不知道可以用sizeof,1MB=1024KB,1KB=1024B;code:#include#defineintl
ongl
ong#definerep(i,l,r)fo
万伏小太阳
·
2024-01-26 20:42
算法
算法
动态规划
c++
蓝桥杯
倒计时79天
复盘1.1.0日期统计-蓝桥云课(lanqiao.cn)#includeusingnamespacestd;#defineintl
ongl
ongconstintinf=0x3f3f3f3f;constintN
算法怎么那么难啊
·
2024-01-26 20:54
c++
倒计时78天
bfs1)从(x1,y1)到(x2,y2)最短距离#includeusingnamespacestd;constintN=3e4+5;constintinf=0x3f3f3f3f;#defineintl
ongl
onginta
算法怎么那么难啊
·
2024-01-26 20:54
c++
倒计时81天
倒计时82天-CSDN博客蓝桥杯2022年第十三届省赛真题-扫雷-C语言网(dotcpp.com)1)#includeusingnamespacestd;#defineintl
ongl
ongconstintinf
算法怎么那么难啊
·
2024-01-26 20:23
c++
牛客NC21613牛牛的战役(C++)
代码#includeusingnamespacestd;#defineintl
ongl
ong//需要自定义cmp函数,同时将敌军的战斗
Xyzz1223
·
2024-01-26 19:09
算法
c++
开发语言
16.Redis系列之Redisson分布式锁原理
会将整个脚本作为一个整体执行,中间不会被其他命令打断#RedissonLock.tryLockInnerAsync方法内lua脚本加锁RFuturetryLockInnerAsync(longwaitTime,l
ongl
easeTime
沈健_算法小生
·
2024-01-26 18:08
NOSQL
redis
分布式
数据库
牛客周赛 Round 29 A---E
solution判断数字的大小code#include#include#includeusingnamespacestd;typedefl
ongl
ongl
l;lla,b;intmain(){cin>>a
子衿h
·
2024-01-26 18:42
牛客
算法
数据结构
c++
[蓝桥杯]真题讲解:砍树(DFS遍历、图的存储、树上差分与LCA)
[蓝桥杯]真题讲解:砍树(DFS遍历、图的存储、树上差分与LCA一、视频讲解二、暴力代码三、正解代码一、视频讲解视频讲解二、暴力代码#include#defineintl
ongl
ongusingnamespacestd
Turing_Sheep
·
2024-01-26 17:02
备战蓝桥杯
#
搜索与图论题目
蓝桥杯
深度优先
职场和发展
蓝桥杯备战——k倍区间
应用同余定理若b-a为k的倍数则b模k等于a模k#includeusingnamespacestd;l
ongl
ongs[100005];l
ongl
ongmo[100005];intmain(){intn
CZMM@dehua
·
2024-01-26 16:45
蓝桥杯
c++
【AI绘画】Stable Diffusion 提示词——时尚日志封面
Highestquality,ultra-highdefinition,masterpieces,8kquality,画面主题:1girl,youngbeautifulgirl,Whiteskin,l
ongl
egs
AI想象家
·
2024-01-26 14:50
AI作画
stable
diffusion
[蓝桥杯]真题讲解:子串简写(暴力+二分)
[蓝桥杯]真题讲解:子串简写(暴力+二分)一、视频讲解二、暴力代码三、正解代码一、视频讲解视频讲解二、暴力代码//暴力代码:#include#defineintl
ongl
ongusingnamespacestd
Turing_Sheep
·
2024-01-26 12:00
备战蓝桥杯
#
基础算法与数论题目
蓝桥杯
职场和发展
C++11
文章目录l
ongl
ong类型二、char16_t和char32_t类型原始字面量统一的初始化自动推导类型函数模板高级decltype关键字函数后置返回类型模板的别名空指针nullptr智能指针explicit
yb0os5
·
2024-01-26 08:55
C++
c++
java
开发语言
Bracket Sequences Concatenation Problem(括号配对)
#includeusingnamespacestd;typedefl
ongl
ongl
l;constintmaxn=3e5+10;intq[maxn];vectorV;intmain(){intn;scanf
Z_sea
·
2024-01-26 06:06
CF
PX4经纬度转东北天坐标c++代码
gpstoENU)//设置参考点,即东北为(0,0)的点的经纬度doubleref_lat_=39.978861;//纬度doubleref_lon_=116.339803;//经度MapProjecti
ongl
obal_local_proj_ref
集智飞行
·
2024-01-26 02:16
px4
c++
无人机开发
c++
开发语言
C++笔试强训选择题 3
1.以下程序的输出结果是()#includeintmain(){intx=3,y=3;switch(x%2){case1:switch(y){case0:coutintmain(){l
ongl
onga=
徐凤年lll
·
2024-01-25 23:41
c++
算法
数据结构
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他