07 2017 档案

摘要:最近在尝试用 JavaScript (Node.js) 写题。为此,特地看了 "ECMAScript 2017 Language Specification" (大雾)。写题一般是从文件输入,确切地说是,将 stdin 重定向到文件。在C/C++ 中这可以通过 函数很方便地实现, 因而想知道 Nod 阅读全文
posted @ 2017-07-31 17:32 Pat 阅读(502) 评论(0) 推荐(0)
摘要:Links to the Django documents: "the Django template language" "automatically generated context variable" "generic views of objects" 阅读全文
posted @ 2017-07-24 20:54 Pat 阅读(137) 评论(0) 推荐(0)
摘要:GNU find searches the directory tree rooted at each given starting point by evaluating the given expression from left to right, according to the rules 阅读全文
posted @ 2017-07-18 16:16 Pat 阅读(280) 评论(0) 推荐(0)
摘要:最初是从《挑战程序设计竞赛》上了解到 Dinic 算法的。其中对于 Dinic 算法中的关键词——分层图(layered network,也称『层次图』)的引入的解释如下: 因为最短增广路(shortest augmenting path,SAP)的长度在增广过程中始终不会变短,所以无需每次都通过 阅读全文
posted @ 2017-07-10 14:35 Pat 阅读(296) 评论(0) 推荐(0)