Python论坛  - 讨论区

标题:[python-chinese] 和 python关系不大,搞计算机的来瞄一眼

2006年11月29日 星期三 16:02

Bruce Wang number5在gmail.com
星期三 十一月 29 16:02:04 HKT 2006

On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com> wrote:
>
> ÎÒÔپٸöÀý×Ó¡£
>
> ÕýÔò±í´ïʽ´ó¼Ò¶¼ÖªµÀ°É£¿Ôõôдһ¸öÕýÔò±í´ïʽ×ösearchµÄ¿â£¿ÎÒ¸Ò´ò±£Æ±£¬Ã»Ñ§¹ý¼ÆËãÀíÂÛµÄÓÐÏÞ×Ô¶¯»ú²¿·Ö£¬Ð´¶Ô¶¼ÊDz»Ì«¿ÉÄܵģ¬¸ü²»ÒªËµÐ§ÂÊÁË¡£
>
>
ÎÒûѧ¹ý×Ô¶¯»ú, ºÃÏñ²»·Á°­ÎÒʹÓÃÕýÔò±í´ïʽ.

-- 
simple is good
http://brucewang.net
skype: number5
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061129/ae32cb9b/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 16:16

NewBoyTim newboytim在163.com
星期三 十一月 29 16:16:40 HKT 2006

上一个你还没给说算法,难道你也不知道?

晕了

 

你说search的库具体指什么?

自己定义一个数据结构来然后用正则来搜索??

----------------------------------------------------------------
NewBoyTim
E-mail:NewBoyTim at 163.com
Blog:Http://Blog.PartyWind.Com
Python新手
----------------------------------------------------------------
  

  _____  

From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Bruce Wang
Sent: Wednesday, November 29, 2006 4:02 PM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese]和 python关系不大,搞计算机的来瞄一眼哈

 

 

On 11/29/06, Yunfeng Tao <taoyfeng at gmail.com> wrote:

我再举个例子。

正则表达式大家都知道吧?怎么写一个正则表达式做search的库?我敢打保票,没学过
计算理论的有限自动机部分,写对都是不太可能的,更不要说效率了。


我没学过自动机, 好像不妨碍我使用正则表达式.

-- 
simple is good
http://brucewang.net  <http://brucewang.net> 
skype: number5 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061129/8c192c9f/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 16:29

Yunfeng Tao taoyfeng在gmail.com
星期三 十一月 29 16:29:08 HKT 2006

don't be so sure. 根据我做助教的经验,完全写对的学生是很少的。

另外,如果你满足于使用别人的成果,而不是发展它,ok,我没意见。

在 06-11-29,Bruce Wang<number5在gmail.com> 写道:
>
>
> On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com> wrote:
> > 我再举个例子。
> >
> >
> 正则表达式大家都知道吧?怎么写一个正则表达式做search的库?我敢打保票,没学过计算理论的有限自动机部分,写对都是不太可能的,更不要说效率了。
> >
> >
>
> 我没学过自动机, 好像不妨碍我使用正则表达式.
>
> --
> simple is good
> http://brucewang.net
> skype: number5
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 16:30

Yunfeng Tao taoyfeng在gmail.com
星期三 十一月 29 16:30:56 HKT 2006

简单点吧:给你一个正则表达式和一个字符串,问两者是否match。

在 06-11-29,NewBoyTim<newboytim在163.com> 写道:
>
>
>
>
> 上一个你还没给说算法,难道你也不知道?
>
> 晕了
>
>
>
> 你说search的库具体指什么?
>
> 自己定义一个数据结构来然后用正则来搜索??
>
>
> ----------------------------------------------------------------
>  NewBoyTim
>  E-mail:NewBoyTim在163.com
>  Blog:Http://Blog.PartyWind.Com
>  Python新手
> ----------------------------------------------------------------
>
>
>  ________________________________
>
>
> From: python-chinese-bounces在lists.python.cn
> [mailto:python-chinese-bounces在lists.python.cn] On Behalf
> Of Bruce Wang
>  Sent: Wednesday, November 29, 2006 4:02 PM
>  To: python-chinese在lists.python.cn
>  Subject: Re: [python-chinese]和 python关系不大,搞计算机的来瞄一眼哈
>
>
>
>
>
>
>
> On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com> wrote:
>
> 我再举个例子。
>
> 正则表达式大家都知道吧?怎么写一个正则表达式做search的库?我敢打保票,没学过计算理论的有限自动机部分,写对都是不太可能的,更不要说效率了。
>
>
>  我没学过自动机, 好像不妨碍我使用正则表达式.
>
>  --
>  simple is good
>  http://brucewang.net
>  skype: number5
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 16:43

