会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xiaotian_小天
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
6
7
8
9
10
2015年12月12日
hdu 1575 矩阵连乘2
#include#include#include#includeusing namespace std;const int mod=9973;int n;struct matrix{ int f[10][10];};matrix mul(matrix a,matrix b){ int i,j...
Read More
posted @ 2015-12-12 18:33 xiaotian_小天
Views(141)
Comments(0)
Diggs(0)
Edit
2015年12月11日
hdu 1005 Number Sequence(矩阵连乘+二分快速求幂)
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1005代码: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 const int mod=7; 7 struct ma...
Read More
posted @ 2015-12-11 17:07 xiaotian_小天
Views(168)
Comments(0)
Diggs(0)
Edit
矩阵连乘
参考:动态规划(8)-矩阵连乘 | Acm之家http://www.acmerblog.com/dp8-matrix-chain-multiplication-5086.html
Read More
posted @ 2015-12-11 15:08 xiaotian_小天
Views(133)
Comments(0)
Diggs(0)
Edit
上一页
1
···
6
7
8
9
10
公告