CS:代码段

在计算机编程与汇编语言领域中,“Code Segment”(通常缩写为“CS”)是一个高频术语,用于指代程序代码所存放的内存区域。为便于书写及交流,业内人士普遍使用缩写“CS”来指代该概念,其中文含义为“代码段”。这一术语在操作系统、编译原理及底层程序设计中具有重要作用。

Code Segment具体释义

  • 英文缩写:CS
  • 英语全称:Code Segment
  • 中文意思:代码段
  • 中文拼音:dài mǎ duàn
  • 相关领域cs 程序集

Code Segment的英文发音

例句

  1. As part of my learning curve, I added the following code segment to REST client.
  2. 在学习过程中,我在REST客户机中添加了以下代码段(CS)。
  3. Nonetheless, there can be data, or simply garbage, in the code segment.
  4. 虽然如此,在代码段(CS)中可以有数据,或者只是无用信息。
  5. The code segment on the left is from an EJB2.1 application.
  6. 左侧的代码片段取自某个EJB2.1应用程序。
  7. The results will be identical, but the first code segment will run faster than others.
  8. 他们的运算结果是相同的,但是第一个代码片断要比其他片断运行的要快。
  9. Now, even if the same code segment tries to access p before a value has been assigned to it and it has proper handling of the Null value ( which ideally it should be ), then it will behave properly.
  10. 现在,即使同一个代码段(CS)尝试在对p赋值前访问它,该代码段(CS)也能正确处理Null值(在理想情况下应具有的值),然后将具有正确的行为。