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
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
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
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
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等的运用 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
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
哎,最近弱爆了,,,不过这题还是不错滴~~要考虑完整各种情况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