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
Equations
HDU 1496
Equations
(大整数的hash)
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1496题目解析:类似如POJ1840不过注意特判0的情况,这种情况很多,不加会超时。#include #include #include usingnamespacestd; constintmaxn=1200000; intmain() { #ifndefONLINE_JUDGE freopen("
fjy4328286
·
2014-11-04 21:00
hdu 1496
Equations
EquationsTimeLimit:6000/3000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):5526 AcceptedSubmission(s):2193ProblemDescriptionConsiderequationshavingthefollowingform:a*x1^
u013806814
·
2014-10-09 22:00
C++
HDU
ZOJ 1204 Additive
equations
(深搜)
AdditiveequationsTimeLimit: 10Seconds MemoryLimit: 32768KB Weallunderstandthatanintegersetisacollectionofdistinctintegers.Nowthequestionis:givenanintegerset,canyoufindallitsaddtiveequations?Toe
LYHVOYAGE
·
2014-10-04 18:00
UVa 10317 - Equating
Equations
(DFS)
题意不改变符号顺序,问能不能交换数字的位置使等式成立。思路一开始看数据量这么小果断暴力枚举全排列然后检查,爽快地TLE了。后来想了一下,可以把左边的-号的数字都移到右边,这样两边都是正的数字,只要找出sum/2的数字组成就行。这里可以写DFS也可以写DP。然后就是输出。取出符号,如果在等号左边,而且符号是+,之后填上我们找到的数字,如果是-,就填上我们找到数字之外的数字(就是移到右边是正的数字)等
u014247806
·
2014-09-21 16:00
ACM
uva
【索引】Matrix & System of Linear
Equations
::Exercises: Intermediate
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiuChapter2.Mathematics:: Matrix&SystemofLinearEquations::Exercises:Intermediate10808-RationalResistors1397-TheTeacher'sSideofMath1564-WidgetFacto
u011328934
·
2014-08-21 23:00
【索引】Matrix & System of Linear
Equations
::Exercises: Beginner
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiuChapter2.Mathematics:: Matrix&SystemofLinearEquations::Exercises:Beginner10655-Contemplation!Algebra11149-PowerofMatrix1560-ExtendedLightsOut10
u011328934
·
2014-08-21 22:00
【索引】Matrix & System of Linear
Equations
::Examples
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiuChapter2.Mathematics:: Matrix&SystemofLinearEquations::Examples10870-Recurrences1386-CellularAutomaton10828-BacktoKernighan-Ritchie11542-Square
u011328934
·
2014-08-17 22:00
【索引】Matrix & System of Linear
Equations
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiuChapter2.Mathematics:: Matrix&SystemofLinearEquationsExamplesExamples:BeginnerExamples:IntermediateExamples:Advanced
u011328934
·
2014-08-17 22:00
UVA10317- Equating
Equations
(回溯+剪枝)
题目链接题意:给出一个式子,但这个式子不一定是等式,在‘+’,‘-’,‘=’符号位置不变的情况下,重新排列数字的位置,使其成为等式,如果可以的话,输出其中一种排列方式。思路:我们将等号右边的数全部移动到等号右边,例如a+b-c=d-e,移动后变成a+b+e-(c+d)=0,也就是a+b+e=c+d,所以当式子可以变化成等式时,所有数的和必然是偶数。那么问题可以转化为在n个数中找出m个数(m的值为等
u011345461
·
2014-08-15 16:00
二分寻找解的个数
1.HDU1496
Equations
ProblemDescriptionConsiderequationshavingthefollowingform:a*x1^2+b*x2^2+c*x3^2+
u013790563
·
2014-08-04 15:00
在编程中常见的一些英语词汇
Structures 图 Set Data Structures 集合 Kd-Trees 线段树 Numerical Problems 数值问题 Solving Linear
Equations
武佳兴
·
2014-07-30 14:00
编程
英语词汇
UVA 10317 - Equating
Equations
贪心 dfs
UVA10317-EquatingEquations贪心dfsACM题目地址:UVA10317-EquatingEquations题意: 给一个等式,但是这个等式不一定是正确的,要你对等式中的数字重新排序,使得等式成立。等式只有+和-,数字个数小于16。分析: 以a+b-c=d-e为例子。 1.我们把等式右边的各项都换到左边,a+b-c-d+e=0 2.把+项和-项放一起,就变成(a+b+e)-(
hcbbt
·
2014-06-27 16:00
数学文献阅读
Nirenberg, On elliptic partial differential
equations
, Ann. Scuola Norm. Sup.
·
2014-06-21 11:00
数学
[家里蹲大学数学杂志]第013期2010年西安偏微分方程暑期班试题---NSE,非线性椭圆,平均曲率流,非线性守恒律,拟微分算子
Navier-Stokes
equations
1 Let $\omega$ be a domain in $\bbR^3$, complement of
·
2014-05-18 16:00
数学
uva 10367 -
Equations
(模拟+数论)
题目链接:uva10367-
Equations
题目大意:给出两个等式,求其中的未知数x和y,注意输入格式,每组数据间有一空行。
u011328934
·
2014-04-13 15:00
[家里蹲大学数学杂志]第279期丘成桐大学生数学竞赛2011年分析与方程团体赛试题参考解答
-T.YauCollege Student Mathematics Contests 2012 Analysis and Differential
Equations
Team Please solve
·
2014-03-17 09:00
数学
[家里蹲大学数学杂志]第277期丘成桐大学生数学竞赛2012年分析与方程团体赛试题参考解答
-T.YauCollege Student Mathematics Contests 2012 Analysis and Differential
Equations
Team
·
2014-03-14 19:00
2012
[家里蹲大学数学杂志]第276期丘成桐大学生数学竞赛2013年分析与方程团体赛试题参考解答
-T.YauCollege Student Mathematics Contests 2013 Analysis and Differential
Equations
Team
·
2014-03-12 20:00
数学
ZOJ 1204 Additive
equations
按顺序输出相加等于in[]的所有组情况Sample Input33 1 2 33 1 2 56 1 2 3 5 4 6Output for the Sample Input1+2=3Cant find any
equations
u012964281
·
2014-02-20 20:00
C++
ACM
ZOJ
DFS
[家里蹲大学数学杂志]第269期韩青编《A Basic Course in Partial Differential
Equations
》 前五章习题解答
1.Introduction 2.First-order Differential
Equations
Exercise2.1
·
2014-02-14 09:00
diff
UVa:10317 Equating
Equations
先判断所有的数字能否分成左右相等的两部分。这里需要判断和的奇偶还有能否用左边的数量表示和的一半,如果不可以就是impossible。然后将所有数字分成左右两部分,移项就可以。 #include #include #include #include #include #include #include #include #defineMAXN1005 #defineMOD10000
kkkwjx
·
2014-01-21 20:00
HDU 1496
Equations
hash HDU上排名第一!
看题传送门:http://acm.hdu.edu.cn/showproblem.php?pid=1496题目大意:给定a,b,c,d。a*x1^2+b*x2^2+c*x3^2+d*x4^2=0其中x1~x4在 [-100,100]区间内, a,b,c,d在[-50,50]区间内。求满足上面那个式子的所有解的个数。思路:这题用hash的思想很巧妙,先对x1和x2进行枚举,存在的存进hash表中,然后
murmured
·
2013-12-27 00:00
编程
哈希
hash
ACM
HDU
Codeforces Round #131 (Div. 2) / 214A System of
Equations
(枚举&优化)
A.SystemofEquationshttp://codeforces.com/problemset/problem/214/Atimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFuriklovesmathlessonsverymuch,sohedoesn'tat
synapse7
·
2013-08-25 14:00
ACM
codeforces
hdu 4569 Special
equations
( 必要条件缩小范围后暴力)
SpecialequationsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):189 AcceptedSubmission(s):97SpecialJudgeProblemDescriptionLetf(x)=anxn+...+a1x+a0,inwhi
u010228612
·
2013-08-14 20:00
hdu4569 Special
equations
SpecialequationsTimeLimit:2000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):184AcceptedSubmission(s):92SpecialJudgeProblemDescriptionLetf(x)=anxn+...+a1x+a0,inwhichai(0=3
u010422038
·
2013-08-14 19:00
数学题-hdu-4569-Special
equations
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4569题目意思:给一个不超过四次的一元多项式,求一个x使得该多项式的值mod给定质数p的平方为0.解题思路:设给定的多项式为f(x)=a4*x^4+a3*x^3+a2*x^2+a1*x+a0显然f(x+p^2)=f(x)mod(p^2).故只需讨论0~p^2范围内(其他数如果满足,一定可以转化到该范围内
cc_again
·
2013-08-14 18:00
数学
HDU 4569Special
equations
2012长沙邀请赛E题(数学知识)
SpecialequationsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):178 AcceptedSubmission(s):87SpecialJudgeProblemDescriptionLetf(x)=anxn +...+a1x+a0,inwh
opm777
·
2013-08-14 16:00
数学
HDU
HDU 1496
Equations
题意:求方程解的个数这里4个x都不相关,所以只要计算ax1^2+bx2^2==cx3^2+dx4^2遍历找出左边所有的解,然后对应找出右式的值对应的答案(这里0都挖掉了)从1开始遍历(因为平方-1和1解不重复计算)最后结果*16//这一步优化很给力#include #include #defineN1000001 inthash1[N],hash2[N]; intmain(){ inta,b,c,
qq574857122
·
2013-07-27 22:00
zoj Additive
equations
题目大意:给你一个数字序列里面的数字都是不同的,让你找出不同组合的加法式,但是等式中的加数和结果都必须在给定的数字序列中(已知数字序列中的数字不会重复)。解题思路:题目要求输出的时候首先按式子的长度排序输出,之后如果式子长度相同,那么按照第一个加数在序列中的顺序进行排序输出。先贴个我自己写的代码吧,是一堆垃圾,琢磨了好久还是没做出来,但是看了题解自后,觉得思想是完全相同的#include #inc
u010092734
·
2013-07-23 11:00
ZOJ 1204 Additive
equations
转载请注明出处:忆梦http://blog.csdn.net/fjy4328286/article/details/9414067AdditiveequationsTimeLimit:10Seconds MemoryLimit:32768KB Weallunderstandthatanintegersetisacollectionofdistinctintegers.Nowtheque
fjy4328286
·
2013-07-22 21:00
hdu 1496
Equations
(双重循环+hash查找)
一个四元二次方程,给出因子a,b,c,d,xi在【-100,100】之间但不等于零。求方程等于零时有多少种解。题目可以暴搞....但总是不和谐的。将a*x1*x1+b*x2*x2的的可能值枚举出来hash一下,然后c*x3*x3+d*x4*x4用hash来查找,计数值乘以16就行了(xi可正可负)处理冲突后,hash数组可以小很多,因为双重100的循环,最多只有10000个不同的答案。#inclu
paradiserparadiser
·
2013-07-15 11:00
HDU 4569 Special
equations
解题报告
题目比赛题意:有一个等式f(x)=a nx n +...+a 1x+a 0,已知所有的系数。有一个素数p,求任意使得f(x)%(p*p)=0的x。题解1:这个方法我没想到,是别人告诉我的:若f(x)%(p*p)=0,则f(x)%p=0。所以先求出所有模p为0的x,那么这些解每隔一个·p都可能满足f(x)%(p*p)=0。无代码题解2:这题有公式,高次同余式求解。若已知f(xi)%(p^i)=0,那
u010638776
·
2013-07-06 12:00
ZOJ-1204 Additive
equations
Additive
equations
Time Limit: 10 Seconds Memory Limit: 32768
·
2013-06-24 21:00
add
Additive
equations
AdditiveequationsTimeLimit:10Seconds MemoryLimit:32768KB Weallunderstandthatanintegersetisacollectionofdistinctintegers.Nowthequestionis:givenanintegerset,canyoufindallitsaddtiveequations?Toexpl
YCH1035235541
·
2013-06-14 20:00
ZOJ 1145 Dreisam
Equations
(回溯)
DreisamEquationsTimeLimit: 10Seconds MemoryLimit: 32768KB SpecialJudgeDuringexcavationsintheDreisamwuste,adesertonsomefarawayandprobablyuncivilizedplanet,sheetsofpapercontainingmysterioussymbo
·
2013-06-09 10:00
ZOJ
HDU4569/2013年长沙赛区Special
equations
DescriptionLetf(x)=anxn+...+a1x+a0,inwhichai(0=3,otherwiseabs(ai) #include #include usingnamespacestd; typedef__int64II; intgcd(inta,intb){ returnb==0?a:gcd(b,a%b); } typedefstruct{ intdeg,a[15]; }fun
lphy2352286B
·
2013-06-03 22:00
HDU 1496
Equations
(HASH)
Equations
Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K
·
2013-05-22 16:00
hash
Useful color
equations
: RGB to LAB converter
ProblemIamworkingabitwithimagesandIneedtoperformsomecalculationsinLabcolorspace.ForthisreasonI’vecreatedfunctionstoconvertRGBtoLabcolorspaceandLabtoRGBSolutionTherealsofunctionstoconvertRGBtoXYZcolors
lcj_cjfykx
·
2013-05-12 01:00
hdu 2266(How Many
Equations
Can You Find)搜索、递归
Problem Description Now give you an string which only contains 0, 1 ,2 ,3 ,4 ,5 ,6 ,7 ,8 ,9.You are asked to add the sign ‘+’ or ’-’ between the characters. Just like give you a string “12345”, you
·
2013-04-23 15:00
find
uva 10317 Equating
Equations
点击打开链接uva10317思路:搜索分析:1给定一个等式判断两边是否相等,如果一个等式相等那么通过移项到同一边可以得到正数的和等于负数2那么通过分析1我们可以知道我们可以求出这个等式的所有数字的和,判断和是否为偶数。如果和为奇数那么肯定不可能成立,因为不能被平分3通过分析2的剪枝之后,那么可以知道题目说了最多有16个数字。那么我们就搜索这个2^16种状态,找到一个满足的即可。注意在搜索的过程中可
cgl1079743846
·
2013-04-07 16:00
uva 10317 Equating
Equations
点击打开链接uva 10317 思路:搜索 分析: 1 给定一个等式判断两边是否相等,如果一个等式相等那么通过移项到同一边可以得到正数的和等于负数 2 那么通过分析1我们可以知道我们可以求出这个等式的所有数字的和,判断和是否为偶数。如果和为奇数那么肯定不可能成立,因为不能被平分 3 通过分析2的剪枝之后,那么可以知道题目说了最多有16 个数字。那么我们就搜索这个2^16种状态,找到一个
从此醉
·
2013-04-07 16:00
uva
uva 10317 - Equating
Equations
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=457&page=show_problem&problem=1258 1.先对等式进行移项,假设原来为1+2=4-5+6,那么移动之后就变为了1+2-4+5+6=0.并计算出所有数字之和sum,和等式左边中的正数个数plusNum2.
shuangde800
·
2013-03-24 01:00
uva 10317 - Equating
Equations
题目链接: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=457&page=show_problem&problem=1258 1. 先对等式进行移项,假设原来为1 + 2 = 4 - 5 + 6,那么移动之后就变为了 1 + 2 - 4 + 5 +
king_tt
·
2013-03-24 01:00
uva
System of
Equations
timelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFuriklovesmathlessonsverymuch,sohedoesn'tattendthem,unlikeRubik.ButnowFurikwantstogetagoodmarkformath.Fortha
jj12345jj198999
·
2013-03-13 16:00
zoj - 1204 - Additive
equations
先分层,然后进行深度优先遍历。#include #include usingnamespacestd; constintmaxn=30+10;//每组数据最多有30个数 intn,ok,C[maxn],a[maxn];//n为每组数据的个数,ok标记是否有等式存在,C用来存路径,a为输入的数组 boolsearch(int*a,intx,inty,intv)//二分搜索,返回搜索成功与否 {
SCNU_Jiechao
·
2012-11-01 01:00
Equations
(数学,水)
EquationsTimeLimit:1000/1000MS(Java/Others) MemoryLimit:65535/65535K(Java/Others)TotalSubmission(s):689 AcceptedSubmission(s):315ProblemDescriptionAlltheproblemsinthiscontesttotallyboredyou.Ande
cs_zlg
·
2012-08-25 22:00
c
Integer
input
each
output
Numbers
HDU 4334 Trouble 和 HDU 1496
Equations
( hash)
http://acm.hdu.edu.cn/showproblem.php?pid=4334http://acm.hdu.edu.cn/showproblem.php?pid=1496多校联合赛中的一道题,听了洛神的讲解才了解到关于hash的思想,然后自己写了一下,非常爽,效率相当的高啊。。思路:创建一个大数组,将五组数分为两组,一组为2,一组为3,求出其中一组的数通过hash函数保存在大数组里面
H_R_D_127
·
2012-08-06 10:00
c
ini
System of
Equations
(水题)
SystemofEquationstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFuriklovesmathlessonsverymuch,sohedoesn'tattendthem,unlikeRubik.ButnowFurikwantstogetagoodm
cs_zlg
·
2012-08-01 11:00
Math
System
input
Parameters
output
pair
Codeforces Round #131 (Div. 2) 完整题解
System of
Equations
问a*a+b=m a+b*b=n,的解a,b,有多少组,因为a,b都非负,而且m和n的范围在1000以内,直接暴力,1000*1000即可
java-mans
·
2012-07-31 11:00
codeforces
HDOJ 1840
Equations
一道初中生可以解决的题目
题目URL:http://acm.hdu.edu.cn/showproblem.php?pid=1840 判断一个给定的一元二次方程的解的个数。但是这个题目的的一个隐含条件是,a不一定不为0.如果a为零的话,那么这个方程就要退化成为一个一元一次方程了。甚至当a,b同时为零的话,就要考虑c是否为零了,若c为零,则解无穷多。若不为0,则无解。这道的分类讨论必须很严谨。复习了一下初中的代数知识
bruce128
·
2012-01-03 15:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他