??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲一区二区三区乱码A,亚洲日韩aⅴ在线视频,亚洲综合久久综合激情久久http://m.tkk7.com/qujinlong123/archive/2009/05/13/125434.html#270318|友|友Tue, 12 May 2009 22:49:00 GMThttp://m.tkk7.com/qujinlong123/archive/2009/05/13/125434.html#270318同感~

|友 2009-05-13 06:49 发表评论
]]>
re: 词法分析Q字W串分析Q?/title><link>http://m.tkk7.com/qujinlong123/archive/2009/05/02/113773.html#268587</link><dc:creator>rdc</dc:creator><author>rdc</author><pubDate>Sat, 02 May 2009 01:45:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2009/05/02/113773.html#268587</guid><description><![CDATA[请问你的图是用什么画得,谢谢<img src ="http://m.tkk7.com/qujinlong123/aggbug/268587.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">rdc</a> 2009-05-02 09:45 <a href="http://m.tkk7.com/qujinlong123/archive/2009/05/02/113773.html#268587#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: ?Java 通过串口发送手机短信(二)单?/title><link>http://m.tkk7.com/qujinlong123/archive/2009/03/25/110397.html#261799</link><dc:creator>Hermes</dc:creator><author>Hermes</author><pubDate>Wed, 25 Mar 2009 01:17:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2009/03/25/110397.html#261799</guid><description><![CDATA[你可能下错了Q我下的是smslib-java-v2[1].1.5.zip <br>q个里面有。?img src ="http://m.tkk7.com/qujinlong123/aggbug/261799.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">Hermes</a> 2009-03-25 09:17 <a href="http://m.tkk7.com/qujinlong123/archive/2009/03/25/110397.html#261799#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259991LongLongMon, 16 Mar 2009 05:19:00 GMThttp://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259991老兄说的是,
代码已修正?

呵呵Q写q个cȝ时候没有承自ArrayList的主要原因是Z保持它的接口的简单性,因ؓ(f)ArrayList的接口中有很多与Array的顺?序号操作的相养I比如add(int,object){等?img src ="http://m.tkk7.com/qujinlong123/aggbug/259991.html" width = "1" height = "1" />

Long 2009-03-16 13:19 发表评论
]]>
re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259990sun java 工程?/dc:creator>sun java 工程?/author>Mon, 16 Mar 2009 05:14:00 GMThttp://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259990O(∩_?O哈哈~Q看来都在看q边文章Q如果不考虑序的话Q按照上面的思\下来Q本人徏议承ArrayList再写一个方法就O(jin)K?
如:(x)
public class MyList<E> extends ArrayList<E>{
public Ojbect removeValue(int index){
if (index >= size || index < 0)
throw new IndexOutOfBoundsException("Index out of bounds.");
Object value = values[index];
if (index != size - 1) {
// 数l最后一个D充到被移除的位置?
values[index] = values[size - 1];
}
values[size - 1] = null; //讄为null
size--;
return value
}
}

]]>
re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259989sun java 工程?/dc:creator>sun java 工程?/author>Mon, 16 Mar 2009 05:06:00 GMThttp://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259989if (index != size - 1) { //如果相等怎么办?Q?
// 数l最后一个D充到被移除的位置?
values[index] = values[size - 1];
values[size - 1] = null; //讄为null
}
size--;
可否Ҏ(gu)一下代?
if (index != size - 1) {
// 数l最后一个D充到被移除的位置?
values[index] = values[size - 1];
}
values[size - 1] = null; //讄为null
size--;

]]>
re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259986xxxxMon, 16 Mar 2009 05:00:00 GMThttp://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259986注意是快速随问和快速可删除?
ArrayList无法做到快速可删除?img src ="http://m.tkk7.com/qujinlong123/aggbug/259986.html" width = "1" height = "1" />

xx 2009-03-16 13:00 发表评论
]]>
re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259985sun java 工程?/dc:creator>sun java 工程?/author>Mon, 16 Mar 2009 04:55:00 GMThttp://m.tkk7.com/qujinlong123/archive/2009/03/16/140048.html#259985
你说的对QArrayList插入或删除一ơ数据就?x)生一ơ大量数l内容Copy的操作。确实是q样?

可是单独增加一个|q没有进行那么复杂的操作Q具体请看ArrayList.add(E e)q个Ҏ(gu)?

