-
Listing 9 shows the traceback.
清单9给出了相应的跟踪。
-
This list of functions is called a traceback.
这个一系列的函数列表,就是一个追溯了。
-
Finally, you construct an actual LCS using the traceback.
最后,用回溯的方式构建实际的lcs。
-
Without any argument, it does a traceback for all processes.
若不带任何参数,它就对所有进程执行回溯。
-
Listing 13 shows the traceback code specific to needleman-wunsch.
清单13显示了特定于Needleman - wunsch算法的回溯代码。