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
namespaces
动态规划的正确打开
数据范围:1≤n≤15输入样例:5输出样例:8dfs的code:#includeusing
namespaces
td;intn;intdfs(intx){if(x==1)return1;if(x==2
CodeWizard~
·
2024-08-31 02:38
动态规划
深度优先
算法
c++
数据结构
全排列(DFS深搜)
我们假设对于小写字母有ausing
namespaces
td;constintN=10;charstr[N],path[N];boolst[N];intn;voiddfs(intu){if(u==n)cout
程序garbage
·
2024-08-30 22:14
深度优先
算法
找第一个只出现一次的字符
样例输入abcabd样例输出c主程序:#includeusing
namespaces
td;intmain(){strings;cin>>s;for(inti=0;i
我是TTY
·
2024-08-30 20:04
算法
c++
开发语言
c++类的封装
有参构造函数对象#include#includeusing
namespaces
t
西柚与蓝莓
·
2024-08-30 19:28
c++
算法
[题解-华为机试] 购物单
购物单解题思路较为抽象的01背包问题,#include#includeusing
namespaces
td;intmain(){intN,m;cin>>N>>m;intvalue,priority,q;inti
初梦语雪
·
2024-08-30 18:47
算法题
#
动态规划
华为
算法
动态规划 - 分组背包
组一个物品都不选f[i-1][j],第i组选第k个物品f[i-1][j-v[i][k]]+w[i][k]样例输入:3521224134145样例输出:8//动态规划-分组背包#includeusing
namespaces
td
我想进大厂
·
2024-08-30 17:43
动态规划
算法
代码随想录训练营Day 67|卡码网110.字符串接龙、105.有向图的完全可达性、106.岛屿的周长
1.字符串接龙110.字符串接龙|代码随想录代码:#include#include#include#include#include#includeusing
namespaces
td;intmain(){
好名字可以让你的朋友更容易记住你498
·
2024-08-30 17:42
一刷代码随想录
算法
c++
数据结构
深度优先
图论
sg博弈
#includeusing
namespaces
td;#defineintlonglong#definell__int128_t#defineararray#definearrarrayintn,m,k,
麦克风的纹路
·
2024-08-30 17:12
算法
memset和指针new一起使用时请小心
利用new的方法获得指定长度的动态分配内存的数组,此时memset不适用,那是因为sizeof(A)不是数组尺寸,而仅仅是该元素的size如int4;#includeusing
namespaces
td;
小江村儿的文杰
·
2024-08-30 17:41
C++
算法训练营|图论第7天 prim算法 kruskal算法
题目:prim算法题目链接:53.寻宝(第七期模拟笔试)(kamacoder.com)代码:#include#include#includeusing
namespaces
td;intmain(){intv
人间温柔观察者
·
2024-08-30 17:40
算法
图论
数据结构
代码随想录算法训练营第五十五天 | 图论part05
//#include#includeusing
namespaces
td;voidinit(vector&father){for(inti=0;
sagen aller
·
2024-08-30 17:40
算法
图论
算法训练营|图论第6天 108.冗余连接 109.冗余连接2
题目:108.冗余连接题目链接:108.冗余连接(kamacoder.com)代码:#include#include#includeusing
namespaces
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不在
namespaces
ggk下。
2401_86127755
·
2024-08-30 16:03
c++
如果一个函数func定义在namespace sggk::test中,pre类定义在namespace sggk中,那么func能否调用类pre
cpp
namespaces
ggk{classpr
2401_86127755
·
2024-08-30 16:31
c++
代码随想录算法训练营第五十三天 | 图论part04
#include#include#include#include#include#includeusing
namespaces
td;intmain(){intn;stringb
sagen aller
·
2024-08-30 12:10
算法
图论
深度优先
【生命之树】
题目思路求联通区域中的最大和值代码#includeusing
namespaces
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
深度优先
算法
图论
我的创作纪念日
成就#includeusing
namespaces
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#includeusing
namespaces
td;voidquickSort(int*a,intstart,intEnd);intresult(intarr[],intlen);intmain
喵喵不吃鱼哦
·
2024-08-30 01:10
九度 题目1254:N皇后问题
每组测试数据输入一个整数n(3using
namespaces
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#includeusing
namespaces
td
wzh20121212
·
2024-08-29 21:00
游戏
关于求数组中两部分是否相等问题可以考虑前缀和的思路
还要注意flag[0]=1不能漏,不然就都是yes了*/#includeusing
namespaces
td;#definelllonglongconstintmaxn=2e5;constintmod=1e6
shadowcase
·
2024-08-29 20:26
算法
c++
c++字符数组-判断字符串是否为回文
样例输入1abcdedcba输出1yes#includeusing
namespaces
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#includeusing
namespaces
td
wzh20121212
·
2024-08-29 09:45
游戏
C++ 文件操作
#include#includeusing
namespaces
td;voidtest(){//创建对象流ofstreamofs;//指定打开
JianminZheng
·
2024-08-29 08:34
C++学习笔记
c++
开发语言
代码随想录day57 prim算法精讲 kruskal算法精讲
代码随想录day57prim算法精讲kruskal算法精讲卡码网:53.寻宝代码随想录#include#include#includeusing
namespaces
td;intmain(){intv,e
咸鱼的自我变强之路
·
2024-08-29 04:08
代码随想录_刷题
算法
educoder算法设计与分析 实验六 分支限界法拓展
实验六分支限界法拓展第1关:装载问题(FIFO优先队列法)第2关:装载问题(最优队列法)第1关:装载问题(FIFO优先队列法)//装载问题队列式分支限界法求解#include"Queue.h"#includeusing
namespaces
td
xingcheng--dp
·
2024-08-29 02:54
笔记
算法
题解 | #netstat-查看和3306端口建立的连接#
经纬恒润Java一面4.19个人情况:本硕成绩情况;学习的相关课程项目1:FFmpeg如何实现视频的处理;音视频分离和音频切片的题解|#重载小于号##includeusing
namespaces
td;class
2301_79125431
·
2024-08-29 01:48
java
c++编写程序,统计从键盘输入的字符串中字母、数字、空格和其他字符数的个数
#include#includeusing
namespaces
td;voidstatisNum(string
可以输出hello了
·
2024-08-28 21:46
c++
算法
c语言
开发语言
使用C++手动封装一个顺序表,包含成员数组一个,成员变量N个
//使用C++手动封装一个顺序表,包含成员数组一个,成员变量N个#includeusing
namespaces
td;//类型重命名方便后续修改数据类型usingdatatype=in
睡觉然后上课
·
2024-08-28 21:16
QT
C++
c++
开发语言
C++系列学习笔记
#include#includeusing
namespaces
td;//namespace:命名空间的关键字//std:系统的关键字intmain(){cout>num>>ch>>val;cout<<"
睡觉然后上课
·
2024-08-28 21:15
QT
C++
c++
笔记
linux
职场和发展
c语言
使用C++编写程序,提示并输入一个字符串,统计其中的英文字符,数字,空格以及其他字符的数量。
由于c++兼容c语言的程序,所以子函数使用了c语言的内容#include#includeusing
namespaces
td;voidCount(constcharstr[]){intletter=0,num
睡觉然后上课
·
2024-08-28 21:12
C++
c++
开发语言
qt
C++ 基础学习
提示并输入一个字符串,统计该字符串中字母个数、数字个数、空格个数、其他字符的个数#includeusing
namespaces
td;intmain(){cout='0'&&str[i]='a'&&str
wuziNO_1
·
2024-08-28 17:49
c++
学习
算法
Codeforces Round 963 (Div. 2)
代码#includeusing
namespaces
td;#defineIO
lskkkkkkkkkkkk
·
2024-08-28 17:15
题解
dp
动态规划
思维
模拟
数论
C++ const用法总结(菜鸟笔记)
一、const修饰普通类型的变量constinta=7;intb=a;//正确a=8;//错误,不能改变#includeusing
namespaces
td;intmain(void){constinta
阿呦的烦恼
·
2024-08-28 17:43
c++
开发语言
数据结构:顺序表和链表的实现和应用
采用递增有序的链表表示集合,求解两个集合的交集(1)定义链表的存储结构;(2)实现存储递增有序集合的链表的建立、求交集运算;3.比较顺序表和链表的优缺点和适用场合实验代码:1.顺序表#include#includeusing
namespaces
td
shenhaibb_
·
2024-08-28 13:54
其他
数据结构
顺序表
单链表
染色法(判断是否为二分图)
二分图当且仅当图中不含奇数环(边数为奇数条)//二分图-染色法#include#includeusing
namespaces
td;constintN=100010,M=200010;intn,m;inth
我想进大厂
·
2024-08-28 04:54
深度优先
算法
图论
C/C++ 初级球球大作战练手
live.csdn.net/v/385490游戏初始化#include#include#include#include#include#include#include#include#includeusing
namespaces
td
百年孤独_
·
2024-08-28 04:52
c++
c语言
算法
试除法判定质数
数据范围1≤n≤1001≤n≤100,1≤ai≤231−11≤ai≤231−1输入样例:226输出样例:YesNo#includeusing
namespaces
td;constintN
black_blank
·
2024-08-28 03:51
acwing练习
算法
数据结构
NOI2024(2024“钉耙编程”中国大学生算法设计超级联赛(10))
#include#defineendl'\n'usingll=longlong;typedefunsignedlonglongull;using
namespaces
td;voidGordenGhost(
GordenGhost
·
2024-08-27 21:38
算法
c++
钉耙编程
数学
坐牢第三十天(c++)
1.作业:提示并输入一个字符串,统计该字符串中字母个数、数字个数、空格个数、其他字符的个数#include#include#includeusing
namespaces
td;intmain(intargc
早川loeh
·
2024-08-27 20:00
c++
linux
qt
2024寒假学习c++进入封装与继承
#include#includeusing
namespaces
td;constdoublePI=3.14;初识封装类与对象//第一个////classcircle{//public://公共的访问权限/
张宇超666
·
2024-08-27 19:58
c++
学习
算法
信息学奥赛c++ 初学保姆级教程
例1.1#includeusing
namespaces
td;intmain(){cout叫做头文件c++里使用输出输入都要用这个头文件2.using
namespaces
td可以先理解为不可以省的东西3.
YANLIAM
·
2024-08-27 17:16
c++
蓝桥杯
开发语言
C++学习,String类
示例:#include#includeusing
namespaces
td;intmain(){stringstr1="Hello";stringstr2="World";stringstr3;intlen
五味香
·
2024-08-27 12:38
c++
学习
算法
c语言
linux
服务器
开发语言
C++STL之map的使用详解
简介:map底层实现为红黑树,增删查的时间复杂度:O(logn),key是有序的,默认升序一、初始化#include#include#includeusing
namespaces
td;intmain()
小菜鸡的蜕变之路
·
2024-08-27 04:24
STL读书笔记
c++
stl
算法
C++设计模式4:发布-订阅模式
#include#includeusing
namespaces
td;classObserver{publ
咩咩大主教
·
2024-08-27 04:49
设计模式
c++
设计模式
开发语言
c语言
发布订阅模式
观察者模式
监管者模式
C++设计模式5:装饰器模式
#includeusing
namespaces
td;classCar{public:Car(){}~Car(){}virtualvoidshow()=0;};classAudi:publicCar
咩咩大主教
·
2024-08-27 04:49
设计模式
c++
设计模式
装饰器模式
c语言
开发语言
结构型模式
C++创建不定长数组并求连续子数组最大和/排序
在C++中使用Vector类模板生成不定长数组是非常方便的,配合push_back使用#include#include#include"algorithm"using
namespaces
td;intMaxSubSum
FantasyJXF
·
2024-08-27 01:05
C++
C++
笔试
算法
排序
最大子段和
代码随想录第21天:669. 修剪二叉搜索树、108.将有序数组转换为二叉搜索树、538.把二叉搜索树转换为累加树
669.修剪二叉搜索树//669.修剪二叉搜索树#include#includeusing
namespaces
td;structTreeNode{intval;TreeNode*left;TreeNode
淦,又报错了
·
2024-08-26 18:07
算法
数据结构
D. Water Tree
模板题#include#includeusing
namespaces
td;constintN=5e5+9;intn;//树剖//1.转成线性部分vectore[N];voidadd(intu,intv)
Lanthanmum
·
2024-08-26 14:41
算法
数据结构
const & constexpr
const主要在于:只读constexpr顾名思义常量表达式:常量1)只读|常量#include#includeusing
namespaces
td;voiddis_1(constintx){arraymyarr
DongDongBaJiaYou
·
2024-08-26 13:40
C++
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
其他