你的上面的代码的实现Q在ArrayList中已l都有了。好好研IArrayList吧?
另外说一点你上面的代?removeQint indexQ?你的q个Ҏ(gu)已经实现了,但是改变了数l的序Q凭什么把最后一个数据插入到indexq个位置。理Z都是移序的?img src ="http://m.tkk7.com/qujinlong123/aggbug/259985.html" width = "1" height = "1" />

]]>
re: ?Java 通过串口发送手机短信(二)单?/title><link>http://m.tkk7.com/qujinlong123/archive/2008/12/14/110397.html#246215</link><dc:creator>弋孤U?/dc:creator><author>弋孤U?/author><pubDate>Sun, 14 Dec 2008 05:49:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2008/12/14/110397.html#246215</guid><description><![CDATA[@Steven suo <br>我也没有扑ֈCServiceq个c?!<img src ="http://m.tkk7.com/qujinlong123/aggbug/246215.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">弋孤U?/a> 2008-12-14 13:49 <a href="http://m.tkk7.com/qujinlong123/archive/2008/12/14/110397.html#246215#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 短信发送模板[未登录]http://m.tkk7.com/qujinlong123/archive/2008/08/20/119811.html#223357aaaaWed, 20 Aug 2008 15:16:00 GMThttp://m.tkk7.com/qujinlong123/archive/2008/08/20/119811.html#223357

aa 2008-08-20 23:16 发表评论
]]>
为SWT的StyledTextdUndo/Redo操作以及(qing)对快捷键动作l定的支?/title><link>http://m.tkk7.com/qujinlong123/archive/2008/07/15/122520.html#214920</link><dc:creator>zheng1285</dc:creator><author>zheng1285</author><pubDate>Tue, 15 Jul 2008 03:39:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2008/07/15/122520.html#214920</guid><description><![CDATA[<B>如果q要实现 从网上复制q来的粘贴到StyledText中能不能带它的属性呢Q?<br>比如它有链接、加_等{?lt;B><img src ="http://m.tkk7.com/qujinlong123/aggbug/214920.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">zheng1285</a> 2008-07-15 11:39 <a href="http://m.tkk7.com/qujinlong123/archive/2008/07/15/122520.html#214920#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>为SWT的StyledTextdUndo/Redo操作以及(qing)对快捷键动作l定的支?/title><link>http://m.tkk7.com/qujinlong123/archive/2008/07/15/122520.html#214918</link><dc:creator>zheng1285</dc:creator><author>zheng1285</author><pubDate>Tue, 15 Jul 2008 03:38:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2008/07/15/122520.html#214918</guid><description><![CDATA[如果q要实现 从网上复制q来的粘贴到StyledText中能不能带它的属性呢Q?<br>比如它有链接、加_等{?img src ="http://m.tkk7.com/qujinlong123/aggbug/214918.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">zheng1285</a> 2008-07-15 11:38 <a href="http://m.tkk7.com/qujinlong123/archive/2008/07/15/122520.html#214918#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 词法分析Q字W串分析Q?/title><link>http://m.tkk7.com/qujinlong123/archive/2008/06/26/113773.html#210770</link><dc:creator>又四?/dc:creator><author>又四?/author><pubDate>Thu, 26 Jun 2008 03:08:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2008/06/26/113773.html#210770</guid><description><![CDATA[一个页面就比陈亦云那一章都清楚Q害我不得不留言<img src ="http://m.tkk7.com/qujinlong123/aggbug/210770.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">又四?/a> 2008-06-26 11:08 <a href="http://m.tkk7.com/qujinlong123/archive/2008/06/26/113773.html#210770#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 词法分析Q字W串分析Q[未登录]http://m.tkk7.com/qujinlong123/archive/2008/01/05/113773.html#172873?/dc:creator>?/author>Fri, 04 Jan 2008 16:38:00 GMThttp://m.tkk7.com/qujinlong123/archive/2008/01/05/113773.html#172873讲的很透彻?但是例子多少有些扫兴,没有l出正则表达到dfa的{?能否l出nfa->dfa的{??qing)dfa最化的代?另外能否l一D|则表辑ּ->dfa的{?q样有lex的样子了 ,本h做语义属性方面学?fn)有IZ?


]]>
re: 用Pythonq实事(一Q自动修改Windows的IP、网兛_DNS讄http://m.tkk7.com/qujinlong123/archive/2008/01/05/125434.html#172870guest8888guest8888Fri, 04 Jan 2008 16:03:00 GMThttp://m.tkk7.com/qujinlong123/archive/2008/01/05/125434.html#172870

guest8888 2008-01-05 00:03 发表评论
]]>
re: ?Java 通过串口发送手机短信(二)单?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/12/06/110397.html#165796</link><dc:creator>Steven suo</dc:creator><author>Steven suo</author><pubDate>Thu, 06 Dec 2007 06:33:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/12/06/110397.html#165796</guid><description><![CDATA[Z么在我下载的smslib的src中没有发现CServiceq个cdQ麻烦指教一下,谢谢先!<img src ="http://m.tkk7.com/qujinlong123/aggbug/165796.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">Steven suo</a> 2007-12-06 14:33 <a href="http://m.tkk7.com/qujinlong123/archive/2007/12/06/110397.html#165796#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 词法分析Q字W串分析Q?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/10/22/113773.html#154857</link><dc:creator>逍猫</dc:creator><author>逍猫</author><pubDate>Mon, 22 Oct 2007 01:47:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/10/22/113773.html#154857</guid><description><![CDATA[最q在看关于这斚w的东西,自己也做了个词法分析器,功能实现了,但总觉得规范上差了些。今天看了此文,有种L的感觉,p感谢Q!<img src ="http://m.tkk7.com/qujinlong123/aggbug/154857.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">逍猫</a> 2007-10-22 09:47 <a href="http://m.tkk7.com/qujinlong123/archive/2007/10/22/113773.html#154857#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 为SWT的StyledTextdUndo/Redo操作以及(qing)对快捷键动作l定的支?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/09/07/122520.html#143315</link><dc:creator>wang</dc:creator><author>wang</author><pubDate>Fri, 07 Sep 2007 01:40:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/09/07/122520.html#143315</guid><description><![CDATA[h下,对小键盘回R l定快捷?Q怎样写代码呢Q忘告知Q谢?img src ="http://m.tkk7.com/qujinlong123/aggbug/143315.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">wang</a> 2007-09-07 09:40 <a href="http://m.tkk7.com/qujinlong123/archive/2007/09/07/122520.html#143315#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2007/08/30/140048.html#141333JAVA面试?/dc:creator>JAVA面试?/author>Thu, 30 Aug 2007 04:46:00 GMThttp://m.tkk7.com/qujinlong123/archive/2007/08/30/140048.html#141333

]]>
re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2007/08/28/140048.html#140342LongLongTue, 28 Aug 2007 02:35:00 GMThttp://m.tkk7.com/qujinlong123/archive/2007/08/28/140048.html#140342g朋友Q?br>我曾l考虑q将values[size - 1] = null;但是没有考虑周全。当时只考虑到values[size - 1] 的D先前Remove掉的那个元素位置引用Q所以没有必要设|ؓ(f)null。忽视了q个值可能再ơ被Remove掉而数l仍然持有引用?br>谢谢提醒?br>
另外Q哈希表的确是一个好东东Q不q对于一个频J用的、数据元素超多、哈希值分布不均匀的应用时Q太费内存I间了?br>
问题已修正?br>

