Words Prefixed Trans-
transit
v.
Pass across or through (an area)
The new large ships will be too big to transit the Panama Canal.
n.
The carrying of people or things from on place to another
The painting was damaged in transit.
The action of passing through or across a place
All chinese should have freedom of transit through any place in China.
transition (change)
n.
The process or a period of changing from one state or condition to another
Making the transition from youth to adulthood can be very painful
v.
Undergo or cause to undergo a process or period of transition
transmit (send, communicate, project)
v.
Send out electronic signals, messages etc using radio, televeision, or other similar equipment
The system transmit information ove digital phone lines.
Send or pass something from one person, pleace or thing to another.
Mathematical knowledge is transmitted from teacher to student.
Transmitted disease.
Allow heat, light, sound, electricity, or other energy) to pass through a medium
The three bones transmit sound wave to the inner ear.
transmission
n.
The action or process of transmitting something or the state of being transmitting
Even the most simple information can be forgotten or distorted in the process of tranmission.
Teaching and learning isn't just a matter of skill acquistion or knowledge transmission.
A live transmission of the tennis championship.
The mechanism by which power is transmitted from an engine to the axle in a motor vehicle
transport
v.
Take or carry (people or goods) from one place to another by means of a vehicle, aircraft, or ship
Trucks used for transporting oil.
The statue was transported to London.
Cause to feel that they are in another place or time
One look, and I was transported back to childhood.
n.
The system or means of conveying people or goods from place to place, sea/road/rail/air transport
Improved rail transport is essential for business.
The process or business of taking goods from one place to another
Canals were used for the transport of goods.
transportation
n.
(American English) as same as transport
Traffic
n.
Vehicles moving along a road or street; The movement of airecraft, ships, or trains from one place to another
rush-hour traffic, traffic noise, heavy traffic
air traffice control
The movement of people or goods by aircraft, ships, trains
Most long-distance traffic of heavy goods is done by ships.
Illegal deal, trade
drug traffic
transplant
v.
Replant a plant in another place
Lift and transplant bulbs when they are becoming overcrowded.
transpose
v.
Change the order or position of two or more things
When I tracked down Robyn's correct number to call her, I found that I had accidently transposed the last two digits.
transfer
v.
Move from one place, school, job etc to another. or Make someone do this, especially within the same organization
He intends to transfer the fund's assert to the Treasury.
She tranfered to the HR department.
transform
v.
Make a marked chagne in the form, nature, or appearance of
He wanted to transform himself into a successful businessman.
Change the voltage of an electric current
The wind plant capture and transform wind energy into direct current electricity.
transformation
n.
A marked change in form, anture, or appearance
British society underwent a radical transformation.
Words Prefixed Trans-的更多相关文章
- java项目调用kettleJob和Trans
1.调用本地Job和Trans 较简单不用多说没有遇到任何问题,以下是代码: import org.pentaho.di.core.KettleEnvironment; import org.pent ...
- bdb mvcc: buffer 何时可以被 看到; mvcc trans何时被移除
# txn.h struct __db_txnregion SH_TAILQ_HEAD(__active) active_txn; SH_TAILQ_HEAD(__mvcc) mvcc_txn; # ...
- BZOJ-1003 物流运输trans SPFA+DP
傻逼错误耗我1h,没给全范围坑我1A.... 1003: [ZJOI2006]物流运输trans Time Limit: 10 Sec Memory Limit: 162 MB Submit: 529 ...
- 【BZOJ】【1003】【ZJOI2006】物流运输trans
最短路/DP 这题数据规模并不大!!这是重点……… 所以直接暴力DP就好了:f[i]表示前 i 天的最小花费,则有$f[i]=min\{f[j]+cost[j+1][i]+k\} (0\leq j \ ...
- BZOJP1003 [ZJOI2006]物流运输trans
BZOJP1003 [ZJOI2006]物流运输trans 1003: [ZJOI2006]物流运输trans Time Limit: 10 Sec Memory Limit: 162 MB Sub ...
- BZOJ 1003 [ZJOI2006]物流运输trans
1003: [ZJOI2006]物流运输trans Time Limit: 10 Sec Memory Limit: 162 MBSubmit: 4242 Solved: 1765[Submit] ...
- bzoj1003[ZJOI2006]物流运输trans
1003: [ZJOI2006]物流运输trans Description 物流公司要把一批货物从码头A运到码头B.由于货物量比较大,需要n天才能运完.货物运输过程中一般要转停好几个码头.物流公司通常 ...
- OpenJudge Trans
#include<iostream>#include<cstdio>#include<algorithm>#include<cmath>#include ...
- BZOJ 1003: [ZJOI2006]物流运输trans(最短路+dp)
1A,爽! cost[i][j]表示从第i天到第j天不改路线所需的最小花费,这个可以用最短路预处理出.然后dp(i)=cost[j][i]+dp(j-1)+c. c为该路线的花费. --------- ...
随机推荐
- 性能测试之Jmeter学习(四)
本节主要讲解:如何创建Web测试计划 如何创建一个简单的测试计划,用于测试web站点? 1.明确测试需求:我们会模拟5个并发用户,对Jakarta Web站点的网个页面进行访问,另外每个并发用户都会运 ...
- POI生成Excel工具类
import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.ByteArrayInp ...
- c++中stl----vector
1 vector是啥玩意 (1)可以使用下标访问个别的元素 (2)迭代器可以按照不同的方式遍历 (3)可以在容器的末尾增加或者删除元素 2 容器大小和容器的容量区别 (1)大小是元素的个数,容量是分配 ...
- 关于window 查看端口命令
今天小R又知道了一个新的小常识,个人觉得还是蛮实用的,可能对于有些新手来讲应该也不知道吧. 如:大家都知道window查看命令是用 “netstat -an” , 如图显示一大推打开的端口. 但 ...
- POJ - 3494 Largest Submatrix of All 1’s 单调栈求最大子矩阵
Largest Submatrix of All 1’s Given a m-by-n (0,1)-matrix, of all its submatrices of all 1’s which is ...
- MFC的CString使用
CString没有基类.一个CString对象由可变长度的一队字符组成.CString使用类似于Basic的语法提供函数和操作符.连接和比较操作符以及简化的内存管理使CString对象比普通字符串数组 ...
- OPENGL_三角形带GL_TRIANGLE_STRIP详解
使用三角形带原因:减少顶点传递,渲染时api向显卡传输数据量是瓶颈,用较好的传递方法传递一个三角形最少可以少于一个点. 点的顺序根据奇数,偶数不一样的原因:保持所有三角形法线在同一方向. 原文:htt ...
- MongoDb 抛出"Error retrieving nonce"异常
MongoDb在读取一个数据时抛出此异常, google之后也是只有源码没有任何相关结果, 考虑到之前同样的Db下不同的Collection没有发现此问题, 对比之后发现出错的url为: mongod ...
- uoj#267. 【清华集训2016】魔法小程序(乱搞)
传送门 感觉很像FFT的过程的说-- 先来考虑\(b\)如何转化成\(c\),那么只要通过它的逆过程就可以了 首先,我们称"魔法"为比较两个数的字典序,记\(x=a_0\),那么把 ...
- webpack 中导入 vue 和普通网页使用 vue 的区别(四)
一:在普通网页中使用 vue 使用 script 标签,引入 vue 包 在 ndex 页面中,创建一个 id 为 App 的 div 容器 通过 new Vue 得到一个 vue 实例 二:在 we ...