摘要: 题目描写叙述: Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). For example: Given binar 阅读全文
posted @ 2017-06-25 21:54 lxjshuju 阅读(119) 评论(0) 推荐(0)
摘要: 5.1 移植tslib 5.1.1 在https://github.com/kergoth/tslib下载最新的tslib 5.1.2 为虚拟机里的Linux系统安装工具 sudo apt-get install autoconf sudo apt-get install automake sudo 阅读全文
posted @ 2017-06-25 20:23 lxjshuju 阅读(903) 评论(0) 推荐(0)
摘要: A - Red and Black(3.2.1) Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64u Submit Status Description There is a rectangular room, c 阅读全文
posted @ 2017-06-25 19:48 lxjshuju 阅读(307) 评论(0) 推荐(0)
摘要: 效果图: 程序分析: 初始化GameLayer场景触摸。背景、音乐、UI及定时间器 bool GameLayer::init() { if (!CCLayer::init()) { return false; } // 开启触摸 this->setTouchEnabled(true); // 创建数 阅读全文
posted @ 2017-06-25 19:00 lxjshuju 阅读(346) 评论(0) 推荐(0)