Assembly代写:COMP2131 Working With Assembly Loops 发表于 2023-01-11 | 分类于 C 使用Loop Unrolling技术优化代码。 阅读全文 »
CS代写:COMP3320 Category Partition 发表于 2023-01-05 | 分类于 Other 使用TSLgenerator工具生成60-100个测试用例,练习三方工具的使用。 阅读全文 »
File System代写:CMPSC311 Mdadm Linear Device Networking 发表于 2022-12-24 | 分类于 C 完善之前的Mdadm文件系统,增加Networking相关内容,实现远程存取功能。 阅读全文 »
C++代写:CSC3002 Priority Queue 发表于 2022-12-18 | 分类于 CPP 完成缺失的数据结构代码部分,包括Priority Queue, Hash Table以及DFS. 阅读全文 »
File System代写:CMPSC311 Mdadm Linear Device Part 2 发表于 2022-12-11 | 分类于 C 继续实现Mdadm的Linear Device的基本操作,主要是Write操作。 阅读全文 »
File System代写:CMPSC311 Mdadm Linear Device 发表于 2022-12-08 | 分类于 C 实现Mdadm的Linear Device的基本操作,包括Mount/Unmount/Seek/Read/Write. 阅读全文 »