What is the translation of " DATA SEGMENT " in Chinese?

['deitə 'segmənt]
['deitə 'segmənt]
数据段
data segment

Examples of using Data segment in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The are part of what's called the data segment.
是所谓的数据段的一部分
Data Segment: it contains data, constants and work areas.
数据段:它包含数据,常量和工作区。
In the above program, var is stored in the data segment.
在上述程序中,var存储在数据段中。
Initialized data segment, usually called simply the Data Segment.
初始化的数据段,通常简称DataSegment
All the initialized global variables are stored in the data segment.
已初始化的全局变量会被存储在.datasection中.
Initialized data segment, usually called simply the Data Segment.
初始化数据片段初始化的数据段,通常简称DataSegment
Let us initialize the globalvariable which will then be stored in Data Segment(DS).
让我们初始化全局变量,它将被存储在数据段(DS).
Initialized data segment, usually called simply the Data Segment..
已初始化数据段,通常被简单称为数据段(DataSegment)。
Let us initialize the globalvariable which will then be stored in Data Segment(DS).
让我们初始化全局变量,然后将其存储在数据段(DS).
The data segment, which contains initialized globally available data(usually global variables).
数据段,它包含初始化的全局可用的数据(通常是全局变量)。
Let us initialize the globalvariable which will then be stored in Data Segment(DS).
让我们初始化这个静态变量,它将被存储在数据段(DS).
If any data segments are lost, duplicated, or damaged along the way, a failure will transmit.
如果在传输过程中,有任何数据段丢失、重复或受损,传输将失败。
Let us initialize the staticvariable which will then be stored in Data Segment(DS).
让我们初始化静态变量,然后将其存储在数据段(DS)中.
If it is in BSS segment and data segment, it will also reference the data address.
若位于BSS段和数据段,同样引用该数据地址。
Curve height shows performance distribution of each model on each data segment.
曲线高度显示了每个数据段上每个模型的性能分布。
The data segment, on the other hand, holds the contents for static variables initialized in source code.
另一方面,数据段保存在源代码中已经初始化了的静态变量内容。
Let us initialize the globalvariable which will then be stored in Data Segment(DS).
让我们实例化这个变量,它会被放入DataSegment(DS).
Generally speaking, the data segment is not Read-only, since the values of the variables can be altered at run time.
请注意,数据段不是只读的,因为变量的值可以在运行时更改。
Ti handle projects that contain thousands ofdocuments and/or tens of thousands of coded data segments.
Ti处理包含数千个文档和/或数万个编码数据段的项目。
By using ESP/AH, TCP4/6 effective data segment size will be affected by extra daisy-chained headers inserted by ESP/AH.
通过使用ESP/AH,TCP4/6有效数据段大小将受ESP/AH插入的附加菊花链头部的影响。
This problem is solved by having thereceiving host acknowledge that it has received each and every data segment.
为解决这个问题,接收主机必须确认它收到了每个数据段
In Code Example 1,the variable to_match will be allocated in the data segment, because it is initialized at declaration time.
在代码示例1中,变量to_match将被分配到数据段中,因为它是在声明时进行初始化的。
So I will explain the three main forms of allocation and how they usually relate to the heap,stack, and data segment below.
因此,我将解释三种主要的分配形式,以及它们通常如何与下面的堆、堆栈和数据段相关。
In particular, some executable files have a data segment, which nominally contains constants and initial values(both data)..
特别地,一些可执行文件具有数据段,其名义上包含常数和初始值(两个数据)。
So if you say static int cntWorkerBees= 10,the contents of cntWorkerBees live in the data segment and start out as 10.
所以,如果你定义了staticintcntWorkerBees=10,那么cntWorkerBees变量会赋以初值10并在数据段中保存下来。
Static int i= 10 will be stored in data segment and global int i= 10 will also be stored in data segment.
再举一例子:staticinti=10将被存储在数据段中,并且全局inti=10也将存储在数据段中。
So if you say static int cntWorkerBees= 10,the contents of cntWorkerBees live in the data segment and start out as 10.
所以,如果你写staticintcntActiveUsers=10,则cntActiveUsers的内容就保存在了数据段中,而且初始值是10。
They sometimes encountered missing data segments, such as when some couples turned off their smartphone audio recordings at certain times for privacy.
他们有时会遇到一些缺失的数据片段,比如一些情侣为了隐私而在特定时间关闭了他们的智能手机音频记录。
So if you say static int cntWorkerBees= 10,the contents of cntWorkerBees live in the data segment and start out as 10.
因此,如果你在程序中写这样的语句staticintcntWorkerBees=10,那么,cntWorkerBees的内容就保存在数据段中,并且初始值为10。
Results: 29, Time: 0.0325

Word-for-word translation

Top dictionary queries

English - Chinese