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
202203-3 计算资源调度器(50分代码)
题目链接里面定义的一些量是没有用到的#include#includeusingname
spaces
td;//计算节点的结构体structNode{intid;//节点编号intbelong;//属于哪个可用区
Kerin637
·
2024-02-11 18:55
csp刷题
c++
算法
从汇编角度解释线程间互斥-mutex互斥锁与lock_guard的使用
多线程并发的竞态问题我们创建三个线程同时进行购票,代码如下#include#include#includeusingname
spaces
td;//总票数intticketCount=100;//售票线程
你好,此用户已存在
·
2024-02-11 18:52
系统编程
操作系统
C++类模板的特化
下面这个例子就是全特化#includeusingname
spaces
td;templateclassSeqList{public:SeqList();~SeqList();private:int_size
Nou_Camp
·
2024-02-11 17:44
c++
C++类模板的特化
第三章 搜索与图论(三)(最小生成树,二分图)
#include//858prim最小生成树(稠密图做法)usingname
spaces
td;constintN=210,INF=
一只程序媛li
·
2024-02-11 16:01
蓝桥准备
图论
算法
BZOJ 5441: [Ceoi2018]Cloud computing
背包#include#includeusingname
spaces
td;intn,m,Len;longlongF[2][100005];structnode{intc,f,v;}E[100005];boolcmp
weixin_34153893
·
2024-02-11 16:55
bzoj5441: [Ceoi2018]Cloud computing
了一发,就是把电脑和订单一起做背包,订单的c视为负而电脑的v为负,f由大到小排序做背包#include#include#include#include#include#includeusingname
spaces
td
weixin_30319153
·
2024-02-11 16:25
2024牛客寒假算法基础集训营1(B、C、E、L)
代码如下:#include#include#defineintlonglong#defineendl'\n'usingname
spaces
td;structcard{i
꧁忘•念꧂
·
2024-02-11 16:23
算法
2024牛客寒假算法基础集训营2(F、K、I、J)
,统计出不同的宝石有a个,从后往前取,则第一次取宝石可以取出a个不同的宝石,剩下不同的宝石有b个(b#include#defineintlonglong#defineendl'\n'usingname
spaces
td
꧁忘•念꧂
·
2024-02-11 16:53
算法
假期刷题打卡--Day28
1、MT1220斐波那契数列III输入一个正整数N(Nusingname
spaces
td;voidf(intn){intf1=1;intf2=1;intfn;for(inti=1;i>n;f(n);return0
a-626
·
2024-02-11 15:39
假期打卡学习
c++
c语言
Codeforces Round #813 (Div. 2) A. Wonderful Permutation
pnoflengthnandapositiveintegerk≤n.Inoneoperationyoucanchoosetwoindicesiandj(1≤i#include#include#include#includeusingname
spaces
td
wyyyyyyyy_
·
2024-02-11 15:37
c++
c++
《算法笔记》3.1小节——入门模拟->简单模拟
cid=100000575#include#includeusingname
spaces
td;inttree[10005]={0};intmain(){intL,M;while(scanf("%d%d"
木子李_0961
·
2024-02-11 14:13
突破编程_C++_基础教程(类的高级特性)
典型的比如使用嵌套类实现工厂模式:#include#includeusingname
spaces
td;//外部类,作为工厂类的容器classAnimalFactory{public://嵌套类,定义不
breakthrough_01
·
2024-02-11 14:33
突破编程_C++_基础教程
c++
开发语言
priority_queue 优先级队列的使用
#include#include#includeusingname
spaces
td;//结构体
守拙圆
·
2024-02-11 13:11
求一个方格棋盘中有多少正方形和长方形
usingname
spaces
td;intmain(){longlongn,m;cin>>n>>m;longlonga=0,b=0;//a为正方形的数目,b为长方形的数目。
2301_79721847
·
2024-02-11 13:13
java
算法
开发语言
oracle关于表空间的数据字典,Oracle常用的数据字典
DBA_TABLE
SPACES
:关于表空间的信息DBA_TS_QUOTAS:所有用户表空间限额DBA_FREE_SPACE:所有表空间中的自由分区DBA_SEGMENTS:描述数据库中所有段的存储空间DBA_EXTENTS
西瓜呆毛汪
·
2024-02-11 12:42
CSP-202009-2-风险人群筛查
CSP-202009-2-风险人群筛查解题思路检查是否经过高危区(x>=x1)&&(x=y1)&&(yusingname
spaces
td;intmain(){intn,k,t,x1,y1,x2,y2;cin
LOST P
·
2024-02-11 10:07
c++
算法
CSP-202104-1-灰度直方图
CSP-202104-1-灰度直方图解题思路比较简单,直接上代码#includeusingname
spaces
td;intmain(){intn,m,L,aws[300]={};cin>>n
LOST P
·
2024-02-11 10:07
c++
算法
CSP-202112-2-序列查询新解
#includeusingname
spaces
td;intmain(){longlongn,N,sum=0;cin>>n>>N;longlongr=N/(n+1);longlong*A=newlonglong
LOST P
·
2024-02-11 10:37
算法
c++
CSP-202012-2-期末预测之最佳阈值
#includeusingname
spaces
td;intmain(){intm;cin>>m;int*y=newint[m];int*result
LOST P
·
2024-02-11 10:35
算法
c++
编译C++程序
单文件编译C++程序Test.cpp:#includeusingname
spaces
td;intmain(){cout#include"Hello.h"intmain(){std::couthello(
WongKyunban
·
2024-02-11 09:26
C/C++
编译
在Linux上快速编写C++
我们展示一下吧:1.使用vim编写源码:#includeusingname
spaces
td;intmain(){cout<<"Hello,world!"
WongKyunban
·
2024-02-11 09:26
C/C++
c++
【深蓝学院】移动机器人运动规划--第2章 基于搜索的路径规划--作业
1.Assignment先上A*代码:#include"Astar_searcher.h"usingname
spaces
td;usingnamespaceEigen;//初始化gridmapvoidAstarPathFinder
读书健身敲代码
·
2024-02-11 09:53
motion
planning
Robotics
motion
planning
Winform主程序ui线程异常处理方案和只允许同时运行一个进程的方法
usingSystem.Diagnostics;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows.Forms;name
spaceS
creenShowManage
搬砖的诗人Z
·
2024-02-11 09:17
C#
ui
c#
想出OI题?用最简洁的C/C++测试数据生成工具——makedata.h库
于是,我写下了这样两段代码……//makedata.h2020.12.15#includeusingname
spaces
td;ofstreaminfile,outfile;inttimes=10;voidfile
蔗蓝
·
2024-02-11 09:10
我的OI之路
c++
c语言
python造数据,并使用lemon评测,快速入门
例:输入两个整数a,b,输出它们的和,已知0执行生成std.exe,与python最后一行代码对应#include#includeusingname
spaces
td;intmain(intargc,char
爱思考的小伙
·
2024-02-11 09:10
python
C++
【c++项目】信息学奥赛数据生成器
#includeusingname
spaces
td;#defineDEV_RND((int)rand()*RAND_MAX+rand())#defineRND(L,R)(DEV_RND%((R)-(L)
NightStriker
·
2024-02-11 09:06
c++
开发语言
C++使用按位左移_右移运算符
1.按位右移运算符(>>)将数据除以2^n(2的n次方)2.按位左移运算符(#includeusingname
spaces
td;intmain(){cout>Input;intHalf=Input>>1
Waldo_cuit
·
2024-02-11 08:57
C++移动构造
#includeusingname
spaces
td;classPointer{private:int*p;public:Pointer(intx=0):p(newint(x)){cout<<"构造"<<
一天开始了
·
2024-02-11 06:27
c++
开发语言
C++ 万能函数接口
#include#include#include#include#include#include#include#include#include#includeusingname
spaces
td;structObj
一天开始了
·
2024-02-11 06:57
c++
开发语言
C++容器
vector基本特点:1.内存连续,方便访问2.动态内存,在数据满时,会自动进行扩容,避免越界访问3.可以进行插入和删除,效率跟操作位置有关,尾的效率最高#include#includeusingname
spaces
td
一天开始了
·
2024-02-11 06:57
c++
开发语言
寒假7-贪心
#includeusingname
spaces
td;#include#includestructbisai{ints;inte;};boolCompare(bisaib1,bisaib2){returnb1
要成为编程高手的Yu
·
2024-02-11 06:24
算法
数据结构
图论
寒假6-洛谷打题
#includeusingname
spaces
td;intarr_A[100010];intarr_B[100010];intarr_X[100010];intarr_Y[100010];intmain
要成为编程高手的Yu
·
2024-02-11 06:23
算法
数据结构
c++
寒假5-数学与简单dp
#includeusingname
spaces
td;intn,m;booldp[1000000];intmain(){cin>>n>>m;intminn=min(n,m);intmaxx=max(n,m
要成为编程高手的Yu
·
2024-02-11 06:53
算法
c++
图论
寒假8双指针,BFS,图论
#include#includeusingname
spaces
td;intn,d,k;intconstN=1000010;typedefpairpii;boolst[N];intcnt[N];piilogs
要成为编程高手的Yu
·
2024-02-11 06:23
宽度优先
算法
CF 481 Div3
A:题意:抹除重复元素留下最后一个不相同元素输出水题#includeusingname
spaces
td;intmain(){inta[1005],n;while(cin>>n){intvis[1005]
Dilly__dally
·
2024-02-11 05:36
codeforces
24牛客寒假(3)总结
L,M,M没想到,L暴力过了签到题数据太小了#includeusingname
spaces
td;longlongT,n,m[2][9],ans,mm[10],a[10][9];intmain(){ios
Colinnian
·
2024-02-11 05:06
c++
牛客
一、基础算法之排序、二分、高精度、前缀和与差分、双指针算法、位运算、离散化、区间合并内容。
每一趟实现步骤:low>=high,返回,排序完成选取基准元素x=a[low],i=low,j=high当iusingname
spaces
td;constintN=100010;intn;intq[N]
樱花的浪漫
·
2024-02-11 05:00
C++与算法题系列
算法
数据结构
2024.2.10
#define_CRT_SECURE_NO_WARNINGS#include#includeusingname
spaces
td;//成员函数实现运算符重载//classperson//{//public
爱上语文
·
2024-02-11 05:57
c++
备战蓝桥杯---动态规划之经典背包问题
f[0][0]=0;最后循环最后一行求max;负无穷:0xc0c0c0c0;正无穷:0x3f3f3f3f下面是v=12,n=6的图示:下面是AC代码:#includeusingname
spaces
td;
cocoack
·
2024-02-11 01:26
蓝桥杯
动态规划
算法
c++
备战蓝桥杯---动态规划之背包问题引入
这是用图表示:下面是AC代码:#includeusingname
spaces
t
cocoack
·
2024-02-11 01:55
蓝桥杯
动态规划
算法
c++
鸡数题! - 组合数学 + 第二类斯特林数
代码#includeusingname
spaces
td;usingll=longlong;constintN=1e5+10;constintmod=1e9+7;intfact[N],infact[N];
.y.a.o.
·
2024-02-11 01:55
算法
c++
思维
Tokitsukaze and Slash Draw - 最短路
代码#includeusingname
spaces
td;usingll=longlong;voidsolve(){intn,m,k;cin>>n>>m>>k;vector>>ad
.y.a.o.
·
2024-02-11 01:54
算法
图论
c++
【2024.2.5练习】独木桥
#include#includeusingname
spaces
td;intmain(){intl;intn;cin>>l>>n;intnear=-1;intfar=-1;if(n!
Run with the Wind
·
2024-02-10 22:00
练习日志
c++
学习
C++ 实现队列(链式)
#pragmaonce#include"stdio.h"name
spaceS
F{templatestructQueueNode{Tdata;QueueNode*next;QueueNode(){this
Jaymz_2b11
·
2024-02-10 22:08
2018-09-10 C++ Lambda专题
典型示例注意{}中是标准函数体,需要以;结尾即[]()->int{…………;};#includeusingname
spaces
td;intmain(){inta=1;intb=2,c;autofunc=
NO_OcaNE
·
2024-02-10 22:56
算法竞赛进阶指南——搜索
树与图的遍历可达性统计#include#include#includeusingname
spaces
td;constintN=3e4+10;inth[N],e[N],ne[N],idx;//链式向前星intq
duanyq666
·
2024-02-10 22:47
算法竞赛进阶指南
算法
深度优先
B2081 与 7 无关的数(洛谷)
现求所有小于等于n(nusingname
spaces
td;intmain(){longlongn,ans;cin>>n;for(inti=1;i<=n;i++){if(!
Hello,world!*10
·
2024-02-10 21:56
C++
算法
C++
洛谷
B2079 求出 e 的值(洛谷)
Code:C:#includeusingname
spaces
td;intma
Hello,world!*10
·
2024-02-10 21:26
C++
算法
C++
洛谷
python基础学习-多元回归(Multiple Regression)
CarModelVolumeWeightCO2ToyotaAygo100079099Mitsubishi
SpaceS
tar1200116095SkodaCitigo100092995Fiat50090086590MiniCooper15001140105VW
Jiang_Immortals
·
2024-02-10 21:23
python
学习
开发语言
c++小游戏大集结【免费复制源码】
1.狼人杀这是一个小游戏,感兴趣的可以看看代码如下:#include#include#include#include#includeusingname
spaces
td;structIDname{intgeshu
yzy6668888
·
2024-02-10 20:40
c++
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他