The only things we need to learn:
and
Ben, blogging天道酬勤 Confucius said: He who works hard gets well paid. |
上次作了mp3.baidu.com的搜索插件,这次这个是btchina的,请访问 http://fadshop.net/ben/ff_bdmp3.htm 点击安装。
Labels: Firefox
今天(北京时间3月20日5:30AM)google:“您正在搜索的网页可能还未备案!”,只有1个网页,"信息产业部网站"有869个网页,“我要备案”有63个网页。
.cn域名与33号令:
"王朔十几年前就颇有感慨地说:你想呵,二亿多文盲,五千多万残疾人,四千多万党员……容易么?"--keso
为了方便国家主管部门对你实施有效的管理,你应该注册.cn域名。一旦你注册的是.com域名,你就out of control了,你这么大个人,没人管着了,还有比这更危险的吗?
Numerical integration is the approximate computation of an integral using numerical techniques.
/**# Script Name: test.java
# Script Version:
# Date: 2005-3-15
# Author: Ben@fadshop.net
# Description: Calculate Numerical Integration of a function.
# @author ben
*/
/**
* @author ben
*/
public class test {
public static double func(double x) {
return Math.exp(x*x); //e^(x^2)
}
public static void main(String[] args) {
double start, end;
double x, y, total;
double step;
double temp;
start = 0; end = 3;
total = 0;
if (start > end) { // make sure start 〈= end
temp = start;
start = end;
end = temp;
}
step = (end-start)/100.0; // if step == 0 then infinite loop.
for(x = start+step/2; x 〈 end; x+=step){y = func(x); total += Math.abs(y)*step;
}
System.out.println("Total=" + total);
}
}
*/ads/* */ad/* *.doubleclick.net/* http://ads.* http://ad.* http://adserver.wenxuecity.com/* http://www.dealsaving.com/* http://www.xinhuanet.com/classad/* http://ar.atwola.com/* http://ad4.sina.com.cn/* http://adimage.asia1.com.sg* http://partner.cpc.sohu.com/* http://adimage.asiaone.com.sg/* http://spe.atdmt.com/* http://adv.pconline.com.cn/* http://www.donews.com/sponsor/* http://pagead2.googlesyndication.com* http://scalink.sohu.com/* http://image.cn.tom.com/guanggao/* http://m1.nedstatbasic.net/* http://images.chinabyte.com/* *.allyes.* http://www.rolia.net/2005/image/ad_* http://space.fenteng.net/img/out/* http://us.a1.yimg.com/us.yimg.com/a/* http://adclient.163.com/* http://imagecache2.allposters.com/* http://cool.pcpop.com/* http://ad4.enet.com.cn/* http://union.narrowad.com/* http://view.atdmt.com/* http://adserver.* http://www.wenxuecity.com/adinfo/* http://images.allposters.com/* http://mitbbs.com/ad_pics/* http://*.narrowad.com/* http://etad2.yam.com/* http://adsence.sogou.com/*
Research is, of course, only a part of life, and must be understood in relation to the rest of life. The foundation of effective research is a strong motivation or desire to do research.
Make sure you're fit. Look after your health. Spend high quality time with your family. Have fun.
I believe that the foundation of effective research is to internalize a strong vision of what you want to achieve, to work proactively towards that vision, taking personal responsibility for successes and failures. You need to develop disciplined work habits, and to achieve balance between self-development and the actual creative research process.
URL: Michael Nielsen: Principles of Effective Research
[via Yan Feng]
Many friends introduced Skype to me. Actually I may be the first one to use it between them :) I tried Skype 2 years ago. The audio conversation was very clear. The problem is: It took the position of NetMeeting.
新闻早报读者来信:
众所周知,老子与孔子生于同一个时代,只是岁数上有大小之分。
孔子到周室问礼于老子,老子即席作了回答。
..........
以上是在中华民族两个伟大圣人之间展开的一场问答及孔子心情的真实感受。
按下Delete键,文章便如撕下的废纸,飘落风中,渐远,不见...