青年中文青年中文

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.