n time的意思
n time中文翻譯:
n時間
相似詞語短語
in time───及時;適時
on time───按時,準時;按時付款
run time───運行時間;電腦運作時間
anytime───adv.任何時候;無例外地
do time───坐牢;服徒刑
onetime───adj.從前的;一度的;adv.一度;從前
to time───到時間
雙語使用場景
Timer insertion occurs using list operations that are o (1) complexity, with expiration occurring in o (n) time.───計時器插入使用具有O(1)復雜度的列表操作發生,過期發生在O (N)時間內。
Scenario 2: Triggering a flow every "n" seconds at a certain time of day.───場景2:在特定時間每“n”秒觸發一次流。
red-black tree is O(log n) in time for most operations, while the previous scheduler employed O(1), using a priority array with a fixed number of priorities.───對于大多數操作,紅黑樹的執行時間為 O(log n),而以前的調度程序通過具有固定優先級的優先級數組使用 O(1)。
Less spectacular, but much easier to implement is Grover's algorithm which searches an unordered list of N items in O(sqrt(N)) time.───雖然不那么壯觀,但是用可以在O(sqrt(N))時間內搜索一個無序的N項列表的Grover算法實現起來容易得多。
One minute too late is no more n time than half an hour.───遲到一分鐘和半小時都是不準時。
The second step is to calculate the N frequency spectra corresponding to these N time domain signals.───第二步是計算與這N個時域信號相應的N個頻譜。
Timer insertion occurs using list operations that are O(1) complexity, with expiration occurring in O(N) time.───計時器插入使用具有O(1)復雜度的列表操作發生,過期發生在O(N)時間內。
Second, operations on the tree occur in O(log n) time (where n is the number of nodes in the tree).───第二,樹上的運行按O(logn)時間發生(其中n是樹中節點的數量)。
Although the algorithm itself is complex, it is extremely efficient in practice and operates in O(log n) time.───雖然算法本身很復雜,但它在實踐應用中的效率很高,可以按照O(logn)的時間操作。