会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gatsbydhn
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
2015年11月16日
DP-Triangle
摘要: 题目描述:Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given th...
阅读全文
posted @ 2015-11-16 22:46 gatsbydhn
阅读(225)
评论(0)
推荐(0)
2015年9月18日
Android-sqlite3 not found解决
摘要: 使用sqlite3命令时,提示sqlite3 not found. 放狗搜了下,原因是手机中缺少sqlite3,解决方法如下: 1.确保手机已root。 3. "下载sqlite3和libncurses.so" 2.挂载 /system目录为可读写 3.把sqlite3 push到设备中...
阅读全文
posted @ 2015-09-18 19:15 gatsbydhn
阅读(286)
评论(0)
推荐(0)
2015年9月17日
flex使用
摘要: 参考IBM上的教程: "Yacc 与 Lex 快速入门" 保存为wordCount.lex 执行:flex wordCount.lex 生成flex.yy.c 执行:gcc lex.yy.c lfl o wordCount生成wordCount 测试: dhn@dhn Lenovo...
阅读全文
posted @ 2015-09-17 10:34 gatsbydhn
阅读(183)
评论(0)
推荐(0)
上一页
1
2
3
4
公告