<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_oyy</title><subtitle type="text">tech</subtitle><id>http://feed.cnblogs.com/blog/u/33442/rss</id><updated>2008-08-05T10:58:29Z</updated><author><name>oyy</name><uri>http://www.cnblogs.com/suno/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suno/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/33442/rss"/><entry><id>http://www.cnblogs.com/suno/archive/2008/02/04/1064368.html</id><title type="text">线性时间 筛素数,求前n个数的欧拉函数值,求前n个数的约数个数</title><summary type="text">doc及原码点这里下载利用积性函数的优化.这个文章主要介绍了3算法1线性时间筛素数2线性时间求前n个数的欧拉函数值3线性时间求前n个数的约数个数一、 首先介绍下积性函数。下面是wiki的条目：在非数论的领域，积性函数指有对于任何a,b都有性质f(ab)=f(a)f(b)的函数。在数论中的积性函数。对于正整数n的一个算术函数f(n)，当中f(1)=1且当a,b互质，f(ab)=f(a)f(b)，在数...</summary><published>2008-02-04T06:48:00Z</published><updated>2008-02-04T06:48:00Z</updated><author><name>oyy</name><uri>http://www.cnblogs.com/suno/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suno/archive/2008/02/04/1064368.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suno/archive/2008/02/04/1064368.html"/></entry><entry><id>http://www.cnblogs.com/suno/archive/2008/02/04/1064355.html</id><title type="text">n阶常系数线性递推方程的矩阵乘方解法</title><summary type="text">n阶常系数线性递推方程的矩阵乘方解法 大家都知道fibonacci数列可以用矩阵 1 1 进行乘方以达到O(nlogn)的时间内求1 0 数列第n项。下面我们来考虑能不能将它推广到所有n阶常系数线性递推方程的求解。我们设递推方程f(n)=a1*f(n-1)+a2*f(n-2)&amp;#8230;&amp;#8230;+ak*f(n-k),其中ai(1&amp;lt;=i&amp;lt;=k)为常数。在结果矩阵中，我们只关心第一...</summary><published>2008-02-04T06:41:00Z</published><updated>2008-02-04T06:41:00Z</updated><author><name>oyy</name><uri>http://www.cnblogs.com/suno/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suno/archive/2008/02/04/1064355.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suno/archive/2008/02/04/1064355.html"/></entry><entry><id>http://www.cnblogs.com/suno/archive/2008/02/02/1063083.html</id><title type="text">[zz]Math库实用汇总</title><summary type="text">Math库实用汇总在FP中，Math库为我们提供了丰富的数学函数。以下介绍在OI中可能会用到的Math库中一些函数、过程。使用方法：在程序头用Uses语句加载Math库例子：Program Ex_Math;Uses Math;Begin Writeln(hypot(3,4));End.函数介绍：l hypot原型：function hypot(x:float;y:float):float功能：返回...</summary><published>2008-02-02T15:38:00Z</published><updated>2008-02-02T15:38:00Z</updated><author><name>oyy</name><uri>http://www.cnblogs.com/suno/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suno/archive/2008/02/02/1063083.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suno/archive/2008/02/02/1063083.html"/></entry><entry><id>http://www.cnblogs.com/suno/archive/2008/02/02/1063081.html</id><title type="text">试用~~</title><summary type="text">baidu 太恶心了...来试试这个...#include&amp;lt;cstdio&amp;gt;#include&amp;lt;algorithm&amp;gt;usingnamespacestd;intmain(){scanf("Helloworld!\n");return0;}</summary><published>2008-02-02T15:34:00Z</published><updated>2008-02-02T15:34:00Z</updated><author><name>oyy</name><uri>http://www.cnblogs.com/suno/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suno/archive/2008/02/02/1063081.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suno/archive/2008/02/02/1063081.html"/></entry></feed>
