自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 《Practices of an Agile Developer》读书笔记

第一章  Agile Software Development a) 软件开发与冲浪的类比 i. 都是处于动态的,不断变化的环境 ii. 每个沙滩的波浪都是不同的,正如每个领域的软件开发面临的问题都是不同的 iii. 冲浪和软件开发一样都有未知的危险 iv. 所以:软件开发和冲浪一样需要技巧,平衡和敏捷 v. 敏捷意味着应对变化  b) 敏捷宣言 i. 个体和迭

2008-05-28 21:39:00 426 1

原创 Sync Algorithm: RSync vs. RDC

Sync Algorithm: RSync vs. RDC 数据同步(Sync)是很多网络应用需要的解决的问题,比如文件镜像。        这里就以文件同步为例,问题模型:网络中两个主机Host-A和Host-B,都有同一文件File-Old的拷贝,现在这个文件在Host-A上做了一些改变成为了File-New,需要通过同步让Host-B也获得F-New。           让我们想想

2008-05-07 22:38:00 426

原创 (程序员修炼之道)读书笔记

 注重实效的程序员的特征: Care About Your Craft          关心你的技艺 Think About Your Work         思考你的工作 1.注重实效的哲学 我的代码被猫吃了。   --负责 破窗理论。     --软件的熵 定期为你的知识资产投资 2.注重实效的途径 Dry--Dont Repeat You

2008-03-13 22:25:00 371

filediff2(算法-用于VSS比较工具等).pdf

The problem of determining the differences between two sequences of symbols has been studied extensively [1,8,11,13,16,19,20]. Algorithms for the problem have numerous applications, including spelling correction systems, file comparison tools, and the study of genetic evolution [4,5,17,18]. Formally, the problem statement is to find a longest common subsequence or, equivalently, to find the minimum ‘‘script’’ of symbol deletions and insertions that transform one sequence into the other. One of the earliest algorithms is by Wagner & Fischer [20] and takes O(N2 ) time and space to solve a generalization they call the string-to-string correction problem. A later refinement by Hirschberg [7] delivers a longest common subsequence using only linear space. When algorithms are over arbitrary alphabets, use ‘‘equal—unequal’’ comparisons, and are characterized in terms of the size of their input, it has been shown that W(N2 ) time is necessary [1]. A ‘‘Four Russians’’ approach leads to slightly better O(N2 lglgN/lgN) and O(N2 /lgN) time algorithms for arbitrary and finite alphabets respectively [13]. The existence of faster algorithms using other comparison formats is still open. Indeed, for algorithms that use ‘‘less than—equal—greater than’’ comparisons, W(NlgN) time is the best lower bound known [9].

2009-03-13

关于计算墒的论文(英文的,可能比较难)

描述如何求解最大墒问题的论文,非常不错。有兴趣的朋友可以研究一下。

2009-03-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除