A narrative theory is always talking with some satisfaction about how there's no such thing in fiction as irrelevant detail.
一个叙述性的理论通常都在讲述,小说中没有细节是完全和主题无关的这一满足感。
And so beyond that, I didn't get into too much detail while I was over there, but I thought
此外,我在那里就没有了解太多细节了,但是我觉得
Now, let me explain a detail that I think is important, but I think a little lost to us in today's world of technology.
现在,让我向你们解释一个我认为很重要的细节,但是我觉得在现在的科技中有点迷失了的。
We can actually see spatially all the details in the field animated as you turn the current on and off.
我们能看到,所有细节的空间动画分布,就在你打开电流和切断的时候。
So realize if it doesn't quite sink in today, not a problems in terms of these low level details.
如果你们没有完全吸收我今天讲的内容,没关系,这些小细节都会在习题集中找得到。
We're not going to talk about this in any detail, there's a little bit more detail described in your book.
我们不会讲细节方面的内容,在你们的课本上会有更详细的讲解
There's one more piece that we'd like to get out of that, and that is-- you may have been wondering, what's with the funky stuttering here of three double-quotes in a row. All right? And that is a specification.
但是你没有屏蔽这个函数的使用细节,在这里我们还想再讲一讲,那就是--你可能正在想,这里连续3个奇怪双引号,是干什么用的。
Don't you feel it in certain details: the eerie lack of people in this place? "No one left and no one came."
你们难道不在细节中感受到:,在这个地方十分怪诞,缺少人,“没有人走,没有人来“
I also wanted to make a mention of how much level of detail I'm expecting you to remember from what you read.
我还想提一下,在你们在阅读时,我希望你们对于,细节记忆的一些要求
This little bit of the Faerie Queene is important for Milton in all sorts of ways.
这一在《仙后》中的小细节对于弥尔顿,在很多方面都是十分重要的。
Here we have a score of it--of the complete piece, and there are just a couple of details that I want to point out here.
这是我们所拥有的完整的乐谱,在这里有一些细节,我想指出来
All of these details are in the syllabus and I'll stick around and answer questions.
所有这些细节都在教学大纲里,我会在这里留一会,回答你们的问题
And even though these things can come across-- can come apart slightly under certain scenarios, those details won't matter for what we're about to turn to.
即便这些东西-,在特定情况下不完全同时发生,这些细节不会干扰到我们将要探讨的问题。
But, before I go into details, a little bit more background about Rutherford.
在进入细节之前,先了解一些卢瑟福的背景知识。
So notice already the parallels between the lower level details and now these higher level details, so to speak, of actually programming.
就是说,在实际编程中,要注意区分低层次的细节,和更高层次的细节。
There is a detail here of course that Zooey, in making a second attempt to converse with Franny about this, impersonates his brother, Buddy, on the phone.
这个细节,左伊当然是在,尝试第二次和弗兰尼谈论这个,在电话里模仿他的哥哥,巴蒂。
Alright, so maybe a little underwhelming and we saw already what this program is going to do but let's just go through this process once before we start doing more interesting things and then we'll come back and at least give you a hint of what some of these syntactic details are doing.
好吧,这个程序也许太平庸了,让人印象不够深刻,我们也知道这个程序是干嘛的,在我们开始更有意思的事情之前,让我们再来讨论一下整个过程后再回来,这些语法细节到底是在做什么呢?,先给你们一点小小的提示。
Do you see any of that kind of detail in this book?
在这本书中能看到这种细节吗?
Computing square root. I'm going to capture it in a piece of code, I'm going to be able to refer to it by a name, and I'm going to suppress the details, meaning inside of that computation, you don't need to know what it does. You just need to know, if I give it the right kind of input, it'll give me back an input that satisfies the contract that I set up.
比如计算平方根,我会用一段代码来说明,我将给它命名,并且忽略细节,意思就是在这一段计算过程中,你不用知道它做了什么,你只需知道,如果我进行了正确的输入,它将会给我符合条件的输出。
So more details on sectioning on Friday, but do realize that office hours are very much in progress.
更多细节,尽在本周五,好了,课堂时间宝贵,我们就不多说废话了。
There sometimes will be homework assignments which sort of build on what we've done during the section but it's not a lab in that sense that it's a long experience in the afternoon or that requires any detailed reports.
有时候我们会有家庭作业,是关于这部分内容的,但这不是那种需要在实验室呆一整个下午,要提交细节翔实的报告的那种实验
What we're going to talk about next time, and I encourage to read ahead because you'll see that there's a lot more detail in Chapter 6 than what we're talking about here, I've emphasized the main points, the ones that I think are important, that are clearly important for your understanding.
我们下次课要讲的内容,我鼓励你们去预习,因为在书上第六章你们会读到一些细节,比我们课上讲的要详细得多,重点我已经强调过了,我认为它们很重要,显然,这对你们理解知识很重要
As I say, don't worry about any of those details now, but it's a point to keep in mind as you read the dialogues.
我之前说过,不要过多拘泥于细枝末节,但在阅读对话时应该谨记,细节很重要
If I drew this altogether and this is one particular nucleic acid, now shown in more detail, all of the carbons of the pentose are shown here, the phosphate is shown, and a base is shown.
如果我把这个放在一起,这个核酸分子,让你们看得到更多细节,戊糖的五个碳都在这儿,磷酸基在这儿,碱基在这儿
Now that I've written sqrt, I can just use it anywhere I want in the code. You've got to rely on the fact that I wrote it correctly, but you can basically suppress the details of how it's used.
就是忽略细节,既然我已经编写了sqrt函数,我可以在代码的任何地方使用它,你完全可以依靠,我已经编写的这个函数。
In Pynchon, often, these are somehow social details about people talking to other people, political things, places, and how houses are arranged.
在Pynchon的书中一般是社会生活的细节,比如说人们的交谈,政治问题,地点或是房屋的布置。
We don't really have a clue yet, or not much of a clue, as to how you could even so much as begin to-- it's not that merely that we don't have the details worked out.
毫无头绪,或者说,无从下手,你如何在这种情形下开个头,我们不只是不知道细节如何
So, he combines this very attentive set of details, which are not always, and often are not at all, the aesthetic details with which Nabokov filled Lolita.
所以你可以在报纸上找到他在书中谈到的广告,他结合了这些在Nabokov的《洛丽塔》中,不怎么具有审美趣味的细节。
应用推荐