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
USING
微信小程序滚动分页加载优化方案
减少重复去写分页加载函数和分页逻辑支持长列表虚拟渲染优化删除子项无刷新交互使用安装组件npmimini-scrolling-loading--save在页面的json配置文件中添加mini-scrolling-loading自定义组件的配置{"
using
Components
WGinit
·
2024-02-08 20:17
小程序
微信小程序
javascript
2023年天梯赛复盘(剪切复制、分寝室、堆宝塔)
erase函数、substr函数、find函数、insert函数AC代码:#include#include
using
namespacestd;strings,s1,s2,s3;intn,a,b;intmain
在猴站学算法
·
2024-02-08 20:44
c++
算法
数据结构
*构造 蓝桥OJ4133 小浩的ABC
#include
using
namespacestd;
using
ll=longlong;intmain(){llt;cin>>t;while(t--){llx;cin>>x;if(x==1)cout<<-
懒羊羊oo
·
2024-02-08 19:47
蓝桥杯备赛练习
算法
c++
倍增c++
快速幂区间最小值(用倍增思想去求)#include
using
namespacestd;#definemaxn110000#definelllonglongintn,a[maxn],f[maxn][40]
懒羊羊oo
·
2024-02-08 19:46
蓝桥杯备赛练习
c++
算法
蓝桥OJ 1389二分查找数组元素
#include
using
namespacestd;intmain(){ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);intdata[200];for(inti
懒羊羊oo
·
2024-02-08 19:16
蓝桥杯备赛练习
算法
c++
构造 蓝桥OJ小蓝的无限集
样例输入4147258368121181样例输出NoYesNoNo#include
using
namespacestd;
using
ll=longlong;boolrnk(lla,llb,lln){if((
懒羊羊oo
·
2024-02-08 19:46
蓝桥杯备赛练习
算法
c++
20240227作业
#include#include
using
namespacestd;classMagic{doublex;public:Magic(doubled=0.00):x(fabs(d)){}Magicoperator
shown51124
·
2024-02-08 18:31
c++
算法
开发语言
20240205作业
#include
using
namespacestd;classexample{inta;public:example(intb=5){a=b++;}voidprint(){a=a+1;cout
using
namespacestd
shown51124
·
2024-02-08 18:30
算法
c++
开发语言
20240206作业
#include
using
namespacestd;classTest{private:staticintnum;public:Test(int);voidshow();};intTest::num=5
shown51124
·
2024-02-08 18:28
c++
算法
开发语言
QT学习(六)C++构造函数和初始化列表
下面的实例有助于更好地理解构造函数的概念:#include#include
using
namespacestd;//使用std命名空间
ryh2004812
·
2024-02-08 17:26
qt
开发语言
qt
c++
学习
QT学习(一)C++命名空间
二、QT中新建c++代码步骤创建.c文件添加头文件我们新建一个QTCreator的C++工程,默认生成的代码#include
using
namespacestd;i
ryh2004812
·
2024-02-08 17:25
qt
算法
qt
c++
c++STL容器适配器--Apple的学习笔记
我的练习代码:#include#include#include#include#include#include
using
namespacestd;voidtest3_1(){std::dequewords
applecai
·
2024-02-08 17:50
QT学习(五)C++函数重载
下面的实例中,同名函数print()被用于输出不同的数据类型#include#include"string"
using
namespacestd;classprintData{public:voidprint
ryh2004812
·
2024-02-08 17:24
qt
c++
开发语言
学习
笔记二(C++中strtok字符串剪切函数以及格式输入函数sscanf)
*/
using
namespacestd;intmain(){ios::sync_with_stdio(false);intdp[1000],i=0;cin.tie(0);cout.tie(0);cout
KID怪盗基德1412
·
2024-02-08 16:25
笔记
strtok
sscanf
winform 拖拉ListView的图标切换位置
winform拖拉ListView的图标切换位置
using
System;
using
System.Collections.Generic;
using
System.ComponentModel;
using
System.Data
搬砖的诗人Z
·
2024-02-08 16:21
C#
c#
STM32F103战舰V3RTT——ADC采集应用
1.在图形化界面开启后修改的文件原本在没有开启前是灰色的,开启后BSP_
USING
_ADCx了就使能了代码。
嵌入式路上的流浪
·
2024-02-08 16:18
stm32
单片机
嵌入式硬件
挑选子串#蓝桥杯
1621、挑选子串#include
using
namespacestd;/*双指针适用于快速查找,匹配,排序或移动操作(并非用指针实现,是用两个变量表示下标操作)(1)对撞指针:left和right指针同时移动一个向右
席万里
·
2024-02-08 15:49
C/C++备战蓝桥杯
蓝桥杯
c++
算法
数据结构
无尽的石头#蓝桥杯
3766、无尽的石头#include#defineIOSios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
using
namespacestd;constintN
席万里
·
2024-02-08 15:19
C/C++备战蓝桥杯
蓝桥杯
c++
大石头的搬运工#蓝桥杯
3829、大石头的搬运工#include
using
namespacestd;
using
Pair=pair;
using
ll=longlong;//带权中位数的计算//|x-1|+|x-3|+|x-6|+|
席万里
·
2024-02-08 15:19
C/C++备战蓝桥杯
蓝桥杯
c++
算法
数据结构
C++算法竞赛常用函数及算法
C++算法竞赛常用函数及算法一、string类在算法中的常见用法构造,赋值,存取,拼接,查找,替换,比较,子串,插入,删除#include#include//#include//#include
using
namespacestd
席万里
·
2024-02-08 15:18
C/C++备战蓝桥杯
c++
算法
开发语言
区间更新#蓝桥杯
3291、区间更新#include#defineIOSios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
using
namespacestd;/*对差分数组做前缀和
席万里
·
2024-02-08 15:17
C/C++备战蓝桥杯
蓝桥杯
算法
c++
数据结构
指针基础知识(C++; 空指针以及野指针+const修饰指针和常量学习总结)
).空指针指向的内存是不可以访问的;2.野指针:1).野指针:指针变量指向非法的内存空间2).野指针指向的内存是不可以访问的;3.const修饰指针常量,及常量指针:在这里插入代码片:#include
using
namespacestd
The endeavor
·
2024-02-08 15:31
C++笔记
C++ 12.指针—作用、所占内存空间、空指针、野指针、const修饰指针、指针与数组、指针与函数、指针、数组、函数的案例(冒泡排序)
注意事项:内存编号是从0开始记录的,一般用十六进制数字表示;可以利用指针变量保存内存指针变量定义语法:数据类型*指针变量名#include
using
namespacestd;intmain(){//1.
qq_41630696
·
2024-02-08 15:30
c++
C# GetPixel and SetPixel
using
System.Drawing;
using
System.Runtime.InteropServices;
using
System.Windows.Forms;[DllImport("user32.
huajian2008
·
2024-02-08 15:22
C#
c#
null
user
C++ 反转链表
#include
using
namespacestd;structListNode{intval;ListNode*next;ListNode(intx):val(x),next(nullptr){}};
连风都笑我了
·
2024-02-08 14:38
C++
链表
c++
数据结构
【C++】猜数字游戏
//引入必要的头文件#include#include#include
using
namespacestd;//主函数入口intmain(){//初始化随机数种子,使用当前时间作为种子值srand((unsignedint
执沐
·
2024-02-08 14:32
c++
算法
开发语言
C++入门学习(二十五)do-while循环
#include#include
using
namespacestd;intmain()
执沐
·
2024-02-08 14:31
C++入门
算法
数据结构
P1051 [NOIP2005 提高组] 谁拿了最多奖学金
P1051[NOIP2005提高组]谁拿了最多奖学金-洛谷|计算机科学教育新生态(luogu.com.cn)最近一直在学c++,想着水一道题爽爽结果就出问题了代码如下:#include#include
using
namespacestd
Fool256353
·
2024-02-08 14:55
c++
洛谷P3372 线段树模板
线段树讲的很详细的博客:链接线段树讲的很详细的视频:链接#include
using
namespacestd;typedeflonglongll;constintmaxn=100005;lldat[maxn
Konjacer
·
2024-02-08 14:55
SDNUOJ
c++
线段树模板
P3372 【模板】线段树 1
网址如下:P3372【模板】线段树1-洛谷|计算机科学教育新生态(luogu.com.cn)题如其名昨天做了一道开关(也是线段树的)想着今天复习一下代码如下:#include
using
namespacestd
Fool256353
·
2024-02-08 14:54
算法
c++
图论
P8647 [蓝桥杯 2017 省 AB] 分巧克力--2024蓝桥杯冲刺省一
就是假如答案为ans,那么所有#defineintlonglong//(有超时风险)#definePIIpair#defineendl'\n'#defineLL__int128
using
namespacestd
一只蓝色小鲨鱼
·
2024-02-08 14:47
二分
蓝桥杯
职场和发展
数据结构
c++
算法
P8597 [蓝桥杯 2013 省 B] 翻硬币--2024蓝桥杯冲刺省一
#include#defineintlonglong//(有超时风险)#definePIIpair#defineendl'\n'#defineLL__int128
using
namespacestd;constintN
一只蓝色小鲨鱼
·
2024-02-08 14:44
蓝桥杯
职场和发展
c++
算法
Day 35 世界自然遗产保护价值突出的综合保护价值
hasbecomeaglobalundertaking,whereinOutstandingUniversalValue(OUV)isanimportantaspectofheritageprotection.Foc
using
ontheprotectionoftheaesthetican
Elvira1021
·
2024-02-08 13:14
B2075 幂的末尾(洛谷)
输入输出样例输入#123输出#1008输入#272011输出#2743Code:C++:#include
using
namespacestd;intmain(){longlonga,b,s=1;c
Hello,world!*10
·
2024-02-08 12:59
C++
算法
C++
洛谷
B2073 求小数的某一位(洛谷)
0
using
namespacestd;intmain(){inta,b,n;cin>>a>>b>>n;for(inti=1;i<=n;i++){a%=b;a*=10;}a/=b;cout<
Hello,world!*10
·
2024-02-08 12:28
C++
算法
数据结构
C++
洛谷
B2072 分苹果
输入输出样例输入#18输出#136Code:C++:#include
using
namespacestd;intmain(){intn,ans=0;cin>>n;for(inti=1;
Hello,world!*10
·
2024-02-08 12:56
C++
算法
c++
数据结构
中国电子学会2021年03月真题C语言软件编程等级考试一级(含解析答案)
样例输入*样例输出*************#include
using
namespacestd;intmain
CC编创
·
2024-02-08 12:04
中国电子学会历届真题C语言
c语言
算法
图论
数据结构
c++
青少年编程
中国电子学会2021年09月真题C语言软件编程等级考试一级(含解析答案)
(2#include
using
namespacestd;intmain(){inti,
CC编创
·
2024-02-08 12:04
中国电子学会历届真题C语言
c语言
算法
c++
数据结构
青少年编程
中国电子学会2020年12月真题C语言软件编程等级考试一级(含解析答案)
样例输入*样例输出*********#include
using
n
CC编创
·
2024-02-08 12:34
中国电子学会历届真题C语言
c语言
算法
开发语言
数据结构
c++
青少年编程
C# 字符串 计算相似度的算法,用于搜索排序推荐?
//程序来源:HandsonsoftwareArchitecturewithc#8and.netcore3
using
System;namespaceSmartSearch{classProgram{staticstring
zxcvb036
·
2024-02-08 11:26
C#知识点
C#,雷卡曼数(Recamán Number)的算法与源代码
并且这个值在序列中不存在,则a[m]=a[m-1]-m;(3)否则a[m]=a[m-1]+m;雷卡曼序列的前几个数的数值是:0,1,3,6,2,7,13,20,12,21,11,22,10,23,9,,,,2源程序
using
System
深度混淆
·
2024-02-08 11:53
C#算法演义
Algorithm
Recipes
c#
算法
Recaman
数字序列
C#,栅栏油漆算法(Painting Fence Algorithm)的源代码
计算结果:2栅栏油漆算法的源程序
using
System;namespaceLegalsoft.Truffer.Algorithm{publicstaticpartialclassNumber_Sequence
深度混淆
·
2024-02-08 11:22
C#算法演义
Algorithm
Recipes
c#
算法
C#,佩尔数(Pell Number)的算法与源代码
2源程序
using
System;namespaceLegalsoft.Truffer.Algorithm{publicstaticpartia
深度混淆
·
2024-02-08 11:22
C#算法演义
Algorithm
Recipes
c#
算法
佩尔数
Pell
Number
输出超级玛丽2_题解
代码展示#include
using
namespacestd;intmain(){printf("********\n");printf("************\n");printf("####...
小新不想起床
·
2024-02-08 11:17
dubbo
扑克牌游戏_题解
代码展示#include
using
namespacestd;constintN=109;b
小新不想起床
·
2024-02-08 11:47
游戏
算法
数据结构
贪心_限制数字的范围的取模的技巧_偶数的性质_1883_C. Raspberries
#include
using
namespacestd;constintN=2e5+10;inta[N];voidsolve(){intn,k;cin>>n>>k;for(inti=0;i>a[i];intans
三冬四夏会不会有点漫长
·
2024-02-08 10:58
#
CF
900-1000
c语言
开发语言
KEYENCE Programming Contest 2021 A - Two Sequences 2(思维)
题意:解法:注意到i必须满足
using
namespacestd;#defineintlonglongconstintmaxm=2e5+5;intans[maxm];inta[maxm];intb[maxm
live4m
·
2024-02-08 10:18
18届科大讯飞杯
18届科大讯飞杯太懒了,一直放着没怎么补待D.最大字符集题意:解法:思维构造题把n=1和n=2的时候特判掉其他情况下都可以输出n-1种00010011001110…code:#include
using
namespacestd
live4m
·
2024-02-08 10:48
【数据结构练习】平均数【二分答案】【树状数组】
全部减去它,问题就变成了前缀和中的逆序对问题codecodecode#include#include#include#include#definelllonglong#definelowbit(x)x&-x
using
namespacestd
VL——MOESR
·
2024-02-08 10:09
题解
#
树状数组
二分
数据结构
算法
c++
题解
二分答案
57-用函数改变变量的值-2(用指针)
代码#includevoidswap(int*pa,int*pb){printf("swapis
using
!
计海无涯
·
2024-02-08 09:22
c语言经典100题
c语言
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他