calling routine信息详情

calling routine发音

意思翻译

调用例程

相似词语短语

calling───n.使命感;职业;(动物或人的)喊叫;强烈冲动;v.呼喊;大声说;(动物)叫;打电话给;短暂拜访(call的现在分词)

routine───adj.常规的,例行的;平常的;乏味的;v.按惯例安排;n.常规,惯例;生活乏味;(演出中的)一套动作;(计算机)例行程序

routine tasks───日常事务;日常工作;常规工作

routine schedule───例行测验表

ed calling───埃德呼叫

old routine───老套路

routine basis───常规基础

calling back───vi.回电;收回

routine res───常规res

双语使用场景

value, string or numeric, is then stored in a two-dimensional array, which is returned to the calling routine after the whole sheet has been read.───然后,值(字符串或数值)存储到一个二维数组中,读取完整个工作表之后,该数组被返回给调用例程。

pass by value, any change to the parameter is not reflected in the calling routine. Those who have used pass by reference will probably find this confusing.───参数按值传递的话,任何对该参数的修改都不会反射到调用这个方法的程序,使用按引用传递参数的人可能对这一点搞到困惑。

Storing calculational results in this way ensures that the intermediate and summary values can be used by the calling routine in chained calculations.───用这种方法存储计算结果确保了前后链接的计算中的调用例程可以使用中间值和汇总值。

When it is about to return to the calling routine, it restores registers from the stack.───当即将返回到调用例程,它从堆栈寄存器返回值。

英语使用场景

With pass by value, any change to the parameter is not reflected in the calling routine. Those who have used pass by reference will probably find this confusing.