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
Problem
CCPC 2024 黑龙江省赛
I.Thisisaneasy
problem
题目大意给你一个数问二进制下有多少个1解题思路直接转二进制统计即可代码实现print(bin(int(input())).count("1"))B.String
udiandianis
·
2025-05-08 14:10
XCPC
算法
牛客周赛 Round 62_小红的中位数查询(easy)
目录一、
Problem
二、Solution三、Code一、
Problem
原题链接:https://ac.nowcoder.com/acm/contest/91177/E题目大意:输入n个数,以及q个区间
白棂
·
2025-05-08 13:35
算法竞赛题解
算法
c++
图论
Leetcode刷题记录31——旋转图像
题源:https://leetcode.cn/
problem
s/rotate-image/description/?
张书名
·
2025-05-07 09:47
Leetcode刷题记录
leetcode
算法
职场和发展
LeetCode算法题 (移除链表元素)Day15!!!C/C++
https://leetcode.cn/
problem
s/remove-linked-list-elements/description/一、题目分析给你一个链表的头节点head和一个整数val,请你删除链表中所有满足
我是一只鱼0223
·
2025-05-07 02:03
算法
leetcode
链表
c++
【嵙大oj】课堂练习 指针 1878 1879 1880
summary:基本上是在考指针的基本用法——形参传地址
Problem
IDTitleY1878
Problem
A指针1Y1879
Problem
B指针2Y1880
Problem
C指针31.1878
Problem
A
2401_87299053
·
2025-05-06 20:29
嵙大作业实验考试题
c语言
嵙大2022c语言期末 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 1510
Problem
IDTitleY2683
Problem
A简单计算二Y2684
Problem
B奇偶求和Y2685
Problem
C打印十字型Y2686
Problem
D简单计算二(AppendCode)Y2687
Problem
E
2401_87299053
·
2025-05-06 20:55
嵙大作业实验考试题
c语言
【嵙大oj】(未提交)1249 1133 1134 1140 1141 1225 1237
Problem
IDTitleY1249
Problem
ASequence
Problem
(IV):FunctionPractice(AppendCode)Y1133
Problem
B编写函数:StringtoInteger
2401_87299053
·
2025-05-06 20:25
嵙大作业实验考试题
java
算法
数据结构
【算法入门】LeetCode 4. 寻找两个正序数组的中位数(Median of Two Sorted Arrays)详细解题指南|二分查找详解(Java & JavaScript)|算法详解与代码实
题目:官方链接:https://leetcode.cn/
problem
s/median-of-two-sorted-arrays/description/?
南北极之间
·
2025-05-06 05:48
算法
算法
leetcode
java
javascript
前端
LeetCode·每日一题·2180.统计各位数字之和为偶数的整数个数·模拟
作者:小迅链接:https://leetcode.cn/
problem
s/count-integers-with-even-digit-sum/solutions/2047389/mo-ni-zhu-shi-chao-ji-xiang-xi-by-xun-ge-tk8n
迅~
·
2025-05-06 05:17
LeetCode刷题笔记
leetcode
算法
职场和发展
LeetCode 1295.统计位数为偶数的数字:模拟
【LetMeFly】1295.统计位数为偶数的数字:模拟力扣题目链接:https://leetcode.cn/
problem
s/find-numbers-with-even-number-of-digits
Tisfy
·
2025-05-06 04:46
题解
#
力扣LeetCode
leetcode
算法
题解
leetcode: 208.实现Trie前缀树
208.实现Trie(前缀树)来源:力扣(LeetCode)链接:https://leetcode.cn/
problem
s/implement-trie-prefix-tree/Trie(发音类似“try
uncle_ll
·
2025-05-05 21:00
编程练习-Leetcode
leetcode
前缀树
字典树
算法训练
链表
【Hot 100】94. 二叉树的中序遍历
二叉树的中序遍历题目链接:https://leetcode.cn/
problem
s/binary-tree-inorder-traversal/description/?envType
海码007
·
2025-05-04 20:49
算法
数据结构
Hot100
c++
算法
二叉树
【刷力扣】23. 合并 K 个升序链表(dummy节点技巧 + 分治思维 + 优先队列)
目录一、合并升序链表问题二、题目:[21.合并两个有序链表](https://leetcode.cn/
problem
s/merge-two-sorted-lists/description/)1、掌握dummy
南七行者
·
2025-05-04 16:47
数据结构与算法
leetcode
链表
泰迪杯特等奖案例学习资料:基于时空图卷积网络的物流车辆路径动态优化系统
(第十五届泰迪杯数据挖掘挑战赛B题特等奖案例解析)一、案例背景与核心挑战1.1应用场景与行业痛点在智慧物流领域,车辆路径规划(VehicleRouting
Problem
,VRP)直接影响运输成本与时效性
学习的锅
·
2025-05-04 03:30
网络
泰迪杯
实战案例
LeetCode算法题 (比较含退格的字符串)Day9!!!C/C++
https://leetcode.cn/
problem
s/backspace-string-compare/description/一、题目描述给定s和t两个字符串,当它们分别被输入到空白的文本编辑器后
我是一只鱼0223
·
2025-05-03 21:46
leetcode
算法
职场和发展
LeetCode算法题 (最小栈)Day10!!!C/C++
https://leetcode.cn/
problem
s/min-stack/description/一、题目描述设计一个支持push,pop,top操作,并能在常数时间内检索到最小元素的栈。
我是一只鱼0223
·
2025-05-03 21:46
leetcode
算法
职场和发展
LeetCode算法题 (买卖股票的最佳时机 II)Day6!!!C/C++
https://leetcode.cn/
problem
s/best-time-to-buy-and-sell-stock-ii/description/一、题目描述给你一个整数数组prices,其中prices
我是一只鱼0223
·
2025-05-03 21:16
leetcode
算法
职场和发展
算法 {石子合并}
算法{石子合并}@LOC:3石子合併-相邻定義詳見@LINK:https://www.acwing.com/
problem
/content/description/284/;即每次選擇相鄰的兩個石子進行合併
「已注销」
·
2025-05-03 20:12
算法
算法
0-学习协同策略解决NP难路由问题(NeurlPS2021)(code)(完)
Abstract1Introduction2RelatedWorks2.1基于DRL的构造性启发式算法2.2基于DRL的改进启发式算法2.3与传统求解器结合的混合方法3FormulationofRouting
Problem
s4LearningCollaborativePolicies4.1
太极生两鱼
·
2025-05-03 20:42
文献阅读
学习
机器学习
人工智能
【算法基础】三指针排序算法 - JAVA
这种算法在处理包含有限种类值的数组时表现出色,最经典的应用是荷兰国旗问题(DutchNationalFlag
Problem
)。
n33(NK)
·
2025-05-03 16:17
基础算法
算法
排序算法
java
Leetcode刷题记录28——缺失的第一个正数
题源:https://leetcode.cn/
problem
s/first-missing-positive/description/?
张书名
·
2025-05-03 12:20
Leetcode刷题记录
leetcode
算法
职场和发展
洛谷P12238 [蓝桥杯 2023 国 Java A] 单词分类
[
Problem
Discription]\color{blue}{\texttt{[
Problem
Discription]}}[
Problem
Discription]Copyfromluogu.
Yingye Zhu(HPXXZYY)
·
2025-05-03 11:12
dp
Trie
蓝桥杯
c++
算法
COMP9021 Tangram puzzles
Assignment2version1.4COMP9021,Trimester1,20251Generalmatters1.1AimThepurposeoftheassignmentisto:•developyour
problem
solvingskills
·
2025-05-02 01:08
后端
react-native-vector-icons打包报错并且提示:copyReactNativeVectorIconFonts相关信息
*Whatwentwrong:Some
problem
swerefoundwiththeconfigurationoftask':app:copyReactNativeVectorIconFonts'(type'Copy
JiaLin_Denny
·
2025-04-30 23:33
react
native
vector-icons
RN-vector-icons
Leetcode刷题报告1——哈希表
文章目录说明[1.两数之和](https://leetcode.cn/
problem
s/two-sum/)题干题解[49.字母异位词分组](https://leetcode.cn/
problem
s/group-anagrams
红白小蛋糕
·
2025-04-30 22:27
LeetCode刷题
leetcode
散列表
哈希算法
npm install pnpm -g 报错的解决方法
npmerrorcodeETIMEDOUTnpmerrorerrnoETIMEDOUTnpmerrornetworkrequesttohttps://registry.npmjs.org/pnpmfailed,reason:npmerrornetworkThisisa
problem
relatedtonetworkconnectivity.npmerro
骨子里的偏爱
·
2025-04-30 18:04
vue
前端
npm
前端
node.js
Python,volcengine-python-sdk,安装失败,提示which is required to install pyproject.toml-based projects等问题
whichisrequiredtoinstallpyproject.toml-basedprojects...note:Thiserrororiginatesfromasubprocess,andislikelynota
problem
withpip.ERR
飞天小女警出击
·
2025-04-30 15:13
python
开发语言
(C)
problem
1:C语言阶乘求和
C语言阶乘求和#includeintmain(){intn;scanf("%i",&n);//初始化阶乘和为0longlongintsum=0;//外层循环:执行的次数for(inti=1;i<=n;i++){//定义每次的初始阶乘值longlongintsingle_sum=1;for(intj=1;j<=i;j++){//计算每次的阶乘值single_sum*=j;}//对阶乘值求和sum+=
对 酒 当 歌 人 生 几 何
·
2025-04-29 22:11
c语言
算法
数据结构
CIS129 Advanced Computer Programming
CIS129AdvancedComputerProgrammingProjectGuidelineYouarerequiredtouseC++tosolveareal-lifebusiness
problem
byemployingalogicalandsystematicprogrammingsolution
·
2025-04-29 03:21
后端
【天梯赛题解】L1-6 吉老师的回归 - 字符串处理与逻辑判断
为了简化题目,我们不妨假设天梯赛的每道题目可以用一个不超过500的、只包括可打印符号的字符串描述出来,如:
Problem
A:Print"Helloworld!"。
loopdeloop
·
2025-04-29 02:45
c++
算法
数据结构
ECE391: Computer Systems Engineering
ECE391:ComputerSystemsEngineeringSpring2025Machine
Problem
3Contents1Introduction2UsingtheGroupRepository3ThePiecesCheckpoint1
·
2025-04-27 23:48
后端
LC: 面试题 03.01. 三合一
链接:https://leetcode.cn/
problem
s/
我是一颗什么糖
·
2025-04-27 08:15
力扣刷题
leetcode
数据结构
力扣-面试题 03.01 三合一(C++)- 数组实现栈
题目链接:https://leetcode-cn.com/
problem
s/three-in-one-lcci/题目如下:classTripleInOne{public:vectorvtr;intcount
JIngles123
·
2025-04-27 08:14
#
简单题
leetcode
c++
算法
LeetCode-343. Integer Break [C++][Java]
IntegerBreakLevelupyourcodingskillsandquicklylandajob.Thisisthebestplacetoexpandyourknowledgeandgetpreparedforyournextinterview.https://leetcode.com/
problem
s
贫道绝缘子
·
2025-04-27 07:43
LeetCode刷题怪
leetcode
算法
职场和发展
LeetCode-172. Factorial Trailing Zeroes [C++][Java]
LeetCode-172.FactorialTrailingZeroeshttps://leetcode.com/
problem
s/factorial-trailing-zeroes/题目描述Givenanintegern
贫道绝缘子
·
2025-04-27 07:43
LeetCode刷题怪
leetcode
算法
职场和发展
LeetCode-415. Add Strings [C++][Java]
LeetCode-415.AddStringshttps://leetcode.com/
problem
s/add-strings/题目描述Giventwonon-negativeintegers,num1andnum2representedasstring
贫道绝缘子
·
2025-04-27 07:43
LeetCode刷题怪
leetcode
算法
职场和发展
执行python3 get-pip.py报错:ERROR: Could not find a version that satisfies the requirement pip ERROR: No
执行python3get-pip.py报错:CouldnotfetchURLhttps://pypi.org/simple/pip/:Therewasa
problem
confirmingthesslcertificate
jinli1771
·
2025-04-27 07:11
python
Leetcode刷题记录19——无重复字符的最长子串
题源:https://leetcode.cn/
problem
s/longest-substring-without-repeating-characters/description/?
张书名
·
2025-04-26 23:55
Leetcode刷题记录
leetcode
算法
职场和发展
三个进程同步问题---(生产者-消费者,哲学家进餐,读者-写者)
一:生产者-消费者问题(Producer-Consumer
Problem
)问题描述-场景:多个生产者进程向缓冲区投放数据,消费者进程从中取出数据,缓冲区大小固定(如n个槽位)。
刘边型
·
2025-04-26 17:09
计算机操作系统
计算机操作系统
进程同步问题
25.4.3学习总结【Java】
又是一道错题:1.班级活动https://www.lanqiao.cn/
problem
s/17153/learning/?
The_cute_cat
·
2025-04-26 15:28
学习
编程日志4.21
单链表部分题目1.
Problem
-1092#include#includeusingnamespacestd;#defineeleTypeintstructListNode{eleTypedata;//
牛牛程序员成长日记
·
2025-04-26 13:44
算法
数据结构
2020计算机顶级大会_2020年顶级远程调试工具
2020计算机顶级大会Whenitcomestodebugging,thetoolyouuseisextremelyimportantandcandeterminehoweasyisistofix
problem
swithinyourcode
cumi7754
·
2025-04-26 08:44
java
python
linux
编程语言
人工智能
Leetcode34.排序数组中查找元素第一个和最后一个位置(python)
https://leetcode.cn/
problem
s/find-first-and-last-position-of-element-in-sorted-array/#解法:#1、首先,在nums数组中二分查找
我是丑蛋
·
2025-04-26 04:14
leetcode
python
B. Card Constructions【CF每日一题 / 1100】
https://codeforces.com/
problem
set/
problem
/1345/B1*2=21*2+2*2+1=71*2+2*2+3*2+1+2
幽殇默
·
2025-04-25 20:48
CF每日一题
笔记
c++
【数据结构入门训练DAY-22】Little Ke‘s
problem
文章目录前言一、题目二、解题思路结语前言本次训练内容训练解题思维一周一次的洋文题训练一、题目LittleKewasadmittedtotheUniversityandbecameafreshman.Atthebeginoftheirfirstyear,LittleKewashard-workingandselectedasthemonitor.Inordertobeclosetohisteache
不会计算机的捞地
·
2025-04-25 10:09
数据结构入门训练
数据结构
算法
LeetCode //C - 685. Redundant Connection II
685.RedundantConnectionIIInthis
problem
,arootedtreeisadirectedgraphsuchthat,thereisexactlyonenode(theroot
Navigator_Z
·
2025-04-25 08:57
LeetCode
leetcode
c语言
算法
COMP26120Academic Session: 2022-23Lab Exercise 5: The 0/1 Knapsack
Problem
COMP26120AcademicSession:2022-23LabExercise5:The0/1Knapsack
Problem
Duration:3weeksQ1703105484Youshoulddoallyourworkinthelab5directoryoftheCOMP261202022repository-seeBlackboardforfurtherdetails.Youwilln
Black_Glasses
·
2025-04-24 14:52
python
java
FAQ: Why Does The Grader Not Run My Program Correctly? 【USACO】
Ourgradingsystemisprobablyrunningdifferentsoftwarethanyoursystem,so
problem
sthatshowuponour
Everstray
·
2025-04-24 14:49
system
debugging
output
pointers
crash
variables
代码随想录算法训练营day9(栈与队列)
华子目录逆波兰表达式求值思路逆波兰表达式求值https://leetcode.cn/
problem
s/evaluate-reverse-polish-notation/思路初始化一个栈遍历整个tokens
^~^前行者~~~
·
2025-04-24 11:30
算法
开发语言
python
使用DeepSeek-Prover-V1.5解决数学问题
二次方程求解问题:解方程x²-5x+6=0操作步骤:将问题转换为Coq形式:Theoremquadratic:existsx:Z,x^2-5*x+6=0.调用模型进行因式分解搜索:deepseek-prover--
problem
"quadratic
weixin_30777913
·
2025-04-24 08:42
python
开发语言
语言模型
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他