constant string信息详情

constant string发音

意思翻译

常量字符串

相似词语短语

string───n.线,弦,细绳;一串,一行;vt.悬挂;系;扎;用线(或细绳等)串,把……连在一起

constant───adj.不变的;恒定的;经常的;n.(Constant)人名;(德)康斯坦特;n.[数]常数;恒量

calorimeter constant───量热计常数

append string───追加字符串

unending string───永无止境的弦

looped string───循环字符串

attenuation constant───[物]衰减常量;减幅常数;衰减[减幅]常数

constant repetition───不断重复

hardening constant───硬化常数

双语使用场景

Indeed, 'a string' is a constant string you can't modify.───事实上,‘a string’是一个不能修改的常量字符串。

This can be avoided by storing the constant string into a local array and then using the array as the argument to the function.───这可以通过以下方法来避免:将常数字符串存储在某个本地数组中,然后将该数组用作函数的参数。

By using a constant string, you avoid allocating memory, copying the string, and the transcoding process.───通过使用常量字符串,可以避免分配内存、复制字符串和编码转换过程。

This warning indicates the use of a constant string as an argument to a function that might modify the contents of that string.───此警告意味着将常数字符串用作可能修改该字符串内容的函数的参数。

From the client's perspective, enumeration types become classes with a static constant string field for each value.───从客户端的角度来看,枚举类型变为每个值都有一个静态常量字符串字段的类。

Is a constant string that contains the command to be passed through to the linked server.───常量字符串,包含要传递给链接服务器的命令。

英语使用场景

The second case expression uses a wildcard for the firstName part of Person but matches against the constant string Neward in the lastName part and wildcards against the age part.