码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
Jump Flood Algorithms for Centroid Voronoi Tessellation
BriefImplemented both CPU and GPU version, you could consider this as the basic playground to implement the more advanced feature such as support arbi...
分类:其他好文   时间:2014-12-02 22:15:28    阅读次数:232
Online Algorithms
Today I reviewed online algorithms and summary it now.1. LRU is k-competitive;2. LFU cannot achieve a constant competitive ration;3. Randomized algori...
分类:其他好文   时间:2014-12-02 00:05:05    阅读次数:177
UVA - 110
Meta-Loopless SortsBackgroundSorting holds an important place in computer science. Analyzing and implementing various sorting algorithms forms an impo...
分类:其他好文   时间:2014-11-28 09:52:41    阅读次数:265
OpenCV Tutorials —— Feature Matching with FLANN
Extractors of keypoint descriptors in OpenCV have wrappers with a common interface that enables you to easily switch between different algorithms solv...
分类:其他好文   时间:2014-11-26 22:31:38    阅读次数:730
最大流最小割算法
图像分割中用到最小割原理,引出了最大流最小割算法,主要参考来自UCLA CIVS的Hong Chen的PPT 《Introduction to Min-Cut/Max-Flow Algorithms》...
分类:编程语言   时间:2014-11-26 14:33:29    阅读次数:335
CF 269 E Flawed Flow
Emuskald considers himself a master of flow algorithms. Now he has completed his most ingenious program yet — it calculates the maximum flow in an undirected graph. The graph consists of n vertices ...
分类:其他好文   时间:2014-11-26 01:26:22    阅读次数:206
字符串以及文件的hashlib的md5和sha1等的运用
hashlib的md5和sha1等的运用 import hashlib print(hashlib.algorithms_available) print(hashlib.algorithms_guaranteed) #MD5 import hashlib hash_object = hashlib.md5(b‘Hello World‘) print(hash_object.he...
分类:其他好文   时间:2014-11-25 23:56:30    阅读次数:456
几种经典机器学习算法的比较
Quaro上的问答,我感觉回答的非常好!What are the advantages of different classification algorithms?For instance, if we have large training data set with approx more t...
分类:编程语言   时间:2014-11-25 12:42:25    阅读次数:350
图论 邻接链表存储 BFS DFS 拓扑排序
package Algorithms; import java.util.ArrayList; import java.util.Arrays; import java.util.LinkedList; import java.util.Stack; public class Graphic {     public static class Vertex{         ...
分类:编程语言   时间:2014-11-22 13:26:10    阅读次数:261
Codeforces Round #278 (Div. 2) B. Candy Boxes [brute force+constructive algorithms]
哎,最近弱爆了,,,不过这题还是不错滴~~要考虑完整各种情况8795058 2014-11-22 06:52:58njczy2010 B - Candy Boxes GNU C++Accepted31 ms4 KB8795016 2014-11-22 06:48:15njczy2010 B - C....
分类:其他好文   时间:2014-11-22 13:18:15    阅读次数:161
784条   上一页 1 ... 66 67 68 69 70 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!