编译原理笔记2024-10-8
如何进行语法分析 CFG + Top-Down Parsing
编译原理笔记2024-9-27
有限自动机判断是否属于token的某一类:NFA和DFA,怎么利用两个规则
编译原理笔记2024-9-24
了解了compiler的运行原理 + Lexical Analysis 词法分析步骤
算法设计笔记2024-9-23
基本算数 + 模运算
编译原理笔记2024-9-20
通过4个问题总体了解虎书,了解编译器的大致运行机制 + Lab1
算法设计笔记2024-9-19
斐波那契数列+大O+大Ω+大Θ分析性质
博客搭建指南
小张海浪🌊博客的搭建路程:Hexo+阿里云服务器+域名+ssl证书
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post$ hexo new "My New Post"
More info: Writing
Run server$ hexo server
More info: Server
Generate static files$ hexo generate
More info: Generating
Deploy to remote sites$ hexo deploy
More info: Deployment