原文 Interpolation with Bezier Curves A very simple method of smoothing polygons Initially, there was a question in comp.graphic.algorithms how to inter ...
分类:
其他好文 时间:
2018-07-11 15:01:57
阅读次数:
751
You must have heard about Agent Mahone! Dr. Ibrahim hired him to catch the cheaters in the Algorithms course. N students cheated and failed this semes ...
分类:
其他好文 时间:
2018-07-06 14:13:42
阅读次数:
195
https://www.redblobgames.com/pathfinding/grids/graphs.html https://www.redblobgames.com/pathfinding/grids/algorithms.html ...
分类:
编程语言 时间:
2018-06-27 19:32:04
阅读次数:
160
Expanded encryption and decryption signature algorithm supports multiple signature digest algorithms including SM2 elliptic curve public-private key a ...
分类:
其他好文 时间:
2018-06-26 17:23:38
阅读次数:
158
Programming Assignment 2: Deques and Randomized Queues Write a generic data type for a deque and a randomized queue. The goal of this assignment is to ...
分类:
其他好文 时间:
2018-06-26 00:44:49
阅读次数:
225
review:Computational Methods for Trajectory Inference from Single-Cell Transcriptomics Tools/Algorithms list Heimberg-lab course Pseudo-time estimatio ...
分类:
其他好文 时间:
2018-06-25 19:02:20
阅读次数:
231
来自:InfoQ(微信号: infoqchina) 链接:http://www.infoq.com/cn/news/2012/08/32-most-important-algorithms 奥地利符号计算研究所(Research Institute for Symbolic Computation, ...
分类:
编程语言 时间:
2018-06-11 02:05:17
阅读次数:
239
question: Give the sequence of subarray sizes in the merges performed by both the top-down and the bottom-up mergesort algorithms, for N = 39. answer: ...
分类:
其他好文 时间:
2018-05-31 19:21:43
阅读次数:
181
遗传算法(Genetic Algorithms, GA)是一种随机优化算法,用于解决结构复杂的优化问题。遗传算法模仿自然界中生物的进化过程,即适者生存,不适者淘汰的过程。其过程如下: (1) 随机生成一些个体(Individual),构成一个种群(Population),对每一个解进行评估,获得它的 ...
分类:
编程语言 时间:
2018-05-27 13:49:01
阅读次数:
159
并查集 前言 来自 "知乎" ,Coursera 上普林斯顿大学的算法公开课,稍微来博客上写写记记。 课程资源:1. "Algorithms, Part I" 2. "Algorithms, Part II" 3. "Algorithms, 4th Edition" dynamic connecti ...
分类:
其他好文 时间:
2018-05-27 10:52:22
阅读次数:
168