码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
关于如何在MDK中将环境常量(ENV)直接烧写到内置flash的一些设置
Placing a key in flash memory using __atARM Compiler toolchain v5.02 for µVision Using the LinkerHome> Using scatter files> Placing a key in flash mem...
分类:其他好文   时间:2014-10-07 16:22:03    阅读次数:272
Computer Science An Overview 14/10/7
A representation of an algorithm is called a programm.The process of developing a programm , encoding it in machine-compatiable form , and inserting i...
分类:其他好文   时间:2014-10-07 15:00:23    阅读次数:158
POJ 1236 tarjan缩点+度数
Network of SchoolsTime Limit:1000MSMemory Limit:10000KTotal Submissions:11441Accepted:4554DescriptionA number of schools are connected to a computer n...
分类:其他好文   时间:2014-10-05 20:32:18    阅读次数:170
Flaresim.V4.0.4.637 火炬模拟设计软件
Flaresim.V4.0.4.637 火炬模拟设计软件Flaresim is a computer program designed to assist professional engineers in the design and evaluation of flare systems. Th...
分类:其他好文   时间:2014-10-05 14:23:48    阅读次数:281
abstract AND interface 基础
_run(); $notecomputer->_run2();*//*interface 成员字段必须是常量 接口方法必须是抽象方法~ 并且不能写abstract 子类继承接口的说法,叫做实现, 可以多实现*/ interface Computer { c...
分类:其他好文   时间:2014-10-04 19:09:27    阅读次数:179
【树形DP】 HDU 2196 Computer
题意:求节点间的最大距离 先DFS一次 记录下 每一节点的子树下的最大距离(DP[ u ] [ 0 ])和第二大距离(DP[ u ] [ 1 ]) 用DP[ v ] [ 2 ] 表示由v的父节点来的最大距离 再取DP[ u ] [ 0 ] 与 DP[ u ][ 2 ] 的最值 #include #include #include #include #include #in...
分类:其他好文   时间:2014-10-04 12:51:06    阅读次数:201
sicily 1443 队列基本操作
1443. Printer QueueConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionThe only printer in the computer science students' union is experienci...
分类:其他好文   时间:2014-10-04 02:44:45    阅读次数:264
Visit   ----.php
localhttp://localhost/----.phphttp://127.0.0.1/----.phplocalorLANhttp://computername/----.phpInternetuserhttp://IPadress/----.phphttp://computerrealmname/----.php
分类:Web程序   时间:2014-10-03 01:40:04    阅读次数:175
Ruby类的创建与使用
Ruby是一种面向对象编程语言,这意味着它操纵的编程结构称为"对象"先上代码, 了解类的定义与使用方式class Computer $manufacturer = "Mango Computer, Inc." @@files = {hello: "Hello, world!"} def i...
分类:其他好文   时间:2014-10-02 18:17:43    阅读次数:154
poj1236 Network of Schools
Time Limit:1000MSMemory Limit:10000KTotal Submissions:11433Accepted:4551DescriptionA number of schools are connected to a computer network. Agreements...
分类:Web程序   时间:2014-10-01 20:20:41    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!