time increment
时间增量:表示时间变化的量
常用释义
英式发音
美式发音
基本释义
- 时间增量:表示时间变化的量,通常用于计算或衡量时间间隔。
例句
-
1·For each time increment, the approximation of each unknown nodal function can be solved with the matrix left division command in MATLAB.在每一个时间步长,利用MATLAB提供的矩阵左除命令即可求出各个未知节点的函数近似值。
-
2·At the same time, you demonstrate continuous progress by evolving your application one micro-increment at the time.同时,您也通过演进您的应用程序的一个微增量证明了持续的进展。
-
3·One way would be to increment a variable every time a thread is created, and decrement it whenever a thread terminates. When it reaches zero again, close the whole process.一种解决方法是增加一个变量,每创建一个新的线程该变量就加1,每终止一个线程该变量就减1,当该变量再次为零时,就关闭整个进程。
-
4·The version should increment every time the user is added to or deleted from a network group.每次用户被加入或从一个网络组中删除时,就应该增加这个版本号。
-
5·Each time you change your application's code or data and make a new RPM available, be sure to increment the values of Version and Release to reflect major and minor changes, respectively.每次更改应用程序的代码或数据,以及构建好一个新rpm时,一定要增加主版本和次版本的值,以分别反映主要和次要的更改。
-
6·After starting in the automatic mode, the progress bar keeps updating the status of the task until it is stopped by using specified time interval and percentage increment values.在自动操作模式中启动以后,这个进度工具条将会不断地更新这个任务的状态,直到使用特殊的时间间隔和百分数增长值使它停止为止。
-
7·The queue manager will then continue to use the same group identifier and increment the sequence number each time.队列管理器将随后继续使用相同的组标识符,并在每次递增序列号。
-
8·The contacts representing successive increment of time in the outputs can be looked upon as the sweeping of the reversed and unreversed signals.代表输出中时间连续增量的各接触点,可以被看成是反转和未反转信号的扫描。
-
9·I then rotate it with the rotate method and increment the frame each time.然后用rotate方法使它旋转并每旋转一周就增大其框架。
-
10·If two threads attempt to increment foo at the same time, the result might be that the value of foo gets increased by one or by two, depending on timing.如果两个线程试图同时增加foo属性值,结果可能是foo的值增加了1或2,这由计时决定。