码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
使用贝塞尔曲线进行插值 一种非常简单的平滑多边形的方法
原文 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
Gym - 100989F
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 SM2 & SM3
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
Coursera Algorithms第二周编程任务
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
pseudotime专题
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
2.2.5
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
Union-Find
并查集 前言 来自 "知乎" ,Coursera 上普林斯顿大学的算法公开课,稍微来博客上写写记记。 课程资源:1. "Algorithms, Part I" 2. "Algorithms, Part II" 3. "Algorithms, 4th Edition" dynamic connecti ...
分类:其他好文   时间:2018-05-27 10:52:22    阅读次数:168
784条   上一页 1 ... 19 20 21 22 23 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!