<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Jim dot NET_分类_Program Designing</title><id>http://feed.cnblogs.com/blog/u/39116/category/148216/rss</id><updated>2012-06-02T15:29:58Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/category/148216.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/39116/category/148216/rss"/><entry><id>http://www.cnblogs.com/jimnox/archive/2010/04/10/fantasy-on-mobile-os-multitasking.html</id><title type="text">手机系统中多任务处理方式的一种新想法——无责任YY</title><summary type="text">现在的手机还没法把多任务处理的很好，让我感觉稍微好点的，反而是“古老”的Symbian S60。因为是手机的硬件不够强大，所以这也是没办法的事情。不过我昨天YY了一种新方法。</summary><published>2010-04-10T01:24:00Z</published><updated>2010-04-10T01: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/2010/04/10/fantasy-on-mobile-os-multitasking.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/04/10/fantasy-on-mobile-os-multitasking.html"/><content type="text">现在的手机还没法把多任务处理的很好，让我感觉稍微好点的，反而是“古老”的Symbian S60。因为是手机的硬件不够强大，所以这也是没办法的事情。不过我昨天YY了一种新方法。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2010/02/06/fail-to-build-m8sdk_net.html</id><title type="text">一次失败的尝试——为M8SDK编写.NET版本</title><summary type="text">尝试为M8SDK编写.NET版，未果。</summary><published>2010-02-06T08:59:00Z</published><updated>2010-02-06T08:59: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/02/06/fail-to-build-m8sdk_net.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/02/06/fail-to-build-m8sdk_net.html"/><content type="text">尝试为M8SDK编写.NET版，未果。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2010/01/16/bad-apple-js-edition-details-and-browser-testing.html</id><title type="text">《Bad Apple》JavaScript版-创作全解析+浏览器横测</title><summary type="text">在上一篇日志中，小弟向大家展示了一个用JavaScript制作的《Bad Apple》，这次我将对这个程序创作过程中的一些有意思的细节做解释。</summary><published>2010-01-16T02:57:00Z</published><updated>2010-01-16T02: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/2010/01/16/bad-apple-js-edition-details-and-browser-testing.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/01/16/bad-apple-js-edition-details-and-browser-testing.html"/><content type="text">在上一篇日志中，小弟向大家展示了一个用JavaScript制作的《Bad Apple》，这次我将对这个程序创作过程中的一些有意思的细节做解释。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2009/11/03/talking-about-language-characteristics.html</id><title type="text">也谈语言特性——回应老赵的《语言特性与API设计》</title><summary type="text">一个多月前读到了老赵的《语言特性与API设计》一文，深有感触，思绪涌上心头，无奈手头无闲，未能记录。今日撰文一篇，与大家分享下，但求抛砖引玉。与老赵不同的是，老赵的文章更多的讨论的是一些相对比较前沿的话题，比如functional、比如Fluent Interface。比较的对象也是C#/Java这样的大路货与F#这样的明星新秀。而与此并立，我也从更基础的话题去谈，比较的对象也是C++这样的老牌劲旅。</summary><published>2009-11-03T07:09:00Z</published><updated>2009-11-03T07: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/2009/11/03/talking-about-language-characteristics.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2009/11/03/talking-about-language-characteristics.html"/><content type="text">一个多月前读到了老赵的《语言特性与API设计》一文，深有感触，思绪涌上心头，无奈手头无闲，未能记录。今日撰文一篇，与大家分享下，但求抛砖引玉。与老赵不同的是，老赵的文章更多的讨论的是一些相对比较前沿的话题，比如functional、比如Fluent Interface。比较的对象也是C#/Java这样的大路货与F#这样的明星新秀。而与此并立，我也从更基础的话题去谈，比较的对象也是C++这样的老牌劲旅。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2009/10/11/thinking-in-homework-of-markov-chain.html</id><title type="text">马尔可夫链——从一个编程作业中看看程序设计的一些细节问题</title><summary type="text">马尔可夫链（Markov Chain），这是我们《程序设计方法学》课程的一个小小的作业，这个作业，主要目的并不是实现算法，而是“如何”实现算法，以及从代码中看出每个人程序设计的“风格”。因为即使是很少的代码也能暴露出一个编程者的功底和风格。我觉得这是个很有意思的话题，所以也在这里把我的部分代码发出来，并加以说明以作抛砖引玉。</summary><published>2009-10-11T08:15:00Z</published><updated>2009-10-11T08:15: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/10/11/thinking-in-homework-of-markov-chain.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2009/10/11/thinking-in-homework-of-markov-chain.html"/><content type="text">马尔可夫链（Markov Chain），这是我们《程序设计方法学》课程的一个小小的作业，这个作业，主要目的并不是实现算法，而是“如何”实现算法，以及从代码中看出每个人程序设计的“风格”。因为即使是很少的代码也能暴露出一个编程者的功底和风格。我觉得这是个很有意思的话题，所以也在这里把我的部分代码发出来，并加以说明以作抛砖引玉。</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/2009/06/11/xna-flowercursetest.html</id><title type="text">XNA“效率”探索——一个简单的繁花曲线程序</title><summary type="text">在某论坛上和别人探讨XNA是否适合做弹幕飞行射击游戏，我认为是可以的，但是别人认为XNA效率不够，在低端机器上，无法处理上千枚子弹的运动。所以我下来做了个小实验。实验结果证明，XNA的效率是值得信赖的，起码不会让人很失望。</summary><published>2009-06-11T04:27:00Z</published><updated>2009-06-11T04:27: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/11/xna-flowercursetest.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2009/06/11/xna-flowercursetest.html"/><content type="text">在某论坛上和别人探讨XNA是否适合做弹幕飞行射击游戏，我认为是可以的，但是别人认为XNA效率不够，在低端机器上，无法处理上千枚子弹的运动。所以我下来做了个小实验。实验结果证明，XNA的效率是值得信赖的，起码不会让人很失望。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/12/21/1359395.html</id><title type="text">我的第一个开源作品：jUEditor - 基于jQuery的轻量级UBB可视化编辑器</title><summary type="text">jUEditor是一个基于jQuery的轻量级UBB可视化编辑器，这是我的第一个开源作品，希望能对大家有所帮助。</summary><published>2008-12-21T12:20:00Z</published><updated>2008-12-21T12:20: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/12/21/1359395.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/12/21/1359395.html"/><content type="text">jUEditor是一个基于jQuery的轻量级UBB可视化编辑器，这是我的第一个开源作品，希望能对大家有所帮助。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/11/07/1329383.html</id><title type="text">零散的一句话经验总结</title><summary type="text">发此文，并保持更新，有些心得的时候便以尽可能简单的话记录在内</summary><published>2008-11-07T15:38:00Z</published><updated>2008-11-07T15: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/2008/11/07/1329383.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/11/07/1329383.html"/><content type="text">发此文，并保持更新，有些心得的时候便以尽可能简单的话记录在内</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/10/14/1310900.html</id><title type="text">从一个url所想到的：url的用户友好性</title><summary type="text">url不仅仅是给浏览器、超链接用的，在无法避免用户手动输入url的情况下，url的“用户友好性”为网站的推广、用户间的传播起到了一定的作用。</summary><published>2008-10-14T08:17:00Z</published><updated>2008-10-14T08:17: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/10/14/1310900.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/10/14/1310900.html"/><content type="text">url不仅仅是给浏览器、超链接用的，在无法避免用户手动输入url的情况下，url的“用户友好性”为网站的推广、用户间的传播起到了一定的作用。</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></feed>