rosetta rosettas在gmail.com
星期三 十一月 29 16:43:31 HKT 2006

On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com> wrote:
> 我再举个例子。
>
> 正则表达式大家都知道吧?怎么写一个正则表达式做search的库?我敢打保票,没学过计算理论的有限自动机部分,写对都是不太可能的,更不要说效率了。

不能说的这么绝对,理论也是在实践中发展出来的.
能熟练并且高效使用正则表达式工作的人是可能写出高效的符合要求的库的,即使没学过计算理论.
只是对于本身就对正则不够精通的情况下,学过理论是有帮助的.

>
> 2006/11/29, shhgs <shhgs.efhilt在gmail.com>:
> > 看来大家对数学的看法不同。
> >
> > 我认为很多东西都属于数学的范畴。数学不仅仅是微积分,行列式。很多算法的设计思路,问题的分析思路都是数学。不要觉得一个问题用到的数学知识很少就认为它不是数学。数学首先是一种思路。
> >
> > 下面我举两个例子。
> >
> > 第一是GC。堆里有很多对象,栈里有很多引用。请问你怎样判断堆里的对象是不是垃圾?(copy and delete不算)
> >
> > 第二,内存检测程序。不要以为这个很简单。因为你程序运行的时候是要占内存的,但是你又怎样判断程序占用的这段内存是不是有问题。这就像是站在桌子上用棍子探哪里凹下去一样。问题是你怎么知道你站的地方是不是凹下去了。
> >
> > 这里没有微积分,没有行列式,甚至没有加减乘除,但是这难道不是数学吗?
> >
> > On 11/28/06, fdu.xiaojf在gmail.com <fdu.xiaojf在gmail.com> wrote:
> > > shhgs wrote:
> > > > 就差半步。
> > > >
> > > > 其实
> > > >
> > > > f(n) = 1/2 * f(n-1) + 1/2 f(n+1)
> > > >
> > > > 请问,这个f(n)是什么?是不是一个等差数列?
> > > >
> > > > 下面还要再说吗?
> > > >
> > > 唉,我白痴了,后面白费那么多力气,怎么一眼没看出来呢,呵呵
> > >
> > > 谢谢!
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
with kind regards

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 16:46

Leo Jay python.leojay在gmail.com
星期三 十一月 29 16:46:38 HKT 2006

On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com> wrote:
> 简单点吧:给你一个正则表达式和一个字符串,问两者是否match。

哪有什么东西只有一种解法的?
你参加过acm吗?参加过几年acm的人大多应该拜读过starfish的用dp做正则式匹配的文章。

-- 
Best Regards,
Leo Jay

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 16:50

NewBoyTim newboytim在163.com
星期三 十一月 29 16:50:52 HKT 2006

明白你的意思了
就是写一个解释正则的程序

----------------------------------------------------------------
NewBoyTim
E-mail:NewBoyTim at 163.com
Blog:Http://Blog.PartyWind.Com
Python新手
----------------------------------------------------------------
 

-----Original Message-----
From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Yunfeng Tao
Sent: Wednesday, November 29, 2006 4:31 PM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese]和 python关系不大,搞计算机的来瞄一眼哈

简单点吧:给你一个正则表达式和一个字符串,问两者是否match。

