forked from mohanson/accu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
212 lines (212 loc) · 13.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
site_name: ACCU.CC
site_description: Mohanson 的网络日志, 分享数字图像处理, 编译器和虚拟机等领域的原创文章.
site_url: http://accu.cc
site_author: Mohanson
theme:
name: readthedocs
highlightjs: true
custom_dir: custom_theme/
repo_url: https://github.com/mohanson/accu
dev_addr: 0.0.0.0:8080
plugins: []
nav:
- 主页: index.md
- 数字图像处理:
- 数字图像处理/通道: content/pil/channel.md
- 数字图像处理/均值: content/pil/mean.md
- 数字图像处理/对比增强: content/pil/contrast.md
- 数字图像处理/对比拉伸: content/pil/contrast_tensile.md
- 数字图像处理/位图切割: content/pil/bit.md
- 数字图像处理/直方图均衡化: content/pil/histogram_equalization.md
- 数字图像处理/图像减法: content/pil/sub.md
- 数字图像处理/加性高斯白噪声与去噪: content/pil/agwn.md
- 数字图像处理/空间滤波基础: content/pil/spatial_filter.md
- 数字图像处理/空间滤波/均值滤波: content/pil/spatial_filter_mean.md
- 数字图像处理/空间滤波/中值滤波: content/pil/spatial_filter_medium.md
- 数字图像处理/空间滤波/锐化滤波: content/pil/spatial_filter_sharpening.md
- 数字图像处理/空间滤波/高斯滤波: content/pil/spatial_filter_gaussian_blur.md
- 数字图像处理/频域滤波基础: content/pil/frequency_filter.md
- 数字图像处理/频域滤波/低通滤波: content/pil/frequency_filter_lpf.md
- 数字图像处理/频域滤波/高通滤波: content/pil/frequency_filter_hpf.md
- 数字图像处理/噪声: content/pil/noise.md
- 数字图像处理/安全色: content/pil/safe_color.md
- 数字图像处理/马卡龙色: content/pil/macaron_color.md
- 数字图像处理/补色和反色: content/pil/complementary_and_invert_color.md
- 数字图像处理/水印: content/pil/watermark.md
- 数字图像处理/缩放/最近邻插值法: content/pil/resize_nearst.md
- 数字图像处理/缩放/最近邻插值法的幽灵事件: content/pil/resize_nearst_ghost.md
- 数字图像处理/缩放/双线性算法: content/pil/resize_bilinear.md
- 数字图像处理/缩放/双三次插值法: content/pil/resize_bicubic.md
- 数字图像处理/字符画: content/pil/ascii.md
- 数字图像处理/PIL/概览: content/pil/pil_tutorial_overview.md
- 数字图像处理/PIL/Image: content/pil/pil_image.md
- 数字图像处理/PIL/ImageChops: content/pil/pil_imagechops.md
- 数字图像处理/PIL/ImageColor: content/pil/pil_imagecolor.md
- 数字图像处理/PIL/ImageDraw: content/pil/pil_imagedraw.md
- 数字图像处理/PIL/ImageEnhance: content/pil/pil_imageenhance.md
- 数字图像处理/PIL/ImageOps: content/pil/pil_imageops.md
- GameBoy 模拟器:
- GB/前言: content/gameboy/preface.md
- GB/虚拟机发展史/硬件仿真器: content/gameboy/history/emulator.md
- GB/虚拟机发展史/程序虚拟机: content/gameboy/history/runtime.md
- GB/虚拟机发展史/软件模拟器: content/gameboy/history/simulator.md
- GB/游戏卡带/漫谈卡带: content/gameboy/cartridge/about_cartridge.md
- GB/游戏卡带/Header: content/gameboy/cartridge/cartridge_header.md
- GB/游戏卡带/Memory Bank Controller: content/gameboy/cartridge/memory_bank_controller.md
- GB/游戏卡带/ROM only: content/gameboy/cartridge/rom_only.md
- GB/游戏卡带/MBC1: content/gameboy/cartridge/mbc1.md
- GB/游戏卡带/MBC2: content/gameboy/cartridge/mbc2.md
- GB/游戏卡带/MBC3: content/gameboy/cartridge/mbc3.md
- GB/游戏卡带/MBC5: content/gameboy/cartridge/mbc5.md
- GB/游戏卡带/完整代码: content/gameboy/cartridge/others.md
- GB/CPU/概览: content/gameboy/cpu/overview.md
- GB/CPU/算术逻辑单元: content/gameboy/cpu/alu.md
- GB/CPU/寄存器与存储系统: content/gameboy/cpu/register.md
- GB/CPU/指令与指令集: content/gameboy/cpu/isa.md
- GB/CPU/流水线: content/gameboy/cpu/pipeline.md
- GB/CPU/LR35902 标准指令集: content/gameboy/cpu/lr35902_standard.md
- GB/CPU/LR35902 扩展指令集: content/gameboy/cpu/lr35902_extension.md
- GB/CPU/LR35902 时钟周期与频率仿真: content/gameboy/cpu/cycles.md
- GB/CPU/LR35902 中断: content/gameboy/cpu/interrupts.md
- GB/CPU/内存管理单元与主板: content/gameboy/cpu/mmu.md
- GB/视频/概览: content/gameboy/video/overview.md
- GB/视频/点阵图: content/gameboy/video/dot_matrix.md
- GB/视频/显示输出: content/gameboy/video/show.md
- GB/视频/光栅成像原理与概念: content/gameboy/video/crt.md
- GB/视频/图像显示系统: content/gameboy/video/system.md
- GB/视频/GPU 寄存器与内存结构: content/gameboy/video/gpu.md
- GB/视频/代码实现: content/gameboy/video/code.md
- GB/音频/概览: content/gameboy/audio/overview.md
- GB/音频/声音的构成: content/gameboy/audio/sound.md
- GB/音频/Rust Cpal 库介绍: content/gameboy/audio/cpal.md
- GB/音频/音频系统概念简介: content/gameboy/audio/concept.md
- GB/音频/寄存器: content/gameboy/audio/register.md
- GB/音频/512 Hz 时钟信号: content/gameboy/audio/timer.md
- GB/音频/序列发生器: content/gameboy/audio/frame_sequence.md
- GB/音频/长度计数器: content/gameboy/audio/length_counter.md
- GB/音频/音量包络: content/gameboy/audio/vol.md
- GB/音频/频率扫描器: content/gameboy/audio/frequency_sweep.md
- GB/音频/方波通道: content/gameboy/audio/square.md
- GB/音频/可编程波形通道: content/gameboy/audio/wave.md
- GB/音频/白噪音通道: content/gameboy/audio/noise.md
- GB/音频/混频器: content/gameboy/audio/mixer.md
- GB/音频/在计算机上播放: content/gameboy/audio/play.md
- GB/其它/游戏手柄: content/gameboy/other/joypad.md
- GB/其它/串行通行接口: content/gameboy/other/serial.md
- GB/其它/定时器: content/gameboy/other/timer.md
- GB/其它/硬件初始化工作: content/gameboy/other/init.md
- GB/其它/测试: content/gameboy/other/test.md
- GB/后记: content/gameboy/foot.md
- 遗传算法:
- 遗传算法/简单遗传算法: content/ga/sga.md
- 遗传算法/格雷码: content/ga/graycode.md
- 遗传算法/俄罗斯轮盘赌: content/ga/russian_roulette.md
- 遗传算法/最优保留策略: content/ga/maintain_the_best_solution.md
- 遗传算法/生物进化模拟: content/ga/evolve.md
- 遗传算法/愚弄神经网络: content/ga/fooled_nn.md
- X64 汇编:
- X64 汇编/Hello World: content/x64/hello_world.md
- X64 汇编/术语和概念: content/x64/concept.md
- X64 汇编/栈: content/x64/stack.md
- X64 汇编/宏: content/x64/macros.md
- X64 汇编/AT&T: content/x64/att.md
- X64 汇编/混合汇编与 C: content/x64/mix_c.md
- JIT 编译器原理简述:
- JIT 编译器原理简述/原理简述: content/jit/principle.md
- JIT 编译器原理简述/实现 Brainfuck 解释器与 IR 优化: content/jit/brainfuck_interpreter.md
- JIT 编译器原理简述/实现 Brainfuck JIT 编译器: content/jit/brainfuck_jit.md
- Cryptography:
- Cryptography/Kerckhoffs 原则: content/cryptography/kerckhoffs_principle.md
- Cryptography/分组加密操作模式: content/cryptography/encryption_mode.md
- Cryptography/群环域: content/cryptography/group_ring_field.md
- Cryptography/椭圆曲线: content/cryptography/ecc.md
- Cryptography/比特币地址生成详细步骤: content/cryptography/bitcoin_address_calculate.md
- Cryptography/椭圆曲线签名与验签: content/cryptography/ecdsa.md
- Cryptography/椭圆曲线签名的错误用法: content/cryptography/ecdsa_ps3_hack.md
- Cryptography/椭圆曲线空间扩展之 Jacobian: content/cryptography/ecc_jacobian.md
- Cryptography/椭圆曲线双线性配对: content/cryptography/ecc_pairing.md
- Cryptography/椭圆曲线 Schnorr 签名: content/cryptography/schnorr.md
- Cryptography/多项式运算: content/cryptography/polynomial_math.md
- Cryptography/KZG 多项式承诺: content/cryptography/kzg.md
- Cryptography/蒙哥马利约分算法: content/cryptography/montgomery.md
- Cryptography/默克尔树: content/cryptography/merkle_tree.md
- Cryptography/抗量子 Lamport 签名: content/cryptography/lamport.md
- Cryptography/抗量子 W-OTS 签名: content/cryptography/winternitz.md
- Cryptography/RC4: content/cryptography/rc4.md
- Cryptography/谷歌两步验证算法实现: content/cryptography/2fa.md
- Cryptography/算法心得笔记: content/cryptography/hackers_delight.md
- Rust:
- Rust/概览: content/rust/overview.md
- Rust/开发环境搭建: content/rust/env.md
- Rust/变量与可变性: content/rust/variables_and_mutability.md
- Rust/数据类型: content/rust/data_type.md
- Rust/流程控制: content/rust/control_flow.md
- Rust/结构体, 函数与方法: content/rust/structs.md
- Rust/泛型类型: content/rust/trait.md
- Rust/所有权: content/rust/ownership.md
- Rust/引用与借用: content/rust/borrow.md
- Rust/二叉树: content/rust/binary_tree.md
- 人工智能:
- 人工智能/Neural Style Transfer: content/ai/neural_style_transfer.md
- 人工智能/Dlib: content/ai/dlib.md
- 人工智能/Stable Diffusion: content/ai/stable_diffusion.md
- CKB:
- CKB/Neuron 钱包: content/ckb/neuron.md
- CKB/开发网络: content/ckb/dev.md
- CKB/RISC-V 工具链安装: content/ckb/riscv_toolchains.md
- CKB/部署脚本: content/ckb/deploy.md
- CKB/CKB-VM B 扩展指令集: content/ckb/ckb_vm_b_extension.md
- CKB/CKB-VM 宏指令融合技术(MOP): content/ckb/ckb_vm_mop.md
- CKB/CKB-VM 模糊测试实践: content/ckb/ckb_vm_fuzzing.md
- CKB/CKB-VM Zero Cost Abstractions: content/ckb/ckb_vm_zero_cost_abstractions.md
- CKB/MiniTS 以 LLVM 为后端的 TypeScript 静态编译器: content/ckb/minits.md
- CKB/WASC WebAssembly 到 RISC-V 的 AOT 编译器(中文): content/ckb/wasc_cn.md
- CKB/WASC WebAssembly 到 RISC-V 的 AOT 编译器(英文): content/ckb/wasc_en.md
- CKB/RISC-V 在区块链智能及云原生中的应用, 机遇与挑战: content/ckb/riscv_in_blockchain.md
- CKB/EVM 简介: content/ckb/evm.md
- Python:
- Python/f-strings: content/python/f_strings.md
- Python/Windows 编程: content/python/windows.md
- Python/Pypi: content/python/pypi.md
- Python/Matplotlib: content/python/matplotlib.md
- Python/使用 requests 下载显示进度: content/python/requests_progress.md
- Python/霍夫曼编码: content/python/huffman.md
- Go:
- Go/按行读取文件: content/go/read_line.md
- Go/Socket 编程: content/go/socket.md
- Go/Socket 假如服务端不调用 Accept: content/go/socket_not_accept.md
- Go/TLS: content/go/tls.md
- Go/目录监听: content/go/fswatch.md
- Go/Cgo: content/go/cgo.md
- Go/令牌桶算法限流: content/go/token_bucket.md
- Go/时间的终结: content/go/end_of_time.md
- 圣杯:
- 圣杯/追寻之路: content/sangreal/overview.md
- 圣杯/网格交易: content/sangreal/grid.md
- 圣杯/马丁格尔爆仓之路: content/sangreal/martingale.md
- 圣杯/双均线策略: content/sangreal/sma.md
- 圣杯/阻力支撑相对强度指标: content/sangreal/rsrs.md
- AHK:
- AHK/安装和使用: content/ahk/overview.md
- AHK/在一个热键上开启或关闭: content/ahk/toggle.md
- 中华一番:
- 中华一番/扇贝炒鸡蛋: content/cooking/scrambled_eggs_with_scallops.md
- 中华一番/可乐鸡翅: content/cooking/cola_chicken_wings.md
- 中华一番/西红柿炒鸡蛋: content/cooking/tomato_scrambled_eggs.md
- 独立游戏开发:
- 独立游戏开发/个人开发者如何发布第一款微信小游戏: content/gamedev/wechat_game.md
- 独立游戏开发/Cocos Creator 微信小游戏广告接入: content/gamedev/wechat_game_ad.md
- 独立游戏开发/Cocos Creator 微信小游戏创建视频广告页面卡顿问题解决: content/gamedev/wechat_game_vd.md
- 独立游戏开发/Cocos Creator 将微信小游戏发布到 QQ 小游戏: content/gamedev/wechat_game_qq.md
- 独立游戏开发/Cocos Creator 发布到 Steam: content/gamedev/cocos_steam.md
- 杂项:
- 杂项/康威生命游戏: content/misc/game_of_life.md
- 杂项/神的存在性证明: content/misc/proof_of_god_existence.md
- 杂项/为什么中本聪不给比特币设计最终性: content/misc/bitcoin_finality.md
- 杂项/常用数学符号输入: content/misc/mathematics_symbol.md
- 竹书纪年:
- Y2019: content/diary/2019.md
- Y2020: content/diary/2020.md
- Y2021: content/diary/2021.md
- Y2022: content/diary/2022.md
- Y2023: content/diary/2023.md