Get moved on and come to attend our open class for functional textile fabrics English.
那就快来参加我们的纺织英语面料公开课吧!
So my friend helped me find him a gym, and in two months, he was fighting in the open class.
所以一个朋友帮我给他找了一个拳击馆,两个月以后,他开始在公开课上向大家示范出拳。
An open class isn't limited to the set of methods that were implemented when it was defined.
在定义时,开放式类并不只限于一组被实现的方法。
Using open classes to add new methods to a built-in class is a common technique for adding expressiveness to DSLs.
使用打开类将新方法添加到内置类是一种将表现力添加到 DSL的常用技术。
Due to the unique role of open class teaching, more and more people are searching for ways to solve the problems.
鉴于公开教学的确有着其他教学方式不可替代的作用,越来越多的教育界人士呼吁寻找办法来解决公开教学中的问题。
The open class teaching is subtly influencing the teachers, and it is helpful for them to improve their teaching capacity.
公开课教学在潜移默化的影响着教师,有利于教师专业素养和精神境界的提高。
The training covers a large open class, special training and consulting in house, and a large-scale professional training base.
其中培训业务涵盖大型公开课、专题内训及咨询式内训,并拥有大型专业训练基地。
The problem solving is largely based on the establishment of complete, normalized, highly efficient open class teaching management mechanism.
问题的解决还有赖于在学校内部建立一套完善、规范、高效的公开教学管理机制。
As a form of classroom teaching, the open class teaching has its own value and culture, in a sense it has also become the teachers 'spiritual wealth.
公开课作为一种课堂教学形式,它有公开的价值和文化,在某种意义上它也成了教师精神的盛宴。
Therefore, we need to learn from the cultural science Angle the open class teaching system, the material, as well as the teachers 'spiritual life in this research.
所以在公开课的研究中,我们需要从文化学的角度对公开课的制度、物质、以及教师的精神文化等各方面对其进行系统的阐述。
Open class teaching, as a special way of classroom teaching in the basic education, is entitled with many functions such as communication, research, evaluation and competition.
公开教学作为一种特殊的课堂教学形式,在中小学的教学活动中被赋予了交流、研究、示范、考核、竞赛等诸多的功能。
The result of the research shows that the problems of open class teaching are closely related to management and can be solved by establishing highly efficient management organism.
研究结果表明,公开教学中存在的问题与管理有密切的联系,能够通过建立高效的管理机制来解决。
Setting up the support system for open class teaching management, including evaluation and motivation organism, feeding back channels, relevant technical support and regular evaluation.
第三,创建公开教学管理的保障机制,包括评价与激励机制,畅通的反馈渠道,相关的技术支撑和定期的效果评估。
"If you sleep with your mouth open, she will be able to see the tooth hole," said Sammy. The class laughed. Come on! But that just gave me a great idea! "How did you get the Tooth Fairy to leave the money?"
“如果你张着嘴睡觉,她就能看到牙洞。”萨米说。全班笑了。拜托!但这给了我一个好主意!“你是怎么让牙仙子留下钱的?”
This class can create a new index or open an existing index and add documents to it.
这个类能创建一个新的索引或者打开一个已存在的索引并为该所引添加文档。
It is easy to determine via simple inspection: open the class in question and count the references (in fields and parameters) to other classes.
很容易通过简单的检查判断传出耦合:打开要检查的类,统计(字段和参数中)对其他类的引用。
I hope the article will open your eyes to the possibility of writing a whole new class of image-processing applications.
我希望本文能开阔您的视野,使您能编写一个全新的图像处理应用程序类。
It's an open question whether you'll believe it when this class comes to an end, but I'd be surprised if many of you believe it now.
即使到课程结束时,能否接受这个观点,依然是你们的自由,相反,你们要现在就能接受,倒是会让我感到很奇怪。
Discover the hierarchical tree structure classes by finding the class in the Model Explorer, double-click to open the class in the editor, and press F4 to open the hierarchy tree.
通过寻找模型搜索器中的类,找出等级树状结构类,双击打开编辑器中的类,按下f 4以打开等级树。
Many big businesses fear that if the Supreme Court does allow a class action lawsuit to go ahead, it could open the floodgates to many similar large-scale discrimination cases.
很多大型公司担忧,如果最高法院此次允许集体诉讼,将开启很多类似大规模歧视案件的先河。
When you click the Open button, the Desktop class invokes the system's default PDF viewer, as you can see in the following code.
在单击open按钮时,Desktop类将调用系统默认的PDF阅读器,就像在下面的代码中可以看到的那样。
You can open any Ruby class and change it by renaming, adding, or deleting methods or attributes.
可以打开任何的ruby类,并通过重命名、添加或删除方法或属性来更改它。
Create a new Unified Modeling Language (UML) class diagram, then open the Pattern Explorer that Figure 1 above shows.
创建一个新的统一建模语言(Create a new Unified Modeling Language,uml)类图,然后打开上图1中显示的模式浏览器。
This feature enables you to open various editors from the Bean shape on a class diagram (Figure 14).
这种特性使得用户可以从类图上的Bean形体上打开多个编辑器(图 14)。
Save the class and compile it, then open a second text file to create the HTML page that displays the applet, as shown in Listing 4.
保存并编译这个类,然后打开第二个文本文件创建来显示这个applet的html页面,如清单4所示。
You now should have an editor open on the Account class, which should have no methods at all.
您现在应在Accoun t类上打开了一个编辑器,它应该无任何方法。
You also have an editor open on the TC_Account class, with lots of generated code and comments in it.
您还在TC _ Accoun t类上打开了一个编辑器,编辑器中显示一些生成的代码和注释。
If you change your mind about these features later, open the Properties view and select the class or attribute.
如果您过一会改主意了,想使用其他的特性,可以打开Properties视图,选择其中的类或属性。
You could easily just open up the Fixnum class and add a method to print a bar of the appropriate length, as in Listing 3.
您可以打开fixnum类,并添加一个方法来打印出相应长度的柱,如清单3所示。
Navigate to the com.ibm.retail.catalog package and open the UML class diagram there.
导航到com .ibm . retail . catalog包,并在此处打开UM l类关系图。
应用推荐