• In general, good programming style says you put in comments that are going to be valuable in helping you as a reader understand what's going on inside of the code.

    通常来说,优秀的编码风格意味着,你要放进去的注释,在帮助代码阅读者,理解代码内部,是怎么工作的。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • But yeah, there is some code, you know a lot of, sometimes cross browser issues

    但事实上,也有些编码,你知道很多跨浏览器的问题,

    有创意的网页设计师 - SpeakingMax英语口语达人

  • To use an ancient expression from the 1970's, which only John and I will appreciate, it's really hard to grok what that code is doing, to understand what it's trying to make happen.

    我和约翰都会同意,70年代的一句话来概括,那就是很难理解编码的内容,以及它想要完成的工作。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • For instance in the past, we had that silly little program for computing the average of some quizzes and it was actually a pretty bad implementation because I had essentially hard coded in the number of quizzes.

    比如在以前,我们做了一个,计算平均数的程序,这是一个相当挫的实现,因为我硬编码了测试的数字。

    哈佛公开课 - 计算机科学课程节选

  • The regions that are necessary for describing what the protein is like are called exons, the regions that are not are called introns.

    因此我们把编码蛋白质的区域,称为外显子,而把不参与编码蛋白的区域称为内含子

    耶鲁公开课 - 生物医学工程探索课程节选

  • Just like people have a genetic code, perhaps, that gives us various instructions that we begin to follow out, or certain innate psychology or what have you.

    就像人类拥有基因编码,给我们传达各种各样,得以遵循的指示,或者是某种与生俱来的心理,等等等等

    耶鲁公开课 - 死亡课程节选

  • so I can tell you how Julius Caesar encoded his things.

    我可以告诉你尤里乌斯·凯撒给文件编码的方式。

    理想是当密码专家 - SpeakingMax英语口语达人

  • So you can figure out bugs and things like that

    所以你能找出错误的编码之类的,

    什么是认知科学? - SpeakingMax英语口语达人

  • It is a substance self which therefore endures through time, thus thoughts and actions at different moments of time may pertain to the same self.

    因此不同时期的行为和思想,可能会从属于同一个,好,那么我们怎么编码实现这个呢?,听起来像个人工智能的问题。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • Last time we used printf generally to print a static string, like a hardcoded string, like "David," just for example's sake.

    上次我们通常用“printf“,来打印一个静态的字符串,像硬编码的字符串“David“,这只是个例子。

    哈佛公开课 - 计算机科学课程节选

  • There are encoding regions called exons and those are interrupted by non-coding regions called introns.

    编码蛋白质的部分叫外显子,外显子被不编码蛋白质的内含子打断

    耶鲁公开课 - 生物医学工程探索课程节选

  • Some of the signals control a motor which spins metal-coded platters.

    一些信号控制一个用于,金属编码磁盘的旋转。

    哈佛公开课 - 计算机科学课程节选

  • So at the very top, I've coded up the same thing as before: "Give me an integer between one and ten," or rather, -- "give me an integer between one and ten" -- a little different this time.

    所以在顶部,我像之前那样对同样的东西进行编码:,“给我一个1到10的整数“,或者,“给我一个1到10的整数“,这次有点不同。

    哈佛公开课 - 计算机科学课程节选

  • It's not nearly as graphical but at least we're not hardcoding programs that are otherwise uninteresting.

    这可不是绘画,我们至少不是在硬编码程序,那是没有趣味的。

    哈佛公开课 - 计算机科学课程节选

  • That's pretty good 'cause now, I can pretty much cover my American keyboard pretty effectively both upper case, lower case, and a whole bunch of punctuation. For other languages as in aside, there are other encoding schemes when there are more characters.

    那是相当不错的,它可以包含整个美式键盘中的字符,包括大小写字母和一连串标点,对于其他语言,当涉及更多字符时就会有其他的编码体系。

    哈佛公开课 - 计算机科学课程节选

  • They put a gene like the insulin gene in place of the milk protein, but behind the promoter that is used to produce milk proteins.

    人们将产羊奶蛋白的基因,换成了胰岛素基因,在启动子后面的基因,原本是编码羊奶蛋白的

    耶鲁公开课 - 生物医学工程探索课程节选

  • The one that does is called the sense strand and the other one is called the anti-sense strand, anti meaning it's the compliment and it will hybridize to the sense.

    能够进行编码的一条链叫做正义链,另一条则叫做反义链,反义的意思是它与正义链互补,并能够与之杂交

    耶鲁公开课 - 生物医学工程探索课程节选

  • One way that you can look for that gene that you want is by making the cut in your plasmid inside of a gene that encodes for some property like resistance to an antibiotic.

    一种找到成功重组质粒的方式,是在质粒控制某种特性的编码区域切割,例如,对抗生素的抗性

    耶鲁公开课 - 生物医学工程探索课程节选

  • That might be a good way to do it but it's going to be more of a challenge because you might - you're going to have a lot of these non-coding sequences that are in the way.

    这或许是个好方法,但这会带来更大的问题,因为也许--,会有许多不编码蛋白质的序列,干扰你的筛选

    耶鲁公开课 - 生物医学工程探索课程节选

  • That goes back to that idea of sort of discipline coding. It's easy to have assumptions about what you think are going to come into the program when you writ it. If you really know what they are use them as search, but if you think there's going to be some flexibility, you want to prevent the user getting trapped in a bad spot, and exceptions as a consequence are a good thing to use.

    这又回到了规范编码的想法上来了,在你写代码的时候考虑,什么会进入你的代码的思考是简单的,如果你真的知道,他们是用他们来做搜索的,而你希望有一定的灵活性,你想要阻止用户,陷入一个艰难的境地,那么异常是非常实用的。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • When a gene gets expressed, that means its protein is produced.

    一段基因得到表达,就意味着合成它所编码的蛋白

    耶鲁公开课 - 生物医学工程探索课程节选

  • I'll talk about what that means, encoding insulin means in a minute, but there's a gene that tells your body what insulin looks like and that gets transcribed but only in those cells that make insulin.

    一会儿,我将会讨论基因编码胰岛素的意义,所有细胞都含有相同的胰岛素基因,它决定胰岛素的结构以及如何被转录,但是只有胰腺细胞才能产生胰岛素

    耶鲁公开课 - 生物医学工程探索课程节选

  • The DNA that encodes the proteins that are important to the life of that cell.

    只发生于编码特定蛋白质的DNA序列,这些蛋白质对细胞而言至关重要

    耶鲁公开课 - 生物医学工程探索课程节选

  • A pancreas--cell in the pancreas, for example, needs to make insulin and so the gene for insulin is transcribed.

    举个例子,一个胰腺细胞,要分泌胰岛素,那么编码胰岛素蛋白的基因就会被转录

    耶鲁公开课 - 生物医学工程探索课程节选

  • So I wrote a little program called "chart" that, based on some data I happened to hardcode into the program, shows us their numbers for the past several years.

    我写了一个叫做“图表“的小程序,基于我在程序中硬编码的一些数据,向我们显示在过去几年中我们课程的人数。

    哈佛公开课 - 计算机科学课程节选

  • We want not only for the cell to be able to synthesize the DNA, you want it to be able to express the protein off the DNA as well.

    我们不仅希望细胞能复制DNA,还希望它能表达目标DNA所编码的蛋白

    耶鲁公开课 - 生物医学工程探索课程节选

  • We don't expect everybody to be a course six major, contrary to popular opinion, so for those are you not in that category, the second thing we want to do is we want to help students who don't plan to major in course six to feel justifiably confident in their ability to write and read small pieces of code.

    和大众意见正相反,我们不希望所有人都变成course,six的主修学生,所以对于那些不在第一梯队里的人来说,我们想做的第二件事情就是,希望帮助还不想,主修这门课的人,都能获得在自己能力范围内,读写小编码的自信。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • Now of the two complimentary sequences, one of them encodes the gene.

    这两段互补序列,其中一段是编码基因的

    耶鲁公开课 - 生物医学工程探索课程节选

  • A gene, let's say it's the gene for insulin.

    这段基因,就假设是,编码胰岛素的基因吧

    耶鲁公开课 - 生物医学工程探索课程节选

  • A section of DNA that is responsible for encoding a gene, let's say it's the insulin gene for example, might be some stretch of DNA on a certain chromosome inside your cells, inside the cells of the pancreas.

    一段编码蛋白的DNA序列,我们就拿编码胰岛素的基因来举个例子,它也许是一段DNA基因序列,位于你胰腺细胞里的,某条染色体上

    耶鲁公开课 - 生物医学工程探索课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定