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为该路线的花费. --------- ...
随机推荐
- 3-2带命令行参数的Java
命令行参数: 主方法Main 小括号里面的内容就是命令参数: String[] args class ArgsDemo{ public static void main(String[] args){ ...
- php防盗链技术
在Http协议中,头信息里,有一个重要的选项: Referer Referer: 代表网页的来源,即上一页的地址 如果是直接在浏览器上输入地址,回来进来,则没有Referer头. 这也是: 为什么服务 ...
- opensns入门
1.公共控制器 AdminController.class.php 2.控制器中 使用 $list = $this->lists(); 可以获取数据表中的数据,相当于基本的查询 3.将数据查询 ...
- js 点击往div里添加图片(实例)
<!DOCTYPE html> <html> <head> <title></title> </head> <body&g ...
- Optimized fragmentation improves the identification of peptides cross-linked by MS-cleavable reagents (文献分享一组-张宇星)
题目:Optimized fragmentation improves the identification of peptides cross-linked by MS-cleavable reag ...
- perl C/C++ 扩展(五)
perl 的C++扩展,返回值为自定义类型. 在 perl C/C++扩展(三) 中,我已经介绍了,如何让perl 认识 c++的类,但是前面的介绍中,包括我参考的博客http://chunyemen ...
- 初学Java web(转)
转自 http://www.oschina.net/question/12_52027 OSCHINA 软件库有一个分类——Web框架,该分类中包含多种编程语言的将近500个项目. Web框架是开发者 ...
- 搭建hustoj现场环境
所需:就用了台普通电脑作为web以及数据库端,两台数据库实验室提供的服务器拿来做评测机. 根据提示将三台都装上hustoj 当然我是用之前比赛遗留下来的judge { 可以用以下来代替 wget ht ...
- asyncio模块
asyncio模块 这是官网也非常推荐的一个实现高并发的一个模块,python也是在python 3.4中引入了协程的概念. asyncio 是干什么的? 异步网络操作 并发 协程 python3 ...
- CF ECR59div2 D
题目本质:如果答案是i,那么从行和列两维都会满足:以i的倍数分块,矩阵值相同. 一种解决方法: 1.首先题目里说了要在n的约数里找orzorz…… 2.块中需要一整排都相同.用“与前一排相同否?”来判 ...