G. Finding the Radius for an Inserted Circle 题目:链接 让求第k个内切圆的半径 r[k] 这题我们没做出来,主要是因为我发现的太晚了...... 一开始看到的时候觉得图看起来太复杂就没去看.... 最后还剩二十分钟的时候开始做,本来应该也是可以过的,结果 ...
分类:
其他好文 时间:
2017-09-24 19:27:56
阅读次数:
170
Finding LCM 已知a, b, c的最小公倍数为L, 给你a,b,问你是否存在最小的c满足题意,不存在输出impossible 素数分解 ...
分类:
其他好文 时间:
2017-09-17 13:24:53
阅读次数:
144
本文是对 http://mnemstudio.org/path-finding-q-learning-tutorial.htm 的翻译,共分两部分,第一部分为中文翻译,第二部分为英文原文。翻译时为方便读者理解,有些地方采用了意译的方式,此外,原文中有几处笔误,在翻译时已进行了更正。这篇教程通俗易懂, ...
分类:
其他好文 时间:
2017-09-09 11:56:06
阅读次数:
138
(Udacity Learning Note: CarND-Term1 Project 4) Camera Calibration & Distortion Correction Two Types of Distortion Radial Distortion Tangential Distort ...
分类:
其他好文 时间:
2017-08-24 10:38:58
阅读次数:
349
Finding Palindromes Time Limit: 10000MS Memory Limit: 262144K Total Submissions: 4043 Accepted: 746 Case Time Limit: 2000MS Description A word is call ...
分类:
其他好文 时间:
2017-08-21 00:11:45
阅读次数:
495
Easy Finding Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 15668 Accepted: 4163 Description Given a M×N matrix A. Aij ∈ {0, 1} (0 ≤ i < M ...
分类:
其他好文 时间:
2017-08-13 14:17:48
阅读次数:
192
Problem Given two strings ss and tt, tt is a substring of ss if tt is contained as a contiguous collection of symbols in ss (as a result, tt must be n ...
分类:
其他好文 时间:
2017-08-02 11:52:53
阅读次数:
141
films = { 'Finding Dory': [3, 5], 'Bourne': [18, 7], 'Tarzen': [15, 9], 'Ghost Busters': [12, 5] } while True: choice = input('Please enter the select... ...
分类:
编程语言 时间:
2017-07-15 17:50:11
阅读次数:
225
http://poj.org/problem?id=3376 Finding Palindromes Time Limit: 10000MS Memory Limit: 262144K Total Submissions: 3973 Accepted: 726 Case Time Limit: 20 ...
分类:
其他好文 时间:
2017-07-10 12:00:02
阅读次数:
185