<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Express Lane 团队</title><subtitle type="text">Express Lane 并行程序开发库</subtitle><id>http://feed.cnblogs.com/blog/u/27820/rss</id><updated>2007-08-02T12:10:45Z</updated><author><name>Express Lane 团队</name><uri>http://www.cnblogs.com/ExpressLane/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ExpressLane/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/27820/rss"/><entry><id>http://www.cnblogs.com/ExpressLane/archive/2007/08/01/839443.html</id><title type="text">Express Lane: 0.0.1 Alpha Build 070801 原型发布</title><summary type="text">如果您还不了解 Express Lane 这个并行程序开发库，请点击这里。Express Lane 是一个为 .Net 用户准备的并行程序开发库。它提供了基础并行开发设施，例如线程池或并行集合，从而更简单地设计多线程程序。它使用 Visual Basic 8 进行开发，遵循 BSD 协议发布。欢迎您加入我们。在不久的将来，我们将正式接纳开发成员，前提是开发进行到一定阶段。&#xD;        今天，Express Lane 的原型（0.0.1 Alpha Build 070801）已经正式在 Sourceforge 上发布，您可以在这里下载所有源代码与编译后的 DLL 文件。代码中已提供 XML 注释。如果您对其有任何意见和建议，或是 BUG 报告，请在评论中说明，感谢您的支持。以下通过一小段代码，展现 Express Lane 原型提供的新功能。</summary><published>2007-08-01T12:02:00Z</published><updated>2007-08-01T12:02:00Z</updated><author><name>Express Lane 团队</name><uri>http://www.cnblogs.com/ExpressLane/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ExpressLane/archive/2007/08/01/839443.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ExpressLane/archive/2007/08/01/839443.html"/></entry><entry><id>http://www.cnblogs.com/ExpressLane/archive/2007/08/01/822938.html</id><title type="text">开发者文档: Express Lane 版本号规范</title><summary type="text">Express Lane 的版本号格式为 [Major].[Minor].[Revision] Build [BuildNumber]。初始版本号为 0.0.1。 当 Express Lane 仅仅在内部阶段时，后缀为 Alpha。Express Lane 功能完成，尚未充分测试时，后缀为 Beta；版本即将正式发布时，后缀为 RC。我们不建议您使用 Alpha 或者 Beta 阶段的 Expre...</summary><published>2007-08-01T04:23:00Z</published><updated>2007-08-01T04:23:00Z</updated><author><name>Express Lane 团队</name><uri>http://www.cnblogs.com/ExpressLane/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ExpressLane/archive/2007/08/01/822938.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ExpressLane/archive/2007/08/01/822938.html"/></entry><entry><id>http://www.cnblogs.com/ExpressLane/archive/2007/07/18/817263.html</id><title type="text">开发者文档: 编码规范与命名参考</title><summary type="text">每一位参与 Express Lane 开源项目的程序员，在向其 SVN 库加入代码之前，都请浏览并遵守下列编码与命名规范。同时，您可以参考以下关于托管多线程的技术文章。</summary><published>2007-07-18T01:15:00Z</published><updated>2007-07-18T01:15:00Z</updated><author><name>Express Lane 团队</name><uri>http://www.cnblogs.com/ExpressLane/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ExpressLane/archive/2007/07/18/817263.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ExpressLane/archive/2007/07/18/817263.html"/></entry><entry><id>http://www.cnblogs.com/ExpressLane/archive/2007/07/18/820621.html</id><title type="text">Express Lane: 加入我们</title><summary type="text">如果您希望加入开发Express Lane 项目，请在这个页面中登记。非常感谢您对 Express Lane 开源项目的支持。登记之前，确保您已经阅读，并同意遵守 编码规范与命名参考。通过审核的申请者，将列于该页的下方。开发此项目需要一定的时间及.NET多线程开发的知识，我们的宗旨是在开发中学习和进步，创造出.NET一流的并行开发库。如果您不会 Visual Basic ，但是对 .NET 或并行...</summary><published>2007-07-18T01:14:00Z</published><updated>2007-07-18T01:14:00Z</updated><author><name>Express Lane 团队</name><uri>http://www.cnblogs.com/ExpressLane/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ExpressLane/archive/2007/07/18/820621.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ExpressLane/archive/2007/07/18/820621.html"/></entry><entry><id>http://www.cnblogs.com/ExpressLane/archive/2007/07/18/815456.html</id><title type="text">Express Lane: 开源项目开始</title><summary type="text">博客园 Visual Basic 团队的第一个开源项目——Express Lane 并行程序开发库已经启动了！&#xD;Express Lane 是一个并行应用程序开发库，用于简化并行应用程序的开发。它将提供一个新的线程执行框架，用于实现方便可靠的线程池和调度模型，同时还将实现一个用于多线程环境使用的集合库。使用该并行程序开发库，可以复杂的线程管理及同步操作，直接开发高效而且可靠的多线程应用程序。避免因错误地操纵线程机制造成的性能损失和死锁等问题，为 .NET 平台下的并行程序建立一个良好的平台。</summary><published>2007-07-18T01:12:00Z</published><updated>2007-07-18T01:12:00Z</updated><author><name>Express Lane 团队</name><uri>http://www.cnblogs.com/ExpressLane/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ExpressLane/archive/2007/07/18/815456.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ExpressLane/archive/2007/07/18/815456.html"/></entry></feed>
