本文由《IEEE Software》杂志首发,现在由InfoQ和IEEE Computer Society联合向您呈现。在软件工程中,非功能性需求(nonfunctional requirements,简称NFRs)与软件架构(software architectures,简称SAs)之间存在着紧密...
分类:
其他好文 时间:
2014-09-07 14:47:55
阅读次数:
271
There are only two hard things in Computer Science: cache invalidation and naming things.在计算机科学中只有两件难事:缓存失效和命名。— Phil Karlton计算机语言是人和计算机之间通讯的媒介。好的代码应该...
分类:
其他好文 时间:
2014-09-05 00:52:00
阅读次数:
259
Linux is a Unix-like computer operating system assembled under the model of free and open source software developmentand distribution .The defining c....
分类:
系统相关 时间:
2014-09-03 22:36:57
阅读次数:
279
题目链接题意:就是给你一棵树,每条边都有一定的权值,然后让你找到每个点所能走到的最远距离分析:这个题还是有点晕,贴一下大神的分析,分析的很透彻先以 1 作为根节点进行一次 dfs 遍历,遍历的时候把以 第 i 为根节点往子树方向可以走到的最远距离和次远距离给求出来,且这两个距离是不在同一个分支中的然...
分类:
其他好文 时间:
2014-09-03 16:40:16
阅读次数:
174
首先,安装gconf-editor以获得gconftool-2命令终端命令:gconftool-2 --set/apps/nautilus/desktop/computer_icon_visible--type=bool falsegconftool-2 --set/apps/nautilus/de...
分类:
其他好文 时间:
2014-09-02 19:47:05
阅读次数:
208
微软近期Open的职位:MSIT Dynamics CRM Developer (Sr. SDE, Microsoft China, Beijing)Are you interested in shaping the future vision of how we implement Dynamic...
分类:
其他好文 时间:
2014-09-02 15:36:04
阅读次数:
164
原文地址:http://course.cug.edu.cn/cugFirst/computer_graphics/class/course/3-3-1-a.htm
分类:
其他好文 时间:
2014-09-02 09:01:14
阅读次数:
161
微软近期Open的职位:MSIT Dynamics CRM Sr. Architect (Standard Title: Sr. SDE, Microsoft China, Beijing)Are you interested in shaping the future vision of how ...
分类:
其他好文 时间:
2014-09-02 02:38:43
阅读次数:
285
这是一道树形DP的经典题目,把树的性质发挥的很清晰。...
分类:
其他好文 时间:
2014-09-01 17:50:33
阅读次数:
132