码迷,mamicode.com
首页 >  
搜索关键字:turn    ( 27138个结果
(转帖)工程師的缺德行為:叫朋友去學C/C++
yo~小弟出社會工作一兩年了,有一些心得想分享給想入門學程式的朋友小弟的網誌有安裝繁體、簡體中文轉換的plugin,可以在上面逛!http://blog.turn.tw/?p=1283 ---------------------------------------------- 常常看到非資訊背景的...
分类:编程语言   时间:2015-02-15 19:24:26    阅读次数:205
PAT:1011. A+B和C (15) AC
#includeint main(){ int n; long long a,b,c; scanf("%d",&n); for(int turn=1 ; turnc) printf("Case #%d: true\n",turn); else printf("Cas...
分类:其他好文   时间:2015-02-14 17:27:04    阅读次数:191
hdu 2438 Turn the corner(三分)
Turn the corner                                                         Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)                                           ...
分类:其他好文   时间:2015-02-04 18:51:18    阅读次数:122
HDU 2438 Turn the corner(三分枚举角度)
题目大意:给你一个拐角,两边的路的宽度分别为x,y。汽车的长和宽分别为h,w。问你这个汽车否转弯成功。 解题思路:如图,枚举角度。 这是一个凸函数所以三分枚举角度。 Turn the corner Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Tota...
分类:其他好文   时间:2015-02-02 18:15:05    阅读次数:127
How to turn the lamp outage off with Ford VCM II IDS diagnostic tool
For 2008-2010 model years, the function of the turn signal flasher was incorporated into the software of the Smart Power Distribution Junction Box (SP...
分类:其他好文   时间:2015-01-30 17:35:00    阅读次数:169
hdu 1728
#include #include #include char map[110][110];bool sign[110][110];int s_x, s_y, e_x, e_y;bool flag;int turn_step;int dir[][2] = {0,-1, -1,0, 0,1, 1,0}...
分类:其他好文   时间:2015-01-29 14:23:09    阅读次数:165
Camel概念【Architecture 】
1.4 Camel’s architecture Let’s now turn our attention to Camel’s architecture. We’ll first take a look at the high-level architecture and then drill down into the specific concepts. After you’...
分类:其他好文   时间:2015-01-28 22:41:21    阅读次数:264
[LeetCode] Binary Tree Upside Down的三种解法
Given a binary tree where all the right nodes are either leaf nodes with a sibling (a left node that shares the same parent node) or empty, flip it upside down and turn it into a tree where the origin...
分类:其他好文   时间:2015-01-27 07:07:43    阅读次数:193
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!