- 浏览: 80088 次
最新评论
-
wodentt:
....为什么楼主都英文的博客
用java解决百度之星移动火柴的问题 part 1 -
wensonzhou86:
思路明确,代码清晰,通俗易懂
visit 淘宝面试题:如何充分利用多核CPU,计算很大的List中所有整数的和 -
carydeepbreathing:
代码比较干净
visit 淘宝面试题:如何充分利用多核CPU,计算很大的List中所有整数的和 -
meiowei:
yangguo 写道i don't think it is a ...
用java解决百度之星移动火柴的问题 part 2 -
yangguo:
i don't think it is a good way ...
用java解决百度之星移动火柴的问题 part 2
文章列表
Recently, I saw a post:
http://www.iteye.com/topic/399628
Though I am too busy at work, can't help to spare some time on this subject because
It is a small enough topic to talk about how to design a better component give a (business) requirement, and it is complicated enough to talk about w ...
- 2009-06-09 02:24
- 浏览 1998
- 评论(3)
The next task is to evaluate a given expression. A simple way is to build a generic evaluator for the simple math expression we are dealing with. In fact, building a parser for +, -, /, * and ^(for powers) is as much work as building one for just + and -. The references we are using here are:
http: ...
- 2009-06-09 02:07
- 浏览 1650
- 评论(3)
Distributed Caches:
http://www.danga.com/memcached/
Tangosol - distributed, commercial
JBoss cache
gemstone
swarm
bamboo
Local Caches:
oscache
ehcache
jcs
jcache
Cache API abstraction:
get(key)
put(key, value)
lock(key) - this is used for loading once: first one coming in does the loading, others ...
- 2007-07-13 21:56
- 浏览 1294
- 评论(0)
Language:
http://caml.inria.fr/index.en.html
http://www.r-project.org/
Testing:
http://www-128.ibm.com/developerworks/java/library/j-cwt02095/ - Java coverage
AOP:
https://dynaop.dev.java.net/
- 2007-07-13 08:33
- 浏览 2024
- 评论(0)
http://orm.net/overview.html
http://www.objectrolemodeling.com/Home/tabid/1/Default.aspx
- 2007-07-13 08:21
- 浏览 1125
- 评论(0)
http://blog.springframework.com/rob/archives/2005/12/17/tse-slides-for-advanced-mvc-scheduling-and-jmx-presentations/
- 2007-07-13 08:11
- 浏览 1140
- 评论(0)
Tutorials:
http://javaboutique.internet.com/tutorials/
memory leak:
http://weblogs.java.net/blog/timboudreau/archive/2005/04/writing_memory.html
http://www.technocage.com/~ray/talks/swing.html
Misc:
http://www.java2s.com/Code/Java/Language-Basics/ObjectInspector.htm
http://www.java2s.com/Code/Java/ ...
- 2007-07-13 08:09
- 浏览 1942
- 评论(0)
http://www.eventstreamprocessing.com/cep-history.htm
http://www.infoq.com/news/2007/07/EDA-SOA
- 2007-07-11 02:54
- 浏览 1314
- 评论(0)
http://virt-dimension.sourceforge.net/ - virtual desktop
- 2007-07-11 02:52
- 浏览 1190
- 评论(0)
Probabilities and Statistics:
http://www.ability.org/probstat.html
http://www.math.ucla.edu/~tom/
http://www.jdawiseman.com/index.html
http://www.jdawiseman.com/papers/easymath/coin-stopping.html(optimal stopping theory)
General:
http://episte.math.ntu.edu.tw/
- 2007-07-11 02:40
- 浏览 1049
- 评论(0)
http://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB.cgi
http://www.qbyte.org/puzzles/puzzle02.html
http://www.msri.org/communications/emissary/
http://www.mitbbs.com/bbsann/scitech.faq
http://www.geekinterview.com/Interview-Questions
- 2007-07-07 06:35
- 浏览 2584
- 评论(0)
http://www.bloomberg.com
Bond:
http://www.nasdbondinfo.com/asp/bond_search.asp
http://www.investinginbonds.com/marketataglance.asp?catid=34
http://www.treasurydirect.gov/indiv/products/products.htm
Rating:
http://www.fitchratings.com/corporate/sectors/special_reports.cfm?sector_flag=1&marketsec ...
- 2007-07-07 06:28
- 浏览 1223
- 评论(0)
Spring's new module - Spring Batch, a much needed module.
Besides the usual web container, ejb container, there are other ways to deploy apps. Batch, Grid, and JMS, besides a simple main() or an ANT task, are other common options. There are several concerns together, one is the deployment, another i ...
- 2007-05-15 21:13
- 浏览 1377
- 评论(0)
There are several discussion about swapping objects during runtime. For example, we may have a case where we need to swap databases depending on the configuration settings or runtime variables, such as user info.
For database related, Spring 2.0 added two classes to short-circuit this case, Abstract ...
- 2007-05-13 05:35
- 浏览 2009
- 评论(0)
Here are some results are the testcases:
1. PathFindTest.test4Ball100Floors():
The result is like this:
path=(f=56, b=3, whole, tried)-->(f=91, b=3, broken, tried)-->(f=71, b=2, broken, tried)-->(f=61, b=1, whole, tried)-->(f=65, b=1, whole, tried)-->(f=68, b=1, whole, tried)-->(f ...
- 2007-05-13 04:01
- 浏览 1078
- 评论(0)