码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
Quicksort
最近在看快速排序的内容,感觉自己理解的不太好,所以找英文阅读资料的时候,干脆弄一篇关于快速排序的博客之类的,http://www.algolist.net/Algorithms/Sorting/Quicksort。大家也可以参考一下,关于快速排序的核心划分区域做了比较详细的说明。 快速排序用到的是分 ...
分类:其他好文   时间:2019-04-27 10:21:04    阅读次数:157
SE2205: Algorithms and Data Structures
SE2205: Algorithms and Data Structures for Object-Oriented DesignLab Assignment 3Assigned: Mar 20, 2019; Due: April 8, 2019 @ 10:00 a.m.If you are wor ...
分类:其他好文   时间:2019-04-10 19:13:43    阅读次数:101
[Stanford Algorithms: Design and Analysis, Part 2] c28 Sequence Alignment Optimal Substructure
...
分类:其他好文   时间:2019-04-05 13:58:59    阅读次数:114
[Stanford Algorithms: Design and Analysis, Part 2] c27 The Knapsack Problem
...
分类:其他好文   时间:2019-04-02 10:44:36    阅读次数:110
OpenCV2马拉松第5圈——线性滤波
收入囊中 这里的非常多内容事实上在我的Computer Vision: Algorithms and ApplicationsのImage processing中都有讲过 相关和卷积工作原理边界处理滤波器的工作原理会使用均值滤波,高斯滤波使用自己创造的核函数进行双线性滤波可分离的滤波(加速) 葵花宝 ...
分类:其他好文   时间:2019-03-30 20:21:59    阅读次数:234
表示数值的字符串
1 package algorithms; 2 3 /** 4 * 请实现一个函数用来判断字符串是否表示数值(包括整数和小数)。 5 * 例如,字符串"+100","5e2","-123","3.1416"和"-1E-16"都表示数值。 6 * 但是"12e","1a3.14","1.2.3","+... ...
分类:其他好文   时间:2019-03-29 10:22:52    阅读次数:174
[Stanford Algorithms: Design and Analysis, Part 2] c25 HUFFMAN CODES
...
分类:其他好文   时间:2019-03-22 13:05:27    阅读次数:104
食用普林斯顿的《算法》
环境搭建,参考下面博客 https://blog.csdn.net/artprog/article/details/52797472 课后较详细的答案(中文作者) https://github.com/jimmysuncpt/Algorithms ...
分类:编程语言   时间:2019-03-16 20:52:13    阅读次数:176
[Stanford Algorithms: Design and Analysis, Part 2]
Specific topics in Part 2 include: greedy algorithms (scheduling, minimum spanning trees, clustering, Huffman codes), dynamic programming (knapsack, s ...
分类:其他好文   时间:2019-03-15 09:15:23    阅读次数:287
《用Python解决数据结构与算法问题》在线阅读
源于经典 数据结构作为计算机从业人员的必备基础,Java, c 之类的语言有很多这方面的书籍,Python 相对较少, 其中比较著名的一本 problem-solving-with-algorithms-and-data-structure-using-python。 其中《用Python解决数据结 ...
分类:编程语言   时间:2019-03-10 09:51:04    阅读次数:247
784条   上一页 1 ... 11 12 13 14 15 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!