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
NameSpace
DFS习题-洛谷P2036[COCI 2008/2009 #2] PERKET
P2036PERKET这个题两种遍历顺序有些点需要注意~具体看代码哦Version1Version2这个题两种遍历顺序有些点需要注意~具体看代码哦Version1#include#includeusing
namespace
std
big_pineapple0227
·
2024-01-29 18:12
深度优先
算法
洛谷-P2036 [COCI 2008/2009 #2] PERKET
//某件物品选或不选的搜索方法#include#includeusing
namespace
std;constintN=15;intn;intans=0x3f3f3f3f;//将ans初始化为一个非常大的数
Die love 6-feet-under
·
2024-01-29 18:40
算法
深度优先
图论
Modbus CRC16校验方法及实现代码
1.实现步骤及代码实现步骤代码实现#include#includeusing
namespace
std;intmain(){unsignedshortCRC=0xffff;//(1)CRC寄存器
HHT0506
·
2024-01-29 18:31
Qt
Modbus
CRC16
23111 C++ day3
#includeusing
namespace
std;classPer{private:stringname;intage;double*hight;double*weigth;public:Per(){
@KIKIyuyu
·
2024-01-29 16:44
c++
开发语言
23111 C++ day1
思维导图提示并输入一个字符串,统计该字符中大写、小写字母个数、数字个数、空格个数以及其他字符个数要求使用C++风格字符串完成#include#includeusing
namespace
std;intmain
@KIKIyuyu
·
2024-01-29 16:14
c++
算法
开发语言
23111 C++ day2
初始化函数:voidinit(intw,inth)更改宽度的函数:set_w(intw)更改高度的函数:set_h(inth)输出该矩形的周长和面积函数:voidshow()#includeusing
namespace
std
@KIKIyuyu
·
2024-01-29 16:40
c++
算法
开发语言
Windows API压缩与解压
#include#includeusing
namespace
std;//typed
虚构之人
·
2024-01-29 16:09
c++
操作系统
windows
c++
【刷题】动态规划——线性DP(数字三角形):摘花生
#includeusing
namespace
std;constintN=110;intt,r,c,m;intf[N][N],w;intmain(){scanf("%d",&t);while(t--){scanf
seth25
·
2024-01-29 15:09
刷题
动态规划
算法
1015. 摘花生(动态规划)
#includeusing
namespace
std;intmp[110][110];intdp[110][110];intt,m;intmain(){cin>>t;intr,c;while(t--){cin
代码无bug
·
2024-01-29 15:06
#动态规划
动态规划
c++
算法
AcWing 1015. 摘花生【动态规划】【数字三角形】
题目分析(一)算法标签(二)解题思路三、AC代码四、其它题解一、题目链接AcWing1015.摘花生二、题目分析(一)算法标签动态规划数字三角形(二)解题思路三、AC代码解法一:#includeusing
namespace
std
Derrickhang
·
2024-01-29 15:03
动态规划
动态规划
算法
c++
数据结构
牛客——都别吵吵了,我才是签到(质因数分解和统计质因数次数)
#include#include#include#includeusing
namespace
s
垠二
·
2024-01-29 15:08
算法
数据结构
分解质因数
NameNode,NameNode,Secondary NameNode
Namenode是一个中心服务器,负责管理文件系统的名字空间(
namespace
)以及客户端对文件的访问。集群中的Datanode一般是一个节点一个,负责管理它所在节点上的存储。
Summer_1981
·
2024-01-29 14:59
蓝桥杯省赛无忧 编程15 泡澡
#include#include#includeusing
namespace
std;structEvent{inttime;intwaterChange;};intmain(){intN,W;cin>>
暗托涅瓦
·
2024-01-29 14:55
蓝桥杯省赛无忧
蓝桥杯
职场和发展
蓝桥杯——肖恩的投球游戏
#includeusing
namespace
std;constintmaxn=1e6;inta[maxn];intd[maxn];intmain(){intn,q;cin>>n>>q;for(inti=
怪憨
·
2024-01-29 14:55
蓝桥杯
C# 泛型 Generic
DemousingSystem;
namespace
GenericDemo{classProgram{staticvoidMain(string[]args){Console.WriteLine(Compare.CompareGeneric
Daniel799
·
2024-01-29 14:52
C#
c#之面向对象编程
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;
namespace
金字塔端的蜗牛
·
2024-01-29 14:32
c#
开发语言
C++1.0
思维导图提示输入一个字符串,统计该字符中大写,小写字母个数,数字个数,空格个数以及特殊字符个数,要求使用C++风格字符串完成#includeusing
namespace
std;intmain(){cout
mmj12
·
2024-01-29 13:24
c++
算法
开发语言
C++2.0
定义公有成员函数:初始化函数:voidinit(intw,inth)更改宽度的函数:setw(intw)更改高度的函数:seth(inth)输出该矩形的周长和面积函数:voidshow()#includeusing
namespace
std
mmj12
·
2024-01-29 13:51
c++
数据结构
开发语言
C++多线程2(复习向)
(在对象创建时,构造函数中自动为传入的互斥锁对象上锁,局部变量被系统回收时,其析构函数自动对互斥锁对象进行解锁)代码如下#include#include#includeusing
namespace
std
被遗忘在角落的死小孩
·
2024-01-29 13:49
c++
开发语言
C++多线程1(复习向笔记)
创建线程以及相关函数当用thread类创建线程对象绑定函数后,该线程在主线程执行时就已经自动开始执行了,join起到阻塞主线程的作用#include#include#includeusing
namespace
std
被遗忘在角落的死小孩
·
2024-01-29 13:16
c++
笔记
开发语言
【C++】命名空间详解
使用命名空间的目的是对标识符的名称进行本地化,以避免命名冲突或名字污染,
namespace
关键字的出现就是针对这种问题的。
P_M_P
·
2024-01-29 13:43
C++
c++
开发语言
visual
studio
【C++】输入&输出、缺省参数、函数重载
的输入和输出缺省参数概念缺省参数的分类全缺省参数半缺省参数函数重载概念C++支持函数重载的原理--名字修饰C++的输入和输出#include//std是C++标准库的命名空间名,C++将标准库的定义实现都放到这个命名空间中using
namespace
std
P_M_P
·
2024-01-29 13:42
C++
c++
算法
开发语言
洛谷p1036选数
[NOIP2002普及组]选数题目描述已知nnn个整数x1,x2,⋯ ,xnx_1,x_2,\cdots,x_nx1,x2,⋯,xn,以及111个整数kkk(kusing
namespace
std;intn
延渊
·
2024-01-29 13:40
蓝桥杯
算法
深度优先
c++
蓝桥杯
多态的相关内容
派生类和虚函数实现运行时的多态静态多态和动态多态的区别:静态多态的地址是早绑定,即编译阶段即确定函数地址动态多态的地址是晚绑定,即运行阶段才确定函数地址eg:用多态构建一个猫在说话的场景#includeusing
namespace
std
*默~
·
2024-01-29 13:52
c++
开发语言
类的相关语法+pow函数接口介绍(用于实现幂函数)
类的基本语法概念#includeusing
namespace
std;#include//类的定义有:类的访问权限,类的属性和类的行为classstudent{//访问权限:公共权限public://类的属性
*默~
·
2024-01-29 13:22
c++
算法
开发语言
继承的基本概念+用法
public)B{};---A称为子类(也称为派生类)、B称为父类(也称为基类)派生类的成员中,包含两大部分:一类是从基类中继承过来的(表现共性),一类是自己增加的成员(表现个性)#includeusing
namespace
std
*默~
·
2024-01-29 13:22
python
开发语言
数据结构.栈
一、栈的定义二、初始化#includeusing
namespace
std;constintN=10;typedefstruct{intdata[N];inttop;}SqStack;voidInitSqStack
丰海洋
·
2024-01-29 12:47
数据结构
数据结构.队列的顺序表示
一、队列的定义二、队列的顺序实现#includeusing
namespace
std;constintN=10;typedefstruct{intdata[N];intfront,rear;}SqQueue
丰海洋
·
2024-01-29 12:14
数据结构
算法
C++11 explicit关键字的详细讲解
跟它相对应的另一个关键字是implicit,意思是隐藏的,类构造函数默认情况下即声明为implicit(隐式).首先通过代码示例看一下#include#includeusing
namespace
std;
随你而归的云彩
·
2024-01-29 12:06
C/C++
c++
c++11
Codeforces Round 911 (Div. 2) C. Anji‘s Binary Tree (DFS + 树)
代码:#includeusing
namespace
std;#defineendl"\n"typedeflonglongll;typedefpairPII;typedefpairPIII;consti
GHOSTANDBREAD
·
2024-01-29 11:38
算法笔记
深度优先
算法
c++
操作系统 磁盘调度---循环扫描(CSCAN)算法(C++实现 操作系统实验)
当磁头移到最外的磁道并访问后,磁头立即返回到最里的欲访问磁道,即将最小磁道号紧接着最大磁道号构成循环,进行循环扫描代码如下:#include#include#include#include#includeusing
namespace
std
GHOSTANDBREAD
·
2024-01-29 11:08
操作系统
c++
算法
Codeforces Round 921 (Div. 2)
#include#defineendl'\n'#defineintlonglongusing
namespace
std;intn,k;voidsolve(){cin>>n>>k;stringtmp;for
沫刃起
·
2024-01-29 11:36
codeforces
算法
c++
Did We Get Everything Covered? Codeforces Round 921 (Div. 2) 1925C
Problem-C-Codeforces题目大意:给出一个长度为m的字符串s,问所有长度为n且由字母表中前k个字母组成的字符串是否都是s的子序列,如果不是须给出反例1#includeusing
namespace
std
timidcatt
·
2024-01-29 11:05
构造
贪心
算法
数据结构
c++
c语言
C++ 排序应用程序
#include#include#include//std::greater#include//std::sortusing
namespace
std;intmain(void){inta;chartype
bcbobo21cn
·
2024-01-29 11:05
VC++
算法
c++
算法
开发语言
C++仿函数、万能头文件、transform学习
这是网上的一个代码,里面的一些东西以前没用过;#includeusing
namespace
std;//AFunctorclassincrement{private:intnum;public:increment
bcbobo21cn
·
2024-01-29 11:34
VC++
c++
仿函数
函数对象
矩阵的掩膜操作
#include#include#includeusing
namespace
cv;intmain(intargc,char**argv){Matsrc=imread("C:/Users/HU/Desktop
榆杨丶
·
2024-01-29 11:50
C++ easyX小程序:用四个方向键控制实心圆在屏幕移动
具体代码及注释如下:#include#include//为使用getch()函数#includeusing
namespace
std;intmain(){
LaoWaiHang
·
2024-01-29 11:34
c++
小程序
算法设计与分析第五章
1.请用回溯法的方法分析“最小重量机器设计问题”#includeusing
namespace
std;intn,m,cost;//限定价格部件数供应商数intw[100][100];//w[i][j]为第
0zxm
·
2024-01-29 10:30
算法
通过C++调用Com接口
头文件#include#include#include#includeusing
namespace
std;#pragmacomment(lib,"Rpcrt4.lib")72C24DD5-D70A-438B
钞sir
·
2024-01-29 10:21
Windows
c++
ASP.NET Core 项目实战(统一接口返回格式)
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;
namespace
WebModel.Other
彬_哥哥
·
2024-01-29 10:09
【洛谷题解】P1706 全排列问题
输入样例:3输出样例:123132213231312321分析:从1到n遍历,列举以组为单位,n与n个数字顺序不重复的数后输出AC代码:#includeusing
namespace
std;intn,c;
杨智123
·
2024-01-29 08:55
算法
数据结构
c++
【笔记】Helm-4 最佳实践-8 基于角色的访问控制
RBAC资源有:ServiceAccount(
namespace
d)Role(
namespace
d)ClusterRoleRoleBinding(
namespace
d)ClusterRoleBindingYAML
许科大
·
2024-01-29 08:47
Helm
云原生
kubernetes
k8s
数位dp,HDU 5179 beautiful number
WecallAas“beautifulnumber”ifandonlyifa[i]≥a[i+1]when1≤i#include#include#include#include#include#includeusing
namespace
std
EQUINOX1
·
2024-01-29 08:46
OJ刷题解题报告
算法
c++
动态规划
数据结构
C++11多线程:thread头文件
constructor)joinable线程状态operator=joindetachget_idnative_handleswaphardware_concurrency2.std::this_thread(
namespace
GoodLinGL
·
2024-01-29 08:44
c++
多线程
面试
thread
C#中如何借助委托|反射|表达式来传递类对象属性的“引用”
usingSystem.Linq.Expressions;usingSystem.Reflection;
namespace
ConsoleApp1{internalclassProgram{staticvoidMain
罗迪尼亚的熔岩
·
2024-01-29 07:12
c#
开发语言
wpf中, 使用MultiBinding 和转换器实现多条件筛选
usingSystem.Globalization;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows.Data;
namespace
NavTest.Components
罗迪尼亚的熔岩
·
2024-01-29 07:42
wpf
Unity Xlua 之 Lua调用C#(一)
UnityXlua之Lua调用C#(一)一.Lua使用C#类publicclassMyClass1{publicvoidTest(stringstr){Debug.Log("MyClass1:"+str);}}
namespace
Zzs
帅_shuai_
·
2024-01-29 07:40
Xlua
lua
unity
c#
lambda和linq对比
/www.cnblogs.com/zhaopei/p/5746414.htmlusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;
namespace
LinqTest
一刀道人
·
2024-01-29 07:34
C#
linq
c#
备战蓝桥杯--数据结构及STL应用(基础)
#includeusing
namespace
std;structcocoack{intcoco,ck;}voidsolve(){vectorx;for(inti=0;iusing
namespace
std
cocoack
·
2024-01-29 07:19
数据结构
c++
开发语言
蓝桥杯
Nacos注册中心
Nacos注册中心前言一、初识Nacos二、服务注册到nacos1.引入依赖2.配置nacos地址3.重启微服务三、Nacos配置1.权重配置2.环境隔离2.1创建
namespace
2.2给微服务配置
namespace
~四时春~
·
2024-01-29 06:18
微服务
微服务
上一页
35
36
37
38
39
40
41
42
下一页
按字母分类:
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
其他