author: τtitle: CSAPP Cache Lab 緩存實驗date: 2019-08-21template: postorigin: csapp-cache 我...
author: τtitle: CSAPP Cache Lab 緩存實驗date: 2019-08-21template: postorigin: csapp-cache 我...
遞歸可枚舉(Recursively Enumerable)語言 與 圖靈可識別(Recognizable)語言 的形式定義 遞歸可枚舉語言定義:設S ? Σ*為一個語言,E是...
title: 'c++面向對象: public 繼承, 虛方法, 動態綁定'date: 2018-11-04 13:00:34tags: oop public inherit...
title: 'latex-vscode環境配置, 入門及ctex中文環境'date: 2018-09-16 15:36:51tags: latex ctex vscodec...
文章框架 前言 LOX(Lightweight Open-source Xplatform)是我正在編寫的一個全新文集,意思就如其名:輕量級-開源-跨平臺。就是這個系列中的文...
title: c++基礎(const關鍵詞, 命名空間, 引用, 內聯函數)date: 2018-09-11 18:09:01tags: const namespace re...
title: 最近公共祖先date: 2018-09-11 16:57:01tags: lcacategorithms: algorithms 對于有根樹上的兩個節點u, v...
官方華麗的術語---略 一個自動回復機器人 微信自上線以來,一直沒有自動回復的功能,想必是有他們的理念。但是有些人群,確實對此功能有一定需求,我舉兩個栗子: 不愿時刻被消息打...
函數裝飾器(Function Decorators) python中函數裝飾器的使用和Java中注解類似, 直接在函數定義的前一行加上裝飾器即可. python除了函數裝飾器...