上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 384 下一页
摘要: UVA10518 - How Many Calls?(矩阵高速幂) 题目链接 题目大意:给你fibonacci数列怎么求的。然后问你求f(n) = f(n - 1) + f(n - 2)须要多少次调用,而且这个数非常大,取模一个进制的数。 解题思路:要发现F(n) = 2 *f(n) - 1这个规律 阅读全文
posted @ 2016-03-26 14:44 lcchuguo 阅读(263) 评论(0) 推荐(0)
摘要: 2440test没进main函数并非跑飞。bin文件已经烧写到开发板里了的 而是没选择载入文件,导致不能调试程序文件 主要设置例如以下: 2440test没进main函数并非跑飞。bin文件已经烧写到开发板里了的 而是没选择载入文件,导致不能调试程序文件 主要设置例如以下: 阅读全文
posted @ 2016-03-26 14:09 lcchuguo 阅读(187) 评论(0) 推荐(0)
摘要: 今年上海网络赛的一道题目 , 跟 HDU 2295 如出一辙 。 就是距离的计算一个是欧几里得距离 , 一个是曼哈顿距离 学完DLX感觉这题好水 ,就是一个裸的反复覆盖 注意下别溢出即可了 #include <stdio.h> #include <string.h> #include <algori 阅读全文
posted @ 2016-03-26 13:05 lcchuguo 阅读(250) 评论(0) 推荐(0)
摘要: 这是对一个技术人员行业内很难得的认可,记录下来,加油。。。一切向钱看,明天会更好。 这是对一个技术人员行业内很难得的认可,记录下来,加油。。。一切向钱看,明天会更好。 阅读全文
posted @ 2016-03-26 12:07 lcchuguo 阅读(211) 评论(0) 推荐(0)
摘要: Description On Planet MM-21, after their Olympic games this year, curling is getting popular. But the rules are somewhat different from ours. The game 阅读全文
posted @ 2016-03-26 10:59 lcchuguo 阅读(170) 评论(0) 推荐(0)
摘要: 1. 在web.xml 添加 <listener> <listener-class>listener.TestListener</listener-class> </listener> 2. 在包listener包下编辑 TestListener.java, 实现 (implements)抽象接口 阅读全文
posted @ 2016-03-26 10:58 lcchuguo 阅读(159) 评论(0) 推荐(0)
摘要: 上一篇写了载入歌曲列表,http://blog.csdn.net/huweigoodboy/article/details/39856411,如今来总结下播放本地音乐。 一,MediaPlayer 首先来看看MediaPlayer的生命周期: Idle 状态:当使用new()方法创建一个MediaP 阅读全文
posted @ 2016-03-26 08:36 lcchuguo 阅读(846) 评论(0) 推荐(0)
摘要: Python介绍 特点 优雅、明白、简单。 适合领域 1. Web站点和各种网络服务 2. 系统工具和脚本 3. 作为“胶水”语言把其它语言开发的模块包装起来方便使用 和其它语言对照 开发环境搭建 到https://www.python.org/downloads/release/python-27 阅读全文
posted @ 2016-03-25 21:40 lcchuguo 阅读(361) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=5294 Problem Description Innocent Wu follows Dumb Zhang into a ancient tomb. Innocent Wu’s at the entrance o 阅读全文
posted @ 2016-03-25 20:45 lcchuguo 阅读(286) 评论(0) 推荐(0)
摘要: Found existing config file ./my.cnf on the system. Because this file might be in use, it was not replaced, but was used in bootstrap (unless you used 阅读全文
posted @ 2016-03-25 20:13 lcchuguo 阅读(778) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 384 下一页