如何撰写高质量论文?zz
原本很遗憾错过了这次讲座,幸运的是,有人把它记下来了~
转载自Top-Quality Paper
(来源于9月28日下午计算机学院开展的「如何撰写高质量论文」的讲座)
1.Why write a scientific paper?
* Advance Knowledge in your research field with evidence;
* Explain your ideas;
* Two key components in a research paper:
- An explicit claim on your contribution on a research problem;
- Evidence to support your claim;
* Your contribution can possibly be a refutation of a hypothesis of the present problem.
关于未来的一些想法
随便的记下一些想法,其实更确切地说,并不是想法,而是一些困惑。
阅读全文…明天陈总(gokeeper)大婚
如题。
BTW,上面那两个字让我想起了他在网易社区的个人版——结绳记事……
参与评论GNOME 2.16 committed
没想到这么快……不过已经装了桌面的同学们,hia hia hia
参与评论Python 2.5的默认地位惨遭否定
今天终于尘埃落定了。
阅读全文…When you can use a different license?
To quote M. Warner Losh (with permission):
阅读全文…So long as there’s old code, you can’t replace the copyright, unlessthe old code that remains is not protectable by copyright any more(eg, if it is just { and } lines). If you add your own implementation of the 50 lines in question, or move them to a separate file, then you can put your own copyright/license statement on the code you wrote.
FreeBSD基金会募捐
FreeBSD基金会 又一次面临501(c)(3)资格问题。建议有此财力的人适当捐一些来帮助基金会达到募捐的要求。详情请参见首页。
参与评论公告:房东明天在九门请客
参加人员:delphij, nemo, quakelee, 黑山老妖, 端木, liu8han, 蛇s, 丁舜佳, liukang, monkeyfu。
地点:九门大胡同
时间:2006年10月11日 19:00左右。
请密切注意此处的通知。
参与评论如何计算不小于给定数的最小的2整数次方幂?
dengxf同学提到的一个问题,想了一下,想到的一个算法:
令为已知量,为目标量,为迭代轮数,
- 令 ,
- 对于 右移 位 的情形,执行下列操作,直到此条件不符合为止:
y与前述结果相与;累进。 - 累进。
原理:第(2)步的循环将除最高位的所有0均置位。最后一步(3)修正这一值。
阅读全文…trac的ticket notification
半作弊条性质。
找到trac环境目录。
进入其下的conf,揪出trac.ini
编辑,找到下面的段落替换为类似的内容
[notification]
always_notify_owner = true
smtp_always_cc = !!你的邮件列表名字!!
smtp_password = !!密码!!
smtp_enabled = yes
smtp_replyto = !!回复给谁?通常是管理员或留空!!
smtp_port = 25
always_notify_reporter = yes
smtp_server = !!邮件服务器名字!!
smtp_from = !!邮件以谁的身份发出?通常是trac管理员!!
smtp_user = !!登录邮件服务器的用户名!!