码迷,mamicode.com
首页 >  
搜索关键字:unit 6练习    ( 4539个结果
POJ 2195 Going Home(BFS+KM求最小权值)
Description:On a grid map there are n little men and n houses. In each unit time, every little man can move one unit step, either horizontally, or ver...
分类:其他好文   时间:2015-08-10 16:08:27    阅读次数:136
Linux:什么是x86
什么是x86和硬件打交道经常会听说x86,疑惑的时候自己翻过书上网查过资料,但是都不甚明确。最近再次遇到x86这个词,随详细了解并做笔记记录。想要知道什么是x86应该先区分CPU的分类。CPU什么是CPU中央处理器(Central Processing Unit,CPU),CPU为一个具有特定功能的芯片,里面含有微指令集。CPU分类CPU根据不同的指令集类型可以分为两种: 精简指令集(Reduced...
分类:系统相关   时间:2015-08-10 00:29:42    阅读次数:193
视觉错觉(2)
转载请标明地址:http://www.cnblogs.com/wangmengmeng/效果图:源代码: 1 #include 2 #include 3 4 //定义常量 5 #define UNIT 24 6 #define OFFSET_X 116 7 #define OFFSET_Y 3...
分类:其他好文   时间:2015-08-09 18:39:47    阅读次数:109
Scala中Curring实战详解之Scala学习笔记-16
package com.leegh.function/** * @author Guohui Li */object Curring { def main(args: Array[String]): Unit = { def muliple(x: Int, y: Int) = x * y ...
分类:其他好文   时间:2015-08-09 09:27:26    阅读次数:171
android基础(6):junit测试
一:测试的基本概念 根据源码: 黑盒测试:注重过程和结果 白盒测试:根据源码写测试方法   测试的粒度: 方法测试:function test 单元测试:unit test 集成测试:   根据次数 冒烟测试 压力测试   二:搭建自己的测试框架 1.      业务代码   public class CalcService {     public int...
分类:移动开发   时间:2015-08-08 21:24:21    阅读次数:145
加速器一致性接口
Zynq PS上的加速器一致性接口(Accelerator Coherency Port, ACP)是一个兼容AXI3的64位从机接口,连接到SCU(Snoop Control Unit),为PL提供异步缓存一致性直接访问PS的入口。 处理器可以标记ACP上的传输为一致性或非一致性。PL端的AXI主机通过ARUSERS[1:0]指示是否为一致性读传输,通过AWUSERS[1:0]指示写传...
分类:其他好文   时间:2015-08-08 18:24:31    阅读次数:272
Scala学习笔记-14
package com.leegh.function/** * @author Guohui Li */object PartiaAppliedFunction { def main(args: Array[String]): Unit = { val data = List(1, 2, 3...
分类:其他好文   时间:2015-08-07 22:04:26    阅读次数:109
Dungeon Master ZOJ 1940【优先队列+广搜】
Problem Description You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be filled with rock. It takes one minute to move...
分类:其他好文   时间:2015-08-06 20:29:35    阅读次数:144
Scala学习笔记-13
package com.leegh.function/** * @author Guohui Li */object ClosureOps { def main(args: Array[String]): Unit = { val data = List(1, 2, 3, 4, 5, 6) ...
分类:其他好文   时间:2015-08-06 20:09:02    阅读次数:116
Delphi的指针为什么可以多次New
今天在使用Delphi的队列的时候,需要在每次将一个record压入队列的时候对该record进行New操作(分配内存空间),然后将该指针压入到队列,大概 的代码如下unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, ...
分类:Windows程序   时间:2015-08-06 14:55:40    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!