The link step resolves interfile dependencies, such as linking a function call in one file to a function definition contained in a second file.
步骤解决了文件间的依赖,
将一个文件中的函数调用
另一个文件中的函数定义。
声明:以上例句、词性分类均由互联网资源自动生成,部分未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。
An area of memory that contains a last-in-first-out queue of storage for parameters, automatic variables, return addresses, and other information that must be maintained across function calls. In multitasking situations, each task generally has its own stack.
一个包含后进先出队列的内存区域,用来存储参数、自动变量、返回地址和其他一些必须函数
用中进行维护的信息。
多任务情况下,每一个任务一般都有自己的堆栈区。
Here, if I go ahead and click on threads, this is the thread I believe we're currently working on and see, these are all the steps, including the functions being called with the right parameters, and the PDFs I've just uploaded.
里,如果我继续单击线程,
就是我相信我们当前正
处理和查看的线程,
些是所有步骤,包括使用正确参数
用的函数以及我刚刚上传的 PDF 。