码迷,mamicode.com
首页 >  
搜索关键字:turn the corner    ( 27676个结果
【leetcode】Dungeon Game (middle)
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a...
分类:其他好文   时间:2015-01-25 22:20:42    阅读次数:164
leetcode——Dungeon Game
题目:The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out i...
分类:其他好文   时间:2015-01-25 19:37:17    阅读次数:181
LeetCode - Dungeon Game
Dungeon Game2015.1.23 19:38The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists o...
分类:其他好文   时间:2015-01-23 21:25:26    阅读次数:169
[C++]LeetCode: 117 Simplify Path (简化Unix路径 list双向链表)
题目: Given an absolute path for a file (Unix-style), simplify it. For example, path = "/home/", => "/home" path = "/a/./b/../../c/", => "/c" click to show corner cases. Corner Cases: ...
分类:编程语言   时间:2015-01-23 13:34:14    阅读次数:204
Zynq 7000从零开始之三 -- mio的gpio操作
本文讲述怎样使用PS的gpio,不涉及fpga部分,软件涉及到一级引导程序fsbl的创建及app的创建,程序运行在ddr中.         z-turn板的mio 50引脚连接到了按键K1,该实验实现的功能为,检测按键并从串口打印出相应的信息.         1. 用vivado搭建硬件模型.         在block design的Re-customize IP界面,点击Pre...
分类:其他好文   时间:2015-01-22 13:16:41    阅读次数:913
Zynq 7000从零开始之二 -- 内存测试程序
由于所有的APP都是在DDR中运行的,所以先让DDR工作起来是后续实验的基础.使用的硬件是z-turn开发板.         本文主要讲怎样创建一个内存测试程序,测试DDR,程序还是运行在内部RAM;FPGA涉及的内容有怎样配置DDR参数,及怎样保存和导入硬件参数;软件方面会涉及BSP修改及           BOOT.bin的生成.关于Vivado的具体操作请参考--"Zynq 700...
分类:其他好文   时间:2015-01-22 11:07:19    阅读次数:680
Zynq 7000从零开始之一 -- HelloWord
使用myir的z-turn开发板,做一个从uart打印hello world的实验,只用PS,不用PL部分,程序从SD卡启动,跑在PS的内部RAM. zynq 7000的PS虽然也是CPU,但是开发方法不像普通的CPU只需要一个SDK就可以了,它还需要vivado硬件设计软件. 所以ZYNQ 7000的PS开发需要两个工具,一个是vivado--    另一个是SDK--  . 1. 打...
分类:其他好文   时间:2015-01-21 10:19:34    阅读次数:349
[LeetCode] Dungeon Game
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a...
分类:其他好文   时间:2015-01-20 23:49:21    阅读次数:224
The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software
The Free Lunch Is OverA Fundamental Turn Toward Concurrency in SoftwareBy Herb SutterThe biggest sea change in software development since the OO revol...
分类:其他好文   时间:2015-01-20 23:46:36    阅读次数:332
Unique Paths
A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:其他好文   时间:2015-01-19 22:27:00    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!