在 06-11-29,NewBoyTim<newboytim at 163.com> 写道:
>
>
>
>
> 上一个你还没给说算法,难道你也不知道?
>
> 晕了
>
>
>
> 你说search的库具体指什么?
>
> 自己定义一个数据结构来然后用正则来搜索??
>
>
> ----------------------------------------------------------------
>  NewBoyTim
>  E-mail:NewBoyTim at 163.com
>  Blog:Http://Blog.PartyWind.Com
>  Python新手
> ----------------------------------------------------------------
>
>
>  ________________________________
>
>
> From: python-chinese-bounces at lists.python.cn
> [mailto:python-chinese-bounces at lists.python.cn] On Behalf
> Of Bruce Wang
>  Sent: Wednesday, November 29, 2006 4:02 PM
>  To: python-chinese at lists.python.cn
>  Subject: Re: [python-chinese]和 python关系不大,搞计算机的来瞄一眼哈
>
>
>
>
>
>
>
> On 11/29/06, Yunfeng Tao <taoyfeng at gmail.com> wrote:
>
> 我再举个例子。
>
> 正则表达式大家都知道吧?怎么写一个正则表达式做search的库?我敢打保票,没学
过计算理论的有限自动机部分,写对都是不太可能的,更不要说效率了。
>
>
>  我没学过自动机, 好像不妨碍我使用正则表达式.
>
>  --
>  simple is good
>  http://brucewang.net
>  skype: number5
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 16:52

Yunfeng Tao taoyfeng在gmail.com
星期三 十一月 29 16:52:23 HKT 2006

你要是认为我说的不对,自己写一个看看。所谓"不能说的这么绝对"云云,不足以反驳我。

2006/11/29, rosetta <rosettas在gmail.com>:
> On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com> wrote:
> > 我再举个例子。
> >
> > 正则表达式大家都知道吧?怎么写一个正则表达式做search的库?我敢打保票,没学过计算理论的有限自动机部分,写对都是不太可能的,更不要说效率了。
>
> 不能说的这么绝对,理论也是在实践中发展出来的.
> 能熟练并且高效使用正则表达式工作的人是可能写出高效的符合要求的库的,即使没学过计算理论.
> 只是对于本身就对正则不够精通的情况下,学过理论是有帮助的.
>
> >
> > 2006/11/29, shhgs <shhgs.efhilt在gmail.com>:
> > > 看来大家对数学的看法不同。
> > >
> > > 我认为很多东西都属于数学的范畴。数学不仅仅是微积分,行列式。很多算法的设计思路,问题的分析思路都是数学。不要觉得一个问题用到的数学知识很少就认为它不是数学。数学首先是一种思路。
> > >
> > > 下面我举两个例子。
> > >
> > > 第一是GC。堆里有很多对象,栈里有很多引用。请问你怎样判断堆里的对象是不是垃圾?(copy and delete不算)
> > >
> > > 第二,内存检测程序。不要以为这个很简单。因为你程序运行的时候是要占内存的,但是你又怎样判断程序占用的这段内存是不是有问题。这就像是站在桌子上用棍子探哪里凹下去一样。问题是你怎么知道你站的地方是不是凹下去了。
> > >
> > > 这里没有微积分,没有行列式,甚至没有加减乘除,但是这难道不是数学吗?
> > >
> > > On 11/28/06, fdu.xiaojf在gmail.com <fdu.xiaojf在gmail.com> wrote:
> > > > shhgs wrote:
> > > > > 就差半步。
> > > > >
> > > > > 其实
> > > > >
> > > > > f(n) = 1/2 * f(n-1) + 1/2 f(n+1)
> > > > >
> > > > > 请问,这个f(n)是什么?是不是一个等差数列?
> > > > >
> > > > > 下面还要再说吗?
> > > > >
> > > > 唉,我白痴了,后面白费那么多力气,怎么一眼没看出来呢,呵呵
> > > >
> > > > 谢谢!
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese在lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> --
> with kind regards
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 16:55

刘鑫 march.liu在gmail.com
星期三 十一月 29 16:55:19 HKT 2006

ÎÒÊÔ¹ý£¬¿É³ÜµÄʧ°ÜÁË¡­¡­Ð¦¡­¡­
´Óʵ¼ùÖÐ×ܽá³öÕæÀíµÄÊÇÉÙÊýµÄÌì²Å£¬ÎÒ²»ÊÇ£¬ÎÒÖ»ÓÐÔÚÇ°È˵ÄÖÇ»ÛÖгɳ¤µÄ·Ý¶ù¡£

