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
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
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 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
_run(); $notecomputer->_run2();*//*interface 成员字段必须是常量 接口方法必须是抽象方法~ 并且不能写abstract 子类继承接口的说法,叫做实现, 可以多实现*/ interface Computer { c...
分类:
其他好文 时间:
2014-10-04 19:09:27
阅读次数:
179
题意:求节点间的最大距离
先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
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
localhttp://localhost/----.phphttp://127.0.0.1/----.phplocalorLANhttp://computername/----.phpInternetuserhttp://IPadress/----.phphttp://computerrealmname/----.php
分类:
Web程序 时间:
2014-10-03 01:40:04
阅读次数:
175
Ruby是一种面向对象编程语言,这意味着它操纵的编程结构称为"对象"先上代码, 了解类的定义与使用方式class Computer $manufacturer = "Mango Computer, Inc." @@files = {hello: "Hello, world!"} def i...
分类:
其他好文 时间:
2014-10-02 18:17:43
阅读次数:
154
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