小窓モード


プレミアム

ログイン
設定

設定

string oとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Wiktionary英語版での「string o」の意味

stringo

出典:『Wiktionary』 (2024/10/04 17:29 UTC )


発音

動詞

stringō (present infinitive stringere, perfect active strīnxī, supine strictum); third conjugation

  1. to draw tight together, to tie together
  2. to pull or strip off, cut off, pluck off, clip off, prune
    Synonyms: prīvō, dēturbō, tondeō, nūdō, stringō, fraudō, adimō
  3. to unsheath
  4. to touch lightly, graze, wound slightly

Conjugation

   Conjugation of stringō (third conjugation)
indicative singular plural
first second third first second third
active present stringō stringis stringit stringimus stringitis stringunt
imperfect stringēbam stringēbās stringēbat stringēbāmus stringēbātis stringēbant
future stringam stringēs stringet stringēmus stringētis stringent
perfect strīnxī strīnxistī strīnxit strīnximus strīnxistis strīnxērunt,
strīnxēre
pluperfect strīnxeram strīnxerās strīnxerat strīnxerāmus strīnxerātis strīnxerant
future perfect strīnxerō strīnxeris strīnxerit strīnxerimus strīnxeritis strīnxerint
passive present stringor stringeris,
stringere
stringitur stringimur stringiminī stringuntur
imperfect stringēbar stringēbāris,
stringēbāre
stringēbātur stringēbāmur stringēbāminī stringēbantur
future stringar stringēris,
stringēre
stringētur stringēmur stringēminī stringentur
perfect strictus + present active indicative of sum
pluperfect strictus + imperfect active indicative of sum
future perfect strictus + future active indicative of sum
subjunctive singular plural
first second third first second third
active present stringam stringās stringat stringāmus stringātis stringant
imperfect stringerem stringerēs stringeret stringerēmus stringerētis stringerent
perfect strīnxerim strīnxerīs strīnxerit strīnxerīmus strīnxerītis strīnxerint
pluperfect strīnxissem strīnxissēs strīnxisset strīnxissēmus strīnxissētis strīnxissent
passive present stringar stringāris,
stringāre
stringātur stringāmur stringāminī stringantur
imperfect stringerer stringerēris,
stringerēre
stringerētur stringerēmur stringerēminī stringerentur
perfect strictus + present active subjunctive of sum
pluperfect strictus + imperfect active subjunctive of sum
imperative singular plural
first second third first second third
active present stringe stringite
future stringitō stringitō stringitōte stringuntō
passive present stringere stringiminī
future stringitor stringitor stringuntor
non-finite forms active passive
present perfect future present perfect future
infinitives stringere strīnxisse strictūrum esse stringī strictum esse strictum īrī
participles stringēns strictūrus strictus stringendus,
stringundus
verbal nouns gerund supine
genitive dative accusative ablative accusative ablative
stringendī stringendō stringendum stringendō strictum strictū

派生語

  • astringō
  • circumstringō
  • cōnstringō
  • stringō
  • distringō
  • instringō
  • interstringō
  • obstringō
  • perstringō
  • praestringō
  • reconstringō
  • restringō
  • strictiō
  • strictivilla
  • strictīvus
  • strictor
  • strictoria
  • strictūra
  • strictus

関連する語

派生した語

参照


「string o」の部分一致の例文検索結果

該当件数 : 18



例文

Compute a string representation of object o.発音を聞く 例文帳に追加

o の文字列表現を計算します。 - Python

Compute a Unicode string representation of object o.発音を聞く 例文帳に追加

o の Unicode 文字列表現を計算します。 - Python

Returns true if the object o is a string object, but not an instance of a subtype of the string type.New in version 2.2.例文帳に追加

o が文字列型で、かつ文字列型のサブタイプでないときに真を返します。 - Python

Returns the Unicode string representation on success, NULL on failure.This is the equivalent of the Python expression"unicode(o)".例文帳に追加

成功するとUnicode 文字列表現を返し失敗すると NULL を返します。 Python 式"unicode(o)" と同じです。 - Python

Calls a method of the object o, where the name of the method is given as a Python string object in name.例文帳に追加

オブジェクト o のメソッドを呼び出します、メソッド名はPython 文字列オブジェクトname で与えます。 - Python

Returns true if the object o is a string object or an instanceof a subtype of the string type.Changed in version 2.2:Allowed subtypes to be accepted.発音を聞く 例文帳に追加

o が文字列型か文字列型のサブタイプであるときに真を返します。 バージョン 2.2 で 変更 された仕様:サブタイプを引数にとれるようになりました - Python