2006/11/29, Yunfeng Tao <taoyfeng在gmail.com>:
>
> ÄãÒªÊÇÈÏΪÎÒ˵µÄ²»¶Ô£¬×Ô¼ºÐ´Ò»¸ö¿´¿´¡£Ëùν"²»ÄÜ˵µÄÕâô¾ø¶Ô"ÔÆÔÆ£¬²»×ãÒÔ·´²µÎÒ¡£
>
> 2006/11/29, rosetta <rosettas在gmail.com>:
> > On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com> wrote:
> > > ÎÒÔپٸöÀý×Ó¡£
> > >
> > >
> ÕýÔò±í´ïʽ´ó¼Ò¶¼ÖªµÀ°É£¿Ôõôдһ¸öÕýÔò±í´ïʽ×ösearchµÄ¿â£¿ÎÒ¸Ò´ò±£Æ±£¬Ã»Ñ§¹ý¼ÆËãÀíÂÛµÄÓÐÏÞ×Ô¶¯»ú²¿·Ö£¬Ð´¶Ô¶¼ÊDz»Ì«¿ÉÄܵģ¬¸ü²»ÒªËµÐ§ÂÊÁË¡£
> >
> > ²»ÄÜ˵µÄÕâô¾ø¶Ô,ÀíÂÛÒ²ÊÇÔÚʵ¼ùÖз¢Õ¹³öÀ´µÄ.
> > ÄÜÊìÁ·²¢ÇÒ¸ßЧʹÓÃÕýÔò±í´ïʽ¹¤×÷µÄÈËÊÇ¿ÉÄÜд³ö¸ßЧµÄ·ûºÏÒªÇóµÄ¿âµÄ,¼´Ê¹Ã»Ñ§¹ý¼ÆËãÀíÂÛ.
> > Ö»ÊǶÔÓÚ±¾Éí¾Í¶ÔÕýÔò²»¹»¾«Í¨µÄÇé¿öÏÂ,ѧ¹ýÀíÂÛÊÇÓаïÖúµÄ.
> >
> > >
> > > 2006/11/29, shhgs <shhgs.efhilt在gmail.com>:
> > > > ¿´À´´ó¼Ò¶ÔÊýѧµÄ¿´·¨²»Í¬¡£
> > > >
> > > >
> ÎÒÈÏΪºÜ¶à¶«Î÷¶¼ÊôÓÚÊýѧµÄ·¶³ë¡£Êýѧ²»½ö½öÊÇ΢»ý·Ö£¬ÐÐÁÐʽ¡£ºÜ¶àËã·¨µÄÉè¼Æ˼·£¬ÎÊÌâµÄ·ÖÎö˼·¶¼ÊÇÊýѧ¡£²»Òª¾õµÃÒ»¸öÎÊÌâÓõ½µÄÊýѧ֪ʶºÜÉÙ¾ÍÈÏΪËü²»ÊÇÊýѧ¡£ÊýѧÊ×ÏÈÊÇÒ»ÖÖ˼·¡£
> > > >
> > > > ÏÂÃæÎÒ¾ÙÁ½¸öÀý×Ó¡£
> > > >
> > > > µÚÒ»ÊÇGC¡£¶ÑÀïÓкܶà¶ÔÏó£¬Õ»ÀïÓкܶàÒýÓá£ÇëÎÊÄãÔõÑùÅж϶ÑÀïµÄ¶ÔÏóÊDz»ÊÇÀ¬»ø£¿(copy and delete²»Ëã)
> > > >
> > > >
> µÚ¶þ£¬ÄÚ´æ¼ì²â³ÌÐò¡£²»ÒªÒÔΪÕâ¸öºÜ¼òµ¥¡£ÒòΪÄã³ÌÐòÔËÐеÄʱºòÊÇÒªÕ¼ÄÚ´æµÄ£¬µ«ÊÇÄãÓÖÔõÑùÅжϳÌÐòÕ¼ÓõÄÕâ¶ÎÄÚ´æÊDz»ÊÇÓÐÎÊÌâ¡£Õâ¾ÍÏñÊÇÕ¾ÔÚ×À×ÓÉÏÓù÷×Ó̽ÄÄÀï°¼ÏÂÈ¥Ò»Ñù¡£ÎÊÌâÊÇÄãÔõô֪µÀÄãÕ¾µÄµØ·½ÊDz»ÊÇ°¼ÏÂÈ¥ÁË¡£
> > > >
> > > > ÕâÀïûÓÐ΢»ý·Ö£¬Ã»ÓÐÐÐÁÐʽ£¬ÉõÖÁûÓмӼõ³Ë³ý£¬µ«ÊÇÕâÄѵÀ²»ÊÇÊýѧÂð£¿
> > > >
> > > > On 11/28/06, fdu.xiaojf在gmail.com <fdu.xiaojf在gmail.com> wrote:
> > > > > shhgs wrote:
> > > > > > ¾Í²î°ë²½¡£
> > > > > >
> > > > > > Æäʵ
> > > > > >
> > > > > > f(n) = 1/2 * f(n-1) + 1/2 f(n+1)
> > > > > >
> > > > > > ÇëÎÊ£¬Õâ¸öf(n)ÊÇʲô£¿ÊDz»ÊÇÒ»¸öµÈ²îÊýÁУ¿
> > > > > >
> > > > > > ÏÂÃ滹ҪÔÙ˵Âð£¿
> > > > > >
> > > > > °¦,ÎҰ׳ÕÁË,ºóÃæ°×·ÑÄÇô¶àÁ¦Æø,ÔõôһÑÛû¿´³öÀ´ÄØ,ºÇºÇ
> > > > >
> > > > > лл!
> > > > > _______________________________________________
> > > > > python-chinese
> > > > > Post: send python-chinese在lists.python.cn
> > > > > Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> > > > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese在lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
> > --
> > with kind regards
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
»¶Ó­·ÃÎÊ£º
http://blog.csdn.net/ccat

