网站首页  词典首页

请输入您要查询的英文单词:

 

单词 variable-length
释义

variable length

美 
英 
  • un.可变长度
  • 网络定长;可变长度的;可变变数
un.
1.
可变长度

例句

释义:
1.
However, changing the length of a variable-length column used in a CHECK or UNIQUE constraint is allowed.
但是,允许更改用于CHECK或UNIQUE约束中的长度可变的列的长度。
msdn2.microsoft.com
2.
Similarly, the code generated by the compiler in the presence of variable-length argument lists has no dependency on the class library.
类似的,编译器在出现变长参数列表的地方生成的代码也不依赖类库。
www.ibm.com
3.
Instead, variable-length argument lists are used to allow an unspecified number of tests to be passed to the test runner.
相反,可变长参数列表用于允许将不确定数量的测试传递给测试运行程序。
www.ibm.com
4.
For each non-NULL variable-length field, the record header contains the length of the column in one or two bytes.
对于每个非空的变长字段,记录头使用一或两个字节包含了列的长度。
www.360doc.com
5.
If you want the data in a column to have variable length, you would not set this flag.
如果希望列中的数据具有可变长度,则不要设置此标志。
msdn2.microsoft.com
6.
(usually of variable length) blown by means of a cup -shaped or funnel-shaped mouthpiece.
通过杯状或漏斗状吹口吹奏的铜管乐器。
dictsearch.appspot.com
7.
When you design your tables , it helps to understand the tradeoffs of using variable length columns versus fixed length columns .
在设计表时,了解使用可变长度列和使用固定长度列各有哪些利弊是非常有用的。
www.bing.com
8.
The poor memory efficient of the variable-length can be avoided while its advantages can be reserved.
此转换介面可以避免可变长度的缺点,并保留它的优点。
www.showxiu.com
9.
Is informational and cannot be used to convert a variable length string to a fixed string.
是信息性的,不能用于将变长字符串转换为固定长度字符串。
msdn2.microsoft.com
10.
Variable Length Coding is one of the key technologies in video coding with large computation requirement.
变长编码是视频编码中的关键技术之一,计算量大。
cjig.cn
1.
The variable-length null-terminated string specifying the name of the computer that generated this event.
变量长度零结尾的字符串指定生成这项事件的计算机。
www.fan6.net
2.
Variable-length instructions are more difficult for a chip to process, though, and the longer CISC instructions are especially complex.
可变长度指令让芯片处理更为困难,较长的指令也非常复杂。
it.bab.la
3.
Following this number is usually some variable-length text.
通常紧接这个数字的是一些长度可变的文本。
bbs.ffsky.com
4.
For example, if a variable length column starts small and an UPDATE causes it to grow significantly, the record might have to be relocated.
例如,如果可变长度列开始时很小,而某UPDATE子句使其显著增大,则可能就要重新定位记录。
msdn2.microsoft.com
5.
The variable-length field containing these leading bits is called a Format Prefix (FP).
包含这些前导位的变长字段称作格式前缀(FP)。
msdn2.microsoft.com
6.
Returns the next argument in a variable- length argument list that has a specified type .
返回变长参数列表中具有指定类型的下一个参数。
www.bing.com
7.
Items in the constant pool are variable length, with the first byte of each item identifying the type of item and how it should be decoded.
常量池中各项的长度是可变的,每项的第一个字节标识项的类型以及对它解码的方式。
www-128.ibm.com
8.
Representations of four specified objects and any objects specified in an optional variable length parameter list.
表示形式与可选变量长度参数列表中指定的任何对象串联起来。
msdn2.microsoft.com
9.
Object is of variable length which inherits block interface's high performance and file interface's cross-platform data sharing.
对象是可变长的,它继承了数据块和文件在性能和易跨平台等方面的优势。
www.fabiao.net
10.
Returns the next argument in a variable-length argument list.
返回变长参数列表中的下一参数。
msdn2.microsoft.com
1.
The argument list in parentheses is actually a variable-length argument list of String's, indicated by the String* type following the colon.
在括号里的参数列表实际上是一个String(字符串)类型的可变长度参数列表,由冒号后面后面的String*类型决定。
www.bing.com
2.
Tagged columns can contain an unlimited, variable length of data.
标记列可以包含无限的可变长度的数据。
technet.microsoft.com
3.
The binaryvar data type is a variable-length opaque type with a maximum length of 255 bytes.
binaryvar数据类型是一种变长的opaque类型,最大长度为255字节。
www.ibm.com
4.
Represents a variable-length stream of binary data to be stored in or retrieved from a database.
表示要存储在数据库中或从数据库中检索的二进制数据的可变长度流。
msdn2.microsoft.com
5.
Represents a variable-length stream of characters to be stored in or retrieved from the database.
表示要存储到数据库中或要从数据库中检索的字符的可变长度流。
msdn2.microsoft.com
6.
Reads variable-length strings that are not elements of structures without expecting the two-byte length descriptor.
读取变长字符串,这些字符串不是结构的元素,不需要双字节长度说明符。
msdn2.microsoft.com
7.
Variable length coding was adopted, the initial population was generated by the random guided searching strategy.
算法采用了可变长度的染色体编码方式,使用随机指导式搜索策略来生成初始种群;
www.ceps.com.tw
8.
skid mounted and standardized tank system with variable length, suitable for overseas transportation in ISO freight containers.
橇装和标准化的长度可变,适合在ISO货运集装箱的海外运输罐系统。
www.spiiker.com
9.
The "Trace Size" refers to the maximum size of variable length data to be stored.
“TraceSize”是指存储的长度可变的数据的最大值。
www.ibm.com
10.
This provider now supports host variables, modules, the ARRAY data type, compound statements, and variable length timestamps.
目前这个提供程序支持主机变量、模块、ARRAY数据类型、复合语句和可变长度时间戳。
www.ibm.com
1.
As in most higher-level programming languages, variable length strings are a basic type in Python.
如同大多数高级编程语言一样,变长字符串是Python中的基本类型。
www.ibm.com
2.
Public-key cryptographic algorithms use a fixed buffer size whereas secret-key cryptographic algorithms use a variable-length buffer.
公钥加密算法使用固定的缓冲区大小,而私钥加密算法使用长度可变的缓冲区。
msdn2.microsoft.com
3.
Writes variable-length strings that are not elements of structures without the two-byte length descriptor.
写入的变长字符串不是没有双字节长度说明符的结构元素。
msdn2.microsoft.com
4.
A logical record may be a byte, a line(fixed or variable length), or a more complex data item.
一个合乎逻辑的记录可能是一个字节,一条线(固定或可变长度),或更复杂的数据项目。
zhishi.sohu.com
5.
You must manually define type libraries containing variable-length arrays, as shown in the following example.
必须手动定义包含可变长度数组的类型库,如下面的示例中所示。
msdn2.microsoft.com
6.
These two features of the auto-abstract, variable length and emphasis, might at times be usefully combined.
汽车-摘要的这二个特征,变数长度和强调,可能有时被有用地联合。
zhidao.baidu.com
7.
End concludes the processing of a variable-length argument list.
结束变长参数列表的处理。
msdn2.microsoft.com
8.
Represents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments.
表示变长参数列表;即采用可变数量的参数的函数的参数。
msdn2.microsoft.com
9.
You can use this method in your code as a marker to indicate where variable-length argument list processing logically ends.
您可以在代码中将此方法用作标记,以指示变长参数列表在何处逻辑结束。
msdn2.microsoft.com
10.
NUMBER data type that contains variable- length numeric data with a maximum precision and scale of 38 .
数据类型,它包含最大精度和小数位数为38的变长数值数据。
www.bing.com
1.
The maxLength facet is not generated for variable-length types that are declared with the (max) specifier.
对于用(max)说明符声明的可变长度类型,不生成maxLength方面。
msdn2.microsoft.com
2.
This project studies the rapid growing evolutionary algorithms. A variable-length string matrix genetic algorithms (VMGA) was proposed.
本项目对目前发展迅速的演化算法相关问题进行了研究。
www.pet2008.cn
3.
Consequently, variable-length arrays are imported as reference arguments.
因此,变长数组被作为引用参数导入。
msdn2.microsoft.com
4.
Finally, another serialization issue is: should you serialize your records as fixed or variable length?
最后,另一个序列化问题是:你打算序列化的记录是定长的还是可变长度的?
blog.163.com
5.
A variable length field of up to 11 bytes that RIDs can use to identify specific applications.
可变长度外地的多达11字节表示,rids可以使用,以确定具体的申请。
topic.csdn.net
6.
Entropy encoder adopts context-based adaptive variable length coding(CAVLC) method.
熵编码器采用基于上下文自适应可变长编码(CAVLC)方法。
www.fabiao.net
7.
It defines language to describe strings, variable-length arrays, and similar structures.
它定义了描述字符串、变长数组以及类似的结构体的语言。
www-128.ibm.com
8.
The key columns of an index can include fixed-length and variable-length columns.
索引键列可以包括固定长度和可变长度列。
www.kuenglish.info
9.
Strings are of variable length by default, and this attribute is useful when storing strings to files.
字符串的长度在默认情况下是可变的,此属性在将字符串存储到文件时很有用。
msdn2.microsoft.com
10.
Lists, in contrast, have a variable length and are made of homogeneous elements.
相比之下,列表的长度可变,由同类元素构成。
www.ibm.com
1.
stabstr, that contains all the variable length strings that are referenced by stabs in the . stab section.
包含所有可变长度的字符串,这些字符串在.stab部分是通过stab引用的。
www.ibm.com
2.
As time has become broken into variable length blocks, it has become commoditized.
由于时间已被拆解成不同长度的区段,因而也被商品化了。
3.
In the end, the design of variable-length tree resources naming is given to reduce control signaling overhead in carrier aggregation.
最后,在聚合后的资源标识方面,设计变长树型的资源标识方式,降低控制信令的开销。
www.fabiao.net
4.
Rather, they contain variable-length strings and their contents define their data type.
而且,变量包含可变长度的字符串,变量的内容便定义了变量的类型。
www-128.ibm.com
5.
For example, a field containing a variable-length string with a maximum length of 20 characters would be represented as "varchar(20)" .
例如,一个包含可变长度字符串(最大长度为20个字符)的字段将表示为“varchar(20)”。
technet.microsoft.com
6.
A tagged message also has the space overhead of allocating variable length data elements to store the retrieved data values.
带标记的消息还需要分配可变长度的数据元素来存储检索数据值而带来的空间开销。
www-128.ibm.com
7.
NULL and Default Value Compression (V8 GA): Compression for null, zero length data in variable length columns and system default value.
NULL值和缺省值压缩(V8GA):对变长列中的零长度空数据和系统缺省值进行压缩。
www.ibm.com
8.
Type the size in bytes of a variable length field.
键入用字节表示的长度可变域的大小。
office.microsoft.com
9.
Data type that contains a variable-length character string with a maximum size of 4, 000 bytes.
数据类型,它包含最大为4,000字节的变长字符串。
msdn2.microsoft.com
10.
The new variable-length array (VLA) feature is partially available.
新的变长数组(variable-lengtharray,VLA)已经部分可用。
www.ibm.com
1.
This research is mainly intended to implement a MPEG2 slice layer to settle as follows with the ASIC Variable length decoding chip.
本论文的主要工作是设计一个MPEG2slice层以下定长、变长解码的ASIC芯片。
www.juhe8.com
2.
Time slices in CFS are of variable length and are decided dynamically.
CFS中的时间片具有可变的长度并且动态确定。
www.ibm.com
3.
In this thesis, a two-layer Hidden Markov Model is constructed based on system call sequence and variable-length pattern sequence.
本文基于系统调用序列及其对应的不定长模式序列构建了一个两层隐马尔可夫模型。
www.juhe8.com
4.
This method is using the chains of function return addresses to derive a table of variable-length patterns.
该方法以进程中产生系统调用的函数返回地址链作为提取不定长模式的依据。
www.juhe8.com
5.
Type libraries can contain arrays of fixed or variable length.
类型库可以包含固定或可变长度的数组。
msdn2.microsoft.com
6.
In Java 5, the ellipsis notation was created to denote methods with variable length arguments.
在Java5中创建了省略号表示法,代表方法的参数是可变长度的。
www.infoq.com
7.
There can be no variable-length argument lists.
不能有任何变长的参数列表。
www.ibm.com
8.
Then a Markov chain model is constructed based on variable-length patterns to detect abnormal behaviors.
在此基础上,以不定长模式作为基本单位构建了一个马尔可夫链模型来检测进程的异常行为。
www.juhe8.com
9.
Unmanaged arrays are either COM-style safe arrays or C-style arrays with fixed or variable length.
非托管数组是具有固定或可变长度的COM样式安全数组或C样式数组。
msdn2.microsoft.com
10.
This paper proposed a new pairwise local alignment algorithm for DNA sequences based-on variable-length segments splice(short for VLSSA).
提出一种基于可变长子片段对拼接的DNA双序列局部比对算法。
en.zidian8.com
1.
It divides memory into variable-length records composed of 16-byte blocks.
它将内存划分为由一些16字节块组成的变长的记录。
www.ibm.com
2.
However, this is a pure coincidence; in fact, GNU C has its own variable-length array support.
不过,这纯粹是一个巧合;实际上,GNUC有其自己的变长数组支持。
www.ibm.com
3.
Drag to add a hand with variable length sleeve .
通过拖动添加袖筒长度可变的手。
www.jukuu.com
4.
When this function gets called, the variable length is given the value we put in the parentheses.
当这个函数被调用时,变量length就会被赋予我们在括号内所给的值。
wiki.woodpecker.org.cn
5.
VLC? Variable Length Code(r)?
可变长度编码(器)?。
www.scientrans.com
6.
Ali current video coding standards such as H. 263 employ variable length codes(VLC), to achieve high compression efficiency.
在现在流行的视频编码标准中(例如H.263 )均使用可变长编码(VLC)来获得高效的压缩比。
www.fabiao.net
7.
You should avoid variable length argument lists because they too rely on a stack-based approach to passing variables.
您应该避免可变长度参数列表,因为他们太依赖于一个基于堆叠的方法来传递变数。
tw.myblog.yahoo.com
8.
A variable-length stream of non-Unicode characters ranging between 1 and 8, 000 characters.
非Unicode字符的可变长度流,范围在1到8,000个字符之间。
msdn2.microsoft.com
9.
A variable-length stream of Unicode characters ranging between 1 and 4, 000 characters.
Unicode字符的可变长度流,范围在1到4,000个字符之间。
msdn2.microsoft.com
10.
Variable length data stored in varchar, nvarchar, varbinary, or sql_variant columns that exceed the 8, 060 byte row size limit.
存储在超过8,060字节行大小限制的varchar、nvarchar、varbinary或sql_variant列中的可变长度数据。
technet.microsoft.com
1.
If there are variable-length columns in the index, determine how much space is used to store the columns within the index row
如果索引中有可变长度列,请确定在索引行中存储这些列需使用的空间
technet.microsoft.com
2.
If there are no variable-length columns, set Variable_Leaf_Size to 0.
如果没有可变长度的列,则将Variable_Key_Size设置为0。
msdn2.microsoft.com
3.
Variable length columns reduce database size because they take only what is required to store the actual value.
由于可变长度列仅占用存储实际值所需的空间,所以可减小数据库大小。
msdn2.microsoft.com
4.
A variable-length stream of binary data ranging between 1 and 8, 000 bytes.
二进制数据的可变长度流,范围在1到8,000个字节之间。
msdn2.microsoft.com
5.
Use of very small variable length type (size 1 or 2).
使用非常小的变量长度类型(大小为1或者2)
www.infoq.com
6.
Like Visual Basic strings, arrays are of variable length by default.
像VisualBasic字符串一样,数组的长度在默认情况下是可变的。
msdn2.microsoft.com
7.
Visual Basic arrays are of variable length by default.
默认情况下,VisualBasic数组的长度可变。
msdn2.microsoft.com
8.
Variable Length of Step Finite Difference Method in Electromagnetic Field
电磁场中可变步长的有限差分算法
scholar.ilib.cn
9.
a coding unit configured to perform variable length coding on an output of the quantizing unit;
编码单元,被配置为对所述量化单元的输出执行可变长度编码;
ip.com
10.
A variable-length stream of non-Unicode data with a maximum length of 2
非Unicode数据的可变长度流,最大长度为2
msdn2.microsoft.com
1.
A variable-length stream of Unicode data with a maximum length of 2
Unicode数据的可变长度流,最大长度为2
msdn2.microsoft.com
2.
It limits the number of characters that are returned for the large variable length data types
限制为较大的可变长度数据类型返回的字符数
msdn2.microsoft.com
3.
The Application of the Variable Length Chromosome Genetic Algorithm in Evolutionary Hardware
变长染色体遗传算法在演化硬件中的应用
www.ilib.cn
4.
Uighur Speech Synthesis Technology Research Using Variable Length Phoneme Sequences as Concatenation Unit
基于可变长音素序列拼接单元的维吾尔语语音合成技术研究
www.ilib.cn
5.
selecting a memory pool for the heap data object allocated by the variable-length calling chain;
为从所述变长调用链所分配的堆数据对象选择内存池;
ip.com
6.
Improved Design and Analysis of a LZ Dynamic Variable Length Coding
一种LZ动态变长码的改进设计与分析
www.ilib.cn
7.
It limits the number of characters that are returned for variable length data types
它限制为下列可变长度数据类型返回的字符数
msdn2.microsoft.com
8.
Design and Kinematic Simulation of Cam-Linkage Combination Mechanism of Variable Length Linkage by Computer
变连杆凸轮-连杆组合机构的设计及其运动仿真
www.ilib.cn
9.
A novel construction algorithm for symmetrical reversible variable length codes
一种新的对称可逆变长码的构造方法
service.ilib.cn
10.
On the Design of Node Architecture and MAC Protocol for WDM Metro Ring Networks with Variable Length Packets Support
WDM城域环网中支持可变长分组的节点结构及MAC协议设计
www.ilib.cn
1.
The Design Method and Its Application of Variable-Length-Four-Bar Linkage
变参数四杆机构的设计及应用
www.wanfangdata.com.cn
2.
Reversible Variable Length Decoder Design and VLSI Implementation
可逆变长编码的解码器设计及VLSI实现
www.ilib.cn
3.
Several Technologies of Transmitting Fixed and Variable Length Packets
统一传输定变长分组的几种技术
ilib.cn
4.
Multiprocessor scheduling for variable length tasks
任务长度可变的多机排序问题
service.ilib.cn
5.
Intrusion Detection Using Variable-length System Calls Patterns
基于不定长系统调用序列模式的入侵检测方法
www.ilib.cn
6.
Short packet first scheduling for variable length optical packet switching
可变长光分组交换的短包优先调度
www.ilib.cn
7.
A Translation Algorithm between Code and Index of Synchronized Variable Length Codes
同步变长码码字和码序号的互换算法
www.ilib.cn
8.
The structured singular value analysis of edge polynomials with variable length
变长度棱边多项式鲁棒稳定性的结构奇异值方法
service.ilib.cn
9.
Technology of Variable Length Phonetic Unit in Embedded Speech Synthesis System
嵌入式语音合成系统中不定长单元技术
service.ilib.cn
10.
Design and Implementation of High Throughput Variable Length Decoder
高吞吐率可变长码解码器的设计与实现
www.ilib.cn
1.
Study on Classless Inter- Domain Routing and Variable Length Subnet Mask Technology
浅论无类域间路由与可变长子网掩码技术
www.ilib.cn
2.
For procedures that take a variable-length argument list, the,
对于采用变长参数列表的过程,
msdn2.microsoft.com
3.
The sequencing problem for variable length tasks in multiprocessors
执行时间可变的任务在多处理机上的排序问题
scholar.ilib.cn
4.
Study on Optimization Design of Engine Variable Length Intake Manifold System
发动机可变长度进气歧管系统的优化设计研究
ilib.com.cn
5.
Intrusion Detection Using Variable-length System Call Pattern
基于变长系统调用序列模式的入侵检测方法研究
www.ilib.cn
6.
A Negative Selection Algorithm with the Variable Length Detector
一种检测器长度可变的非选择算法
scholar.ilib.cn
7.
Robust Stability Analysis of Edge Polynomials with Variable Length
变长度棱边多项式的鲁棒稳定性分析
www.ilib.cn
8.
Variable Length Packet Buffering for High-performance Router
面向高性能路由器的可变长度数据包缓冲方法
www.ilib.cn
9.
Context-Based Four-Dimensional Matrix Variable Length Coding
基于上下文的四维矩阵变长编码
www.ilib.cn
10.
Novel algorithm for context-adaptive variable length coding
一种新的自适应变长码编码算法
www.ilib.cn
1.
An dynamic variable-length packetization algorithm in real-time speech transmission
语音信号实时传输中的动态变长分帧算法
www.ilib.cn
2.
Generation of Reseeding Test Pattern with Variable Length
变长重复播种测试码生成方法
www.ilib.cn
3.
A New Variable-Length Receiving Window Based Demodulation Method for OFDM
基于变长接收窗的新型OFDM解调方法
www.ilib.cn
4.
Application of the Subnet Mask and the Variable Length Subnet Mask
子网掩码与变长子网掩码的应用
www.ilib.cn
5.
Research and Implementation of the Variable Length Series Communication Based on PLC
基于PLC的不定字长的串行通讯的研究及实现
service.ilib.cn
6.
Pendulum With Linear Damping and Variable Length
有线性阻尼和变长度的单摆
www.ilib.cn
7.
Sequential file of variable length record
可变长度记录顺序文件
www.sinobay.com
8.
An Evolutionary Algorithm of One Dimensional Stock Cutting Problem Based on Variable Length Coding
基于变长编码求解一维下料问题的演化算法
www.ilib.cn
9.
Motion modeling and simulation of "sea-Dragon 3500" ROV with variable length cable
“海龙-3500”深海潜水器的变长缆运动建模与仿真
ilib.cn
10.
Handling of variable length field
可变长字段处理
www.sinobay.com
1.
A Genetic Algorithm Based on Variable Length Coding for Paper Roll Cutting Problem
基于变长编码的遗传算法在纸卷切割中的应用
service.ilib.cn
2.
For an index key column that is of variable length
具有可变长度的索引键列
www.ibm.com
3.
Specify the number of fixed-length and variable-length columns in the index key and calculate the space that is required for their storage
指定索引键中固定长度和可变长度列的数量,并计算存储所需的空间
technet.microsoft.com
4.
for workplace air humidity is large, it is best to cut paper up with plastic cover to prevent moisture penetration into the variable-length;
差于车间氛围湿度较不小时,切好的纸张最坏用塑料罩盖起来,以防受潮变长;
www.bing.com
5.
Specify the number of fixed-length and variable-length columns and calculate the space that is required for their storage
指定固定长度和可变长度列的数量,并计算存储所需的空间
technet.microsoft.com
6.
If you specify a variable length data type, you must also specify the maximum
如果指定可变长度的数据类型,则必须也指定最大的
msdn2.microsoft.com
7.
Variable length columns when the data row exceeds 8 KB
数据行超过8KB时为可变长度数据类型列
msdn2.microsoft.com
8.
A variable-length stream of binary data ranging from 0 to 2
二进制数据的可变长度流,范围在0到2
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/6 1:48:15