先看文档 malloc.pdf 需要实现四个函数: int mm_init(void) void *mm_malloc(size_t size)...
shell lab 在尝试完成这个 shell lab 之前,先看看官方给了什么代码吧,一个是书上有的 shllex.c 另外还发现了神仙代码 ...
Optimizing Matrix Transpose Matrix Transpose 还算一个常见的问题. cache lab handou...
cache-simulator思路 先读docs, valgrind 可以提供关于 cache 的 memory access,命令: memo...
Phase 4 phase 4 重做 level 2,but with rtarget and gadget used. 回忆一下level 2...
level_1 level_1不需要注入code,只需要输入string, 然后让程序不按照原定的跳去printf,跳去函数 touch1。 因...
Get to know there're 6 phase from bomb.c and get to know the bomb will b...
要理解@escaping,首先需要理解closure, 要理解closure,首先理解匿名函数。 先理解匿名函数 要在Swift中构造匿名函数,...
205. Isomorphic Strings 题目:https://leetcode.com/problems/isomorphic-stri...