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
solut
49. 字母异位词分组
官方题解:https://leetcode.cn/problems/group-anagrams/solutions/520469/zi-mu-yi-wei-ci-fen-zu-by-leetcode-
solut
-gyocclassSolution
咔咔咔的
·
2024-01-17 11:02
leetcode
c++
2021-12-20
视频中学到的怦然心动的单词(精读和视听说分别总结)精读:jointstalkvictimscarcelyblankaccomplishsubtractwhistlemerrynonsensedespite视听说:
solut
教育学一班王凯玉24
·
2024-01-17 06:26
LeetCode练习——动态规划(打家劫舍)
官方解法:https://leetcode-cn.com/problems/house-robber/
solut
StriveQueen
·
2023-04-08 15:10
leetcode
动态规划
python
python--剑指offer--45.把数组排成最小的数
1self.fast_sort(l,r)result=''.join(str(self.nums)[1:-1].split(','))returnresultif__name__=='__main__':
solut
Chasing__Dreams
·
2023-03-31 21:04
python
#
剑指offer--python
python
剑指offer
把数组排成最小的数
Python项目Bug解决 && 陆续更新
Solut
Flying Bulldog
·
2023-03-15 08:20
项目涉及知识点
报错解决
bug
python
mysql
36-40题
#-*-coding:utf-8-*-classSolution:defMoreThanHalfNum_
Solut
yy辰
·
2023-01-30 15:04
Geotools(空间分析,栅格,坐标系,查询,简易地图,GP工具)
官网地址:https://www.geotools.org/常用maven库地址:https://repo.osgeo.org/repository/release/https://maven.geo-
solut
njnu@liyong
·
2023-01-10 15:05
GIS
GIS
java
geotools
开源GIS
空间分析
关于solidworks+workbench的参数化建模分析的一点心得2
B32进入model,添加约束和载荷,对左边圆孔添加约束:cylindricalsupport,对右边圆孔添加载荷:Bearingload,大小10N,方向,沿着x轴正方形,并对该力做参数化设置3右击
solut
X文挺
·
2023-01-10 06:51
ansysworkbench
参数化
后处理
opencv使用opengl
solut
weixin_38801830
·
2020-09-16 13:59
【回溯】B017_LC_递增子序列(去重)
二、
Solut
wdt_
·
2020-09-15 16:12
Educational Codeforces Round 46 (Div 2) (A~G)
D.YetAnotherProblemOnaSubsequence(DP)E.WeNeedMoreBosses(圆方树)\(Description\)\(Solution\)F.OneOccurrence(线段树)\(Description\)\(
Solut
weixin_30613727
·
2020-09-14 20:45
数据结构与算法
剑指offer 最小的k个数
思路分析先排序,再返回前k个数,个人喜欢用归并排序C#语言publicvoidMergeSort(int[]nums,intleft,intright){if(leftGetLeastNumbers_
Solut
没饭吃!
·
2020-09-14 04:46
剑指offer
数组
高级算法
HAOI2016 放棋子
1≤n≤2001\len\le2001≤n≤200
Solut
stone41123
·
2020-08-24 06:03
[剑指Offer]最小的K个数[Python]
解题思路:最简单的冒泡排序,当然不是最有答案,复杂度太大O(nk)#-*-coding:utf-8-*-classSolution:defGetLeastNumbers_
Solut
Jillian_sea
·
2020-08-21 18:46
剑指offer
_T()在c++中的作用
我们可以在
Solut
YuWenHaiBo
·
2020-08-19 10:26
戳气球
题解参考:https://leetcode-cn.com/problems/burst-balloons/
solut
称字逃
·
2020-08-18 07:08
C++ 贪心算法 分糖果
#include#includeclassSolution{public:
Solut
Gianna K
·
2020-08-18 05:15
matlab(R2010a)找不到vs2010的c++编译器
DateLastModified:Friday,March30,2012
Solut
watkins
·
2020-08-16 09:40
Algorithms
#rosdep init# fails
raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.listWebsitemaybedown.
solut
小笨丹
·
2020-08-15 23:29
ROS
剑指offer:数组中出现超过次数超过一半的数字(python实现)
思路1:用字典的键值对实现,键存放数组中的数字,值存放数字出现的次数#-*-coding:utf-8-*-classSolution:defMoreThanHalfNum_
Solut
smile__su
·
2020-08-13 16:00
剑指offer
剑指offer
开发环境方式启动Django,一段时间后应用没响应了。。
Solut
Heartsuit
·
2020-08-10 22:16
Python
Server
[FAQ11862]user版本如何打开root权限
[
Solut
Android萌新学院
·
2020-08-07 10:46
FAQ
MTK
判断一个字符串是不是一个合法的IP地址
java代码:1publicclassTest_ip{2//程序入口3publicstaticvoidmain(String[]args){4Solutions=newSolution();//业务逻辑放在
Solut
weixin_30416497
·
2020-08-05 15:04
牛客刷题Java实现----数组中出现次数超过一半的数字
方法一:暴力遍历,时间复杂度为O(n2)publicclassSolution{publicstaticvoidmain(String[]args){int[]array={1};
Solut
lemonwen
·
2020-08-04 15:09
PTA 整数的素因子分解
裁判测试程序样例:#include#includeusingnamespacestd;classSolution{public:
Solut
outsiderJT
·
2020-07-15 09:57
PTA
Linux下RabbitMq安装教程
wgethttp://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpmrpm-Erlang包:rpm-Uvherlang-
solut
开发无止境,BUG随身行
·
2020-07-13 05:13
Linux相关服务部署
java相关解决方案
分布式解决方案
SpringBoot解决方案
Valid Anagram
nagaram",returntrue.s="rat",t="car",returnfalse.Note:Youmayassumethestringcontainsonlylowercasealphabets.
solut
leonordo
·
2020-07-11 07:32
leetcode
leetcode
【LeetCode】每日一题(十五)70. 爬楼梯 动态规划 滚动数组 斐波那契数列通项公式推导
1.1阶+1阶+1阶2.1阶+2阶3.2阶+1阶
Solut
_Evelyn_
·
2020-07-11 05:13
LeetCode
数据结构与算法
leetcode 583 两个字符串的删除操作
"变为"ea",第二步将"eat"变为"ea"解法1:动态规划链接:https://leetcode-cn.com/problems/delete-operation-for-two-strings/
solut
realjc
·
2020-07-10 09:17
编程基础
题解-[Cnoi2020]领域极限
Introduction\texttt{Introduction}IntroductionDescription\texttt{Description}DescriptionSolution\texttt{
Solut
KonnyWen
·
2020-07-04 06:52
题解
剑指offer 最小的K个数 C++
classSolution{public:vectorGetLeastNumbers_Solution(vectorinput,intk){vectorres;if(input.size()GetLeastNumbers_
Solut
yuanliang861
·
2020-06-30 09:49
剑_牛
LeetCode in JavaScript#1 Two Sum
i
Solut
荼蓼子
·
2020-06-28 01:54
Vs + Qt 各种路径设置
即当前项目所在路径,以项目名命名的文件夹,一般为main.cpp所在路径,如下图中的例子,$(Platform)\GeneratedFiles\$(Configuration)\之前自动填充了默认路径$(
Solut
leyou2018
·
2020-06-25 09:43
Qt-Vs
372. Super Pow
Yourtaskistocalculateabmod1337whereaisapositiveintegerandbisanextremelylargepositiveintegergivenintheformofanarray.Example1:Input:a=2,b=[3]Output:8Example2:Input:a=2,b=[1,0]Output:1024思路:
Solut
littledy
·
2020-04-08 01:00
user版本如何打开root权限
[
Solut
笙箫莫离
·
2020-04-06 20:59
31岁又怎样
家里80%的空间已经被我收集的各式东西占据,其中衣柜和鞋柜我可能更加是占了90%往上,猫叔给我一个简单粗暴的
solut
睡睡睡33
·
2020-03-26 00:26
[LeetCode 82] Remove Duplicates from Sorted List II (medium)
leavingonlydistinctnumbersfromtheoriginallist.Example1:Input:1->2->3->3->4->4->5Output:1->2->5Example2:Input:1->1->1->2->3Output:2->3
Solut
蓝眼睛灰
·
2020-03-18 23:21
一题算法|求随机数索引
solut
平头哥的技术博文
·
2019-12-25 16:39
算法
一题算法|求随机数索引
solut
平头哥的技术博文
·
2019-12-25 15:00
The Preliminary Contest for ICPC Asia Xuzhou 2019 E XKC's basketball team [单调栈上二分]
的数与这个数之间有多少个数2≤n≤5∗105,0≤m≤1092\leqn\leq5*10^5,0\leqm\leq10^92≤n≤5∗105,0≤m≤109Solution\mathcal{Solution}
Solut
Morning_Glory_JR
·
2019-09-17 15:17
OIer做题记录
二分
单调栈
从尾到头打印链表
whilel+1:new_listNode.append(listNode[l])l-=1returnnew_listNodeif__name__=='__main__':listNode=[1,2,3]a=
Solut
程序学习er
·
2019-03-17 00:16
Virtual Judge的交题与判题
然后根据题目中给出的测试数据进行本地测试当本地测试与题目给定答案一致时可以尝试提交5.将自己所有代码选中(Ctrl+A),然后复制,点击网页中的Submit6.注意以下界面的Language选择G++,然后将自己的代码黏贴至
Solut
三更半夜听相声
·
2018-10-21 23:38
【小白的CFD之旅】12 敲门实例【续2】
3Solution3.1SolutionMethods3.2SolutionControls3.3Monitors3.4ReportDefinitions3.5ReportFiles3.6ReportPlots3.7SolutionInitialization3.8CalculatinActivities3.9RunCalculation3
Solut
流沙[胡坤]
·
2016-02-16 17:00
【小白的CFD之旅】12 敲门实例【续2】
3Solution3.1SolutionMethods3.2SolutionControls3.3Monitors3.4ReportDefinitions3.5ReportFiles3.6ReportPlots3.7SolutionInitialization3.8CalculatinActivities3.9RunCalculation3
Solut
流沙[胡坤]
·
2016-02-16 17:00
LoadRunner教程:准备负载测试的Vuser脚本(五)
启用图片和文本检查a.在左
Solut
yintaolaowanzi
·
2016-02-15 14:00
loadrunner
检查
回放
负载测试
Vuser脚本
合并两个排序的链表
ListNode next = null; ListNode(int val) { this.val = val; } }*/ public class
Solut
zhenzhuangde
·
2016-01-01 19:46
链表
两个
LeetCode 029 Divide Two Integers
分析: 不能用乘、除和取余,则只能用减了…… 代码如下: class
Solut
·
2015-11-13 13:31
LeetCode
LeetCode--Reverse Integer
public class
Solut
·
2015-11-13 12:42
LeetCode
[LeetCode]Binary Tree Postorder Traversal
Note: Recursive
solut
·
2015-11-13 07:32
LeetCode
LeetCode: Reverse Integer 解题报告
public class
Solut
·
2015-11-13 00:00
LeetCode
上一页
1
2
下一页
按字母分类:
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
其他