You can put a variable there, and because it's not encapsulated in curly braces, as we just discussed, that essentially means it's accessible everywhere in that file.
你可以加入一个变量,因为它不是封装在花括号里,就像我们刚才讨论的,本质的意思是它可以在文件的所有地方,都可以被访问到。
It ultimately evaluates that line of code but just once the stuff inside the curly braces, but the semicolon on the end, essentially has the effect of this.
它最终执行了那行代码,但是只有一次,当那个东西在花括号里,分号放在后面,本质上影响了这个循环。
So if we want to put that in chemical terms, we want to make sure we put these in brackets here, and remember, this is the resonance arrow, it's not a reaction arrow, it's a resonance arrow, so make sure you mark it up correctly like that.
那么如果我们把它类比到化学中来,我们要确保它们都放在括号里,而且要记住,这是一个表示共振态的箭头,而不是表示化学反应的,它是一个表示共振态的箭头,因此请务必像这样正确地标记它。
Well at some level it is an ordered sequence of characters. Right? Now it is not represented this same way. You don't see strings inside these open parens and closed parens.
现在字符串不是用这种方式表达的,你没有看到字符串里有开括号闭括号,字符串中间也没有逗号,但是它有同样的属性。
void Let me go ahead and just to be a little anal add void there.
让我继续在括号里加上。
Inside the curly braces is this program's code, what am I doing?
在花括号里是这个程序的代码,我在做什么?
They only mean go there when you're inside the curly braces.
只有在花括号里时,意思才是定位到那里去。
But since in drawing Lewis structures actually, in some cases you do, you can draw a dotted line that means a 1 and 1/2 bond, but most in most cases, we just draw out both resonance structures, and the way that we say it's a resonance structure is that we put it in the brackets and we put an arrow between it.
但是由于在画路易斯结构时,其实,在某些情况下是可以的,你可以画一条虚线来表示一又二分之一键,但是在多数情况下,我们就把两个结构都画出来,而我们说这是一个共振结构的表示的方法是,把它们放在括号里,并在中间放一个双箭头。
And then there's three parts to the parenthesis after the key word "for."
然后在for关键字后面的括号里,有三个部分“
> Instead of putting 9.0, can you just put "float" in parenthesis?
>,如果不用9,0,你可以在把“float“放到,括号里吗?
And I don't quite remember from reading or from class how big these things are, well, it turns out -- and this is sometimes useful, later on more likely than now -- but C has a size of operator that takes an argument in parenthesis and it will tell you how much space is used to store that particular data type.
我不太记得类中的这些类型,是多大的,嗯,结果是--这个在以后比现在,可能是更有用的--不过C语言中有个sizeof的操作符,其中括号里有一个参数,它会告诉我们,要存储一个类型的数据,需要占用多大空间。
应用推荐