上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
摘要: Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word doe... 阅读全文
posted @ 2014-12-04 00:21 A_zhu 阅读(222) 评论(0) 推荐(0) 编辑
摘要: Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that there will be on... 阅读全文
posted @ 2014-12-03 23:57 A_zhu 阅读(1159) 评论(0) 推荐(0) 编辑
摘要: Write a function to find the longest common prefix string amongst an array of strings.Hide TagsString 这是一道很简单的题目,判断输入的多个字符串的公有前序,简单的逻辑遍历查找就好。算法流程:判断输... 阅读全文
posted @ 2014-12-03 22:19 A_zhu 阅读(3450) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Azhu/p/4137131.html这篇论文建议先看了上面这一遍,两篇作者是一样的,方法也一样,这一片论文与上面的不同点在于,使用的数据集是目录数据,即数据不能数字化,例如:An example of categorical attribute is ... 阅读全文
posted @ 2014-12-02 12:43 A_zhu 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 论文作者:Natthakan Iam-On, Tossapon Boongoen, Simon Garrett, and Chris Price 下次还是在汇报前先写了论文总结,不然有些点汇报时容易忘了说,以前看的论文看补不补上来吧,有时间再说。前言: 这篇论文是关于聚类集成的,成熟的聚类集成框... 阅读全文
posted @ 2014-12-02 12:37 A_zhu 阅读(771) 评论(3) 推荐(0) 编辑
摘要: 算法逻辑在这里:http://www.cnblogs.com/Azhu/p/4131733.html 贴之前先说下,本来呢是打算自己写一个的,在matlab 上,不过,实在是写不出来那么高效和健壮的,网上有很多实现的代码,例如上面参考里面的,那个代码明显有问题阿,然后因为那里面的代码与逻辑分析是一... 阅读全文
posted @ 2014-11-30 18:08 A_zhu 阅读(355) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, return thebottom-up level ordertraversal of its nodes' values. (ie, from left to right, level by level from leaf to root).For exa... 阅读全文
posted @ 2014-11-30 06:13 A_zhu 阅读(2041) 评论(0) 推荐(0) 编辑
摘要: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo... 阅读全文
posted @ 2014-11-30 05:20 A_zhu 阅读(773) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/uid-20384806-id-3055333.htmlby zieckey总结提前来了: unordered_map 类的调用比hash_map方便多了,看性能难怪stl 有前者,而后者调用需要 namespace__gnu_cxx。结论:1.... 阅读全文
posted @ 2014-11-30 05:06 A_zhu 阅读(949) 评论(0) 推荐(0) 编辑
摘要: 先列明材料:高斯混合模型的推导计算(英文版):http://www.seanborman.com/publications/EM_algorithm.pdf这位翻译写成中文版:http://www.cnblogs.com/jerrylead/archive/2011/04/06/2006936.ht... 阅读全文
posted @ 2014-11-29 19:12 A_zhu 阅读(3892) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页