数学 函数
山农数学姜赫
这个作者很懒,什么都没留下…
展开
-
狼爪兔子 gcd
There is a hill with n holes around. The holes are signed from 0 to n-1.A rabbit must hide in one of the holes. A wolf searches the rabbit in anticlockwise order. The first hole he get into原创 2016-05-26 23:19:06 · 335 阅读 · 0 评论 -
Largest prime 尤拉托斯展那筛选法
Everybody knows any number can be combined by the prime number.Now, your task is telling me what position of the largest prime factor.The position of prime 2 is 1, prime 3 is 2, and prime 5 is 3,原创 2016-05-19 23:21:34 · 223 阅读 · 0 评论 -
Big Number
Problem DescriptionIn many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, encryption, etc. In this problem you are原创 2016-05-30 23:34:05 · 198 阅读 · 0 评论 -
Hat's Fibonacci
Hat's FibonacciTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2040 Accepted Submission(s): 795 Problem DescriptionA原创 2016-05-31 20:13:23 · 205 阅读 · 0 评论 -
斐波纳契通项
Problem Description2007年到来了。经过2006年一年的修炼,数学神童zouyu终于把0到100000000的Fibonacci数列(f[0]=0,f[1]=1;f[i] = f[i-1]+f[i-2](i>=2))的值全部给背了下来。接下来,CodeStar决定要考考他,于是每问他一个数字,他就要把答案说出来,不过有的数字太长了。所以规定超过4位的只要说出前4位就转载 2016-05-22 11:53:19 · 346 阅读 · 0 评论 -
n个不同的 小球 选 m 个 可以重复选
假设每个球都选一次方便使用隔板法 即分出 n + m 个11111111有 n+m-1 个空位从中 选出 n-1 个 空位 比如 11 | 1|1 表明第一个选 2个 第二个选 1个 第三个选1个· 最后减去n个 就可以 为什么 每个必须选择 一个囊 因为 若每个不选择1个这个隔板法没法隔板 可能 2 3 4 5 都没选的情况 会和 2 ...原创 2018-09-25 11:29:10 · 989 阅读 · 0 评论 -
二进制补码加减证明
aaa的补码 加 bbb的补码 为 0aaa 与$ b$ 互为相反数a a a  和$ b$ 又可以分解成 a1a1a1 +$ a2 $ b1b1b1+b2b2b2 形式假设有一个不等于bbb的负数ccc若$ c$ 的绝对值大于aaa则可以分解成a+(−a−c1)a + (-a - c1)a+(−a−c1)   加法分解;然...原创 2018-09-26 10:42:30 · 2367 阅读 · 1 评论