码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
Algorithms: Design and Analysis Note
Week2 Master methodAssumption:all subproblems has same sizeRecurrence FormatThe Master Method formula
分类:其他好文   时间:2015-10-22 12:15:51    阅读次数:121
Master Theorem
Master theorem provides a solution in asymptotic terms to solve time complexity problem of most divide and conquer algorithms.Recurrence relations of ...
分类:其他好文   时间:2015-10-07 06:18:52    阅读次数:208
PID控制器(比例-积分-微分控制器)- III
PID Controller AlgorithmsController manufacturers arrange the Proportional, Integral and Derivative modes into three different controller algorithms o...
分类:其他好文   时间:2015-09-21 19:32:37    阅读次数:343
android支付宝 KeyFactory PrivateKey
public class SignUtils { private static final String ALGORITHM = "RSA"; private static final String SIGN_ALGORITHMS = "SHA1WithRSA"; private static final String DEFAULT_CHARSET = "UTF-8"; public st...
分类:移动开发   时间:2015-09-18 18:58:19    阅读次数:662
从零实现来理解机器学习算法:书籍推荐及障碍的克服
前部为英文原文,原文链接:http://machinelearningmastery.com/understand-machine-learning-algorithms-by-implementing-them-from-scratch/后部为中文翻译,本文中文部分转自:http://www.cs...
分类:编程语言   时间:2015-09-18 11:39:42    阅读次数:459
PTA 5-8(English) File Transfer (25) - 并查集 - 数组实现
题目:http://pta.patest.cn/pta/test/16/exam/4/question/670PTA - Data Structures and Algorithms (English) - 5-8We have a network of computers and a list o...
分类:编程语言   时间:2015-09-15 23:22:56    阅读次数:465
算法可视化网站(略强大)!
亲测,火狐和谷歌浏览器都能打开。 url:https://www.cs.usfca.edu/~galles/visualization/Algorithms.html 老外做的网站
分类:编程语言   时间:2015-09-15 21:59:48    阅读次数:271
Matrix Factorization, Algorithms, Applications, and Avaliable packages
矩阵分解来源:http://www.cvchina.info/2011/09/05/matrix-factorization-jungle/美帝的有心人士收集了市面上的矩阵分解的差点儿全部算法和应用,因为源地址在某神奇物质之外,特转载过来,源地址Matrix Decompositionshas a ...
分类:移动开发   时间:2015-09-08 15:02:32    阅读次数:265
不具备数学和算法知识能否成为优秀的开发人员(2)
Knowledge of algorithms has very little to do with programming skill.  As some random dude* on the internet once said:  "When in doubt, use brute force."  Let's unpack what this means.A good programme...
分类:编程语言   时间:2015-08-31 23:40:42    阅读次数:210
A Gentle Guide to Machine Learning
A Gentle Guide to Machine LearningMachine Learning is a subfield within Artificial Intelligence that builds algorithms that allow computers to learn t...
分类:系统相关   时间:2015-08-30 22:45:33    阅读次数:432
784条   上一页 1 ... 52 53 54 55 56 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!