Long 2007-08-28 10:35 发表评论
]]>
re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2007/08/28/140048.html#140339dennisdennisTue, 28 Aug 2007 02:22:00 GMThttp://m.tkk7.com/qujinlong123/archive/2007/08/28/140048.html#140339public Object remove(int index) {
if (index >= size || index < 0)
throw new IndexOutOfBoundsException("Index out of bounds.");

Object value = values[index];

if (index != size - 1) {
// 数l最后一个D充到被移除的位置?br> values[index] = values[size - 1];
values[size - 1] = null; //讄为null
}

size--;

return value;
}

dennis 2007-08-28 10:22 发表评论
]]>
re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2007/08/28/140048.html#140341dennisdennisTue, 28 Aug 2007 02:22:00 GMThttp://m.tkk7.com/qujinlong123/archive/2007/08/28/140048.html#140341

dennis 2007-08-28 10:22 发表评论
]]>
re: 快速随问和可删除的数组http://m.tkk7.com/qujinlong123/archive/2007/08/28/140048.html#140180姜利?/dc:creator>姜利?/author>Mon, 27 Aug 2007 16:21:00 GMThttp://m.tkk7.com/qujinlong123/archive/2007/08/28/140048.html#140180

]]>
re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/28/130582.html#133065</link><dc:creator>realzhang</dc:creator><author>realzhang</author><pubDate>Sat, 28 Jul 2007 15:22:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/28/130582.html#133065</guid><description><![CDATA[多谢回复Q再学习(fn)一下?img src ="http://m.tkk7.com/qujinlong123/aggbug/133065.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">realzhang</a> 2007-07-28 23:22 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/28/130582.html#133065#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132795</link><dc:creator>FadeSky</dc:creator><author>FadeSky</author><pubDate>Fri, 27 Jul 2007 07:23:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132795</guid><description><![CDATA[对应该提升到有限状态机q个深度 <br>不应该只是浅昄用于区分123L是字W串q是数字<img src ="http://m.tkk7.com/qujinlong123/aggbug/132795.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">FadeSky</a> 2007-07-27 15:23 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132795#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132750</link><dc:creator>Long</dc:creator><author>Long</author><pubDate>Fri, 27 Jul 2007 05:28:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132750</guid><description><![CDATA[另外Q也许是文中?br>“好Q如果你说分析器可以Ҏ(gu)后面的字W来判断的话Q那么如果下一个字Wؓ(f)字母Q那么很Ҏ(gu)判断出当前Token属于变量名(我们暂且忽略保留关键字)Q但是当如果接下来的字符全都是数字那怎么办?分析器将无法判断Q因为变量名的定义中允许数字的存在。?br>q几句话描述的不好、表辄不好吧,呵呵?img src ="http://m.tkk7.com/qujinlong123/aggbug/132750.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">Long</a> 2007-07-27 13:28 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132750#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132749</link><dc:creator>Long</dc:creator><author>Long</author><pubDate>Fri, 27 Jul 2007 05:21:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132749</guid><description><![CDATA[@realzhang<br>感谢realzhang的回复,<br><br>不过Q我认ؓ(f)关于变量名限制不能以数字开头还是要从编译原理的DFAq个角度来看Q也是?234L,0x123?234是一L(fng)Q它们ƈ不是数字的特D情况,换句话说q是程序语a中没有类?234L,0x123q样的数字表CŞ式,q是?x)限制不能以数字开头的?br><br>因ؓ(f)词法分析器分析到一个Token的第一个字W的时候就需要知道自p入到什么状态了Q即使没?234L,0x123q样的数字,也需要这h规定。也是ؓ(f)了解析的便性?br><br>我在文中举例"1234"q个例子只是Z从最直观的角度来描述q个问题Q给大家Q尤其是没有接触q编译原理的朋友Q一个初步的印象Q而且q加颜色表示Q呵呵,也许正因个原因让大家误解了我的真正意思?br><img src ="http://m.tkk7.com/qujinlong123/aggbug/132749.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">Long</a> 2007-07-27 13:21 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132749#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132744</link><dc:creator>realzhang</dc:creator><author>realzhang</author><pubDate>Fri, 27 Jul 2007 04:40:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132744</guid><description><![CDATA[@Long <br>我认为en看懂了你的意思,但是他指Z更特D的问题?<br> <br>其实Q这个问题没那么复杂Q就是编译器的规定?<br>因ؓ(f)允许数字开头的变量名会(x)造成更大的麻烦,所以就不允怺Q多单?<br> <br>Long和en的差别,在于对这个麻烦的理解深浅不同Q?<br>long只简单的认ؓ(f)1234q样的变量名无法区分是数字还是变量,但这个问题不仅仅是long讨论的数字开头的变量名了Q而是——变量名全是数字的情况了Q是数字开头的一U特D的情况Q说服力不够大?<br> <br>其实en认ؓ(f)更重要的是如下的情况Q?<br> <br>1234L : Longcd?变量名? <br>0123 : 是八q制Q变量名Q?<br>1.2e10 U学计数Q变量名Q?<br>0x123 十六q制Q变量名Q?<br> <br>q造成了编译器的头晕,所以禁止之Q多单呀。不是吗Q?img src ="http://m.tkk7.com/qujinlong123/aggbug/132744.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">realzhang</a> 2007-07-27 12:40 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/27/130582.html#132744#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/26/130582.html#132494</link><dc:creator>Long</dc:creator><author>Long</author><pubDate>Thu, 26 Jul 2007 04:20:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/26/130582.html#132494</guid><description><![CDATA[@en<br>q位仁兄说的也没?br>不过Q呵呵,你可能没有看懂我在文中说的意?img src ="http://m.tkk7.com/qujinlong123/aggbug/132494.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">Long</a> 2007-07-26 12:20 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/26/130582.html#132494#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/26/130582.html#132478</link><dc:creator>en</dc:creator><author>en</author><pubDate>Thu, 26 Jul 2007 03:44:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/26/130582.html#132478</guid><description><![CDATA[没分析到点上Q主要事因ؓ(f)1e,1Lq样的token不能定应该处理未数字还是变?.....<img src ="http://m.tkk7.com/qujinlong123/aggbug/132478.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">en</a> 2007-07-26 11:44 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/26/130582.html#132478#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/19/130582.html#131342</link><dc:creator>pass86</dc:creator><author>pass86</author><pubDate>Thu, 19 Jul 2007 11:31:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/19/130582.html#131342</guid><description><![CDATA[不错不错Q赞一个?img src ="http://m.tkk7.com/qujinlong123/aggbug/131342.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">pass86</a> 2007-07-19 19:31 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/19/130582.html#131342#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130909</link><dc:creator>CowNew开源团?/dc:creator><author>CowNew开源团?/author><pubDate>Tue, 17 Jul 2007 10:54:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130909</guid><description><![CDATA[很多事情看v来貌似“就应该q样”,但是仔细分析却发现其中蕴藏着非常_֦的东ѝ感谢Long的分享,学习(fn)中?img src ="http://m.tkk7.com/qujinlong123/aggbug/130909.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">CowNew开源团?/a> 2007-07-17 18:54 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130909#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130808</link><dc:creator>北贝W狗</dc:creator><author>北贝W狗</author><pubDate>Tue, 17 Jul 2007 05:29:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130808</guid><description><![CDATA[呵呵 <br>知道你们说的词汇是什么,有印象,只怪自己在学校的时候没有好好上课,那门课还差点挂了Q!Q编译原理!Q!Q!Q!Q你们都是编语言的?Q?Q?Q呵?img src ="http://m.tkk7.com/qujinlong123/aggbug/130808.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">北贝W狗</a> 2007-07-17 13:29 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130808#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130749</link><dc:creator>Long</dc:creator><author>Long</author><pubDate>Tue, 17 Jul 2007 02:28:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130749</guid><description><![CDATA[@Dingding<br>不错Q正是由于词法分析器在读取第一个字W的时候,如果是数字它?yu)无法判断当前是q入C标识W状态还是数值常量这个状态了Q所以就有了标识W不能以数字开头的限制?img src ="http://m.tkk7.com/qujinlong123/aggbug/130749.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">Long</a> 2007-07-17 10:28 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130749#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开头[未登录]http://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130737DingdingDingdingTue, 17 Jul 2007 02:02:00 GMThttp://m.tkk7.com/qujinlong123/archive/2007/07/17/130582.html#130737

