convert,transform有何区别?

ahyuemoon2022-10-04 11:39:541条回答

convert,transform有何区别?
convert,transform 都有“转换,转化”之意,当它们都表达这层意思时,具体有哪些差别呢?

已提交,审核后显示!提交回复

共1条回复
sangonb 共回答了16个问题 | 采纳率93.8%
transform 转换的是外部形态.(form是“形式”的意思).transformer :变形金刚
convert 转换的是内部结构,表示抽象的意思
1年前

相关推荐

英语翻译Select %sH.CusCode_,S.ENAME_,H.SELLORDNO_,convert(varcha
英语翻译
Select %s
H.CusCode_,S.ENAME_,H.SELLORDNO_,convert(varchar(250),B.Remark_) as Remark_,
c.contacter_,c.delivery_,c.receiver_,m.invaddress_,convert(varchar(250),r.remark_) as Remark1_,
H.TBNo_,B.It_,H.TBDate_,B.PartCode_,B.Spec_,P.Desc_,B.Unit_,B.Num_,b.cusmodle_,
H.OrdDate_,
B.Currency_,B.OriUp_,
B.OutDate_,H.Attend_,DATEADD(MONTH,1,OutDate_),H.TO_,H.Payment_,H.Deivery_,
S.Eaddress_,
Convert (Varchar(250),H.Mark1_) as Mark1_,
Convert (Varchar(250),H.Mark2_) as Mark2_
From OrdH H Inner Join OrdB B On H.id_=B.pid_ and H.Ver_
独漠1年前1
neliye 共回答了19个问题 | 采纳率78.9%
其实就是
select 字段 from 表名
然后它复杂的原因在于H,S等等都是原来的表的别名,还有就是表之间的;连接问题inner Join就是内连接,left Join就是左连接还有右连接.
总的说来就是在一些有联系的表中选择出一些需要字段!
Convert cover failed,Please try again!
守望与感恩1年前1
2984558 共回答了22个问题 | 采纳率90.9%
转换失败,请稍后再试
求高手帮我做个简单的VB程序Divide the number with 2.Convert the result to
求高手帮我做个简单的VB程序
Divide the number with 2.Convert the result to an integer.Multiply this integer with 2.If the product is equal to the original number,it is an even number,otherwise it is an odd number.
To convert a number to an integer you can use the function int(x) which returns the integer part of a value x.
易数人生1年前1
xyp太阳 共回答了29个问题 | 采纳率86.2%
大体伪代码框架如下
y = int(x);
if(y/2*2 == y)
even()
else
odd()
另,这算法好傻,最快判断奇偶的话,只需要看整数的最后1位是0还是1就行了(因为计算机用的是二进制数)
求介绍把风力转换成电力的方法步骤,原题是How to Convert Wind Into Electricity 就是把
求介绍把风力转换成电力的方法步骤,原题是How to Convert Wind Into Electricity 就是把步骤1234写出来
中英文都行·~
雨飔1年前1
Max_126 共回答了15个问题 | 采纳率66.7%
是利用风力带动风车叶片旋转,再透过增速机将旋转的速度提升,来促使发电机发电.
即风能转换为机械能再转换为电能.
辩析:change vary alter convert
辩析:change vary alter convert
change vary alter convert这四个词用法区别在哪里
bayhzh1年前1
fei88888 共回答了19个问题 | 采纳率78.9%
change可以指任何变化,常用来指根本的或完全的变化
alter只意味着局部或表面的变化,而没有变成另一类事物
vary指不断的变化.由于变化而产生一系列的差别
convert意为使转变,使转化,一般只表示事物的外表及用途,功能方面所发生的次要变化,而不是本质变化.
'initializing' :cannot convert from 'class A *' to 'class B
'initializing' :cannot convert from 'class A *' to 'class B *'
int main()
{
A aa;
B *pb=&aa;
pb->g();
return 0;
}
#include
class A
{
public:
void virtual g(){cout
andylee_1141年前1
yu23nm 共回答了21个问题 | 采纳率95.2%
A是B的父类,所以B的指针可以赋值给A的指针,但是A的指针不能赋值给B的指针,你这个正好搞反了,可以这样:
B bb;
A *pa = &bb;
pa->g(); // 相当于bb.g();
关于改变“alter,change,convert,modify,shift”的英语单词辨析题
毛茜1年前1
dieout 共回答了25个问题 | 采纳率96%
change, alter, vary, convert, modify, transform, turn这些动词均含有"变化,改变"之意.change: 指任何变化,完全改变,强调与原先的情况有明显的不同.alter: 常指轻微的改变,强调基本上保持原物、原状的情况下所进行...
convert...into...啥意思?
mllove1231年前11
lrlr0592 共回答了23个问题 | 采纳率82.6%
把.变成(转化成).
举个例子:
The purpose of electric circuits is to distribute and convert energy into some other forms.
电路的用途是分配能量,以及将能量转化为其他形式.
英语翻译Convert Mysql to Oracle是一个数据库转换工具,实现快速安全地将Mysql数据库导入为ORA
英语翻译
Convert Mysql to Oracle是一个数据库转换工具,实现快速安全地将Mysql数据库导入为ORACLE数据库.
Convert Mysql to Oracle可以转换所有的Mysql字段类型,支持所有版本的Mysql,可以将数据合并到已经存在的ORACLE表中 .
Convert Mysql to Oracle采用了非常容易使用的向导模式.
Convert Mysql to Oracle支持所有版本的Mysql字符集.
Convert Mysql to Oracle对超大数据表的导出进行了优化处理 .
-------------------------------
要求:原文的英文无需再翻译
希望不要使用翻译软件翻译,翻译得越准确越好
用goolge翻译的答案无效,虽然在google基础上调整了一个单词的位置
sunnyxin10071年前1
vedolipf 共回答了18个问题 | 采纳率94.4%
翻译准确,术语专业,请放心采用
Convert Mysql to Oracle是一个数据库转换工具,实现快速安全地将Mysql数据库导入为ORACLE数据库.
Convert Mysql to Oracle is a database conersion tool,it can realize the fast and safe introduction of Mysq1 database into ORACLE database.
Convert Mysql to Oracle可以转换所有的Mysql字段类型,支持所有版本的Mysql,可以将数据合并到已经存在的ORACLE表中 .
Convert Mysql to Oracle can convert all types of Mysq1 field,support all versions of Mysq1,and incorporate data into the existing ORACLE tables
Convert Mysql to Oracle采用了非常容易使用的向导模式.
Convert Mysql to Oracle adopts the Wizard model that is very easy to be used
Convert Mysql to Oracle支持所有版本的Mysql字符集.
Convert Mysql to Oracle suppots all versions of Mysq1 character set
Convert Mysql to Oracle对超大数据表的导出进行了优化处理 .
Convert Mysql to Oracle makes optimization processing on the derivation of super-large data table
invert,divert,convert,revert的辨析?
ronkoo211年前1
四海鲸 共回答了29个问题 | 采纳率86.2%
invert指完全反转
divert指转移,即位置的变化
convert是物体性质上发生的一种转变
revert和上述单词并无太大联系,意为回复
convert(numeric(18,2),price)是什麽意思?
aaaas7991年前1
wubaili123 共回答了19个问题 | 采纳率100%
把价格保留两位小数,遵循四舍五入的规则,这个函数和decimal 是类似的,一般可以通用
例子:select convert(numeric(18,2),1343.546567) 结果:1343.55
select convert(decimal(18,2),1343.546567) 结果:1343.55
You will need it to convert any money you have left when you
You will need it to convert any money you have left when you leave America.
wxc1234567891年前2
hunhunee 共回答了15个问题 | 采纳率73.3%
当你离开美国时你得兑换一些钱
When do I need to convert PR into PO?
When do I need to convert PR into PO?
Hi all,I have a bunch of PR with different release dates and delivery dates.How do I know what is the date I need to convert these PR into PO in order to have the materials on time?is based on the release date,delivery date or what?thanks
旺草沙漠王子1年前1
格子木 共回答了19个问题 | 采纳率94.7%
I would say it is immediatly.If you think you will keep requisitions for a while,then you should maintain the appropiate number of days as purchasing processing time in your material master.Can you really rely on the planned delivery time for your materials?And what will happen if the vendor would need 14 days instead of your planned 10 days,and you kept the requisitions untouched for 5 days in your system?Do you think your vendor will complain,just because the PO arrived some days earlier than needed?查看原帖
All that can be done is to convert energy from one form into
All that can be done is to convert energy from one form into another.
苦恼的骑士1年前4
qsbule1 共回答了16个问题 | 采纳率100%
只能把能量从一种形式转变为另一种形式.
英语.convert…to…和convert…into…的区别
英语.convert…to…和convert…into…的区别
英语.
convert…to…和convert…into…的区别
xingsan1年前4
尘子刘 共回答了19个问题 | 采纳率84.2%
一般to是到静止的  而 into有逐步表过程的意味
这几个单词或词组的区别是什么?1.change,exchange ,vary,convert 2.expect for
这几个单词或词组的区别是什么?
1.change,exchange ,vary,convert
2.expect for ,in addition to
3.incident ,accident,event
lumin05121年前1
kiwiwis 共回答了18个问题 | 采纳率94.4%
change 改变(一般用语, ) exchange 交换(exchange students交流学生 exchang something with somebody 和某人交换某物) vary 变化(to vary one's diet改变饮食) convert 转变(较change更彻底的改变)
except for 除了还有 in addition to 另外 基本上可以替换
但是 expect for 是期望的意思 (注意拼写)
inciddent事件,易于发生的(做名词时和accident很像,但还可以作形容词,词义中性 ) accident事故(比较常见,traffic accident 交通事故 多用于贬义 ) event大事件(比较大的事件)
solar cells、directly into、electricity、convert、can、sunlight 连
solar cells、directly into、electricity、convert、can、sunlight 连词成句
馬騳驫1年前2
hjmok 共回答了16个问题 | 采纳率87.5%
solar cells can convert sunlight directly into electricity.
英语翻译The Type of the file system is convert cannot run becaus
英语翻译
The Type of the file system is convert cannot run because the volume is in use by another process .Canvert may run if this volume is dismounted first All OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALLD
请帮我翻译一下啊
yulong100du1年前3
t4be 共回答了15个问题 | 采纳率80%
你是要转换磁盘分区格式对吧?
翻译如下(意译哈,因为其中确实有大量语法错误):你正在转换的系统文件类型不能运行,原因为该卷(指磁盘分区)正在被其他进程(指任务管理器里显示的进程)使用.你必须先卸载掉该卷方可运行.
注意:(如果你这样操作,则所有已打开的操作将失效!)
你去安全模式下操作就不会有这样的警告啦!
英语翻译Convert cannot gain exclusive access to the drive letter
英语翻译
Convert cannot gain exclusive access to the drive letter drive,so it cannot convert it now.Would you like to schedule it to be converted the next time the system restarts?我知道这个警告的原因,我想要准确的中文翻译.“请各位不要用翻译软件”.
yvanne猪1年前1
longxiaojin 共回答了22个问题 | 采纳率95.5%
Convert不能获取对于指定磁盘的独占访问权限,所以目前不能进行转换.您是否愿意计划在下次系统启动时进行转换?
请帮忙做一下,谢谢课文中“convert”的词性和中文意思是:动词,倒置 名词,倒置 名词,转换器 动词,转换 课文中“
请帮忙做一下,谢谢
课文中“convert”的词性和中文意思是:
动词,倒置
名词,倒置
名词,转换器
动词,转换
课文中“convey”的词性和中文意思是:
名词,海运
动词,转换
名词,轮船
动词,翻译
Most other forms of transmission systems convey the message information ___________ .
using the shape, or level of the transmitted signal
using the optical fiber
using the satellite
using the codec
If we consider binary transmission, the complete information will always be obtained by simply _________ .
detecting the synchronizition word
detecting the presence or absence of the pulse
detecting the channel 1
detecting the signal received from a satellite
Many different schemes for _________ these three functions have evolved during recent years.
performed
to perform
perform
performing
词组“电话质量的话路”的英文是:
telephone speech channl
sequence of telephone
speech channel of telephone quality
terrestrial channel
词组“电子开关”的英文是:
electronic switch
switch for electricity
terrestrial system
car ignition system
“过程”的英文是:
code
process
pulse
repetition
“比较”的英文是:
comparison
communication
principle
description
“同步”的英文是:
parameter
reexamination
environment
synchronization
weiweiu31年前1
xjjnb 共回答了26个问题 | 采纳率84.6%
自己查字典,是最好的.
别人教你的,教再多次,知识也还是别人的.
自己动手就不一样了,所有的这些多少都会留些印象在脑海里.
cannot convert from 'const class Line' to 'class Line
cannot convert from 'const class Line' to 'class Line
#include
using namespace std;
class Point{
private:
x09double xx,yy;
x09friend class Line;
public:
x09Point(double a=0,double b=0){
x09x09xx=a;
x09x09yy=b;
x09x09cout
4039622671年前1
木兰花开 共回答了14个问题 | 采纳率85.7%
Line& start() const {return (*this);};应该写成const Line& start() const {return (*this);};
常量方法返回值必须是常量,否则我们就可以获得对常量的修改权,这就矛盾了.
请问请问,You can never convert an Apple into an Orange.
请问请问,You can never convert an Apple into an Orange.
公司一个外国人丢了一句这个话过来...
汗.
炊烟又见1年前7
闭门自修 共回答了19个问题 | 采纳率94.7%
如果老外是泛泛而言,那是一种调侃;如果是针对楼主说的,那有可能是一种奚落.大致意思是表示某种不可能,楼主可以根据情况来判定.
to和into的区别请问convert to和convert into有什么区别?带有to和into的词组大部分是不是可
to和into的区别
请问convert to和convert into有什么区别?带有to和into的词组大部分是不是可以认为一致呢?
霜丝青桂楫1年前2
sojjj 共回答了22个问题 | 采纳率86.4%
我是这么理解的 to ,只是由一个物质变成了和它相仿的另一个物质,比如女孩子变成了女人
into,是有一个物质从里到外的转变成了和之前的完全不一样的另一个物质,比如男人变成了女人
我也不知道对不对,个人理解