When asked to make simple perceptual decisions such as matching a shape to its rotated image, for example, people often choose a definitively wrong answer if they see others doing the same.
例如,人们在被要求做出简单的感知决定,比如将一个形状与旋转后的图像进行匹配时,如果看到其他人做了一个绝对错误的选择,他们常常会跟着选错。
Many other creatures get goose bumps for the same reason, for example, this is the cause behind a porcupine's quills raising.
很多动物也因为同样的原因起鸡皮疙瘩,比方说豪猪的刺也会立起来都是因为这个原因。
For example, when we receive a smiling face from our friends online, we try to exchange our feelings by sending the same picture.
比如,当我们在线上收到朋友发来的笑脸时,我们会尝试着通过发同样的图片来交流感情。
When I faced difficult work, like thinking through an article idea or editing the same draft for the hundredth time, for example, a more sinister screen would draw me in.
当我面对困难的工作时,比如思考一篇文章的构思,或者第一百次编辑同样的草稿时,一个更罪恶的屏幕会吸引我。
If there's any other whiteware that you need, like a dishwasher, for example. There are plenty of stores here that'll arrange delivery on the same day as purchase.
如果你还需要其他的白色家电,比如说洗碗机,这里有很多商店都会在你购买的当天安排送货。
Take "8" for example, the Chinese pronunciation of the number "8" has almost the same sound as that of the Chinese character "发[fa:]", which means making a fortune.
以“8”为例,数字“8”的中文发音与汉字“发[fɑː]”的发音几乎相同,意味着发财。
For the same reason there is a comma with no last element in the linked set example.
出于相同的原因,在链接的集示例中有一个逗号,而没有最后一个月份。
In this example, you will add a data pool that stores multiple data for the same value.
在这个例子中,您将添加一个保存相同值的多个数据的数据池。
In this example, a extends B; however, the same error would still occur if a referenced B in any other way — as a method parameter, for example, or as an instance field.
在这个例子中,A扩展了b;但是,即使A用其他方式引用B,也会出现同样的问题——例如,以方法参数引用或作为实例字段。
Confabulation triumphs over organic disease. The hemiplegiac’s anosognosia is a stark example, but we all engage in the same basic process.
偏瘫患者的病感失认症就是个很好的例证,但我们身上都在进行着相同的基本过程。
Often, for example, when users have the same job role, they are joined in a common CM group.
例如,当用户有相同的工作职位时,他们就加入一个相同的cm组。
He gives an example: a CAPTCHA in which each letter was always formed out of the same number of pixels.
他举了一个例子:在一个验证码中,每个字母都是由一定数量的像素组成的。
This code computes the same result as the example in Listing 1, except in a parallel-friendly way.
这一代码计算出与清单1中的例子一样的结果,除了是以一种并行友好的方式来进行的这点不同之外。
In this example, the SQL statement is a dynamic statement that would allow the same attack.
在本例中,sql语句是允许相同攻击的动态语句。
For example, follow a heavyleft-brain technical procedure with a big-picture example/story thatcovers the same topic.
举例来说,如果刚刚完成大量使用左脑的技术工作,可以随之提供有关同样话题的概括示例或故事。
This article uses the same example to illustrate our solution to a legacy Web page to portlet communication scenario.
本文使用相同的示例来演示我们用于遗留Web页到Portlet通信场景的解决方案。
If a is f, if Marianne is tall, oh I'm giving you the same example.
如果a是f,Marianne很高,哦,我给你相同的例子。
For a seemingly trivial example, imagine a frog making repeated jumps of the same length in the same direction, starting from the corner of a square on an infinite checkerboard.
举个看似平凡的例子,假设一只青蛙从无限大棋盘上一个方块的角落出发,以相同步长朝相同象限方向一再重复跳跃[3]。
For example, "123" is not the same as a true numeric value of 123 or hex 0x7b.
例如,“123”与真正的数值123或十六进制的0x7b是不一样的。
But when a lot of people lie about the same thing-for example, their weight-that can have serious consequences.
但是很多人对相同的事儿也撒谎——比如,他们的体重——这样就会有严重的后果了。
Singing a song in your head, for example, USES the same brain structures as listening to the song would.
在你的头中唱一首歌,举例来说,使用这相同的脑结构当做听歌会。
A document stored in two different content management systems might be created by the same application and, indeed, might have the same number of bits (a PDF file, for example).
存储在两个不同内容管理系统的一个文档可能由同一个应用程序创建,可能还有相同的比特数(例如,一个PDF文件)。
Rather than using reflection to access a property of an object, for example, you can construct a class at run time that does the same thing — but does it much faster.
它没有使用反射来访问对象的属性,例如,可以在运行时构建一个类来做同样的事——但这样做会快许多。
This code computes the same result as the example in Listing 1, except in a parallel-friendly way.
此代码计算的结果与清单1中的示例相同,但采用并行友好的方式。
If you are using a different machine (for example, a Japanese machine), the steps remain the same.
如果您使用的是不同的机器(比如日语机器),步骤仍然一样。
The main function of this script looks basically the same as the previous example with a few minor exceptions.
该脚本的主函数看上去基本与前面具的示例相同,除了几个微不足道的异常。
Having said that, let's examine a quick example to demonstrate writing and reading a char from the same buffer.
为了说明这一情况,让我们研究一个简单示例,该示例演示了从同一个缓冲区读和写一个字符。
In this example, the script resides on the same server, but that's not a requirement.
该例中的脚本位于同一台服务器上,但并非必须如此。
Now let's put zero copy into practice, using the same example of transferring a file between a client and a server (see Download for the sample code).
接下来就让我们实际应用一下零拷贝,在客户机和服务器间传输文件(参见下载,查找示例代码)。
More importantly, they were significantly worse at noticing the change when a different example of the same sound had been substituted.
更重要的是,当被替换的是同一个声音的不同样本时,他们的表现就更加不敢恭维了。
应用推荐