码迷,mamicode.com
首页 >  
搜索关键字:jump game ii    ( 12386个结果
Linux 嵌入式启动以及优化
转载:http://www.embeddedlinux.org.cn/html/jishuzixun/201312/19-2717.html第一步: BootLoader -- U boot1 在cpu/arm926ejs/start.s中a) b reset ; //jump to resetb)...
分类:系统相关   时间:2014-06-28 17:44:22    阅读次数:427
leetcode - Binary Tree Level Order Traversal i ii
题目:Binary Tree Level Order Traversal i iii和ii的差别仅在于最后将结果逆序一下就行了,算法上基本相同个人思路:1、二叉树的层次遍历,我们一层一层地处理,用一个队列(A队列)将每一层的所有节点按照从左到右的顺序入队2、待该队列的所有节点都出队,并且用另外一个队...
分类:其他好文   时间:2014-06-28 17:01:33    阅读次数:235
NIOS II常用函数整理-感谢slam原创
IO操作函数函数原型:IORD(BASE, REGNUM) 输入参数:BASE为寄存器的基地址,REGNUM为寄存器的偏移量函数说明:从基地址为BASE的设备中读取寄存器中偏移量为REGNUM的单元里面的值。寄存器的值在地址总线的范围之内。返回值: -函数原型:IOWR(BASE, REGNUM,....
分类:移动开发   时间:2014-06-21 12:56:45    阅读次数:337
Nios II 系统从EPCS器件中启动的设置过程
先Reset Vector EPCS Exception Vector Ram工程Program memory ,Read-only data memory...均为RAM.Hardware Image选择 EPCS编译.编译:先把POF文件下载到EPCS中.放到最底层后通过FLASH PROGRA...
分类:移动开发   时间:2014-06-21 12:33:42    阅读次数:302
基于51的俄罗斯方块
//variable.h 定义该程序用到的全局变量#ifndef _VARIABLE_H#define _VARIABLE_H#define GAME_BOARD_WIDTH 50#define GAME_BOARD_HEIGHT 64#define PIXEL_PER_CUBE_X...
分类:其他好文   时间:2014-06-21 08:24:31    阅读次数:236
微软职位内部推荐-ATG Engineer II
微软近期Open的职位:ATG Engineer - GeneralistReady to work on some of the most advanced hardware on the planet and solve mind-bending game development problem...
分类:其他好文   时间:2014-06-20 23:50:25    阅读次数:391
微软职位内部推荐-SDE II
微软近期Open的职位:JOB DESCRIPTION: Be a part of Customer Support and Service (CSS) Engineering Community & Online (ECO) Business Intelligence team to transf...
分类:其他好文   时间:2014-06-20 19:27:58    阅读次数:214
LeetCode: Permutations II 题解
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the following unique perm...
分类:其他好文   时间:2014-06-18 09:33:28    阅读次数:181
求和游戏——java
1006. 求和游戏Description石柱上有一排石头键盘,每个键上有一个整数。请你在键盘上选择两个键,使这两个键及其之间的键上的数字和最大。如果这个最大的和不为正,则输出“Game Over"。Input Format第1行:键的个数n。第2..n+1行:键上的数字整数ai。?100≤ai≤1...
分类:编程语言   时间:2014-06-18 00:25:48    阅读次数:281
leetcode -day30 Reverse Linked List II
1、 ?? Reverse Linked List II  Reverse a linked list from position m to n. Do it in-place and in one-pass. For example: Given 1->2->3->4->5->NULL, m = 2 and n = 4, return 1->4->3->2->5->NULL....
分类:其他好文   时间:2014-06-17 23:03:12    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!