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++-练习-31
随后,该程序指出用户输入多少个单词(不包括done在内)源代码:#include#includeintmain(){usingname
spaces
td;charch[40];inttotal=0;cout
是小天才哦
·
2024-09-01 09:31
#
c++语言算法题目讲解
c++
算法
开发语言
AtCoder Beginner Contest 369 A~E
AtCoderBeginnerContest369我愿称之为等差数列场A-369题意给两个数,问能和他们构成等差数列的数有多少个代码#include#definemod998244353usingname
spaces
td
swan416
·
2024-09-01 02:22
题解
算法
c++
数据结构
笔记
CodeForces
AtCoder
信息学竞赛
[Algorithm][综合训练][过桥][最大差值][兑换零钱]详细讲解
2.算法原理详解&&代码实现3.兑换零钱1.题目链接2.算法原理详解&&代码实现1.过桥1.题目链接过桥2.算法原理详解&&代码实现解法:贪心+BFS#include#includeusingname
spaces
td
DieSnowK
·
2024-09-01 00:08
[OJ]
#
[综合训练]
Algorithm
综合训练
算法
C++
过桥
最大差值
兑换零钱
Codeforces Round 969 (Div. 2):A - Dora‘s Set题解C++,给自己陷入死胡同了,果然真理总是简洁朴素优美
先说答案,有需要的大家看看:#includeusingname
spaces
td;#defineendl'\n'intmain(){ios::sync_with_stdio(0),cin.tie(0),cout.tie
醒了不起的盖茨比Z
·
2024-08-31 19:39
c++
算法
leetcode
动态规划
c语言
图论
笔记
字符串&字符 题解大全(一)
代码:#includeusingname
spaces
td;intmain(){longlonga,b;charmath;cin>>a>>math>>b;switch(math){case'+':coutusingna
FHY_patrickpp
·
2024-08-31 16:20
题解
算法
c++
数据结构
1.5编程基础之循环控制01:求平均年龄
、#include//头文件usingname
spaces
td;//不用说intmain(){intn,s,sum=0;//创建变量,n表示输入几次,s是重复出入的变量,sum是把所有年龄加起来的变量cin
来吗???
·
2024-08-31 16:20
c++
算法
开发语言
C++封装的意义
1.封装的意义1.将属性和行为作为一个整体,用来表示生活中的事物示例:#includeusingname
spaces
td;#include#definePI3.14classCircle{public:
cijiancao
·
2024-08-31 16:44
C++笔记
封装
c++
c++同人小游戏之斗罗大陆4
前言Hello大家好,我是文宇.没什么好说的,更新了正文#include#include#include#include#include#include#includeusingname
spaces
td
文宇炽筱
·
2024-08-31 15:43
斗罗大陆小游戏
c++
开发语言
C++拷贝构造函数
#includeusingname
spaces
td;classPer{private:stringname;intage;double*tall;double*weight;public:Per(){cout
阿阳不会中投
·
2024-08-31 13:27
c++
开发语言
历年CSP-J初赛真题解析 | 2016年CSP-J初赛阅读程序(23-26)
附上汇总贴:历年CSP-J初赛真题解析|汇总_热爱编程的通信人的博客-CSDN博客#includeusingname
spaces
td;intmain(){intmax,min,sum,count=0;inttmp
热爱编程的通信人
·
2024-08-31 12:19
c++
C++指针与地址
地址表达式加一个整数,C++将按比例增大地址,整数要乘以表达式基类型大小:新地址=旧地址+(整数*基类型大小)#includeusingname
spaces
td;intmain(){intn=9;int
极客探索者
·
2024-08-31 10:39
c/c++
c++
c语言
算法
插入排序(含动画演示)——C++
学习插入算法,我们应先了解原理如何,先上动画图解进行演示具体代码如下:#includeusingname
spaces
td;voiddengzilin(int*a,intlen)//dengzilin是我宿友
Bennnnnnn
·
2024-08-31 09:31
小楷算法题解
算法
排序算法
c++
每日一题2024年8月30日
#includeusingname
spaces
td;typedeflonglongll;typedefdoubledb;typ
Gin387
·
2024-08-31 09:00
算法
【C++ Primer Plus习题】7.5
问题:解答:#includeusingname
spaces
td;intfunction(intn){if(n==0)return1;if(n==1)return1;returnn*function(n-
国中之林
·
2024-08-31 07:17
姚哥刷C++
Primer
Plus习题集
c++
开发语言
学习
刷题
【C++ Primer Plus习题】7.7
问题:解答:#includeusingname
spaces
td;#defineSIZE10double*fill_array(double*begin,double*end){for(begin;begin
国中之林
·
2024-08-31 07:16
姚哥刷C++
Primer
Plus习题集
c++
开发语言
学习
刷题
1105:数组逆序重存放
pid=1105#includeusingname
spaces
td;intmain(){intn,a[110];inti;cin>>n;for(i=1;i>a[i];}for(i=n;
ZMC48
·
2024-08-31 04:52
算法
c++
数据结构
c++笔记
#include<>usingname
spaces
td;intProject01(){system("pause");return0;}
cblcblcbl2580
·
2024-08-31 02:10
c++
笔记
java
动态规划的正确打开
数据范围:1≤n≤15输入样例:5输出样例:8dfs的code:#includeusingname
spaces
td;intn;intdfs(intx){if(x==1)return1;if(x==2
CodeWizard~
·
2024-08-31 02:38
动态规划
深度优先
算法
c++
数据结构
全排列(DFS深搜)
我们假设对于小写字母有ausingname
spaces
td;constintN=10;charstr[N],path[N];boolst[N];intn;voiddfs(intu){if(u==n)cout
程序garbage
·
2024-08-30 22:14
深度优先
算法
找第一个只出现一次的字符
样例输入abcabd样例输出c主程序:#includeusingname
spaces
td;intmain(){strings;cin>>s;for(inti=0;i
我是TTY
·
2024-08-30 20:04
算法
c++
开发语言
c++类的封装
有参构造函数对象#include#includeusingname
spaces
t
西柚与蓝莓
·
2024-08-30 19:28
c++
算法
[题解-华为机试] 购物单
购物单解题思路较为抽象的01背包问题,#include#includeusingname
spaces
td;intmain(){intN,m;cin>>N>>m;intvalue,priority,q;inti
初梦语雪
·
2024-08-30 18:47
算法题
#
动态规划
华为
算法
分布式WebSocket-下篇
上篇文章从功能层面实现了双向传输,但是带来了难受问题如下:我们把应用部署在一台2C4G服务器上运行,jvm参数如下:-Xmx2688M-Xms2688M-Xmn960M-XX:MaxMeta
spaceS
ize
蓝天/zachary
·
2024-08-30 18:46
分布式架构
分布式
websocket
双向传输
直播
教育
动态规划 - 分组背包
组一个物品都不选f[i-1][j],第i组选第k个物品f[i-1][j-v[i][k]]+w[i][k]样例输入:3521224134145样例输出:8//动态规划-分组背包#includeusingname
spaces
td
我想进大厂
·
2024-08-30 17:43
动态规划
算法
代码随想录训练营Day 67|卡码网110.字符串接龙、105.有向图的完全可达性、106.岛屿的周长
1.字符串接龙110.字符串接龙|代码随想录代码:#include#include#include#include#include#includeusingname
spaces
td;intmain(){
好名字可以让你的朋友更容易记住你498
·
2024-08-30 17:42
一刷代码随想录
算法
c++
数据结构
深度优先
图论
sg博弈
#includeusingname
spaces
td;#defineintlonglong#definell__int128_t#defineararray#definearrarrayintn,m,k,
麦克风的纹路
·
2024-08-30 17:12
算法
memset和指针new一起使用时请小心
利用new的方法获得指定长度的动态分配内存的数组,此时memset不适用,那是因为sizeof(A)不是数组尺寸,而仅仅是该元素的size如int4;#includeusingname
spaces
td;
小江村儿的文杰
·
2024-08-30 17:41
C++
算法训练营|图论第7天 prim算法 kruskal算法
题目:prim算法题目链接:53.寻宝(第七期模拟笔试)(kamacoder.com)代码:#include#include#includeusingname
spaces
td;intmain(){intv
人间温柔观察者
·
2024-08-30 17:40
算法
图论
数据结构
代码随想录算法训练营第五十五天 | 图论part05
//#include#includeusingname
spaces
td;voidinit(vector&father){for(inti=0;
sagen aller
·
2024-08-30 17:40
算法
图论
算法训练营|图论第6天 108.冗余连接 109.冗余连接2
题目:108.冗余连接题目链接:108.冗余连接(kamacoder.com)代码:#include#include#includeusingname
spaces
td;vectorfather;intfind
人间温柔观察者
·
2024-08-30 16:08
算法
图论
数据结构
如果一个sggk命名空间下的函数func调用了函数yu,yu所在的cpp不在namespace sggk下。yu中调用了pre,但是sggk::pre类,而且在yu函数依赖的yu.h中也定义了pre类
如果一个sggk命名空间下的函数func调用了函数yu,yu所在的cpp不在name
spaces
ggk下。
2401_86127755
·
2024-08-30 16:03
c++
如果一个函数func定义在namespace sggk::test中,pre类定义在namespace sggk中,那么func能否调用类pre
cppname
spaces
ggk{classpr
2401_86127755
·
2024-08-30 16:31
c++
代码随想录算法训练营第五十三天 | 图论part04
#include#include#include#include#include#includeusingname
spaces
td;intmain(){intn;stringb
sagen aller
·
2024-08-30 12:10
算法
图论
深度优先
【生命之树】
题目思路求联通区域中的最大和值代码#includeusingname
spaces
td;constintN=1e5+10,M=Nb{e[idx]=b,ne[idx]=h[a],h[a]=idx++;}intn
Kent_J_Truman
·
2024-08-30 03:41
蓝桥杯
算法
爆int
深度优先
算法
图论
我的创作纪念日
成就#includeusingname
spaces
td;multisets;inta,b,c;intmain(){cin>>a>>b>>c;while(a--)s.insert("a");while(b
浚浚的二师兄
·
2024-08-30 03:39
纪念
2020-03-06查找数组中两个相差最小的两个数的差(快速排序)
#include#includeusingname
spaces
td;voidquickSort(int*a,intstart,intEnd);intresult(intarr[],intlen);intmain
喵喵不吃鱼哦
·
2024-08-30 01:10
九度 题目1254:N皇后问题
每组测试数据输入一个整数n(3usingname
spaces
td;intn,sum;booldps
小白龙v5
·
2024-08-30 01:58
九度
C++
N皇后
自己所的游戏(5.6)
include#include#include#include#include#include#include#include#include#include#include#includeusingname
spaces
td
wzh20121212
·
2024-08-29 21:00
游戏
关于求数组中两部分是否相等问题可以考虑前缀和的思路
还要注意flag[0]=1不能漏,不然就都是yes了*/#includeusingname
spaces
td;#definelllonglongconstintmaxn=2e5;constintmod=1e6
shadowcase
·
2024-08-29 20:26
算法
c++
c++字符数组-判断字符串是否为回文
样例输入1abcdedcba输出1yes#includeusingname
spaces
td;constintn=100;intmain(){chars[n];inti=
上两天休五天
·
2024-08-29 11:55
c++
算法
c++
数据结构
自己做的游戏(5.5)
include#include#include#include#include#include#include#include#include#include#include#includeusingname
spaces
td
wzh20121212
·
2024-08-29 09:45
游戏
C++ 文件操作
#include#includeusingname
spaces
td;voidtest(){//创建对象流ofstreamofs;//指定打开
JianminZheng
·
2024-08-29 08:34
C++学习笔记
c++
开发语言
代码随想录day57 prim算法精讲 kruskal算法精讲
代码随想录day57prim算法精讲kruskal算法精讲卡码网:53.寻宝代码随想录#include#include#includeusingname
spaces
td;intmain(){intv,e
咸鱼的自我变强之路
·
2024-08-29 04:08
代码随想录_刷题
算法
educoder算法设计与分析 实验六 分支限界法拓展
:装载问题(FIFO优先队列法)第2关:装载问题(最优队列法)第1关:装载问题(FIFO优先队列法)//装载问题队列式分支限界法求解#include"Queue.h"#includeusingname
spaces
td
xingcheng--dp
·
2024-08-29 02:54
笔记
算法
题解 | #netstat-查看和3306端口建立的连接#
经纬恒润Java一面4.19个人情况:本硕成绩情况;学习的相关课程项目1:FFmpeg如何实现视频的处理;音视频分离和音频切片的题解|#重载小于号##includeusingname
spaces
td;class
2301_79125431
·
2024-08-29 01:48
java
c++编写程序,统计从键盘输入的字符串中字母、数字、空格和其他字符数的个数
#include#includeusingname
spaces
td;voidstatisNum(string
可以输出hello了
·
2024-08-28 21:46
c++
算法
c语言
开发语言
使用C++手动封装一个顺序表,包含成员数组一个,成员变量N个
//使用C++手动封装一个顺序表,包含成员数组一个,成员变量N个#includeusingname
spaces
td;//类型重命名方便后续修改数据类型usingdatatype=in
睡觉然后上课
·
2024-08-28 21:16
QT
C++
c++
开发语言
C++系列学习笔记
#include#includeusingname
spaces
td;//namespace:命名空间的关键字//std:系统的关键字intmain(){cout>num>>ch>>val;cout<<"
睡觉然后上课
·
2024-08-28 21:15
QT
C++
c++
笔记
linux
职场和发展
c语言
使用C++编写程序,提示并输入一个字符串,统计其中的英文字符,数字,空格以及其他字符的数量。
由于c++兼容c语言的程序,所以子函数使用了c语言的内容#include#includeusingname
spaces
td;voidCount(constcharstr[]){intletter=0,num
睡觉然后上课
·
2024-08-28 21:12
C++
c++
开发语言
qt
C++ 基础学习
提示并输入一个字符串,统计该字符串中字母个数、数字个数、空格个数、其他字符的个数#includeusingname
spaces
td;intmain(){cout='0'&&str[i]='a'&&str
wuziNO_1
·
2024-08-28 17:49
c++
学习
算法
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他