ÁõöÎ
March.Liu
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061129/92176f70/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 17:10

Yunfeng Tao taoyfeng在gmail.com
星期三 十一月 29 17:10:27 HKT 2006

呵呵,不可耻不可耻。据我所知,没有这样一个天才。

正则表达式、有限自动机等等都是理论计算机科学家,其实都是数学家,在回答"什么是计算"这个问题的时候顺带着搞出来的。那时候还没有计算机呢。几十年后有个牛人发现这个玩意工程上也很有用,于是用理论家们的成果实现了一把。这段历史就是这样,从理论到实践,而不是照着马克思的意思从实践到理论。

在 06-11-29,刘鑫<march.liu在gmail.com> 写道:
> 我试过,可耻的失败了……笑……
> 从实践中总结出真理的是少数的天才,我不是,我只有在前人的智慧中成长的份儿。
>
> 2006/11/29, Yunfeng Tao <taoyfeng在gmail.com>:
> >
> > 你要是认为我说的不对,自己写一个看看。所谓"不能说的这么绝对"云云,不足以反驳我。
> >
> > 2006/11/29, rosetta <rosettas在gmail.com>:
> > > On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com > wrote:
> > > > 我再举个例子。
> > > >
> > > >
> 正则表达式大家都知道吧?怎么写一个正则表达式做search的库?我敢打保票,没学过计算理论的有限自动机部分,写对都是不太可能的,更不要说效率了。
> > >
> > > 不能说的这么绝对,理论也是在实践中发展出来的.
> > > 能熟练并且高效使用正则表达式工作的人是可能写出高效的符合要求的库的,即使没学过计算理论.
> > > 只是对于本身就对正则不够精通的情况下,学过理论是有帮助的.
> > >
> > > >
> > > > 2006/11/29, shhgs <shhgs.efhilt在gmail.com>:
> > > > > 看来大家对数学的看法不同。
> > > > >
> > > > >
> 我认为很多东西都属于数学的范畴。数学不仅仅是微积分,行列式。很多算法的设计思路,问题的分析思路都是数学。不要觉得一个问题用到的数学知识很少就认为它不是数学。数学首先是一种思路。
> > > > >
> > > > > 下面我举两个例子。
> > > > >
> > > > > 第一是GC。堆里有很多对象,栈里有很多引用。请问你怎样判断堆里的对象是不是垃圾?(copy and
> delete不算)
> > > > >
> > > > >
> 第二,内存检测程序。不要以为这个很简单。因为你程序运行的时候是要占内存的,但是你又怎样判断程序占用的这段内存是不是有问题。这就像是站在桌子上用棍子探哪里凹下去一样。问题是你怎么知道你站的地方是不是凹下去了。
> > > > >
> > > > > 这里没有微积分,没有行列式,甚至没有加减乘除,但是这难道不是数学吗?
> > > > >
> > > > > On 11/28/06, fdu.xiaojf在gmail.com < fdu.xiaojf在gmail.com> wrote:
> > > > > > shhgs wrote:
> > > > > > > 就差半步。
> > > > > > >
> > > > > > > 其实
> > > > > > >
> > > > > > > f(n) = 1/2 * f(n-1) + 1/2 f(n+1)
> > > > > > >
> > > > > > > 请问,这个f(n)是什么?是不是一个等差数列?
> > > > > > >
> > > > > > > 下面还要再说吗?
> > > > > > >
> > > > > > 唉,我白痴了,后面白费那么多力气,怎么一眼没看出来呢,呵呵
> > > > > >
> > > > > > 谢谢!
> > > > > > _______________________________________________
> > > > > > python-chinese
> > > > > > Post: send python-chinese在lists.python.cn
> > > > > > Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> > > > > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > > > > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> > > > > _______________________________________________
> > > > > python-chinese
> > > > > Post: send python-chinese在lists.python.cn
> > > > > Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> > > > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > > > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese在lists.python.cn
> > > > Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > > --
> > > with kind regards
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>
>
> --
> 欢迎访问:
> http://blog.csdn.net/ccat
>
> 刘鑫
> March.Liu
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月29日 星期三 17:51

