小窓モード


プレミアム

ログイン
設定

設定

ast inとは 意味・読み方・使い方

発音を聞く
プレーヤー再生
ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 アスティン

発音記号・読み方
/ʌˈstɪn(米国英語)/
フリガナアスティン

英和生命保険用語辞典での「ast in」の意味

「ast in」の部分一致の例文検索結果

該当件数 : 13



例文

The method for assaying AST using the enzyme and the assaying reagent for the method are also provided, respectively, particularly, for the increase in NADH, NADPH or formazan pigment.例文帳に追加

特に、NADH、NADPH、又はホルマザン色素の増加を測定することを特徴とするASTの測定法、測定試薬を提供する。 - 特許庁

There is a list of these in the Serial Communications chapter of the handbook. Some unnamed clone cards have also been known to work, especially those that claim to be AST compatible.発音を聞く 例文帳に追加

2.16.ラップトップ PC のマウス/トラックボール/タッチパッドは使えますか? - FreeBSD

Return an abstract syntax tree for the Python source code in the file specified by path.例文帳に追加

path で指定されたファイル中の Python ソースコードから得られた抽象構文木 AST を返します。 - Python

According to the nodes included in the conversion destination AST and its structure, an IBM source code 202 is generated.例文帳に追加

変換先ASTに含まれるノードとその構造にしたがって、IBMソース202を生成する。 - 特許庁

Returns an abstract syntax tree for the Python source code in buf.The function raises SyntaxError if there is an error in the sourcecode.発音を聞く 例文帳に追加

buf 中の Python ソースコードから得られた抽象構文木 AST を返します。 ソースコード中にエラーがある場合、この関数は SyntaxError を発生させます。 - Python

A simple``wrapper'' class may be created in Python to hide the use of ASTobjects.The parser module defines functions for a few distinctpurposes.発音を聞く 例文帳に追加

ASTオブジェクトを使っていることを隠すために、簡単な``ラッパー''クラスをPythonで作ることができます。 parserモジュールは二、三の別々の目的のために関数を定義しています。 - Python

例文

To identify various types of liver diseases by measuring only metabolite (low molecule compound) without requiring measurement values of AST and ALT which are deviation enzymes in blood.例文帳に追加

血中の逸脱酵素であるAST、ALTの測定値を必要とせず、代謝物(低分子化合物)の測定だけで、各種の肝臓疾患を特定可能とする。 - 特許庁

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

Weblio英和対訳辞書での「ast in」の意味

Astin

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Wiktionary英語版での「ast in」の意味

Astin

出典:『Wiktionary』 (2024/08/12 18:53 UTC )

語源

English surname of Norman origin, from the Anglo-Norman name Astin, shortened from Asketin, a diminutive of Old Norse Ásketill, from Áskell, see also Haskell and Askin. This surname is often confused with the unrelated Aspden, Austin, Aston.

固有名詞

Astin (plural Astins)

  1. A surname.

統計情報

アナグラム


「ast in」の部分一致の例文検索結果

該当件数 : 13



例文

To provide a source analysis program allowing efficient obtaining of correspondence between a position in a macro call inside a source code and even a node of an AST (Abstract Syntax Tree).例文帳に追加

ASTのノードとの間でも、ソースコード中のマクロ呼び出しにおける位置との対応を効率よく把握することを可能とするソース解析プログラムを提供する。 - 特許庁

In the liver of rat administered with styrene singly, although a significant drop of glutathione and rises of lipid peroxide level and ALT(alanine aminotransferase) and AST(aspartate aminotransferase) activities were seen and a light hepatic injury tendency was recognized, these measurements indicated restoring tendency by postadministration of gadolinium, thus ameliorating the redox state of the liver altered by the styrene.例文帳に追加

スチレンを単独投与したラットの肝では、グルタチオンの有意な低下と脂質過酸化物、ALTおよびAST活性の上昇がみられて軽度の肝傷害傾向が認められたが、ガドリニウムを事後投与することによりこれらの測定値はとも回復傾向を示し、ガドリニウムはスチレンにより変化した肝の酸化還元状態を改善した。 - 特許庁

Each of the nodes in the AST are scanned, the position satisfying the detection condition previously set for the components of the source code is identified, and an annotation node is set.例文帳に追加

そしてASTにおける各ノードを走査し、ソースコードの構成要素についてあらかじめ設定されている検出条件に合致する箇所を特定し、注釈ノードを設定する。 - 特許庁

.The AST objects are not required to support the functionality of this module, but are provided for three purposes: to allow an application to amortize the cost of processing complex parse trees, to provide a parse tree representation which conserves memory space when compared to the Python list or tuple representation, and to ease the creation of additional modules in C which manipulate parse trees.例文帳に追加

で定義されています。 ASTオブジェクトはこのモジュールの機能をサポートするために必要ありませんが、三つの目的から提供されています: アプリケーションが複雑な解析木を処理するコストを償却するため、Pythonのリストやタプル表現に比べてメモリ空間を保全する解析木表現を提供するため、解析木を操作する追加モジュールをCで作ることを簡単にするため。 - Python

The food composition obtained by combining a green and yellow vegetable and a light-colored vegetable has the reducing and/or increase-suppressing activities of the GOT value (AST value) in the blood, and the reducing and/or increase-suppressing activities of the GPT value (ALT value) in the blood, and exhibits the liver function-ameliorating activities.例文帳に追加

緑黄色野菜及び淡色野菜を組み合わせた食品組成物は、血中のGOT値(AST値)の低下作用及び/又は上昇抑制作用、並びに血中のGPT値(ALT値)の低下作用及び/又は上昇抑制作用を有し、肝機能改善作用を示した。 - 特許庁

例文

Woody pieces with which binder is not practically mixed are laid on a base and are rolled to form a paving body, and then, urethane resin binder having 5-30 wt.% of solid content concentration is sprayed on the surface of the paving body to infiltrate it into the paving body, and it is made to gel in void of the paving body ast it is to form the paving body.例文帳に追加

結合剤が実質的に混練されていない木質片を路盤上へ敷設し転圧して舗設体を形成し、次いで該舗設体の表面へ固形分濃度が5〜30重量%のウレタン樹脂液バインダーを散布して該舗設体内へ浸透させ、該舗設体の空隙内でそのままゲル化せしめて舗装体とする。 - 特許庁

>>例文の一覧を見る


ast inのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
財団法人生命保険文化センター財団法人生命保険文化センター
Copyright © 2026 JILI. All rights reserved.
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、WiktionaryのAstin (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。
CMUdictCMUdict is Copyright (C) 1993-2008 by Carnegie Mellon University.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS