JOJ ACM 1107》的相关内容

How Microsoft Lost the API War

http://www.joelonsoftware.com/articles/APIWar.html By Joel Spolsky Sunday, June 13, 2004 Printer Friendly Version Here's a theory you hear a lot these days: "Microsoft is finished. As soon as Li ...
by yyanghhong 2004-09-13 浏览 (1740) 回复 (2) 关键字:

Ruby DSL

http://forum.javaeye.com/viewtopic.php?p=128602#128602 potian 写道 macro没有利用任何反射能力,和类型也没有关系 Lisp macro(我只知道Common Lisp)的macro主要是开放编译器内部的结构,把词法分析、语法分析和语义分析和执行中间割裂(不过S-Expression非常简单,基本上没有语法),Lisp的S-expr ...
by buaawhl 2006-07-12 浏览 (9257) 回复 (10) 关键字:

自己翻译的Java.In.A.Nutshell.5th中泛型一章,欢迎拍砖把文章砸的漂亮一些

做些说明吧:转网页的东西,改起来稍觉得的麻烦,就可能滞后。不过pdf文件会不定时的及时更新 4.1. Generic Types Generic types and methods are the defining new feature of Java 5.0. A generic type is defined using one or more type variables and has ...
by Julysea 2006-09-21 浏览 (11081) 回复 (19) 关键字:

A J2ME FAQ

J2ME technologies What are the main differences between programming for a J2ME JVM, and programming for a J2SE JVM? Most obviously, the J2ME programmer has access only to a reduced range of basic API ...
by jacky-zhang 2008-03-11 浏览 (536) 回复 (0) 关键字: j2me

目前最快的N皇后问题算法!!!

最近老师布置了一道算法题目--N皇后问题。这个算法在本科时已经做过,现在的要求是尽可能的提高算法的执行效率。如果采用传统的办法,用3个数组来记录列、主对角线和次对角线的方式,虽然优化过语句,并且使用对称原则来减少一半的运算时间,但在1.66Ghz的机器上计算16皇后仍需要100多秒。 有的同学使用多线程方式来改进了算法,有效利用了服务器的多个CPU同时计算,好像在4CPU机器上用了17秒。但我觉得 ...
by Craft 2006-04-24 浏览 (5488) 回复 (11) 关键字:

Functional Programming For The Rest of Us

I like connect beautiful articles since I am afraid of losing them. This is a good one. So, I do it. And I think for those who are looking for some intro matrial on FP and cannot find a good o ...
by willpower 2007-03-23 浏览 (142) 回复 (0) 关键字:

Functional Programming For The Rest of Us

I like connect beautiful articles since I am afraid of losing them. This is a good one. So, I do it. And I think for those who are looking for some intro matrial on FP and cannot find a good o ...
by willpower 2007-03-23 浏览 (173) 回复 (0) 关键字:

Functional Programming For The Rest of Us

I like connect beautiful articles since I am afraid of losing them. This is a good one. So, I do it. And I think for those who are looking for some intro matrial on FP and cannot find a good o ...
by willpower 2007-03-23 浏览 (174) 回复 (0) 关键字:

英语听力突破掌上宝Reading

l 本版教程为毕克所著目的是在熟悉各种俚语,以后将逐渐加入法语. 借助于金山词霸矫正发音 l 学习要求是熟读,每天学习1小时.建议在学习本教材的同时学习 l VOCABULARY 22000.doc 学习要求是脱口背诵 l Talking Boo ...
by jackyoo8 2008-06-07 浏览 (65) 回复 (0) 关键字:

非常有用的101道算法部分常见面试题

1. Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how would you cut the remainder of the cake into two equal halves with one straight ...
by utopiazh 2006-10-07 浏览 (284) 回复 (1) 关键字:

The Problem with Programming

转自: http://www.techreview.com/InfoTech/17831/page1/ Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code. 引用 In the 1 ...
by qiezi 2006-12-06 浏览 (1042) 回复 (2)

为什么是 XML 而不是 Lisp?!

我最近一直在思考这个问题。理论上来说,XML 的描述能力绝对在 Lisp/Scheme 的 S-exp 之下;XML 能表示的 S-exp 都能表示,比方说用 XMLisp,但反过来就不行了。而且更重要的是,Lisp 中是编程语言,而 XML 想做到这一点很困难。看到网上一篇文章,和我的想法很类似(http://www.stylusstudio.com/xsllist/200001/post403 ...
by Lich_Ray 2007-06-30 浏览 (1447) 回复 (5)

Hillary's Speech on Suspending the Campaign

非常出色感人的演讲,增强英语听力信心的好材料。 Hillary's Speech on Suspending the Campaign 以下为讲话原文,现场视频在http://www.youtube.com/watch?v=Lm5hQDFfRvA Thank you very, very much. Well, this isn't exactly the party I ...
by swflora 2008-07-10 浏览 (96) 回复 (0)

麻烦高手 修改一个算法 谢谢

The discrete wavelet transform is a popular tool for signal compression. In this problem, your job is to write a program to decompress a one-dimensional signal (a list of integers) that has been compr ...
by yuanshichao 2008-02-06 浏览 (701) 回复 (0)

Yahoo! Launches World's Largest Hadoop Production

Yahoo! Launches World's Largest Hadoop Production Application February 19, 2008 Yahoo! recently launched what we believe is the worlds largest Apache Hadoop production application. The Yahoo! Search ...
by imjl 2008-02-20 浏览 (216) 回复 (1)

Ruby,Python不能威胁到Java的13个理由

  最近,danielstoner发表了一篇题为13 reasons why Ruby, Python and the gang will push Java to die… of old age的文章。文中作者的观点是:目前这些XX语言都不足以威胁到Java,Java真正的危险不是来自外部,而是其本身。作者通过列举一些数据并进行分析得到了13个理由来支持自己的结论。   首先,作者从TIOBE上 ...
by Eastsun 2008-05-29 浏览 (4920) 回复 (20) 关键字: ruby python scala groovy java引用 编辑 收藏

Yahoo接受微软报价 至少每股33美元(总价475亿美元)

据Yahoo公司宣布准备接受微软收购报价,每股33美元(475亿美元),或高于此价格。 据俄《国际文传电讯社》7月17日援引彭博社报道,Yahoo在对股东的通知中说,Yahoo已经考虑好出卖搜索业务的条件,如果这“真是对股东有益”。 从2月份微软提出以446亿美元的现金和股票收购雅虎起,二者的并购战已经持续了5个多月。其间,“白衣骑士”新闻集团的出现、微软与时代华纳就出售AOL的谈判,使整个事 ...
by QQbyte 2008-07-18 浏览 (728) 回复 (3) 关键字:

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (3757) 回复 (16) 关键字: netbeans 6.5 m1

推荐知识库条目

Comming soon