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
算法入门经典(UVa)
UVa
Online Judge 工具網站
UVa
OnlineJudge工具網站转自http://www.csie.ntnu.edu.tw/~u91029/
uva
.htmlLucky貓的ACM園地,Lucky貓的ACM中譯題目Mirror這個站專門提供
SZTLLDGZ
·
2020-09-17 12:00
ACM-ARTICLE
UVa
12683 Odd and Even Zeroes(数论+数位DP)
题意:问小于等于n的数中(0#include#include#include#include#include#include#include#includeusingnamespacestd;typedeflonglongLL;vectordigit;#defineREP(_,a,b)for(int_=(a);_<=(b);_++)LLdp[30][2][2];LLn;LLdfs(intpos,i
mowayao
·
2020-09-17 12:14
DP-数位DP
数学
数论
UVa
11725 - Colorful Board(BITMASK+DP)
ColorfulBoardInput:StandardInputOutput:StandardOutputYouaregivenaboard.YouareaskedtodrawMhorizontallinesandNverticallinesinthatboard,sothatthewholeboardisdividedinto(M+1)x(N+1)cells.SotherewillbeM+1ro
mowayao
·
2020-09-17 12:14
DP
bitmask
UVa
12716 GCD XOR (简单证明)
题意:问gcd(i,j)=i^j的对数(ja/c-b/c=1=>a-b=c#include#include#include#include#include#include#include#include#include#includeusingnamespacestd;constintmaxn=30000000+10;typedeflonglongLL;intN;intret[maxn];void
mowayao
·
2020-09-17 12:14
数学
LCM
or
GCD
UVa
12715 Watching the Kangaroo(二分)
题意:n条线段(n#include#include#include#include#include#include#include#includeusingnamespacestd;typedeflonglongLL;constintmaxn=100000+10;#defineREP(_,a,b)for(int_=(a);_lft,rgt;intpreLMax[maxn],preRMax[maxn
mowayao
·
2020-09-17 12:14
排序
数据结构
UVA
Live - 4856 OmniGravity(哈希+枚举)
题目:传送门思路:题意是改变重力方向,四个方块移动的所有状态数量。就是简单的枚举,但是方块的移动以及状态的判断和存储比较繁琐。下面是代码:#include#include#include#include#include#include#include#include#include#include#includeusingnamespacestd;constintMOD=1e6+13,N=1001
GOTOTHEBAD
·
2020-09-17 11:12
哈希
穷举
uva
131 -The Psychic Poker Player(德州扑克)
G-ThePsychicPokerPlayerTimeLimit:3000MSMemoryLimit:0KB64bitIOFormat:%lld&%lluSubmitStatusAppointdescription:SystemCrawler(2013-05-30)DescriptionThePsychicPokerPlayerIn5-carddrawpoker,aplayerisdealtaha
nianiajr
·
2020-09-17 11:54
暴力枚举
德州扑克
uva
442-矩阵链乘
Yourjobistowriteaprogramthatdeterminesthenumberofelementarymultiplicationsneededforagivenevaluationstrategy.InputSpecificationInputconsistsoftwoparts:alistofmatricesandalistofexpressions.Thefirstlineo
nianiajr
·
2020-09-17 11:22
uvaoj
uva
127-模拟纸牌游戏
Youaretosimulatetheplayingofgamesof``Accordian''patience,therulesforwhichareasfollows:Dealcardsonebyoneinarowfromlefttoright,notoverlapping.Wheneverthecardmatchesitsimmediateneighbourontheleft,ormatch
nianiajr
·
2020-09-17 11:22
uvaoj
模拟
uva
难度分级列表
#IDTitleSolvedbyDifficulty1100The3n+1problem2648512102EcologicalBinPacking106082310071BacktoHighSchoolPhysics95543410055HashmattheBraveWarrior943235272TEXQuotes819236458TheDecoder728947136UglyNumbers6
luyuncheng
·
2020-09-17 10:27
资料
angular的自定义属性和ng-href属性
baidubaid
uva
rmyApp=angular.module('fristApp',[]);myApp.controller('fristController',function($scope){
sdfujichao
·
2020-09-17 09:37
angularJS
Java读写avro例子
下载地址http://www.trie
uva
n.com/apache/avro/avro-1.7.7/java/我
dawujiong2967
·
2020-09-17 08:15
python
ruby
c#
Xshell学生通用版
链接:https://pan.baidu.com/s/166tU06y8BBS-AugDyXF
uvA
提取码:vvqy
PGEva
·
2020-09-17 06:11
激活码/破解
环境变化后 Ubuntu16 开机启动巨慢
blog.csdn.net/xmallwood/article/details/105528901相关文章1、Ubuntu启动速度过慢解决方法----https://blog.csdn.net/vincent
uva
xqhrs232
·
2020-09-17 04:19
数论 - GCD LCM -
UVA
11388
数论-GCDLCM-
UVA
11388题意:T组测试数据,T组测试数据,T组测试数据,每组包括两个正整数,分别表示一个最大公约数G和最小公倍数L。
njuptACMcxk
·
2020-09-17 02:52
数论
算法
数论
ACM
js校验用户名、密码、邮箱
注册页面functioncheckForm(){//alert("aa");/**校验用户名*///1.获取用户输入的数据var
uVa
lue=document.getElementById("user"
宋芳芳
·
2020-09-17 01:40
JavaScript篇
preventDefault() 方法 取消事件的默认动作
事件函数div1baid
uva
rdiv1=document.getElementById("div1");div1.addEventListener("click",add);varinput1=document.getElementById
weixin_30670151
·
2020-09-17 00:43
uva
10341 - Solve It
点击打开链接
uva
10341题目意思:给定一个函数的表达式,然后给定系数值,要我们求出未知数x解题思路:1:由函数的性质可知,如果有解,那么将区间两个点带入求出的数值的乘积为负数。
iteye_13045
·
2020-09-16 23:01
ACM
----基础题
ACM
----基础题
自己写的第一个存储过程
createprocedureP_CustStatus@CustIDvarchar(15),--定义传入参数@FBillNovarchar(30)asbegindeclare@MAPStat
uva
rchar
小圣_fighting
·
2020-09-16 20:55
学习笔记
SQL
Server
UVA
10006 - Carmichael Numbers 数论(快速幂取模 + 筛法求素数)
CarmichaelNumbersAnimportanttopicnowadaysincomputerscienceiscryptography.Somepeopleeventhinkthatcryptographyistheonlyimportantfieldincomputerscience,andthatlifewouldnotmatteratallwithoutcryptography.A
weixin_34290000
·
2020-09-16 19:25
UVA
10006 - Carmichael Numbers(卡迈克尔数 快速幂算法)
DescriptionAnimportanttopicnowadaysincomputerscienceiscryptography.Somepeopleeventhinkthatcryptographyistheonlyimportantfieldincomputerscience,andthatlifewouldnotmatteratallwithoutcryptography.Alvaroi
Vectors_
·
2020-09-16 18:18
快速幂算法
uva
卡迈克尔数
快速幂算法
算法
数论 二项式反演
反演公式c和d是两个跟n和r有关的函数根据用法不同,c和d是不同的一般数学家会先随便弄c函数然后经过复杂的计算和证明,得到d函数然后公式就可以套用了二项式反演公式(划重点)
UVA
Live7040传送门题意
henucm
·
2020-09-16 18:19
数论
uva
10006 Carmichael Numbers(卡迈克尔数+素数打表)
https://
uva
.onlinejudge.org/index.php?
Flynn_curry
·
2020-09-16 17:18
其他oj
数论-组合数学
uva
624 CD 01背包 打印路径
链接:点我打印路径的简单01背包~~#include#include#includeusingnamespacestd;constintmaxn=10005;intmain(){intm,n,cd[25],dp[maxn];boolvis[25][maxn];while(scanf("%d%d",&m,&n)!=EOF){inti,j;for(i=1;i=1;i--){for(j=m;j>=cd[
671coder
·
2020-09-16 11:11
ACM
dp
算法竞赛入门经典(紫书)第三章——Puzzle
UVA
-227
题意:可以理解为有一个5×55×5的拼图,里面有24个字母和一个空格。假定‘A’代表着空格上移,’B’代表着空格下移,’R’代表着空格右移,’L’代表着空格左移。要求针对给出的移动操作输出移动后的图或判断移动是否合法。Input:1.前五行是拼图,接下来是移动操作,直到以0结尾才结束。2.会有多个连续数据,以单个Z字母结束输入。Output:1.每次输出要打印出数据编号,比如Puzzle#12.移
可乐加糖
·
2020-09-16 11:53
acm
紫书
acm
《挑战编程:程序设计竞赛训练手册》- 题解
PC=ProgrammingChallenges(http://www.programming-challenges.com/)
UVa
=UniversityofValladolidOnlineJudge
iteye_10189
·
2020-09-16 11:51
最短路专题二(spfa)
继续上一篇,2道训练指南上的题目题目:
UVa
11090题意:给定一个n个点m条边的加权有向图,求平均权值最小的回路。分析:使用二分法求解。
HARD_UNDERSTAND
·
2020-09-16 10:24
训练指南
图论——最短路
利用这个 USB ID 仓库识别更多 Linux 上的设备 | Linux 中国
本文字数:6115,阅读时长大约:7分钟https://linux.cn/article-12612-1.html作者:AlanFormy-d
uva
l译者:geekpi市场上有成千上万的USB设备:键盘
技术无边
·
2020-09-16 09:41
数据库
linux
python
java
html
最优配对问题
Uva
OJ10911这个题首先要明确1.二进制的枚举特点2.^运算符的特点1.二进制枚举较多见,书上的代码是这样的递推是由dp[S]是0到logS+1(以2为底)个点集合组成的最小距离。
Happy_Saint
·
2020-09-16 07:19
动态规划
uva
C
递推
acm
Matches
UVA
- 11375 递推+高精度加法
题目链接Wecanmakedigitswithmatchesasshownbelow:GivenNmatches,findthenumberofdifferentnumbersrepresentableusingthematches.Weshallonlymakenumbersgreaterthanorequalto0,sononegativesignsshouldbeused.Forinstan
Nicolas Lee
·
2020-09-16 07:04
动态规划
高精度
c++
uva
[sicily]部分题目分类
.排序5.图遍历6.图算法7.搜索:剪枝,启发式搜索8.动态规划/递推9.分治/递归10.贪心11.模拟12.算术与代数13.组合问题14.数论15.网格,几何,计算几何【编程入门】PC110101,
uva
100
大笨猪耶
·
2020-09-16 07:28
数据结构与算法分析
sicily
[ACM_水题]
UVA
11729 Commando War [不可同时交代任务 可同时执行 最短完成全部时间 贪心]...
Thereisawaranditdoesn'tlookverypromisingforyourcountry.Nowit'stimetoact.Youhaveacommandosquadatyourdisposalandplanninganambushonanimportantenemycamplocatednearby.YouhaveNsoldiersinyoursquad.Inyourmast
weixin_33827965
·
2020-09-16 06:08
【
UVA
- 140】全排列+剪枝
题意:给定n(n#include#include#include#include#definemaxn30usingnamespacestd;typedeflonglongll;intmp[maxn][maxn];intvis[maxn],num[10];intminn,cnt,pos[maxn],ans[10];boolread(){memset(vis,0,sizeof(vis));memse
fedsnly
·
2020-09-16 02:42
ACM
ACM
全排列
剪枝
125 - Numbering Paths 解题报告
http://
uva
.onlinejudge.org/index.php?
zjwoody
·
2020-09-16 01:40
算法
10056 - What is the Probability ? 解题报告
题目链接:http://
uva
.onlinejudge.org/index.php?
zjwoody
·
2020-09-16 01:39
算法
704 - Colour Hash 解题报告
http://
uva
.onlinejudge.org/index.php?
zjwoody
·
2020-09-16 01:39
算法
Android热修复升级探索——追寻极致的代码热替换
前言前段时间,Android平台上涌现了一系列热修复方案,如阿里的Andfix、微信的Tinker、QQ空间的N
uva
、手Q的QFix等等。
weixin_34126557
·
2020-09-16 01:25
移动开发
运维
java
UVA
7146 Defeat The Enemy (贪心)
题意:我方有n个士兵,对方有m个士兵,每个士兵有自己的攻击力和防御力,要派士兵过去把对方的士兵都干掉。当两个士兵相遇时,如果A的攻击力不低于B的防御力,则B就死掉了,同理如果B的攻击力不低于A的防御力,A就死掉了,可以发生两个士兵同时死亡的情况。一个士兵只能参加一次作战(即最多只能干掉对方一个敌人)。问我方能否干掉对方所有的敌人,如果能,我方最多能剩下多少士兵存活。分析:贪心题!!还学了一波mul
onthewaytotop
·
2020-09-16 01:04
贪心
UVA
10081 Tight Words(dp)
Givenisanalphabet{0,1,…,k},0≤k≤9.Wesaythatawordoflengthnoverthisalphabetistightifanytwoneighbourdigitsintheworddonotdifferbymorethan1.InputInputisasequenceoflines,eachlinecontainstwointegernumberskand
zoe_ed
·
2020-09-16 00:50
dp
精度
uva
11461 Square Numbers
uva
11461uDebug11461也是简单题,题意是给定的两个数a和b(0#include#includeusingnamespacestd;//#defineZANGFONGconstintmaxn
zangfong
·
2020-09-16 00:48
2-SAT问题的解法(
uva
1146)
SAT:就是一些由布尔值组成的关系的集合。2-SAT:就是由两个布尔值组成的关系的集合。2-SAT问题:就是给出一些关系,然后问能不能满足这些所有的关系?现在比如说有n个国家,每个国家有两个代表,必须选出一个代表参加一个国际会议,但是有些代表之间有矛盾,现在给出这些矛盾的代表,问能不能选出满足条件的。4个国家,代表编号为2*i,2*i-1这些代表有矛盾1和4,2和3,7和3这样的话肯定是能够满足条
Yoangh
·
2020-09-16 00:13
2-set
2-SAT问题总结
看了
算法入门经典
中的解决办法,关于这种解决办法比较容易理解,并且效率也不错。
weixin_34242331
·
2020-09-16 00:27
c/c++
UVA
1391/LA3713 Astronauts
题意:有A、B、C3个任务分配给n个宇航员,其中每个宇航员恰好分配一个任务。假设n个宇航员的平均年龄为x,只有年龄大于x的才能领取A任务;只有年龄严格小于x的才能领取B任务,而任务C没有限制。有m对宇航员相互讨厌,因此不能分配同一任务。求出是否能找出符合的任务方案。(转自http://blog.csdn.net/u011345461/article/details/39779721)题目看上去是A
weixin_30788619
·
2020-09-16 00:50
UVA
3713 Astronauts
TheBanduluSpaceAgency(BSA)hasplansforthefollowingthreespacemissions:•MissionA:LandingonGanymede,thelargestmoonofJupiter.•MissionB:LandingonCallisto,thesecondlargestmoonofJupiter.•MissionC:LandingonTit
weixin_30790841
·
2020-09-16 00:50
Uva
live 3211 - Now or later(2-SAT)
题目链接https://vjudge.net/problem/
UVA
Live-3211【题意】有n架飞机需要着陆,每架飞机可以选择早着陆E或晚着陆L两种方式,必须选一种,不得在其它时间着陆。
weixin_30588827
·
2020-09-16 00:38
401 - Palindromes(回文串水题)
VJ上交题地址:https://vjudge.net/problem/
UVA
-401DescriptionAregularpalindromeisastringofnumbersorlettersthatisthesameforwardasbackward.Forexample
weixin_30553837
·
2020-09-16 00:06
c/c++
UVA
1391、LA3713【astronauts...】【2 -SAT】
这题一开始自己想到了3-SAT。。。照着敲了个试试,好像不太对。。深入的3-SAT不会,有点囧然后就积极往2-SAT上想想分开小于ave和大于等于ave的两部分各自2-SAT不能考虑某些情况,显然。。。于是呵呵了。。正解是分开讨论。如果a和b都小于ave或都是大于等于ave的或一个小于ave一个大于ave。。这种情况不能同时为真或为假这种情况只要不同时为假即可可同时为真自己错的也是有收获的。2-S
Beyyes
·
2020-09-15 23:45
ACM
拓扑排序练习题
每行输入以0结束C题:
UVA
10305题解传送门模板题。。
_执念_
·
2020-09-15 23:08
拓扑排序
UVA
11462年龄排序
题意:给你200w个人的年龄,年龄的范围是1-100,然后让你从小到大排序输出所有人的年龄,题目还特意强调输入文件限制25MB,题目内存限制2MB.思路:比较经典又简单的一个题目了,很早以前就见过了,我们可以开一个数组num[101]的,每来一个年龄a我们就num[a]++,最后输出num[1]个1,num[2]个2...就行了。#include#includeintnum[105];intmai
TK13
·
2020-09-15 23:54
ACM_UVA
uva
10081 (Tight Words) (DP)
ProblemB:TightWordsFrom:
UVA
,10081ProblemB:TightwordsGivenisanalphabet{0,1,...,k},0#include#includeusingnamespacestd
conquerheaven
·
2020-09-15 23:55
DP
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
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
其他