"如果代码" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (如果代码)

Low quality sentence examples

因为a是b小的,如果代码能够运行的话第一个语句会被打印出来。
Since a is less than b, the first statement will print out if this code is run.
如果代码中使用字符串字面值来表示文本,总是应该含有'u'前缀。
If a string literal in your code is intended to represent text, it should always be prefixed with'u.
如果代码是标准的DelphiPascal并且采用Delphi的标准组件,那么答案是肯定的。
If the code is standard Delphi pascal and it uses the standard components found in Delphi then the answer is yes.
如果代码是引用透明的,那么您可以使用左侧的符号替换右侧的表达式.
When code is referentially transparent, then you can substitute the expression on the right-hand side with the symbol on the left-hand side.
如果代码安全特性未被使用,地址0x3F7F80至0x3F7FEF可被用于代码或者数据。
If the code security feature is not used, addresses 0x3F7F80 through 0x3F7FEF may be.
如果代码示例是二分类,那么修改它让其适用于多分类或回归问题。
If the code example was two-class classification, update it for multi-class classification or regression.
这也确保了如果代码被允许运行,它在运行时将具有所需的所有权限。
This also ensures that if the code is allowed to run, it will do so with all the permissions it needs.
如果代码中需要一个String,类型安全可以防止你错误地传递给它一个Int。
If part of your code expects a String, type safety prevents you from passing it an Int by mistake.
如果代码没有错误,命令提示符会进入下一行,并生成helloworld.exe可执行文件。
If there are no errors in your code the command prompt will take you to the next line and would generate helloworld. exe executable file.
如果代码没有按计划执行,我想知道这个病人现在的生活会是怎样的。
If the code had not gone as planned, I wondered what this patient's life would look like now.
如果代码中没有错误,在命令提示符下将到下一行(假设:路径变量设置)。
If there are no errors in your code, the command prompt will take you to the next line(Assumption: The path variable is set.
如果代码是128和0x7ff之间,就变成了两个字节值在128和255之间。
If the code point is between 128 and 0x7ff, it's turned into two byte values between 128 and 255.
如果代码可以正常工作的话,那么最重要的部分就是提出一个完善的过渡计划了。
If the code works, the important part is coming up with a transition plan.
如果代码的某个部分你不理解,那就阅读教程或参考资料,直到理解了为止。
If you don't know a certain part of the code, read about it in your tutorial or reference material until you do.
如果代码不清晰,则必须单击“我看不到代码”链接将其替换为另一个代码。
If the code is not legible, you must click on the link"I do not see the code" to replace it with another.
在可能的情况下,应展示所写的代码,特别是如果代码是为数据科学项目编写的。
Where possible, do showcase any codes written, especially if the codes are written for data science projects.
因此,如果代码只被执行一次的话,那么最好还是解释执行而不是编译后再执行。
Therefore, if the code is to be executed just once, it is better to interpret it instead of compiling.
如果代码审查是为了捕捉糟糕的代码,那么你如何知道你正在审查的代码是好还是糟糕??
If code review is there to catch bad code, then how do you know if the code you're reviewing is good, or bad?
如果代码持有对某个对象的引用,它便持有了一个指向向量表顶部的间接指针。
When your code holds a reference to an object, it holds an indirect pointer to the top of the v-table.
一般来说,如果代码是和本书一起提供的,那么你可以在你的程序和文档中使用它们。
In general, if example code is offered with this book, you may use it in your programs and documentation.