码迷,mamicode.com
首页 >  
搜索关键字:acm数学    ( 55个结果
ZOJ 1049 &&HDU 1065 I Think I Need a Houseboat
ZOJ 1049 &&HDU 1065 I Think I Need a Houseboat...
分类:其他好文   时间:2015-01-27 00:38:36    阅读次数:140
poj 3100 && zoj 2818 ( Root of the Problem ) (睡前一水)
poj 3100 && zoj 2818 ( Root of the Problem )...
分类:其他好文   时间:2015-01-26 00:08:21    阅读次数:252
ZOJ 1938 Binomial &&poj 2249 (Binomial Showdown )(睡前一水)
ZOJ 1938 Binomial &&poj 2249 (Binomial Showdown )...
分类:其他好文   时间:2015-01-26 00:07:45    阅读次数:190
ZOJ 2829 Beautiful Number(睡前一水)
ZOJ 2829 Beautiful Number(睡前一水)...
分类:其他好文   时间:2015-01-26 00:05:32    阅读次数:164
HDU - 2501 - Tiling_easy version (简单递推关系!!)
Tiling_easy version Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 5516    Accepted Submission(s): 4347 Problem Description 有一个大小是...
分类:其他好文   时间:2014-12-23 09:08:14    阅读次数:224
HDU 2095 find your present(异或)
题意 求一组数中只出现过奇数次的数  输入保证只有一个数满足 知道一个数与自己的异或等于0  与0的异或等于自己就行咯 #include using namespace std; int main() { int n, t, ans; while(scanf("%d", &n), n) { ans = 0; for(int i = 1; ...
分类:其他好文   时间:2014-12-01 20:58:43    阅读次数:168
[ACM] sdut 2877 angry_birds_again_and_again (简单数学积分)
angry_birds_again_and_again Time Limit: 2000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 The problems called "Angry Birds" and "Angry Birds Again and Again" has been solved by many ...
分类:其他好文   时间:2014-11-27 22:11:30    阅读次数:392
子集枚举的几种方法
生成{0,1,2,3,...,n-1} 所有子集的三种方法 #include #include using namespace std; const int N = 10005; //增量构造法 //void psubset(int n, int *a, int cur) //{ // for(int i = 0; i < cur; ++i) printf("%d ", a[i]); ...
分类:其他好文   时间:2014-11-19 18:37:15    阅读次数:134
ZOJ 3622 Magic Number(数)
题意  如果一个正整数y满足  将任意正整数x放到y的左边得到的数z满足 z%y==0  那么这个数就是个Magic Number   给你一个范围  求这个范围内Magic Number的个数 令 l表示y的位数  ly=10^l  那么z=x*ly + y  要z%y==0   容易看出  只需 x*ly%y==0   又因为x是任意的  所以一个Magic Number必须满足 ly%y...
分类:其他好文   时间:2014-11-18 15:56:45    阅读次数:202
舆论的力量---数学建模初探(SI模型)
在高中时除了物理竞赛没有学习外,竞赛的五大学科剩下的四门均有所涉猎及参加,因而精力分散太多。因此下定决心大学时可以广泛涉猎知识,但是主攻的竞赛只能有两个ACM和MCM,如今虽然高考完挂,但学术之心尚存,而SIR模型对我来说便是数学海洋中的一块拾贝舆论的力量一向是被政府所重视的,所以在战时拥有自己的电...
分类:其他好文   时间:2014-10-05 15:49:18    阅读次数:233
55条   上一页 1 2 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!