<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PeerSim 中文教程：解析 Cycle-based 模式仿真</title>
	<atom:link href="http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>keep Thinking</description>
	<lastBuildDate>Wed, 14 Dec 2011 12:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: peersim入门 - yape</title>
		<link>http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-8846</link>
		<dc:creator>peersim入门 - yape</dc:creator>
		<pubDate>Mon, 31 Oct 2011 12:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://leeing.org/?p=574#comment-8846</guid>
		<description>[...] PeerSim 中文教程：解析 Cycle-based 模式仿真 tutorial1 PeerSim 中文教程：编写一个新协议 PeerSim 中文教程：拓扑生成器 [...]</description>
		<content:encoded><![CDATA[<p>[...] PeerSim 中文教程：解析 Cycle-based 模式仿真 tutorial1 PeerSim 中文教程：编写一个新协议 PeerSim 中文教程：拓扑生成器 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leeing</title>
		<link>http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-1806</link>
		<dc:creator>leeing</dc:creator>
		<pubDate>Tue, 16 Nov 2010 09:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://leeing.org/?p=574#comment-1806</guid>
		<description>@&lt;a href=&quot;http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-1794&quot; rel=&quot;nofollow&quot;&gt;Karol&lt;/a&gt;: Good! ^^</description>
		<content:encoded><![CDATA[<p>@<a href="http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-1794" rel="nofollow">Karol</a>: Good! ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol</title>
		<link>http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-1794</link>
		<dc:creator>Karol</dc:creator>
		<pubDate>Mon, 15 Nov 2010 08:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://leeing.org/?p=574#comment-1794</guid>
		<description>至今也未发现关于一般化参数的文档。

关于&quot;protocol.avg.linkable lnk&quot; 中的“linkable” 参数在 peersim.config.FastConfig.java中：
private static final String PAR_LINKABLE = &quot;linkable&quot;;

而example.aggregation.AverageFunction.java的nextCycle方法会读取linkable参数的值：
int linkableID = FastConfig.getLinkable(protocolID);
Linkable linkable = (Linkable) node.getProtocol(linkableID);</description>
		<content:encoded><![CDATA[<p>至今也未发现关于一般化参数的文档。</p>
<p>关于&#8221;protocol.avg.linkable lnk&#8221; 中的“linkable” 参数在 peersim.config.FastConfig.java中：<br />
private static final String PAR_LINKABLE = &#8220;linkable&#8221;;</p>
<p>而example.aggregation.AverageFunction.java的nextCycle方法会读取linkable参数的值：<br />
int linkableID = FastConfig.getLinkable(protocolID);<br />
Linkable linkable = (Linkable) node.getProtocol(linkableID);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eartooth</title>
		<link>http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-1763</link>
		<dc:creator>eartooth</dc:creator>
		<pubDate>Fri, 12 Nov 2010 08:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://leeing.org/?p=574#comment-1763</guid>
		<description>这两个好像是一般化参数，但我找不到一般化参数的文档，也就是说我不知道还有哪些一般化参数 


protocol.avg example.aggregation.AverageFunction
15
protocol.avg.linkable lnk


还有这个linkable参数是哪来的？请教下</description>
		<content:encoded><![CDATA[<p>这两个好像是一般化参数，但我找不到一般化参数的文档，也就是说我不知道还有哪些一般化参数 </p>
<p>protocol.avg example.aggregation.AverageFunction<br />
15<br />
protocol.avg.linkable lnk</p>
<p>还有这个linkable参数是哪来的？请教下</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eartooth</title>
		<link>http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-1762</link>
		<dc:creator>eartooth</dc:creator>
		<pubDate>Fri, 12 Nov 2010 08:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://leeing.org/?p=574#comment-1762</guid>
		<description>control.dnet DynamicNetwork
37
control.dnet.add -500
38
#control.dnet.minsize 4000
39
control.dnet.from 5
40
control.dnet.until 10

我想知道比如像from until这两个参数哪来的，我无法找到</description>
		<content:encoded><![CDATA[<p>control.dnet DynamicNetwork<br />
37<br />
control.dnet.add -500<br />
38<br />
#control.dnet.minsize 4000<br />
39<br />
control.dnet.from 5<br />
40<br />
control.dnet.until 10</p>
<p>我想知道比如像from until这两个参数哪来的，我无法找到</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leeing</title>
		<link>http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-1545</link>
		<dc:creator>leeing</dc:creator>
		<pubDate>Wed, 20 Oct 2010 11:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://leeing.org/?p=574#comment-1545</guid>
		<description>thx~ ^^</description>
		<content:encoded><![CDATA[<p>thx~ ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eartooth</title>
		<link>http://leeing.org/2010/06/30/peersim-turtorial-analyse-of-cycle-based-model/comment-page-1/#comment-1539</link>
		<dc:creator>eartooth</dc:creator>
		<pubDate>Wed, 20 Oct 2010 03:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://leeing.org/?p=574#comment-1539</guid>
		<description>nice job</description>
		<content:encoded><![CDATA[<p>nice job</p>
]]></content:encoded>
	</item>
</channel>
</rss>

