How can we realize the functions in class where people with scientific literacy are mainly, the key is researching into an effective teaching mode.
作为培养具有科学素养人的主要阵地——课堂,如何实现它的功能呢?关键是研究行之有效地课堂教学模式。
In this paper, applying a certain elementary methods, we obtain a more precise estimation related to the mean modulus of the univalent functions in class S. Thus the old result is improved.
用初等方法得到单叶函数族S中函数平均模数有关的一个较精密估计,改进了现有结果。
You learned how to define new properties and call corresponding functions in the superclass and how to use the new class in your application code.
您也学习了如何定义新的属性,在子类中调用相应函数,以及如何在您的应用程序代码中使用这个新类。
A member function with private visibility can only be invoked by other member functions in the class in which it is defined, but not in the subclasses.
具有私有可视性的成员函数只能由与该成员函数在同一个类中定义的其它成员函数调用,而在子类中的成员函数不能调用该成员函数。
They see the world in terms of data, and data relationships, and tend to populate their classes first with data -- usually with no strategy on how to assign operations (i.e., functions) to the class.
他们就是用数据和数据之间的关系来认识、描述世界的,因此会首先去寻找类中的数据-一般没有什么标准的方法去寻找类的函数或功能。
This results in giving you the leeway to perform functions across wide-ranging elements on a page while passing in only one CLASS name.
这使您可以在一个页面上跨多个元素执行函数,并且只需传入一个CLASS名称。
In the functional version, I extracted the pure functions (ones that have no side-effects) into their own class, calling them by supplying parameter values.
在函数式版本中,我提取了纯函数(即没有副作用的函数)并将其放入它们各自的类中,通过提供参数值来调用它们。
These functions are implemented in the Publisher class.
这些函数是在Publisher类中实现的。
In addition to the expected class editor functions, Rational Web Developer users can view their classes using different views.
除了预期的类编辑器功能,RationalWebDeveloper用户还可以利用不同的视图观看他们的类。
By default, none of the functions shown in Listing 1 will be accessible outside of the JsHelper class.
默认情况下,清单1中的任何函数都无法在Jshelper类以外访问。
In Groovy, however, behavior can be defined within functions, which can be defined outside a class definition.
不过在Groovy中,行为可以在函数中定义,而函数可以在类定义之外定义。
We also need methods to convert data to byte stream and byte stream to data, some of these functions are also provided in the CIOCPBuffer class.
l我们也需要字节流和数据相互转换的方法,在CIOCPBuffer类中提供了这些函数。
Defines a method in the class called Echo that accepts a string as a parameter and returns a string as a result (functions and subs in classes are referred to as methods).
在类中定义方法echo,该方法接受字符串作为参数并返回字符串作为结果(类中的函数和sub被称为方法)。
You also highlight the active button in these functions by adding and removing the btnActive CSS class, which changes the border color to white.
通过添加和删除btnActiveCSS类还突出了这些函数内的活动按钮,这可以将边界颜色更改为白色。
As the in function runs, it calls several functions in the class passed to it.
in函数运行时,会调用传递给它的类中的几个函数。
We saw several examples in Chapter 1, Zero to Sixty: Introducing Scala of how to define methods, which are functions that are members of a class.
我们在《第1章-从0分到60分:scala介绍》中见到了几个如何定义方法的例子,它们都是类的成员函数。
Instead, let's look at four functions that are useful in their own right and demonstrate the utility of the rest of the STR class methods.
现在让我们了解一下四个有用的函数,并演示其他str类方法的工具。
Formatting is available as functions, starting with the numfmt_ prefix, or as methods, as in the NumberFormatter class.
格式化可以通过以numfmt _前缀开头的函数实现,也可以通过如NumberFor matter类内所示的方法实现。
As mentioned in the introduction, the NotesAdministrationProcess class allows a few simple group operations (as well as many other functions not related to groups).
正如简介中所提到的,notesadministrationprocess类允许执行一些简单的组操作(以及与组不相关的其他许多函数)。
Predicate (which is the is-factor method I defined earlier in Listing 2 - note the heavy use of first-class functions), returning the Numbers that match.
谓词(我在之前的清单2中定义的is - factor方法—请注意一类函数的大量使用),返回匹配的数字。
Note: the query optimizer considers using a functional index when the index expression is used in a relational expression or as an argument to one of the operator class functions.
注意:当索引表达式被用于关系表达式,或作为某个操作符类函数的参数时,查询优化器将考虑使用函数索引。
In fact, this is precisely what's taking place: in a functional language, functions are first-class concepts, like variables and constants, and so are syntactically treated as such.
事实上,真正发生的事情是:在函数语言中,就像变量和常量一样,函数是一级概念,所以语法上也是一样地处理。
Functions are “first-class” citizens in FP, meaning they can be assigned to variables, passed to other functions, etc., just like other values.
函数是FP 的一类公民,这意味着它们可以被赋值给变量,被传递给其他函数等,就像普通的值一样。
In this article, I'll continue this tour of concepts by talking about first-class functions, optimizations, and closures.
在本文中,我将继续讨论这些概念,讲解一级函数、优化和闭包。
You can see that once you become accustomed to thinking in terms of higher-order and first-class functions, you can reduce (pun intended) a lot of noise in your code.
您会看到,一旦您习惯了从高阶和一级函数的角度思考,您就能减少(一语双关)代码中无用的部分。
Functions in a functional language are considered first class, meaning that functions can appear anywhere that any other language construct (such as variables) can appear.
函数式语言中的函数称为一级函数,这意味着函数可在任何其他语言结构(比如变量)可能出现的地方出现。
In functional programming, lambdas are referred to as first-class functions because they can be.
在函数式编程中,lambdas被称为一流的函数因为它们能够。
The Permissions configuration class functions as a container for static enum types that configure the permissions in a particular application using EAz.
Permissions配置类可用作在特定的应用程序中使用Eaz配置权限的静态Enum类型的容器。
Please use English to define a particular thing you are familiar with. You should include functions and examples apart from class and characteristics of it in the definition.
请使用英语来定义一个特定的事情你都熟悉。你应该包括函数和例子除了在定义类和特征。
Please use English to define a particular thing you are familiar with. You should include functions and examples apart from class and characteristics of it in the definition.
请使用英语来定义一个特定的事情你都熟悉。你应该包括函数和例子除了在定义类和特征。
应用推荐