tocer tocer.deng在gmail.com
星期三 十一月 29 17:51:24 HKT 2006

扯远一点:你说的是从理论到实现,不是从理论到实践。差别很大的:)

Yunfeng Tao wrote::
> 呵呵,不可耻不可耻。据我所知,没有这样一个天才。
> 
> 正则表达式、有限自动机等等都是理论计算机科学家,其实都是数学家,在回答"什么是计算"这个问题的时候顺带着搞出来的。那时候还没有计算机呢。几十年后有个牛人发现这个玩意工程上也很有用,于是用理论家们的成果实现了一把。这段历史就是这样,从理论到实践,而不是照着马克思的意思从实践到理论。
> 
> 在 06-11-29,刘鑫<march.liu在gmail.com> 写道:
>> 我试过,可耻的失败了……笑……
>> 从实践中总结出真理的是少数的天才,我不是,我只有在前人的智慧中成长的份儿。
>>
>> 2006/11/29, Yunfeng Tao <taoyfeng在gmail.com>:
>>> 你要是认为我说的不对,自己写一个看看。所谓"不能说的这么绝对"云云,不足以反驳我。
>>>
>>> 2006/11/29, rosetta <rosettas在gmail.com>:
>>>> On 11/29/06, Yunfeng Tao <taoyfeng在gmail.com > wrote:
>>>>> 我再举个例子。
>>>>>
>>>>>
>> 正则表达式大家都知道吧?怎么写一个正则表达式做search的库?我敢打保票,没学过计算理论的有限自动机部分,写对都是不太可能的,更不要说效率了。
>>>> 不能说的这么绝对,理论也是在实践中发展出来的.
>>>> 能熟练并且高效使用正则表达式工作的人是可能写出高效的符合要求的库的,即使没学过计算理论.
>>>> 只是对于本身就对正则不够精通的情况下,学过理论是有帮助的.
>>>>
>>>>> 2006/11/29, shhgs <shhgs.efhilt在gmail.com>:
>>>>>> 看来大家对数学的看法不同。
>>>>>>
>>>>>>
>> 我认为很多东西都属于数学的范畴。数学不仅仅是微积分,行列式。很多算法的设计思路,问题的分析思路都是数学。不要觉得一个问题用到的数学知识很少就认为它不是数学。数学首先是一种思路。
>>>>>> 下面我举两个例子。
>>>>>>
>>>>>> 第一是GC。堆里有很多对象,栈里有很多引用。请问你怎样判断堆里的对象是不是垃圾?(copy and
>> delete不算)
>>>>>>
>> 第二,内存检测程序。不要以为这个很简单。因为你程序运行的时候是要占内存的,但是你又怎样判断程序占用的这段内存是不是有问题。这就像是站在桌子上用棍子探哪里凹下去一样。问题是你怎么知道你站的地方是不是凹下去了。
>>>>>> 这里没有微积分,没有行列式,甚至没有加减乘除,但是这难道不是数学吗?
>>>>>>
>>>>>> On 11/28/06, fdu.xiaojf在gmail.com < fdu.xiaojf在gmail.com> wrote:
>>>>>>> shhgs wrote:
>>>>>>>> 就差半步。
>>>>>>>>
>>>>>>>> 其实
>>>>>>>>
>>>>>>>> f(n) = 1/2 * f(n-1) + 1/2 f(n+1)
>>>>>>>>
>>>>>>>> 请问,这个f(n)是什么?是不是一个等差数列?
>>>>>>>>
>>>>>>>> 下面还要再说吗?
>>>>>>>>
>>>>>>> 唉,我白痴了,后面白费那么多力气,怎么一眼没看出来呢,呵呵
>>>>>>>
>>>>>>> 谢谢!
>>>>>>> _______________________________________________
>>>>>>> python-chinese
>>>>>>> Post: send python-chinese在lists.python.cn
>>>>>>> Subscribe: send subscribe to
>> python-chinese-request在lists.python.cn
>>>>>>> Unsubscribe: send unsubscribe to
>> python-chinese-request在lists.python.cn
>>>>>>> Detail Info:
>> http://python.cn/mailman/listinfo/python-chinese
>>>>>> _______________________________________________
>>>>>> python-chinese
>>>>>> Post: send python-chinese在lists.python.cn
>>>>>> Subscribe: send subscribe to
>> python-chinese-request在lists.python.cn
>>>>>> Unsubscribe: send unsubscribe to
>> python-chinese-request在lists.python.cn
>>>>>> Detail Info:
>> http://python.cn/mailman/listinfo/python-chinese
>>>>> _______________________________________________
>>>>> python-chinese
>>>>> Post: send python-chinese在lists.python.cn
>>>>> Subscribe: send subscribe to
>> python-chinese-request在lists.python.cn
>>>>> Unsubscribe: send unsubscribe to
>> python-chinese-request在lists.python.cn
>>>>> Detail Info:
>> http://python.cn/mailman/listinfo/python-chinese
>>>>
>>>> --
>>>> with kind regards
>>>> _______________________________________________
>>>> python-chinese
>>>> Post: send python-chinese在lists.python.cn
>>>> Subscribe: send subscribe to
>> python-chinese-request在lists.python.cn
>>>> Unsubscribe: send unsubscribe to
>> python-chinese-request在lists.python.cn
>>>> Detail Info:
>> http://python.cn/mailman/listinfo/python-chinese
>>> _______________________________________________
>>> python-chinese
>>> Post: send python-chinese在lists.python.cn
>>> Subscribe: send subscribe to
>> python-chinese-request在lists.python.cn
>>> Unsubscribe: send unsubscribe to
>> python-chinese-request在lists.python.cn
>>> Detail Info:
>> http://python.cn/mailman/listinfo/python-chinese
>>
>>
>>
>> --
>> 欢迎访问:
>> http://blog.csdn.net/ccat
>>
>> 刘鑫
>> March.Liu
>>
>> _______________________________________________
>> python-chinese
>> Post: send python-chinese在lists.python.cn
>> Subscribe: send subscribe to
>> python-chinese-request在lists.python.cn
>> Unsubscribe: send unsubscribe to
>> python-chinese-request在lists.python.cn
>> Detail Info:
>> http://python.cn/mailman/listinfo/python-chinese
>>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

-- 
Vim 中文 Google 论坛 http://groups.google.com/group/Vim-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号