, sn]: string): string; 将一组字符串连接起来 Copy function Copy(S; Index, Count: Integer): string; 返回字符串的子串 Delete procedure Delete(var S: string; Index, Count:Integer); 从字符串中删除一个子串 ..
基于2个网页-相关网页
Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function.
如果不使用引用,就需要将整个数组或 hash 表复制到该函数的调用栈中,然后在函数中再次对其进行复制。
To avoid this aliasing effect, you need to call the built-in copy function to duplicate the list, and then assign the copy instead.
为了避免别名效应,您需要调用内置的copy函数来复制列表,然后改为对副本进行赋值。
For example, a copy function should be implemented with a Ctrl-C shortcut, named copy, and given a tooltip of copy.
比如,复制功能应该使用快捷键Ctrl - c(称为Copy)实现,而且提供了一个Copy工具提示。
to do sqrt, or square root-- no, I'm going to square root use sqrt, that's the name I'm using here-- square root a hundred different places in some piece of code. Without function, I'd have to copy that piece of code everywhere.
让我做一下准备,想象一下我要调用sqrt或者-,不,我会调用sqrt函数,这是我在这里用的名字,我得把这段代码到处复制。
应用推荐