之前博客中的代码都放到github上

之前一直把代码托管在taocode上,现在已经不能用了,所以把代码整理了一下,统一都放在gibhub上了。

LALR(1)语法分析生成器:https://github.com/kiven-li/xbytes

红黑树:https://github.com/kiven-li/rbtree

AVL树:https://github.com/kiven-li/avltree

B树:https://github.com/kiven-li/btree

一个脚本的编译器、汇编器和虚拟机:https://github.com/kiven-li/xscript

用位运算模拟计算机基本运算:https://github.com/kiven-li/calculate

原文地址:https://www.cnblogs.com/kiven-code/p/9954870.html