码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
[POJ3974]Palindrome
题目链接:http://poj.org/problem?id=3974DescriptionAndy the smart computer science student was attending an algorithms class when the professor asked the s...
分类:其他好文   时间:2015-08-29 16:41:37    阅读次数:193
It is All About The Data
?It is All About The DataPaul W. HomerAS SoFTWARE dEvElopERS we initially understand software as a system of commands, functions, and algorithms. This instruction-oriented view of software aids us in l...
分类:其他好文   时间:2015-08-29 12:48:57    阅读次数:169
【算法】代码面试最常用的10大算法
http://www.csdn.net/article/2014-04-10/2819237-Top-10-Algorithms-for-Coding-Interview在程序员的职业生涯中,算法亦算是一门基础课程,尤其是在面试的时候,很多公司都会让程序员编写一些算法实例,例如快速排序、二叉树查找等...
分类:编程语言   时间:2015-08-27 13:03:20    阅读次数:296
HDU 1046.Gridland【非搜索,找规律】【8月25】
Gridland Problem Description For years, computer scientists have been trying to find efficient solutions to different computing problems. For some of them efficient algorithms are already avai...
分类:其他好文   时间:2015-08-25 19:44:20    阅读次数:194
STL Mutating Algorithms小结
与Non-mutating Algorithms相比,变易算法能修改容器元素数据,可进行序列数据的复制、交换、替换、填充、移除、旋转、随机抖动、分割。还是参考叶至军的那本书以及网站Cplusplus.com copy   元素复制。该函数用于容器间元素拷贝,将迭代器区间[first, last)的元素复制到由复制目标迭代器result给定的区间[result, result +...
分类:其他好文   时间:2015-08-21 19:37:26    阅读次数:107
STL Non-mutating Algorithms小结
C++ STL中有许多非变易算法,这些算法不破坏操作数据,用来对序列数据进行逐个处理(for_each)、元素查找(find)、子序列搜索(find_first_of)、统计和匹配(count和mismatch)等。非变易算法在实现各种大型复杂一点的算法的时候比较方便,而且比较稳定,这也是STL本身固有的特点。主要列出以下几种,参考了叶志军的那本《C++ STL开发技术导引》,同时也结合网站C...
分类:其他好文   时间:2015-08-21 13:45:49    阅读次数:164
7 Types of Regression Techniques you should know!
IntroductionLinear and Logistic regressions are usually the first algorithms people learn in predictive modeling. Due to their popularity, a lot of an...
分类:其他好文   时间:2015-08-15 19:52:23    阅读次数:248
7 Types of Regression Techniques you should know!
7 Types of Regression Techniques you should know!IntroductionLinear and Logistic regressions are usually the first algorithms people learn in predicti...
分类:其他好文   时间:2015-08-14 21:08:32    阅读次数:201
一致性算法探寻(扩展版)13
11 Conclusion Algorithms are often designed with correctness, efficiency, and/or conciseness as the primary goals. Although?these are all worthy goals, we believe that understandability is just a...
分类:编程语言   时间:2015-08-12 01:30:05    阅读次数:416
784条   上一页 1 ... 53 54 55 56 57 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!