In this particular program, doing buffer handling in this way does not affect the execution time significantly, and in some data sets, affects it negatively.
在这个程序中,以这种方式执行缓冲区处理并不会显著影响执行时间,而对于某些数据集,可能有消极影响。
2
Buffer overflows begin with something every program needs: a place to put bits.
缓冲区溢位开始于每个程序都需要的一些情况︰放置位元的空间。
3
The SPE program reads in the input buffer, processes the data, and then writes it to the output buffer.