英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

geometrical    音标拼音: [dʒ,iəm'ɛtrɪkəl]
a. 几何学的,几何的

几何学的,几何的

geometrical
adj 1: of or relating to or determined by geometry [synonym:
{geometric}, {geometrical}]
2: characterized by simple geometric forms in design and
decoration; "a buffalo hide painted with red and black
geometric designs" [synonym: {geometric}, {geometrical}]

Geometric \Ge`o*met"ric\, Geometrical \Ge`o*met"ric*al\, a. [L.
geometricus; Gr. ?: cf. F. g['e]om['e]trique.]
1. Pertaining to, or according to the rules or principles of,
geometry; determined by geometry; as, a geometrical
solution of a problem.
[1913 Webster]

2. (Art) characterized by simple geometric forms in design
and decoration; as, a buffalo hide painted with red and
black geometrical designs.

Syn: geometric.
[WordNet 1.5]

Note: Geometric is often used, as opposed to algebraic, to
include processes or solutions in which the
propositions or principles of geometry are made use of
rather than those of algebra.
[1913 Webster]

Note: Geometrical is often used in a limited or strictly
technical sense, as opposed to mechanical; thus, a
construction or solution is geometrical which can be
made by ruler and compasses, i. e., by means of right
lines and circles. Every construction or solution which
requires any other curve, or such motion of a line or
circle as would generate any other curve, is not
geometrical, but mechanical. By another distinction, a
geometrical solution is one obtained by the rules of
geometry, or processes of analysis, and hence is exact;
while a mechanical solution is one obtained by trial,
by actual measurements, with instruments, etc., and is
only approximate and empirical.
[1913 Webster]

{Geometrical curve}. Same as {Algebraic curve}; -- so called
because their different points may be constructed by the
operations of elementary geometry.

{Geometric lathe}, an instrument for engraving bank notes,
etc., with complicated patterns of interlacing lines; --
called also {cycloidal engine}.

{Geometrical pace}, a measure of five feet.

{Geometric pen}, an instrument for drawing geometric curves,
in which the movements of a pen or pencil attached to a
revolving arm of adjustable length may be indefinitely
varied by changing the toothed wheels which give motion to
the arm.

{Geometrical plane} (Persp.), the same as {Ground plane} .

{Geometrical progression}, {proportion}, {ratio}. See under
{Progression}, {Proportion} and {Ratio}.

{Geometrical radius}, in gearing, the radius of the pitch
circle of a cogwheel. --Knight.

{Geometric spider} (Zool.), one of many species of spiders,
which spin a geometrical web. They mostly belong to
{Epeira} and allied genera, as the garden spider. See
{Garden spider}.

{Geometric square}, a portable instrument in the form of a
square frame for ascertaining distances and heights by
measuring angles.

{Geometrical staircase}, one in which the stairs are
supported by the wall at one end only.

{Geometrical tracery}, in architecture and decoration,
tracery arranged in geometrical figures.
[1913 Webster]


请选择你想看的字典辞典:
单词字典翻译
Geometrical查看 Geometrical 在百度字典中的解释百度英翻中〔查看〕
Geometrical查看 Geometrical 在Google字典中的解释Google英翻中〔查看〕
Geometrical查看 Geometrical 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • An introduction to widget testing - Flutter
    In the introduction to unit testing recipe, you learned how to test Dart classes using the test package To test widget classes, you need a few additional tools provided by the flutter_test package, which ships with the Flutter SDK The flutter_test package provides the following tools for testing widgets: The WidgetTester allows building and interacting with widgets in a test environment The
  • Testing Flutter apps
    Testing a widget involves multiple classes and requires a test environment that provides the appropriate widget lifecycle context For example, the Widget being tested should be able to receive and respond to user actions and events, perform layout, and instantiate child widgets
  • Widget testing - Flutter
    A catalog of recipes for adding widget testing to your Flutter app
  • Tap, drag, and enter text - Flutter
    In the test environment, Flutter doesn't automatically rebuild widgets when the state changes To ensure that the widget tree is rebuilt after simulating a user interaction, call the pump() or pumpAndSettle() methods provided by the WidgetTester This recipe uses the following steps: Create a widget to test Enter text in the text field
  • Handle scrolling - Flutter
    How to handle scrolling in a widget test Now, you can write a test In this example, scroll through the list of items and verify that a particular item exists in the list The WidgetTester class provides the scrollUntilVisible() method, which scrolls through a list until a specific widget is visible This is useful because the height of the items in the list can change depending on the device
  • Find widgets - Flutter
    To locate widgets in a test environment, use the Finder classes While it's possible to write your own Finder classes, it's generally more convenient to locate widgets using the tools provided by the flutter_test package During a flutter run session on a widget test, you can also interactively tap parts of the screen for the Flutter tool to print the suggested Finder This recipe looks at the
  • Check app functionality with an integration test - Flutter
    The integration_test package lets you: Use the flutter drive command to run tests on a physical device or emulator Run on Firebase Test Lab, to automate testing on a variety of devices Use flutter_test APIs to write tests in a style similar to widget tests
  • An introduction to unit testing - Flutter
    The test package provides the core framework for writing unit tests, and the flutter_test package provides additional utilities for testing widgets This recipe demonstrates the core features provided by the test package using the following steps: Add the test or flutter_test dependency Create a test file Create a class to test
  • Test orientation - Flutter
    This test makes sure that the orientation is landscape and that only 3 columns of data appear in the app: In test widget_test dart, inside of the Orientation group, add the following test after the landscape test:
  • Testing each layer - Flutter
    Testing the data layer Similar to the UI layer, the components of the data layer have well-defined inputs and outputs, making both sides fake-able To write unit tests for any given repository, mock the services that it depends on The following example shows a unit test for the BookingRepository





中文字典-英文字典  2005-2009