12096 The SetStack Computer
Background from Wikipedia: “Set theory is a branch of mathematics created principally by the German mathe-matician Georg Cantor at the end of the 19th century.Initially co...
分类:
其他好文 时间:
2015-04-12 09:13:00
阅读次数:
144
ACM Computer FactoryTime Limit:1000MSMemory Limit:65536KTotal Submissions:5689Accepted:1954Special JudgeDescriptionAs you know, all the computers used...
分类:
其他好文 时间:
2015-04-11 11:44:41
阅读次数:
209
The Blocks Problem
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Background
Many areas of Computer Science use s...
分类:
其他好文 时间:
2015-04-11 08:58:19
阅读次数:
146
题意:
给定n个结点,他们之间用n-1条边链接(这一点说明这个图的形状 就是一棵树 无环),给你一个结点,距离此节点最远的点与这个节点之间的距离。
解题思路:
经典的树上最长点对问题。不过带权,但是解决方法没有区别
首先找任意一个点,dfs()求出距离这个点的最远点END1 O(n)
然后从END1出发 再次dfs() 求出距离END1的最远点 期间经过每一个结点时,更新dist...
分类:
其他好文 时间:
2015-04-10 13:42:31
阅读次数:
137
No 1.书中提到的四本经典书籍the C++ standard library //本书the art of computer programming//一套算法经典书籍,太厚太贵,没读过algorithms in c//依旧很经典的算法书,几年前读过一遍effective C++//没读过,会买...
分类:
其他好文 时间:
2015-04-09 15:23:10
阅读次数:
151
今年组里有大项目落我头上了,并不能像去年一样回家还能搞搞Cocos2dX,一把老泪流了下来。。。回到正题,由于组里需要做一个显示板的自动测试项目,涉及到Computer Vision。不得不说,这才是项目里的大坑。之前一直在做其他基础库的研发,最近开始了视觉识别的研发进度。由于市面上没有很合适的开源...
分类:
其他好文 时间:
2015-04-08 21:10:52
阅读次数:
136
1.1 什么是RTTI?维基百科的定义:In computer programming, RTTI (Run-Time Type Information, or Run-Time Type Identification) refers to a C++ mechanism that exposes ...
分类:
编程语言 时间:
2015-04-08 00:57:52
阅读次数:
176
http://acm.hdu.edu.cn/showproblem.php?pid=4288
Problem Description
In mathematics and computer science, an algorithm describes a set of procedures or instructions that define a procedure...
分类:
其他好文 时间:
2015-04-06 21:53:41
阅读次数:
243
/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and it...
分类:
其他好文 时间:
2015-04-05 06:21:17
阅读次数:
274
6.00SCIntroduction to Computer Science and Programming6.01SCIntroduction to Electrical Engineering and Computer Science I6.001Structure and Interpreta...
分类:
其他好文 时间:
2015-04-04 22:33:37
阅读次数:
194