代码模式 meaning in Chinese
code model
code pattern
Examples
- Code snippets : a library you can browse that contains frequently repeated code patterns
代码段:可以浏览的库,其中包含了频繁重复的代码模式。 - Gprs bandwidth , for example , depends on the coding schema used , while bluetooth performance is affected by segmentation at the l2cap layer
例如, gprs的带宽取决于使用的代码模式,而bluetooth的性能受l2cap层的网段的影响。 - Instead of adding code constructs , dotfuscator works by destroying the code patterns that decompilers use to recreate source code
Dotfuscator通过破坏反编译器重新创建源代码所使用的代码模式来起作用,而不是通过添加代码构造。 - In the cases where the same basic code pattern is repeated , but with small implementation changes , placing the common code in a template and then using jet to generate the variations is an excellent way to save mechanical time and effort
在重复出现相同的基本代码模式而只对实现稍微进行了一些修改的情况中,将通用的代码放到一个模板中,然后使用jet来生成各种变化,这是一种很好的节省时间和精力的办法。