例文

The stream allows I/O to be performed on the string or memory buffer pointed to by buf .発音を聞く 例文帳に追加

そのストリームは、bufで指定された文字列、つまりメモリバッファとして読み書きできる。 - JM

>>例文の一覧を見る

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

「string o」の部分一致の例文検索結果

該当件数 : 18



例文

By passing o (string) of tachi through the cords and winding the o around the waist, the tachi is retained almost horizontally.発音を聞く 例文帳に追加

それらに太刀の緒を通して結び付け、太刀の緒を腰に腰に巻付けることにより、ほぼ水平に太刀が保持される。 - Wikipedia日英京都関連文書対訳コーパス

The class is not directly concerned with I/O -- it must be provided with input in string form via a method, and makes calls to methods of a``formatter'' object in order to produce output.例文帳に追加

このクラスは I/O と直接的には接続されません -- このクラスにはメソッドを介して文字列形式の入力を提供する必要があり、出力を生成するには ``フォーマッタ (formatter)''オブジェクトのメソッドを何度か呼び出さなくてはなりません。 - Python

This name came from a bell that was rung by pulling a string attached to the bell to open an entrance named "Ojoguchi" when the Shogun visited O-oku.発音を聞く 例文帳に追加

将軍が大奥へ出入りする際に鈴のついた紐を引いて鈴を鳴らして合図を送り、出入り口である「御錠口」の開錠をさせていた事からこの名が付いた。 - Wikipedia日英京都関連文書対訳コーパス

For each of these, if bufsize is specified, it specifies the buffer size for the I/O pipes. mode, if provided, should be the string 'b' or 't'; on Windows this is needed to determine whether the file objects should be opened in binary or text mode.例文帳に追加

これらの関数のいずれも、bufsize を指定した場合、 I/O パイプのバッファサイズを決定します。 mode を指定する場合、文字列'b' または 't' でなければなりません; Windows では、ファイルオブジェクトをバイナリあるいはテキストモードのどちらで開くかを決めなければなりません。 - Python

Respectively one ends of a plurality of ribs 3 combined with a string 7 are supported by a supporting ring fixed to one end part of a core 1 via an O-ring 4, and the other ends of the plurality of ribs 3 are supported by a grip 2 provided at the other end part of the core 1 via an O-ring 5.例文帳に追加

芯棒1の一方の端部に固着された支持リング6に、オーリング4を介し、紐7で連結された複数の骨3の一端を支持させると共に、さらに、芯棒1のもう一方の端部に設けられたスライドするグリップ2に、オーリング5を介し複数の骨3のもう一端を支持させる。 - 特許庁

The variable table becomes a table with which variable data of the variable name, an internal memory address, and an I/O command is associated, when a keyword (character string) is specified using the operand input part, the variable table is accessed, the variable data including the specified character string is extracted, and only an applicable variable is displayed.例文帳に追加

変数テーブルは変数名、内部メモリアドレス、I/Oコメントの変数データを関連づけたテーブルとなり、オペランド入力部を用いてキーワード(文字列)が指定されると、変数テーブルをアクセスし、指定された文字列を含む変数データを抽出し、該当する変数だけを表示する。 - 特許庁

In a microcomputer system having the CPU, a ferroelectric memory and an I/O unit, the ferroelectric memory is constituted, so that discrimination bits to decide whether a prescribed data string is made to be rewritable by each prescribed data string to data to be written and an area where data rewrite is prohibited is set in the ferroelectric memory by the discrimination bits.例文帳に追加

CPU、強誘電体メモリ及びI/Oユニットを有するマイクロコンピュータシステムにおいて、強誘電体メモリは、書き込まれるデータに、所定のデータ列毎にそのデータ列を書き換え可能とするか否かを決定するための判別ビットが付加され、この判別ビットにより強誘電体メモリにデータ書き換えが禁止される領域が設定されるようにした。 - 特許庁

例文

The correct Chinese word "Zao-an", which is a translation word for Japanese "O-ha-yo" in desired Kana reading, retrieved by use of a Japanese-Chinese dictionary, is used as a search string (keyword), and appropriate Chinese example sentences as desired by the user relying on Japanese are retrieved and displayed.例文帳に追加

日中辞書を利用して検索した所望のかな読み「おはよう」に対応する日本語「お早う」の訳語である正しい中国語単語「早安」を検索文字列(キーワード)として、日本語感覚でのユーザの要求にあった適切な中国語の例文を検索表示する。 - 特許庁

>>例文の一覧を見る


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

   
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのstringo (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS