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
std::mutex
集合类
典型的集合应用于面向对象的应用packagecollection;importjava.util.ArrayList;importjava.util.Iterator;publicclassArrayLi
stD
emo1
田野上的风
·
2024-02-14 11:10
假期刷题打卡--Day30
1、MT1228宝宝抢糖果宝宝们一起抢N个糖果(Nusingnamespace
std
;intmain(){intn,count=0;cin>>n;for(inti=0;iusingnamespace
std
a-626
·
2024-02-14 11:46
假期打卡学习
c语言
c++
logstash之常见input和output
一、elastic1.1logstash-output-elastic1.1.1简单测试输入到esvim/usr/local/logstash/1-cmdinputToEs.confinput{
std
in
57山本无忧
·
2024-02-14 10:57
C语言如何使⽤ getchar()函数?
intgetchar();使⽤getchar()函数时也要添加头⽂件
std
io.h,函数的值就是从输⼊设备得到的字符。例如,从输⼊设备得到⼀个字符赋给字符变量c。c=getchar()
颓特别我废
·
2024-02-14 10:07
C语言
c语言
开发语言
python3 subprocess.check_output的使用
subprocesscommand_line="echo'hello'"args=shlex.split(command_line)print(args)try:p=subprocess.check_output(args,
std
err
a50426d44eac
·
2024-02-14 10:12
B2084 质因数分解
输入格式输入只有一行,包含一个正整数n(6usingnamespace
std
;intmain(){intn;cin>>n;for(inti=2;i<=sqrt(n);i++)if(n%
Hello,world!*10
·
2024-02-14 10:48
C++
算法
数据结构
掘根宝典之C++友元函数与运算符重载
但是我们还没有更深入的理解重载运算符和友元函数之间的爱恨情仇我们先看作为类成员的重载运算符的例子#includeusingnamespace
std
;classAA{private:inta_;public
掘根
·
2024-02-14 09:16
c++
算法
开发语言
C++基础杂记(一)——
1.C++中“
std
::“是什么意思?起什么作用?【C++】C++中“
std
::“是什么意思?起什么作用?-CSDN博客2.
mosaic_born
·
2024-02-14 09:44
c++
开发语言
算法
STM32 USART串口通信
USART串口串口发送串口发送+接收串口收发HEX数据包串口收发文本数据包USART串口串口发送Serial.c#include"stm32f10x.h"//Deviceheader#include"
std
io.h
qq_45981247
·
2024-02-14 09:42
stm32
嵌入式硬件
单片机
洛谷p1996 约瑟夫问题(c++)
#includeusingnamespace
std
;boola[101]={0};//创建一个布尔数组a,用于记录每个人是否已经出圈。数组大小为101,因为n的最大值为100。
handsomezqh
·
2024-02-14 09:39
c++
开发语言
洛谷P9556 Orders c++
#includeusingnamespace
std
;//定义结构体sss来存储订单信息,a表示交付日期,b表示交付数量structsss{longlonga;longlongb;}srr[100+9];
handsomezqh
·
2024-02-14 09:39
算法
洛谷p9421 班级活动(c++)
下面是我的代码#includeusingnamespace
std
;inta[1000005]={0};longlongs=0,x=0,i,n,b;intmain(){
handsomezqh
·
2024-02-14 09:09
算法
洛谷P1014 Cantor 表(c++)
#include//包含常用的库usingnamespace
std
;longlongdc(longlongn)//定义一个函数dc,用于确定给定序号n在Cantor表中的对角线{longlongi=1;
handsomezqh
·
2024-02-14 09:09
c++
算法
洛谷P6141 贪心的导游(c++)
#include//包含常用的库usingnamespace
std
;longlongs=0,x=0;//声明s和x变量用于计算过程intn,m,i,u,v,p,j;//声明相关的变量inta[1000005
handsomezqh
·
2024-02-14 09:09
c++
算法
开发语言
洛谷U406410 2024春晚之刘谦的魔术(附视频讲解)
题目链接https://www.luogu.com.cn/problem/U406410视频讲解#includeusingnamespace
std
;boolm[15];booln[15];intmain
handsomezqh
·
2024-02-14 09:08
c++
算法
开发语言
B2086 不定方程求解(VIP)
输入输出样例输入#12318输出#14Code:#includeusingnamespace
std
;intmain(){inta,b,c,ans=0;cin>>a>>b>>
Hello,world!*10
·
2024-02-14 09:37
C++
算法
C++
暴力枚举
B2087 与指定数字相同的数的个数
输入输出样例输入#132322输出#12Code:#includeusingnamespace
std
;intmain(){inta,b[100005],c,an
Hello,world!*10
·
2024-02-14 09:37
C++
算法
数据结构
C++
B2086 不定方程求解
输入输出样例输入#12318输出#14Code:#includeusingnamespace
std
;intmain(){inta,b,c,ans=
Hello,world!*10
·
2024-02-14 09:06
C++
算法
数据结构
暴力枚举
C++
1001: 【C1】【基础】温度转换
样例输入50样例输出10.0000提示先把华氏温度F与摄氏温度C的转换公式来源Code:#include#include#includeusingnamespace
std
;intmain(){inta;
Hello,world!*10
·
2024-02-14 09:33
C++
C1
算法
c++
数据结构
Rust 初体验4
main.rs//引入标准库中的环境变量和进程处理模块use
std
::env;use
std
::process;//引入自定义的minigrep模块中的Config结构
铅笔楼
·
2024-02-14 09:26
rust
开发语言
蓝桥杯2023年真题(1)
1.分糖果#includeusingnamespace
std
;inta=9,b=16,c=7,d=2,e=5;intans=0;//u是当前第几个分糖果的小朋友,x和y是还剩的糖果voiddfs(intu
duanyq666
·
2024-02-14 09:52
备战蓝桥杯
蓝桥杯
算法
图论
蓝桥杯2023真题(2)
1.硬币兑换#includeusingnamespace
std
;intmain(){inta[5000]={0},ans=0;//coin1for(inti=1;i#includeusingnamespace
std
duanyq666
·
2024-02-14 09:52
备战蓝桥杯
蓝桥杯
职场和发展
蓝桥杯2023年真题(3)
1.冶炼金属(二分、数学)//二分#includeusingnamespace
std
;intget1(inta,intb){intl=0,r=1e9;while(l+1=b,a/va/(b+1)#includeusingnamespace
std
duanyq666
·
2024-02-14 09:22
备战蓝桥杯
蓝桥杯
深度优先
职场和发展
【解决】调用Spring boot Controller返回404 Not Found
用Postman调用接口"Te
stD
B",Debug进入Control,都没有问题,返回值也正常,但是Postman显示如下返回值(并不是预想的结果,比如只有一个StringOK):{"timestamp
辣个仔
·
2024-02-14 08:03
问题解决方案
接口
postman
spring
spring
boot
接口
FastAPI从入门到实战(19)——FastAPI Testing 测试用例
fromfastapi.testclientimportTestClientfromrunimportapp"""Testing测试用例"""client=TestClient(app)#先pipinstallpyte
std
eftest_run_bg_task
阿汤哥的程序之路
·
2024-02-14 06:44
python
fastapi
服务器
Elasticsearch实战阅读笔记
fir
std
ay1.默认情况所有数据全部索引2.es索引为倒排序索引.3.计算文档相关性得分的算法是TF-IDF词频-逆文档频率4.elasticsearch不支持事务!!
Wyat,sahar
·
2024-02-14 06:11
elasticsearch
elasticsearch
模拟-替换数字
替换数字题目链接#include#includeusingnamespace
std
;intmain(){stringstr;stringans;cin>>str;for(inti=0;i=48&
༺❀ൢ望༒月❀ൢ❀
·
2024-02-14 05:10
算法-每日一练
算法
计划永远赶不上变化
为了迎合公司Co
std
own,今年的活动地点从往年的科技馆,游乐场等场地改到了工厂。于是计划永远也赶不上变化了,活动日期一拖再拖。原定于这周六搞活动
小妮爱上画画
·
2024-02-14 05:22
备战蓝桥杯---图论基础理论
邻接矩阵:我们用map[i][j]表示i--->j的边权2.用vector数组(在搜索专题的游戏一题中应用过)3.用邻接表:下面是用链表实现的基本功能的代码:#includeusingnamespace
std
cocoack
·
2024-02-14 05:51
图论
算法
蓝桥杯
c++
笔记
【Linux学习】线程互斥与同步
20.3互斥锁
mutex
20.4互斥量的接口20.4.1互斥量初始20.4.2互斥量销毁20.4.3互斥量加锁20.4.4互斥量解锁20.4.5互斥量的基本原理20.4.6带上互斥锁后的抢票程序20.5
Chris在Coding
·
2024-02-14 04:47
[Linux学习]从0到1
linux
服务器
后端
STM32自学☞定时器外部时钟案例
timer_interrupt.c文件#include"stm32f10x.h"#include"stm32f10x_tim.h"#include"timer_interrupt.h"#include"
std
int.h
鯨觞
·
2024-02-14 04:13
STM32
stm32
单片机
嵌入式硬件
2 月 9 日算法练习- 数据结构 - 除夕快乐♪٩(´ω`)و♪
#includeusingnamespace
std
;constintN=1e6+10;intn,m;strings;inta[N];intmain(){cin>>n>>m>>s;for(inti=0;i
小蒋的学习笔记
·
2024-02-14 04:36
算法
算法
数据结构
【蓝桥杯】灭鼠先锋
#include#includeusingnamespace
std
;mapmp;boolcheck(strings){intcnt=0;for(inti=0;i
Hsianus
·
2024-02-14 03:53
算法
KY114 Coincidence
最长非连续子串长度,自己扣了半天,没写准,看了题解恍然大明白ti#includeusingnamespace
std
;intn,m,c;intp[1000010],q[1000010],k[2000010
QingQingDE23
·
2024-02-14 02:03
算法
KY134 最大报销额
ti深搜(有点类似板子)//深搜回溯求最大和//直接贪心取值无法ac,浮点数没法dp//把money都乘以100,小数点后两位映射到整数,就可以背包#includeusingnamespace
std
;#
QingQingDE23
·
2024-02-14 02:03
深度优先
算法
KY139 毕业bg
背包问题,不过时间要从后往前考虑ti#includeusingnamespace
std
;structbg{inth,t1,t2;}m[35];boolcmp(bga,bgb){returna.t2>nb
QingQingDE23
·
2024-02-14 02:03
图论
KY141 最大连续子序列
最长连续子序列和,区间DPti#includeusingnamespace
std
;intn,a[10010];intres1,res2,ans;intdp[10010];intmain(){while(
QingQingDE23
·
2024-02-14 02:33
c++
算法
图论
16-A Cold welcome 2022-10-18
Onwednsdayevening,wewenttotheTownHall.Itwasthela
std
ayoftheyearandalargecrowdofpeoplehadgatheredundertheTownHallclock.Itwouldstriketwelveintwentyminutes'stime.Fifteenminutespassedandthen
张军胜
·
2024-02-14 02:11
springboot jar包冲突
项目引入Web3Jimage.png启动动后报错image.png冲报错内容看应该是kotlin-
std
lib-1.2.71.jar冲突!
YANG_ad29
·
2024-02-14 02:26
【第二十二课】最短路:多源最短路floyd算法(acwing-852 spfa判断是否存在负环 / acwing-854 / c++代码)
代码如下#include#include#include#includeusingnamespace
std
;constintN=2010,M=10010;intn,m;inth[N],e[M],ne[M
爱写文章的小w
·
2024-02-14 01:26
算法--学习笔记
算法
c++
最短路
[FFmpeg学习]从视频中获取图片
原理还是比较清楚,得到一个AVFrame后,再使用jpeg的编码器来转换intgetpic(){
std
::stringfilename="test.mp4";//输入MP4文件名
std
::string
aaajj
·
2024-02-14 00:12
ffmpeg
音视频
关于把一个c++98的计算器用qt加上图形界面
code:#include#include#include#include#includeusingnamespace
std
;enumtoken_value{NAME,NUMBER,END,PLUS='
kikyoulzg
·
2024-02-14 00:56
枚举(C/C++)
例题1:赢球票代码:#includeusingnamespace
std
;constintmaxn=105;intn,num1[maxn],num2[maxn],cnt,cnt1,sum,ans;intcheck1
菜只因C
·
2024-02-13 23:47
c++
c语言
算法
蓝桥杯
1008 Elevator(20 分)
#include#includeusingnamespace
std
;intup=6,down=4,stay=5;intans;intmain(){intn,now=0,Next;scanf("%d",&
DaiMorph
·
2024-02-13 23:38
UVa489 - Hangman Judge
#include#includeusingnamespace
std
;stringa[3]={"Youwin.","Youlose.","Youchickenedout."}
pkustu
·
2024-02-13 23:41
c++
算法
开发语言
CSP-J 练习
桶排序以洛谷B3691[语言月赛202212]狠狠地切割(EasyVersion)为例代码如下#includeusingnamespace
std
;intn,m,a[5000004],b[5000007]
仰天雄
·
2024-02-13 23:11
知识资料库
算法
[NOIP2007 普及组] 守望者的逃离
#includeusingnamespace
std
;intm,s,t,a,b,now=1,flag,tmp;voidtinky(){if(m>=10){m-=10;b+=60;}elsem+=4;if(
仰天雄
·
2024-02-13 23:11
算法
c++
数据结构
UVA133 - The Dole Queue
#includeusingnamespace
std
;intn,k,m,a[28],l,g1,g2;intgo(intp,intd,intt){//p是人,d是方向,t是人数while(t--){//执行
仰天雄
·
2024-02-13 23:11
UVA
c++
算法
UVA1585 - Score
#includeusingnamespace
std
;strings;intcnt,n,sum;intmain(){cin>>n;for(inti=1;i>s;cnt=sum=0;for(inti=0;i
仰天雄
·
2024-02-13 23:11
UVA
算法
c++
数据结构
开发语言
c++之染色问题.bfs
#includeusingnamespace
std
;inta[40][40],n;boolvis[40][40];structpos{intx,y;pos(intax=0,intay=0){x=ax;y
仰天雄
·
2024-02-13 23:40
知识资料库
c++
数据结构
开发语言
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他