1.(路程) route or distance of travel; distance of run; length of travel; distance travelled; journey; flight
短語和例子
艱難的行程 hard journey; 漫長的行程 long route; 行程五千多公里 travel over 5,000 kilometres; 一小時的行程 an hour's march; 這將是一整天的行程。it will make a full day's march.2.[機械工程] stroke; throw; travel
行成于思毀于隨 a deed is accomplished through taking thought and fails through lack of thought
"查查詞典"手機版
千萬人都在用的超大詞匯詞典翻譯APP
例句與用法
All that dreary way we passed through a region of almost endless swamp . 我們全部可怕的行程都是在那無邊無際的沼澤地內。
The range of the sodium-sulphur battery may be over 250 miles driving in towns . 鈉--硫電池的行程在市內行車可達250英里以上。
Trip distribution is another of the major aspects of the transportation simulation process . 行程分布是交通模擬程序里另一個主要方面。
In trip distribution, form a trip matrix between known origins and destinations . 在行程分布的程序中,只在已知的起點和終點之間形成一個行程網絡即可。
L values differ for long and short trips and for this reason trips have to be stratified by trip cost . L值隨行程的長短而異,因此,必須把行程用行程費用來劃分。
Next day i left that station at last, with a caravan of sixty men, for a two-hundred-mile tramp . 等二天,我總算離開了那個站,跟隨著六十人組成的商隊開始了二百英里的行程。
Floating action refers to a controlled device which can stop at any point in its stroke . 無定位調節作用所涉及的是這樣一種調節機構,即它能停頓在其行程中的任意一處位置上。
A vacuum pump pulled the products of combustion through the pipe and exhausted them outside at the end of the run . 一真空泵把燃燒的產物推進管子,在管道行程的末端將其釋放掉。
A vacuum pump pulled the products of combustion through the pipe and exhausted them outside at the end of the run . 有一個真空泵把燃燒的產物推進管子,在管道行程的末端外面使這些產物徹底燒盡。
The midday briefing conference was scheduled for klessheirm castle, a charming spot about an hour out of town . 中午的戰況匯報會議預定在克萊斯海姆宮舉行。這是個風景幽美的地點,離開市區大約有一小時的行程。
行程(,)是電腦中已執行程式的實體。行程本身不會執行,是執行緒的容器。程式本身只是指令的集合,行程才是程式(那些指令)的真正執行。若干行程有可能與同一個程式相關聯,且每個行程皆可以同步(循序)或不同步(平行)的方式獨立執行(多執行緒即每一個執行緒都代表一個行程)。現代電腦系統可在同一段時間內加載多個程式和行程到內存中,并借由時間共享(或稱多任務),以在一個處理器上表現出同時(平行性)執行的感覺。同樣的,使用多執行緒技術的操作系統或電腦架構,同樣程式的平行行程,可在多 CPU 主機或網絡上真正同時執行(在不同的CPU上)。行程為現今分時系統的基本運作單位。