program tree信息详情

program tree发音

意思翻译

程序树

相似词语短语

gifted program───天才计划

internship program───实习计划;实习项目

headstart program───headstart程序

doctoral program───博士生项目

exercise program───训练方案;锻炼计划

processing program───n.[计]处理程序;[计] 处理程序

compiled program───编成程序

program error───[计]程序错误;程序误差

talks program───会谈计划

双语使用场景

For example, if you write a program that allocates and frees many tree nodes, you might decide that is worth it to cache some nodes, assuming you know of a fast way to do this.───例如,如果你写一个分配和释放很多树节点的程序,你会认定高速缓冲一些节点是有价值的,假设你知道一种快速的方式能做到这一点的话。

utility I occasionally use is a program that calls other programs iteratively over a tree of files.───我偶尔使用这样一个实用程序,它针对一个文件树反复调用其他程序。

the other hand, you would store the location of a program in the system tree, as that location is the same for all users and is potentially useful to all users.───另一方面,您要将程序位置存储在系统树中,因为位置对于所有用户是相同的,并且所有用户都可能用到它。

英语使用场景

Concerning the familiar traversing through a program tree, people used to adopt the searching strategy, which always begins from the root of tree.