•
symbols
英:【ˈsɪmblz】美:【ˈsɪmbəlz】
英:
美:
常用释义:
符号
n.符号;象征;标志;符号表(symbol的复数)
status symbol───社会地位象征
olympic symbol───奥林匹克标志,奥林匹克五环旗
symbol table───符号表
1、list of
symbols
used on the map is given in the index.───地图所使用的符号全部列在索引中。
2、A man who works and loves his work is often a man dreaming, and the spirit of his dreams will find forms and
symbols
to express that dream.───一个热爱自己工作的人往往是一个有梦想的人,而他的梦想也总会通过某种方式和某些符号传达出来。
3、If I ask you to think of their
symbols
and their leaders, they come to your mind immediately.───如果我问你他们的象征和他们的领导者,你也能立刻想到。
4、Due to the graphically restrictive nature of text communication, many
symbols
have been dreamed up that may (or may not) look like an image.───由于文本交流中图形的自然限制,一些符号被期望当作图片来看待。
5、Both are now official
symbols
.───现在两者都是官方的象征。
6、Unlock: In the absence of any key operation after 10 seconds, auto-lock button the bottom right corner of the key
symbols
processes.───解锁:在没有任何按键操作后10秒,按键自动上锁,屏幕右下角的按键符号突起。
7、Those
symbols
are a reminder that this Siberian territory bordering Manchuria and seven time zones east of Moscow is a Jewish republic.───这些标记提醒人们,这片与满洲接壤,位于莫斯科以东七个时区之外的的西伯利亚地区,是一个犹太人的共和国。
8、these
symbols
have any particular significance?───这些符号有什么特别的含义吗?
9、This was the Age of Enlightenment which looked to the classical world for its
symbols
of order, reason and inspiration.───这是在启蒙时代,人们都遵循传统世界的秩序、动因和灵感。
1、symbolise───vt.象征,代表(等于symbolize)
2、symbolism───n.象征,象征主义;符号论;记号
3、symbolised───vt.象征,代表(等于symbolize)
4、gambols───v.跳跃,嬉戏;n.雀跃,嬉戏
5、symboled───n.象征;符号;标志
6、symbolist───n.象征主义者;符号学者;记号使用者
7、symbolic───adj.象征的;符号的;使用符号的
8、symbolics───n.研究基督教信条的历史神学
9、symbol───n.象征;符号;标志
一个或多个符号定义错误。解决方法如下:
1、把源代码保存在一个文件中,以及编译并运行它。
2、打开一个文本编辑器,添加上述代码,保存文件为 hello.c。
3、打开命令提示符,进入到保存文件所在的目录,键入 gcc hello.c,输入回车,编译代码。
4、如果代码中没有错误,命令提示符会跳到下一行,并生成 a.out 可执行文件。
5、现在,键入 a.out 来执行程序。可以看到屏幕上显示 "Hello World",就完成了。