<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Jim dot NET_分类_Algorithm &amp; ACM/ICPC</title><id>http://feed.cnblogs.com/blog/u/39116/category/148215/rss</id><updated>2012-06-02T15:29:52Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/category/148215.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/39116/category/148215/rss"/><entry><id>http://www.cnblogs.com/jimnox/archive/2010/04/27/shape-context-notes-1.html</id><title type="text">Shape Context笔记-1</title><summary type="text">形状上一点的SC是它到其他点的d-bins theta-log(r)直方图。两个SC的距离是它们的Chi^2距离。每个形状用s个采样点，就用s个d-bins的SC来描述它。Generalized Shape Context是通过SC对点的切向量进行统计，GSC的每个槽的值是落在SC中对应槽内的点的切向量之和。两个GSC的距离是它们的Chi^2距离。（后来又说是将切向量展开成单位x, y值得到长为2...</summary><published>2010-04-27T02:56:00Z</published><updated>2010-04-27T02:56:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2010/04/27/shape-context-notes-1.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/04/27/shape-context-notes-1.html"/><content type="text">形状上一点的SC是它到其他点的d-bins theta-log(r)直方图。两个SC的距离是它们的Chi^2距离。每个形状用s个采样点，就用s个d-bins的SC来描述它。Generalized Shape Context是通过SC对点的切向量进行统计，GSC的每个槽的值是落在SC中对应槽内的点的切向量之和。两个GSC的距离是它们的Chi^2距离。（后来又说是将切向量展开成单位x, y值得到长为2...</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2009/12/08/tips-to-python-challenge.html</id><title type="text">一个古老的编程游戏：Python Challenge全通攻略</title><summary type="text">Python Challenge是一个网页闯关游戏，通过一些提示找出下一关的网页地址。与众不同的是，它是专门为程序员设计的，因为大多数关卡都要编程来算哦！！去年和同学一起玩的，他做了大半，我做了小半，作弊了一些，33关全通，今天逛硬盘发现这个资料，拿出来晃晃。非常非常非常非常好玩，强烈推荐编程的朋友都玩玩，不一定要会Python，我和我同学都不会，不过我们用C#一样能搞出来，没有障碍的。</summary><published>2009-12-08T03:38:00Z</published><updated>2009-12-08T03:38:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2009/12/08/tips-to-python-challenge.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2009/12/08/tips-to-python-challenge.html"/><content type="text">Python Challenge是一个网页闯关游戏，通过一些提示找出下一关的网页地址。与众不同的是，它是专门为程序员设计的，因为大多数关卡都要编程来算哦！！去年和同学一起玩的，他做了大半，我做了小半，作弊了一些，33关全通，今天逛硬盘发现这个资料，拿出来晃晃。非常非常非常非常好玩，强烈推荐编程的朋友都玩玩，不一定要会Python，我和我同学都不会，不过我们用C#一样能搞出来，没有障碍的。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2009/06/14/list-and-arraylist-performance-testing.html</id><title type="text">据说ArrayList真的比List&amp;lt;T&amp;gt;快？测试一下下。</title><summary type="text">因为某些奇异的原因，我又做了如下极端无聊的事情，那就是对List与ArrayList的“性能”的一个小测试。结果证明：在这个测试所能涵盖的范围内，我们找不到任何理由为ArrayList树立功德碑，List以压倒性的优势告诉我们选择它是正确的。</summary><published>2009-06-14T06:05:00Z</published><updated>2009-06-14T06:05:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2009/06/14/list-and-arraylist-performance-testing.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2009/06/14/list-and-arraylist-performance-testing.html"/><content type="text">因为某些奇异的原因，我又做了如下极端无聊的事情，那就是对List与ArrayList的“性能”的一个小测试。结果证明：在这个测试所能涵盖的范围内，我们找不到任何理由为ArrayList树立功德碑，List以压倒性的优势告诉我们选择它是正确的。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/09/13/1290569.html</id><title type="text">我的第一场ACM比赛</title><summary type="text">失败，呵呵……</summary><published>2008-09-13T12:49:00Z</published><updated>2008-09-13T12:49:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/09/13/1290569.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/09/13/1290569.html"/><content type="text">失败，呵呵……</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/09/10/1288086.html</id><title type="text">我的优先队列改进了</title><summary type="text">昨天写的那个功能比较简单，堆排序只能升序，优先队列只能大者优先，今天简单改进一下，可以支持升序或降序了。</summary><published>2008-09-10T01:13:00Z</published><updated>2008-09-10T01:13:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/09/10/1288086.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/09/10/1288086.html"/><content type="text">昨天写的那个功能比较简单，堆排序只能升序，优先队列只能大者优先，今天简单改进一下，可以支持升序或降序了。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/09/09/1287872.html</id><title type="text">我写的C#优先队列</title><summary type="text">前几天才知道.NET类库里没有优先队列，而今天JAVA课上翻书时发现JAVA类库里有，不爽。本来就打算写一个的，这回正好。下午一下课就开始写，现在搞定了。</summary><published>2008-09-09T10:57:00Z</published><updated>2008-09-09T10:57:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/09/09/1287872.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/09/09/1287872.html"/><content type="text">前几天才知道.NET类库里没有优先队列，而今天JAVA课上翻书时发现JAVA类库里有，不爽。本来就打算写一个的，这回正好。下午一下课就开始写，现在搞定了。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/09/05/1285422.html</id><title type="text">玩了一天的XNA，感觉很有意思</title><summary type="text">和Web简直就不是一个世界的，不过说到底数据结构真的是重要啊！</summary><published>2008-09-05T15:48:00Z</published><updated>2008-09-05T15:48:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/09/05/1285422.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/09/05/1285422.html"/><content type="text">和Web简直就不是一个世界的，不过说到底数据结构真的是重要啊！</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/08/29/1279405.html</id><title type="text">合并小文件——一个算法在实际程序开发中应用的例子</title><summary type="text">很多朋友都觉得大学中学习的基础理论——诸如数据结构、算法……在实际应用程序开发中没多少应用。其实我认为数据结构和算法才是真正主导程序开发的核心，本文将以一个实际开发中的问题入手，举例说明数据结构和算法在程序开发中的应用。</summary><published>2008-08-29T05:24:00Z</published><updated>2008-08-29T05:24:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/08/29/1279405.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/08/29/1279405.html"/><content type="text">很多朋友都觉得大学中学习的基础理论——诸如数据结构、算法……在实际应用程序开发中没多少应用。其实我认为数据结构和算法才是真正主导程序开发的核心，本文将以一个实际开发中的问题入手，举例说明数据结构和算法在程序开发中的应用。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/08/22/1274437.html</id><title type="text">经典数据结构之字母树</title><summary type="text">字母树（TrieTree）是一种数据结构，可以实现O(s.length)的时间插入、删除、查找。</summary><published>2008-08-22T15:09:00Z</published><updated>2008-08-22T15:09:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/08/22/1274437.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/08/22/1274437.html"/><content type="text">字母树（TrieTree）是一种数据结构，可以实现O(s.length)的时间插入、删除、查找。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/08/21/1273086.html</id><title type="text">写了个并查集，C#版本</title><summary type="text">并查集是一种数据结构，可以判断两个元素是否在同一个集合里，并且以此为依据合并两个集合。</summary><published>2008-08-21T05:39:00Z</published><updated>2008-08-21T05:39:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/08/21/1273086.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/08/21/1273086.html"/><content type="text">并查集是一种数据结构，可以判断两个元素是否在同一个集合里，并且以此为依据合并两个集合。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/08/01/1257792.html</id><title type="text">算法啊……最近思维越来越离散了，难以集中</title><summary type="text">留下自己狼狈的状态——自警！</summary><published>2008-07-31T18:12:00Z</published><updated>2008-07-31T18:12:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/08/01/1257792.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/08/01/1257792.html"/><content type="text">留下自己狼狈的状态——自警！</content></entry></feed>
