递归方式 meaning in English
recursive fashion
Examples
- An after trigger does not call itself recursively unless the recursive triggers database option is set
After触发器不会以递归方式自行调用,除非设置了recursive _ triggers数据库选项。 - Procedure calls itself recursively , you must follow the procedure name with parentheses , even if there is no argument list
过程以递归方式调用它自身时,您必须在过程名称后加上括号(即使不存在参数列表) 。 - Specifying inputs with wildcards you can also use wildcards to recursively include all files or only specific files from subdirectories as inputs for a build
还可以使用通配符以递归方式将子目录中的所有文件或某些特定文件包括在某个生成的输入列表中。 - When toggled on , these commands will process all directories in the source directory ( i . e . , the directory they are copying . ir from ) and will recurse into any that match the mask specified to the command
当使用了递归方式时,这些执行的命令会处理源目录下所有的子目录(例如目录下所有的. ir文件) ,同时使用命令中的通配符。 - Usage would include tasks like recursively searching files for virus patterns , searching databases for keys or data , text and word processing and any other task that requires handling large amounts of data at very high speed
这种算法的用途包括采用递归方式搜索文件中的病毒字符串,在数据库中搜索关键字或数据,文本和单词的处理,还有其他要求非常高速地处理大量数据的场合。