Dingding 2007-07-17 10:02 发表评论
]]>
re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130647</link><dc:creator>开?/dc:creator><author>开?/author><pubDate>Mon, 16 Jul 2007 10:54:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130647</guid><description><![CDATA[我好久没惌“ؓ(f)什么”之cȝ问题了,慕g能常常有q样的灵感?img src ="http://m.tkk7.com/qujinlong123/aggbug/130647.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">开?/a> 2007-07-16 18:54 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130647#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130600</link><dc:creator>Long</dc:creator><author>Long</author><pubDate>Mon, 16 Jul 2007 08:08:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130600</guid><description><![CDATA[@草鞋h<br>呵呵Q笔头功夫差了点Q还得多见谅Q)<img src ="http://m.tkk7.com/qujinlong123/aggbug/130600.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">Long</a> 2007-07-16 16:08 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130600#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130597</link><dc:creator>草鞋h</dc:creator><author>草鞋h</author><pubDate>Mon, 16 Jul 2007 07:48:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130597</guid><description><![CDATA["q真是没有没有原因的事情", q句话还真是有点l口啊,呵呵。不q还是很有道理的…?img src ="http://m.tkk7.com/qujinlong123/aggbug/130597.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">草鞋h</a> 2007-07-16 15:48 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130597#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130589</link><dc:creator>交口U赞</dc:creator><author>交口U赞</author><pubDate>Mon, 16 Jul 2007 07:26:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130589</guid><description><![CDATA[人是zd <br>机器是死?<br> <br>机器永远无法知道Z(x)怎么操作 <br> <br>所以很多时?0%的代码是Zd?0%的情c(din)?img src ="http://m.tkk7.com/qujinlong123/aggbug/130589.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">交U赞</a> 2007-07-16 15:26 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130589#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: E序语言中的变量名ؓ(f)什么不能以数字开?/title><link>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130584</link><dc:creator>BeanSoft</dc:creator><author>BeanSoft</author><pubDate>Mon, 16 Jul 2007 07:20:00 GMT</pubDate><guid>http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130584</guid><description><![CDATA[q有很多语法规定其实是Z~译器便于进行分析才q样U束? 语言高U? 里面的语法约束就多.<img src ="http://m.tkk7.com/qujinlong123/aggbug/130584.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/qujinlong123/" target="_blank">BeanSoft</a> 2007-07-16 15:20 <a href="http://m.tkk7.com/qujinlong123/archive/2007/07/16/130582.html#130584#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>лǵվܻԴȤ</p> <a href="http://m.tkk7.com/" title="亚洲av成人片在线观看">亚洲av成人片在线观看</a> <div class="friend-links"> </div> </div> </footer> վ֩ģ壺 <a href="http://ttvv77.com" target="_blank">99ƵƷƵ7</a>| <a href="http://abab14.com" target="_blank">337Pձŷ޴ͼ </a>| <a href="http://guanxianedu.com" target="_blank">A߹ۿ</a>| <a href="http://maopiandao163.com" target="_blank">aѸɫƬ </a>| <a href="http://www42iii.com" target="_blank">޳ַ</a>| <a href="http://yhanalati.com" target="_blank">˾þô߽槼</a>| <a href="http://508009.com" target="_blank">ȫƵ߹ۿѸ</a>| <a href="http://sky233.com" target="_blank">þþƷAV</a>| <a href="http://dd5566.com" target="_blank">һëƬѿa</a>| <a href="http://yw835.com" target="_blank">þþþþAŷAV</a>| <a href="http://szq18888.com" target="_blank">AVƬվ</a>| <a href="http://vv848.com" target="_blank">ҹɫ˽ӰԺ߹ۿ</a>| <a href="http://32-k.com" target="_blank">ƷƵ</a>| <a href="http://456qqq.com" target="_blank">99ƷƵ߹ۿƬһһ </a>| <a href="http://77133144.com" target="_blank">9þѹƷػ</a>| <a href="http://yiren2233.com" target="_blank">Ƶ߲</a>| <a href="http://otkaxap.com" target="_blank">99REþþƷﶼǾƷ</a>| <a href="http://maomaots.com" target="_blank">պƷ</a>| <a href="http://ahtxjk.com" target="_blank">ۺɫ</a>| <a href="http://shrongshan.com" target="_blank">߹ۿHַ</a>| <a href="http://ebanyou.com" target="_blank">av벻þ</a>| <a href="http://hairdehf.com" target="_blank">˾Ʒҹ侫պ</a>| <a href="http://www-01313.com" target="_blank">ѳ̱߸߳Ƶ </a>| <a href="http://ynkaishan.com" target="_blank">Ʒ޲һ</a>| <a href="http://kmrghj.com" target="_blank">þþþӰԺŮ</a>| <a href="http://k5nn.com" target="_blank">Ļһ</a>| <a href="http://jkc178.com" target="_blank">˾þƵ</a>| <a href="http://www-65jjj.com" target="_blank">þþþ޹</a>| <a href="http://sdhgjscl.com" target="_blank">AV벻߹ۿ </a>| <a href="http://wwwkk5679.com" target="_blank">anan߹ۿ</a>| <a href="http://djllgs.com" target="_blank">Կ60Ƶ</a>| <a href="http://avyjj.com" target="_blank">޹Ʒҹ߹ۿ </a>| <a href="http://295301.com" target="_blank">ձһ</a>| <a href="http://fantoment.com" target="_blank">Ůվ91ɫ</a>| <a href="http://yctbhb.com" target="_blank">Ʒһɫ </a>| <a href="http://h588888.com" target="_blank">ձѹۿ</a>| <a href="http://yjjinfeng.com" target="_blank">aƬ߹ۿ</a>| <a href="http://44jjy.com" target="_blank">ѹۿ</a>| <a href="http://bjhuicui.com" target="_blank">þþþþһ</a>| <a href="http://88bgbg.com" target="_blank">޹Ƶ</a>| <a href="http://hs969.com" target="_blank">Ʒר</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>