
Algorithm
visionfans
研究方向:计算机视觉,模式识别,机器学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SRM 208 DIV 1 Level One
题目:http://www.topcoder.com/stat?c=problem_statement&pm=2923&rd=5854#include #include #include #include using namespace std; const int max_num = 50; int height[max_num][max_num] = {0}; class TallPeople { public: vector getPeople(vector people原创 2011-05-08 19:08:00 · 1544 阅读 · 0 评论 -
TopCoder 2001 Invitational Semifinals A - Division I, Level One
<br />Problem Statement: http://www.topcoder.com/stat?c=problem_statement&pm=210<br /><br />Code : <br />#include <iostream> #include <vector> #include <sstream> using namespace std; struct match { string name; int points; match* next; }; void原创 2011-05-08 01:40:00 · 1314 阅读 · 0 评论