会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhaodonglin
Playing Programm
CnBlogs
Home
New Post
Contact
Admin
Subscription
2016年5月6日
Dynamic Programming--Picture compress
p = [0, 10, 12, 15, 255, 1, 2] def store_bit_number(n): k = 1 n = n//2 while n != 0: k = k+1 n = n//2 return k s = [0, 0, 0, 0, 0, 0, 0, 0, 0]pos = [0
Read More
posted @ 2016-05-06 19:24 zhaodonglin
Views(97)
Comments(0)
Diggs(0)
公告