﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客- 攀升·Uranus</title><link>http://www.cppblog.com/iuranus/</link><description>&lt;br&gt;&lt;font color="#ADFF2F"&gt;Something Different，Something New&lt;/font&gt;</description><language>zh-cn</language><lastBuildDate>Thu, 23 Apr 2026 10:11:27 GMT</lastBuildDate><pubDate>Thu, 23 Apr 2026 10:11:27 GMT</pubDate><ttl>60</ttl><item><title>notes</title><link>http://www.cppblog.com/iuranus/archive/2015/08/19/211600.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Tue, 18 Aug 2015 16:15:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2015/08/19/211600.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/211600.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2015/08/19/211600.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/211600.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/211600.html</trackback:ping><description><![CDATA[http://music.columbia.edu/cmc/MusicAndComputers/chapter1/01_02.php 

http://mirlab.org/jang/books/audiosignalprocessing/index.asp 

https://fftguitartuner.files.wordpress.com/2011/03/ee113d-final-report2.pdf 

http://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?article=1853&context=theses 

http://stackoverflow.com/users/3833092/user39991 

机器学习实践：被嗶哩嗶哩抛弃的人 

http://stackoverflow.com/questions/21631374/ios-instrument-tuner
https://github.com/catch-twenty-two/iOS-Guitar-Tuner
https://github.com/tfrank64/Pure-Guitar-Tuner 
http://isource.bloter.org/content/pitchdetector
<img src ="http://www.cppblog.com/iuranus/aggbug/211600.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2015-08-19 00:15 <a href="http://www.cppblog.com/iuranus/archive/2015/08/19/211600.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>OBJECTIVE C summary</title><link>http://www.cppblog.com/iuranus/archive/2015/02/02/209702.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Sun, 01 Feb 2015 18:18:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2015/02/02/209702.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/209702.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2015/02/02/209702.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/209702.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/209702.html</trackback:ping><description><![CDATA[<div>
<div>- Primitive</div>
<div>Basic C primitive type are&nbsp;available in objective C</div>
<div>char/bool/int/long int/float/double/</div>
<div>BOOL defines yes/true/1 and no/false/0</div>
<div>&nbsp;</div>
<div>- Additional&nbsp;Class</div>
<div>NSInteger, NSUInteger,&nbsp;NSFloat, NSNumber</div>
<div>for 64bit&nbsp;and 32bit CPU, the size of long, int may different, objective has additional class for these problem</div>
<div><br />
</div>
<div>-Special</div>
<div>id: id&nbsp;is a pointer&nbsp;which points to a&nbsp;object derived from NSObject.&#238;&#238;</div>
<div>nil: nil&nbsp;== NULL in c. nil means a NSObject point to a null object/ nothing</div>
<div>Nil: null class</div>
<div>SEL: is type from selector, define a method name.&nbsp;</div>
<div>NSString(@), BOOL (yes, no)</div>
<div><br />
</div>
<div>[OOP]</div>
<div>@interface: define the class, method declaration&nbsp;</div>
<div>@implementation: detail the interface</div>
<div><br />
</div>
<div>uppercast/downcast</div>
<div><br />
</div>
<div>[Memery]</div>
<div>Stack</div>
<div>Heap</div>
</div>
<div></div>
@import url(http://www.cppblog.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);<img src ="http://www.cppblog.com/iuranus/aggbug/209702.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2015-02-02 02:18 <a href="http://www.cppblog.com/iuranus/archive/2015/02/02/209702.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>to do list</title><link>http://www.cppblog.com/iuranus/archive/2014/11/30/208991.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Sun, 30 Nov 2014 11:54:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2014/11/30/208991.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/208991.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2014/11/30/208991.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/208991.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/208991.html</trackback:ping><description><![CDATA[归国：@import url(http://www.cppblog.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
<div>学历认证</div>
<div>归国人员</div>
<div><br />
</div>
<div>签证：</div>
<div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">1. 护照首页及签字页复印件</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">2. 英国签证页复印件</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">3. 英国居住证正反面复印件</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">4. 英国工作许可证复印件</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">5. 英国警察局注册卡复印件</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">6. 公司出具的在职及薪资证明（英文）</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">7. 工资单（如有）</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">8. 最近6个月的银行卡出入账明细（这期间卡内余额不能低于1575镑，按照英国政府规定，在英老公必须有945镑基本生活费用，还有作为家属必须有630镑，一共是1575镑。）</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">9. 存款证明（必须大于1575镑）</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">10. P60税单</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">11. 房产证或房屋租赁合同</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">12. 房东签字的同意声明（同意在中国的配偶在此居住）</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">13. 水电费账单</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">14. 户口本整本复印件</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">15. 结婚证复印件</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">16. 在英驾驶证复印件（如有）</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">17. 给中国配偶的邀请信（要注意右上角署好你们要一起住的住所的地址、电话，必须和房屋租赁协议上的相同。最好表明等你工作合同结束后，你们会一起回国好好发展，这会打消签证官对移民倾向的怀疑）</div>
<div style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px;">18. 给签证官的说明信（写明在中国配偶的基本信息，包括名字、出生年月日、护照号码、你们的关系等等。还要向签证官介绍你在英国的情况，什么时候去的，签证和工作合同分别到何时截至，陈述你所提交的关于你的材料清单，再留好你的联系方式。如果是你提供资金证明，就要陈述你负责你爱人前往英国及在英国期间的所有花费）。</div>
</div>
<div><span style="font-family: Tahoma, Arial, STHeiti, SimSun; line-height: 23px; background-color: #ffffff;"><br />
</span></div>
<div>租房：</div>
<div>合同</div>
<div>家居</div>
<div><br />
</div>
<div><br />
</div>
<div>警察局：</div>
<div>登记</div>
<div><br />
</div>
<div>水电煤银行</div><img src ="http://www.cppblog.com/iuranus/aggbug/208991.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2014-11-30 19:54 <a href="http://www.cppblog.com/iuranus/archive/2014/11/30/208991.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>material</title><link>http://www.cppblog.com/iuranus/archive/2014/10/21/208631.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Mon, 20 Oct 2014 18:47:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2014/10/21/208631.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/208631.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2014/10/21/208631.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/208631.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/208631.html</trackback:ping><description><![CDATA[ <img src ="http://www.cppblog.com/iuranus/aggbug/208631.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2014-10-21 02:47 <a href="http://www.cppblog.com/iuranus/archive/2014/10/21/208631.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>(转)MongoDB与内存</title><link>http://www.cppblog.com/iuranus/archive/2012/08/06/186446.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Mon, 06 Aug 2012 05:36:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/08/06/186446.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/186446.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/08/06/186446.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/186446.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/186446.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: @import url(http://www.cppblog.com/cutesoft_client/cuteeditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);MongoDB与内存Posted on&nbsp;2011-08-19但凡初次接触M...&nbsp;&nbsp;<a href='http://www.cppblog.com/iuranus/archive/2012/08/06/186446.html'>阅读全文</a><img src ="http://www.cppblog.com/iuranus/aggbug/186446.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-08-06 13:36 <a href="http://www.cppblog.com/iuranus/archive/2012/08/06/186446.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>常用持续性动词和非持续性动词</title><link>http://www.cppblog.com/iuranus/archive/2012/07/12/183066.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Thu, 12 Jul 2012 15:17:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/07/12/183066.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/183066.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/07/12/183066.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/183066.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/183066.html</trackback:ping><description><![CDATA[<span  style="font-family: 宋体, arial; line-height: 28px; ">
<p>三.延续性动词与非延续性动词之间的转换：leave --- be away, borrow --- keep, buy --- have,&nbsp;&nbsp; begin/start --- be on,&nbsp;&nbsp; die --- be dead,&nbsp; finish --- be over,&nbsp; join --- be in+组织机构, be a member of+组织机构,&nbsp; open sth --- keep sth open,&nbsp; fall ill ---&nbsp; be ill,&nbsp; get up---be up,&nbsp;&nbsp; catch a cold --- have a cold,&nbsp; come here --- be here, go there --- be there,&nbsp;&nbsp; become --- be,&nbsp;&nbsp; come back --- be back,&nbsp; fall asleep --- be asleep,&nbsp; get to/ arrive/reach --- be (in),&nbsp; leave --- be away from,&nbsp; get to know --- know, go (get) out &#8594;be out，&nbsp; put on&#8594; wear；catch a cold &#8594;have a cold等。&nbsp;&nbsp; 例:The old man died 4 years ago.&nbsp; ----The old man has been dead for 4 years.&nbsp;&nbsp;&nbsp; ---- It is 4 years since the old man died.&nbsp; ----Four years has passed since the old man died.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; He joined the Party 2 years ago.&nbsp;&nbsp; -----He has been in the Party for 2 years.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I bought the book 5 days ago.&nbsp; ---- I have had the book for 5 days.&nbsp;</p>
<p>补充练习：&nbsp;<br />
1. When he arrived at the bus stop, the bus ________ for 20 minutes.&nbsp;<br />
A. has left&nbsp;&nbsp;&nbsp; B. had left&nbsp;&nbsp; C. has been away&nbsp;&nbsp;&nbsp;&nbsp; D. had been away&nbsp;<br />
2. I ______ the League for 5 years so far.&nbsp;&nbsp;&nbsp;&nbsp;<br />
A. joined&nbsp;&nbsp;&nbsp; B. have joined&nbsp;&nbsp; C. have been in&nbsp;<br />
3. The factory ________ since the February of 1988.&nbsp;&nbsp;&nbsp;&nbsp;<br />
A . has been open&nbsp; B. has opened&nbsp;&nbsp; C. was open&nbsp;&nbsp; D. opened&nbsp;<br />
4. Mary and Rose _______friends since they met in 2000.&nbsp;&nbsp;&nbsp;&nbsp;<br />
A. have made&nbsp; B. have been&nbsp; C. made&nbsp;&nbsp;&nbsp; D. have become&nbsp;<br />
5.You mustn't ________ until he comes back.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
A. be away&nbsp;&nbsp; B. leave&nbsp;&nbsp; C. be left&nbsp;<br />
6.The meeting&nbsp; _______ for a week now.&nbsp;&nbsp;&nbsp;<br />
A. has finished&nbsp;&nbsp; B. has ended&nbsp; C. has been over&nbsp;<br />
7.Miss Gao ______ this school for nearly 5 years.&nbsp;&nbsp;&nbsp;<br />
A. has been in&nbsp; B. has come to&nbsp; C. has taught&nbsp;<br />
8.Ben ______ a teacher for 4 years .&nbsp;&nbsp;&nbsp;<br />
A. has been&nbsp; B. has become&nbsp; C. was&nbsp;&nbsp;&nbsp; D. became&nbsp;<br />
9. I ______ home for a week.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
A. have returned&nbsp;&nbsp; B. have been back&nbsp;&nbsp; C. returned&nbsp;<br />
10. How long _______ he ________ ?&nbsp;&nbsp;&nbsp;<br />
A. died&nbsp;&nbsp;&nbsp; B. has, died&nbsp;&nbsp; C. has, been dead&nbsp;<br />
11. He ______ at eight yesterday afternoon.&nbsp;<br />
A. slept&nbsp;&nbsp;&nbsp; B. was sleeping&nbsp;&nbsp; C. has sleep&nbsp;&nbsp; D. had slept&nbsp;<br />
12.He ________ the car for a week.&nbsp;&nbsp;&nbsp;&nbsp;<br />
A. bought&nbsp;&nbsp;&nbsp; B. has bought&nbsp;&nbsp; C. has had&nbsp;&nbsp;&nbsp;<br />
13.-----How long _____ you _____ ill ? -----Two weeks.&nbsp;&nbsp;&nbsp;<br />
A. did fall&nbsp;&nbsp; B. have, fell&nbsp; C. have, been&nbsp;<br />
14.Since 2000, he _____ his hometown.&nbsp;&nbsp;&nbsp;<br />
A. has left&nbsp;&nbsp; B. has moved away&nbsp;&nbsp; C. has been away from&nbsp;<br />
15.I'll lend you the book , but you can only _____ it for 2 days.&nbsp;&nbsp;&nbsp;<br />
A. borrow&nbsp;&nbsp; B. keep&nbsp;&nbsp; C. take&nbsp;<br />
16.The bus ______ on the road for 2 hours so far.&nbsp;&nbsp;&nbsp;&nbsp;<br />
A. has stopped&nbsp;&nbsp; B. stopped&nbsp;&nbsp; C. has been&nbsp;<br />
17.Are you _____ the jacket these days?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
A. wearing&nbsp;&nbsp;&nbsp; B. putting on&nbsp; C. dressing&nbsp;&nbsp; D. on&nbsp;<br />
18.He ________ foe 2 hours.&nbsp;&nbsp;&nbsp;<br />
A. got up&nbsp;&nbsp; B.&nbsp; has got up&nbsp;&nbsp;&nbsp; C. has been up&nbsp;<br />
19. Tom is ill in hospital. He _______ a cold for several days.&nbsp;&nbsp;<br />
A. is&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B. catches&nbsp;&nbsp; C. has caught&nbsp;&nbsp;&nbsp; D. has had&nbsp;<br />
20.----- How long can I ______ the book?&nbsp;&nbsp;&nbsp; ------ Two weeks.&nbsp;<br />
A. borrow&nbsp;&nbsp;&nbsp; B. lend&nbsp;&nbsp; C. get&nbsp;&nbsp;&nbsp; D. keep&nbsp;<br />
Key:&nbsp;</p>
</span>
@import url(http://www.cppblog.com/cutesoft_client/cuteeditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);<img src ="http://www.cppblog.com/iuranus/aggbug/183066.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-07-12 23:17 <a href="http://www.cppblog.com/iuranus/archive/2012/07/12/183066.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>【轉】好看的英國電視劇</title><link>http://www.cppblog.com/iuranus/archive/2012/06/28/180694.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Thu, 28 Jun 2012 14:45:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/06/28/180694.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/180694.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/06/28/180694.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/180694.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/180694.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 【轉】好看的英國電視劇来源：&nbsp;王刚的日志英劇裡面的表演，是舞臺劇化的表演。也就是說，一眼看去，你知道這絕對是在演戲。演員的表情豐富多變，肢體動作誇張，語調語氣起伏很大。而英國之外其他國家的電視劇中的表演則屬於另一種類型，比如美劇的表演是比較生活化、自然的。造成這種情況的原因很多，若從演員本身上來說，英國電視劇的演員其實與他們的電影演員一樣，大多出身舞臺劇，而且往往都是電視...&nbsp;&nbsp;<a href='http://www.cppblog.com/iuranus/archive/2012/06/28/180694.html'>阅读全文</a><img src ="http://www.cppblog.com/iuranus/aggbug/180694.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-06-28 22:45 <a href="http://www.cppblog.com/iuranus/archive/2012/06/28/180694.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>AI 医疗 1</title><link>http://www.cppblog.com/iuranus/archive/2012/03/28/169227.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Tue, 27 Mar 2012 21:09:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/03/28/169227.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/169227.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/03/28/169227.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/169227.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/169227.html</trackback:ping><description><![CDATA[<p style="font-family: 宋体, Arial, sans-serif, Verdana; font-size: 12px; color: #000033; line-height: 27px; text-align: -webkit-left; ">二．医学界的困境</p><p style="font-family: 宋体, Arial, sans-serif, Verdana; font-size: 12px; color: #000033; line-height: 27px; text-align: -webkit-left; ">1．医生学医难 临床医生的成长过程是继承前人经验的过程。继承经验的形式有记忆经验和内化经验。记忆经验是通过阅读和听讲等方式学习他人的经验，内化经验是医生在临床实践中通过使用把他人的经验转化为自己的经验。医生在医学院校上学时是纯粹的记忆他人经验，进入临床以后，是一边记忆他人经验，一边内化经验。 在一个医生的职业生涯中，有大半的时间用于记忆经验，这个过程漫长而又枯燥，有时候甚至可以说是痛苦的。很多内容明明记住了，可是过一段时间忘记了，又得重新记忆，然后还会忘记，还得重新记忆。对于已经记住的经验，医生也不是任何时候都处于最佳状态，可以为每个病人调用最佳经验。</p><p style="font-family: 宋体, Arial, sans-serif, Verdana; font-size: 12px; color: #000033; line-height: 27px; text-align: -webkit-left; ">2．病人看病难 如果我们把掌握了大量临床经验的医生称为&#8220;名医&#8221;，那么名医资源是极其短缺的，同时，名医的分布随着某地区经济和政治的重要性降低而减少，而人口的分布却恰恰相反，因此，对大部分人尤其是农村的来说异地看病是不可避免的。另一方面，异地看病难以实现，因为，在经济上的弱势决定了这些占人口绝大多数的老百姓承担不起太高的医疗费用，病人的病情不允许拖延太长的时间，名医资源的稀缺性决定了病人被名医诊治的机会非常有限。因此，病人看病难。</p><p style="font-family: 宋体, Arial, sans-serif, Verdana; font-size: 12px; color: #000033; line-height: 27px; text-align: -webkit-left; ">三．解决问题的方法&#8212;&#8212;结合人工智能与Internet技术</p><p style="font-family: 宋体, Arial, sans-serif, Verdana; font-size: 12px; color: #000033; line-height: 27px; text-align: -webkit-left; ">1．人工智能和医学结合可以解决医生学医难的问题 人工智能是计算机科学的一个分支，其长远目标是人工智能的机器实现。经过半个多世纪的发展，人工智能产生了一大批理论成果，并获得了广泛的应用。人工智能是一个既神秘又现实的话题。说它神秘，是因为它对大多数人来说很不可思议，冲击了人类的行为、思维和价值观，让人类感受到一种被否定的威胁；说它现实，是因为它在很多领域的表现已经与人类相媲美，甚至超过了人类。 2004年6月8日，中国首届国际象棋&#8220;人机对弈&#8221;拉开战幕，对局的一方是国际特级大师棋后诸宸小姐，另一方是&#8220;紫光之星&#8221;电脑。在首轮比赛中，诸宸负于&#8220;紫光之星&#8221;。在6月12日的第二场比赛中，诸宸再次负于对手。据了解，&#8220;紫光之星&#8221;的软件由数据库和运用程序两部分组成，其中数据库包括二百多万个棋谱，据分析其每秒钟的计算量超过二亿次。 人工智能能否和医学结合？应该怎样结合？我们可不可以设计出一种类似&#8220;紫光之星&#8221;的产品，先把需要继承的医学经验进行汇总、分类并制作成一个数据库，然后编制出模拟人类思维的可以驾驭这些经验的高度智能化应用程序，如果可以，这个产品是不是能够替代我们记忆那些我们花费一辈子也无法全部掌握的医学经验呢？并且，在实际运用的时候这个产品是不是能够任何时候都以最优化的方式调用这些经验呢？</p><img src ="http://www.cppblog.com/iuranus/aggbug/169227.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-03-28 05:09 <a href="http://www.cppblog.com/iuranus/archive/2012/03/28/169227.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>去美国准备</title><link>http://www.cppblog.com/iuranus/archive/2012/02/20/166095.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Mon, 20 Feb 2012 14:44:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/02/20/166095.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/166095.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/02/20/166095.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/166095.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/166095.html</trackback:ping><description><![CDATA[【准备】<br />1. 护照/签证<br />2. 身份证<br />3. 飞机票<br />4. 公司推荐文件<br />5. 名片<br />6. 信用卡<br />&nbsp;- 交通银行 直接买美金，然后存入我的卡里面，需要带什么，去哪<br />&nbsp;- 招商银行 催寄卡，直接用我的另一个卡是否可以存人民币，需要带什么不<br />7. 出国书籍<br />8. 换美金<br />9. 小礼品<br />10. AT&amp;T SIM CARD<br />11. 装发票的容器<br />12. 美国关系图<br />【衣】<br />CC安排<br />【食】<br />1. 路上吃的<br />2. 那边吃的<br />【住】<br /><div>&nbsp;美国旅店介绍</div><div>1. Denver 住一晚 hotel</div>2. Boulder旅馆<br />【行】<br />1.&nbsp;Denver to Boulder<br />2. Boulder hotel to Company<br />【作】<br />1. 设备<br />mac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*1 保修问题<br />iphone&nbsp;&nbsp;&nbsp;*2<br />ipad&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*1<br />数据线 &nbsp; &nbsp;*3<br />vga线 &nbsp;&nbsp;&nbsp;&nbsp;*1<br />鼠标 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;*1<br />充电器 &nbsp;&nbsp;&nbsp;*1<br />充电宝 &nbsp; &nbsp;*1<br />电源转接头 *1<br /><br />2. 项目<br />mov视频<br />培训ppt<br />拉代码<br />copy server到本地<br /><br /><br />【学习】<br />1. 听力书&nbsp;<br />2. 阅读<br />3. tpo仔细<img src ="http://www.cppblog.com/iuranus/aggbug/166095.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-02-20 22:44 <a href="http://www.cppblog.com/iuranus/archive/2012/02/20/166095.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>长句学习</title><link>http://www.cppblog.com/iuranus/archive/2012/01/08/163841.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Sun, 08 Jan 2012 12:05:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/01/08/163841.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/163841.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/01/08/163841.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/163841.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/163841.html</trackback:ping><description><![CDATA[<div><span style="font-size:10.5pt;font-family: Calibri;color:red;">Although governmental attempts </span><span style="font-size:10.5pt;font-family:Calibri;color:black;">to eradicate fairs and auctions</span><span style="font-size:10.5pt;font-family:Calibri;color:red;"> were less than successful, the ordinary course of economic development was on the merchants' side<br /><br /><div><span style="font-size:10.5pt;font-family: Calibri;color:red;">Finally, for the many small mammals that supplement their insect diet with fruits or seeds, an inability to span open gaps between tree crowns may be problematic, since trees that yield these foods can be sparse.<br /></span></div></span><span class="Apple-style-span" style="color: #444444; font-family: Tahoma, 'Microsoft Yahei', Simsun; background-color: #ffffff; ">最后，对于以水果或种子来补充其昆虫食物的许多小型哺乳动物而言，不能跨越树冠之间的无树问隙可能很成问题，因为生产这些食物的树林可能分布很稀疏。</span></div><img src ="http://www.cppblog.com/iuranus/aggbug/163841.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-01-08 20:05 <a href="http://www.cppblog.com/iuranus/archive/2012/01/08/163841.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Microsoft surface</title><link>http://www.cppblog.com/iuranus/archive/2012/01/06/163680.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Fri, 06 Jan 2012 00:19:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/01/06/163680.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/163680.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/01/06/163680.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/163680.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/163680.html</trackback:ping><description><![CDATA[<div><div><h2>Introduction</h2><p style="font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: normal; background-color: #ffffff; ">This is a short introduction to Microsoft's Surface technology.</p><h2>What is Surface?</h2><p style="font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: normal; background-color: #ffffff; ">The best way to quickly get an impression of the actual thing would be to watch&nbsp;<a href="http://www.youtube.com/watch?v=rP5y7yp06n0" style="text-decoration: none; color: purple; ">this short video</a>. I guess, formally, Surface is a combination of hardware that has some new input qualities and software APIs that come along with it to support them.&nbsp;<a href="http://www.youtube.com/watch?v=CZrr7AZ9nCY" style="text-decoration: none; color: purple; ">The parody</a>&nbsp;(also a recommended watch) describes it as 'a computer that is a big ass table&#8217;. For those of you who haven&#8217;t watched the movie, Surface is a table that has a computer screen on its surface. You can interact with it by touching the screen, which is far from new, but you can do it in multiple spots simultaneously (multiple users, multiple fingers of one user...), and you can place objects on it and have the Surface recognize them and interact with them.</p><p style="font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: normal; background-color: #ffffff; ">Microsoft identifies four key concepts in Surface:</p><ul style="font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: normal; background-color: #ffffff; "><li style="font-size: 10pt; ">Direct interaction &#8211; no mouse or keyboard</li><li style="font-size: 10pt; ">Multi-touch contact &#8211; more than one interaction spot</li><li style="font-size: 10pt; ">Multi-user experience &#8211; the table has no specific orientation; you may have several people stand around it and interact</li><li style="font-size: 10pt; ">Object recognition</li></ul><p style="font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: normal; background-color: #ffffff; ">It seems Microsoft is also aiming towards wireless technologies, enabling data transfer between devices placed on the Surface.</p></div></div><img src ="http://www.cppblog.com/iuranus/aggbug/163680.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-01-06 08:19 <a href="http://www.cppblog.com/iuranus/archive/2012/01/06/163680.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Telepresence</title><link>http://www.cppblog.com/iuranus/archive/2012/01/05/163661.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Thu, 05 Jan 2012 14:27:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/01/05/163661.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/163661.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/01/05/163661.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/163661.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/163661.html</trackback:ping><description><![CDATA[<ol><li><span style="font-size: 18pt">Telepresence与传统视频会议的区别？</span></li></ol>
<p><br />远程呈现（Telepresence），从表面来看，是对视频会议做了一些环境设计上的包装，提高了音视频质量，不过是视频会议的升级概念，貌似和业界现在很热门的高清概念是一回事，实际上并非如此。 在我看来，Telepresence<br />- 是深刻理解用户需求，是使用场景和用户体验分析的产物, 最终还原真实开会的场景。Human Productivity Lab的白皮书里上说的好，为什么传统视频会议使用率低，不能真正的降低商业差旅成本？根本原因是人们不喜欢用它！而为什么人们不喜欢用它？是因为传统视频会议并没有成功复制类似于面对面开会的用户体验。 根据统计，传统的视频会议每月平均使用时间是15个小时，这跟视频会议系统昂贵的建设成本来比，投入产出比确实差强人意。 而Telepresence的每月平均使用时间现在是60－130个小时。&nbsp;<br />- 高清晰的视频，提供真人大小的图像，面部表情流畅可见（面部表情其实对面对面的沟通很重要）。<br />- 一个会场提供一个显示屏，不用再像传统视频会议似的几个会场来回切换，或者几个会场像个豆腐块儿似的同时出现在一个屏幕中。<br />- 用于交流式的会议，大家可以随时发言，不用像传统视频会议似的，谁要讲话就得先得到发言权。<br />-&nbsp;提供标准化的会议环境，包括音响、灯光、统一会场背景设计（使得看起来与对方就在同一个会议室里），并且把所有设备、技术因素都融合进整体环境设计中。<span style="widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; font: 14px/21px Tahoma, Helvetica, SimSun, sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">眼对眼会议交流，隐藏式高清摄像机</span><br />&nbsp;&nbsp; 与 会者看不到传统视频会议那样摆在外面或者悬挂在屋顶的摄像头（像被监视）；不用在发言的时候把凑近麦克风、盯着摄像头，就像现实中开会一样自然而然地说 话、动作就好。 所有的这一切，归根结底，就是为用户创造真实的在同一个会议室里开会的应用体验。 一个产品是否能够取得成功，关键在于其是否能够满足用户的需求，解决用户的问题；而是否能够满足用户的需求，就要对使用场景进行深刻的理解和分析，为用户创造极致的用户体验了。 虽然Telepresence目前还是少数有钱企业的奢侈品，但是相信总有一天，高清晰的视频通信会走进我们的家庭和生活之中，科幻电影里哗啦垂下来一个LCD，可以和里面的人进行通话的场景已经不太遥远.<br />&nbsp;<img border="0" alt="" src="http://www.itavcn.com/pic/news/201005/20100519/image/xk14.jpg" width="500" height="301" /><br /><br /></p>
<p><span style="font-size: 18pt">2. Telepresence Required Technology？<br /><br />&nbsp;&nbsp;&nbsp; video encoding/decoding:h.264, data transmission, </span></p>
<p><span style="text-align: left; widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 28px; font: 14px/24px simsun, arial, helvetica, clean, sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(43,43,43); word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">视频：<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无缝的超宽景视频采集和呈现、3D视频采集和呈现以及更精准的多方位立体声采集<br /><span style="text-align: left; widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 28px; font: 14px/24px simsun, arial, helvetica, clean, sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(43,43,43); word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3D视频也是Telepresence技术发展的一个重要方向<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="text-align: left; widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 28px; font: 14px/24px simsun, arial, helvetica, clean, sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(43,43,43); word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">由于Telepresence是多区域图像拼接呈现，因此对于不同用户区域摄像机拍摄的3D图像的同步处理，当前的技术也还不成熟</span><br /></span>&nbsp;&nbsp;&nbsp;&nbsp;声音：&nbsp;&nbsp;&nbsp;&nbsp; <br /><span style="text-align: left; widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 28px; font: 14px/24px simsun, arial, helvetica, clean, sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(43,43,43); word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无缝的超宽景视频采集和呈现、3D视频采集和呈现外，更精准的多方位立体声采集也不容忽视。</span><br /><br /><a href="http://tech.ifeng.com/internet/detail_2011_09/28/9533709_0.shtml">http://tech.ifeng.com/internet/detail_2011_09/28/9533709_0.shtml</a></span><br /><br /></p><img src ="http://www.cppblog.com/iuranus/aggbug/163661.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-01-05 22:27 <a href="http://www.cppblog.com/iuranus/archive/2012/01/05/163661.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Cancer teatment</title><link>http://www.cppblog.com/iuranus/archive/2012/01/03/163488.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Tue, 03 Jan 2012 08:28:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2012/01/03/163488.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/163488.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2012/01/03/163488.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/163488.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/163488.html</trackback:ping><description><![CDATA[<div><div><div><div></div><div><div>Cancer treatment may have just taken a big leap into the computer age.</div><div></div><div>Stanford Univeristy reasearchers are reporting significant success in training computers to anaylze microscope slide of breast cancer biopsies, with keener eye than any human pathologist.&nbsp;</div><div></div><div>Since the early 20th century, pathologists have been squinting into the microscopes, looking for a handful of features in biopsies tumers samples, that enable them to classify how agreesive cancer is.&nbsp;</div><div></div><div>That information helps doctors decide how to treat patient.&nbsp;</div><div></div><div>Today, armed with sophisticated software, powerful computers get quiet skill at pattern recognition, identifying faces for example.&nbsp;</div><div></div><div>The Stanford researchers thought computers may be able to learn to evaluate cancer by biopsies, too.&nbsp;</div><div>To do that, Dfini cooler and colleages study with a set of biopsies slide and use to train pathologist. The slide was scanned into the computer which meansured not just a handful of features human pathologist might review, but thousands of characteristics on each image.</div><div></div><div>"And we plugged it into a machine learning algorithem that looked at survival data and try to figure out which of these features were good feature in term of survival, which were bad feature, and which were not relevant at all</div></div><div></div></div></div></div><img src ="http://www.cppblog.com/iuranus/aggbug/163488.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2012-01-03 16:28 <a href="http://www.cppblog.com/iuranus/archive/2012/01/03/163488.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>(转)iPhone开发技巧之环境篇（7）— 区分不同版本的iPhone</title><link>http://www.cppblog.com/iuranus/archive/2011/12/09/161813.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Fri, 09 Dec 2011 00:32:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2011/12/09/161813.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/161813.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2011/12/09/161813.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/161813.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/161813.html</trackback:ping><description><![CDATA[<div><div style="border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: url(http://www.yifeiyang.net/wp/wp-content/themes/lightword/images/date_comm_box.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #2c2c29; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -72px; height: 100px; width: 57px; position: absolute; display: inline-block; text-align: center; z-index: 2; color: #2c2c29; font-family: Tahoma; font-size: 12px; line-height: normal; border-image: initial; background-repeat: no-repeat no-repeat; "><span style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -1px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: block; font-weight: 700; text-transform: uppercase; letter-spacing: -1px; background-position: initial initial; background-repeat: initial initial; "><span style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 24px; display: block; background-position: initial initial; background-repeat: initial initial; ">23</span>三/10</span><span style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 14px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #ffffff; display: block; font-weight: 700; background-position: initial initial; background-repeat: initial initial; "><a href="http://www.yifeiyang.net/iphone-development-techniques-of-environmental-chapter-7-distinguish-between-different-versions-of-the-iphone/#comments" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 9px; margin-bottom: 0px; margin-left: 8px; padding-top: 6px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; color: #ffffff; text-decoration: none; display: block; background-position: initial initial; background-repeat: initial initial; ">0</a></span></div><h2><a title="iPhone开发技巧之环境篇（7）&#8212; 区分不同版本的iPhone" href="http://www.yifeiyang.net/iphone-development-techniques-of-environmental-chapter-7-distinguish-between-different-versions-of-the-iphone/" rel="bookmark" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #2c2c29; border-style: initial; border-color: initial; text-decoration: none; display: block; ">iPhone开发技巧之环境篇（7）&#8212; 区分不同版本的iPhone</a></h2><li style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #2c2c29; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #2c2c29; font-family: Tahoma; font-size: 12px; line-height: normal; ">博主：<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#107;&#97;&#110;&#101;&#121;&#106;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #807d7a; background-position: initial initial; background-repeat: initial initial; ">易飞扬</a></li><li style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #2c2c29; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #2c2c29; font-family: Tahoma; font-size: 12px; line-height: normal; ">原文链接&nbsp;:&nbsp;<a href="http://www.yifeiyang.net/iphone-development-techniques-of-environmental-chapter-7-distinguish-between-different-versions-of-the-iphone/" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #807d7a; background-position: initial initial; background-repeat: initial initial; ">http://www.yifeiyang.net/iphone-development-techniques-of-environmental-chapter-7-distinguish-between-different-versions-of-the-iphone/</a></li><li style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #2c2c29; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #2c2c29; font-family: Tahoma; font-size: 12px; line-height: normal; ">转载请保留上面文字。</li><br style="color: #2c2c29; font-family: Tahoma; font-size: 12px; line-height: normal; text-align: left; background-color: #2c2c29; " /><div style="text-align: right;"><font face="monospace"><span style="font-size: 12px; line-height: 18px; white-space: pre-wrap;"><br /></span></font></div><div style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #2c2c29; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: #2c2c29; font-family: Tahoma; font-size: 12px; line-height: normal; text-align: left; "></div></div><img src ="http://www.cppblog.com/iuranus/aggbug/161813.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2011-12-09 08:32 <a href="http://www.cppblog.com/iuranus/archive/2011/12/09/161813.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>带宽与延迟</title><link>http://www.cppblog.com/iuranus/archive/2011/11/15/160198.html</link><dc:creator>攀升</dc:creator><author>攀升</author><pubDate>Tue, 15 Nov 2011 13:25:00 GMT</pubDate><guid>http://www.cppblog.com/iuranus/archive/2011/11/15/160198.html</guid><wfw:comment>http://www.cppblog.com/iuranus/comments/160198.html</wfw:comment><comments>http://www.cppblog.com/iuranus/archive/2011/11/15/160198.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/iuranus/comments/commentRss/160198.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/iuranus/services/trackbacks/160198.html</trackback:ping><description><![CDATA[传输来回时间=（数据量&#247;链路速率&#215;2）+（传输距离&#247;光速&#215;2）<br />
<br />
更加准确的实际数据传输吞吐量计算公式为V=TCP Window Size&#247;2（TCP Window Size&#247;链路带宽+距离&#247;光速+链路设备处理延迟）<br />
<br />
Propagation delays, transmission delays(physical medium), processing delays(through proxy server or network hops)<br />
<br />
<div><a href="http://www.linkwan.com/gb/tech/base/vrtracert.htm">http://www.linkwan.com/gb/tech/base/vrtracert.htm<br />
<br />
</a></div>
Smokeping 主要是监视网络性能，包括常规的 ping，用 echoping 监视 www 服务器性能，监视 dns 查询性能，监视 ssh 性能等。底层也是 rrdtool 做支持，特点是画的图非常漂亮，网络丢包和延迟用颜色和阴影来表示。<br /><a href="http://download.csdn.net/detail/wozhaolala/2605797">http://download.csdn.net/detail/wozhaolala/2605797<br /></a><div><a href="http://blog.csdn.net/hellowhy79/article/details/647950">http://blog.csdn.net/hellowhy79/article/details/647950</a></div><img src ="http://www.cppblog.com/iuranus/aggbug/160198.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/iuranus/" target="_blank">攀升</a> 2011-11-15 21:25 <a href="http://www.cppblog.com/iuranus/archive/2011/11/15/160198.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>