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为该路线的花费. --------- ...
随机推荐
- XMLHttpRequest的用法
转: 传统的Web应用请求服务器返回的一般是是完整的HTML页面,这样往往就需要页面进行刷新操作,不仅耗时而且用户体验度也不好.最典型的代表就是form表单登录操作了.如果登录失败往往是跳转到原网页重 ...
- 删除多余的OracleOraDb11g_home1TNSListenerLISTENER1
oracle 监听服务有 OracleOraDb11g_home1TNSListenerLISTENER 和OracleOraDb11g_home1TNSListenerLISTENER1 两个. 用 ...
- 201621123016 《Java程序设计》第七周学习总结
1. 本周学习总结 1.1 思维导图:Java图形界面总结 2.书面作业 1. GUI中的事件处理 1.1 写出事件处理模型中最重要的几个关键词. 关键词:事件源,事件监听器,事件处理方法,事件适配器 ...
- Tessellation
Tessellation细分曲面技术是AMD(ATI)常年研发多代的技术,经过多年发展最终被采纳成为DX11的一项关键技术,因此历来都是宣传重点.和光线追踪不同,现在的光栅化图形渲染技术的核心是绘制大 ...
- Unity AnimatorController注意事项
通过assetbundle加载的单独打包AnimatorController使用下面方法赋值 Go.GetComponent<Animator>().runtimeAnimatorCont ...
- [Xcode 实际操作]八、网络与多线程-(15)使用网址会话对象URLSession下载图片并存储在沙箱目录中
目录:[Swift]Xcode实际操作 本文将演示如何通过网址会话对象URLSession下载图片并存储在沙箱目录中. 网址会话对象URLSession具有在后台上传和下载.暂停和恢复网络操作.丰富的 ...
- Metabolic and gut microbial characterization of obesity-prone mice under high-fat diet (文献分享一组-赵容丽)
题目:高脂饮食下易肥胖小鼠的代谢和肠道微生物特性研究 Metabolic and gut microbial characterization of obesity-prone mice under ...
- app发布证书、真机调试证书、测试证书、推送证书详细过程
原文网址: http://www.cnblogs.com/cxbblog/p/4028159.html 一:发布证书 遵旨:哪个开发者的哪台电脑要发布哪个app (这句话可以多读几遍) 通过上边的遵旨 ...
- Testing Complex Logic with JMeter Beanshell
BeanShell是最先进的JMeter内置组件之一.JMeter具有丰富的内置插件,可满足性能测试的许多需求.例如,在编写一些复杂的测试时,您可能需要一些额外的脚本.在这种情况下,值得使用Beans ...
- Linux (一)
Linux目录结构 / :根目录.位于分层文件系统的最顶层,可以说它包含了所有的目录和文件 /bin :系统可执行目录 /sbin :系统管理员的可执行文件 /boot :存放用于启动linux系统的 ...