1016万例文収録!

「Str.」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Str.を含む例文一覧と使い方

該当件数 : 165



例文

write to the character string str . 例文帳に追加

は出力を文字列str - JM

Preprocess the filename STR as if its contents appeared 例文帳に追加

ファイル名 STR - JM

This is the equivalent of the Python expression "str(o)".例文帳に追加

Python 式"str(o)"と同じです。 - Python

Z0 " (str)" Change width to 132 columns. 例文帳に追加

Z0 " (str)"幅を 132 カラムに変更する。 - JM

例文

Z1 " (str)" Change width to 80 columns. 例文帳に追加

Z1 " (str)"幅を 80 カラムに変更する。 - JM


例文

WS " (str)" Resize display. 例文帳に追加

WS " (str)"ディスプレイをリサイズする。 - JM

For a date d, str(d) is equivalent to 例文帳に追加

date オブジェクト d において、str(d) は - Python

For a datetime instance d, str(d) is equivalent to例文帳に追加

datetime オブジェクト d において、str(d) は - Python

For a time t, str(t) is equivalent to 例文帳に追加

time オブジェクト t において、str(t) は - Python

例文

Replace occurences of replace-str in the initial arguments with names read from standard input. 例文帳に追加

"\\-\\-replace[=replace-str], \\-i[replace-str]"initial arguments の中の replace-str を、標準入力から読んだ名前で置き換える。 - JM

例文

STR HEAT ENGINE例文帳に追加

STR熱機関 - 特許庁

S0 " (str)" Switch charset 'G0' to the specified charset. 例文帳に追加

S0 " (str)"文字集合 'G0' を指定した文字集合に切り替える。 - JM

E0 " (str)" Switch charset 'G0' back to standard charset. 例文帳に追加

E0 " (str)"文字集合 'G0' を標準の文字集合に戻す。 - JM

C0 " (str)" Use the string as a conversion table for font '0'. 例文帳に追加

C0 " (str)"文字列をフォント '0' の変換テーブルとして使用する。 - JM

CS " (str)" Switch cursor-keys to application mode. 例文帳に追加

CS " (str)"カーソルキーをアプリケーションモードに切り替える。 - JM

CE " (str)" Switch cursor-keys back to normal mode. 例文帳に追加

CE " (str)"カーソルキーを通常モードに戻す。 - JM

KJ " (str)" Set the encoding of the terminal. 例文帳に追加

KJ " (str)"端末で使う漢字の種類を設定する。 - JM

AF " (str)" Change character foreground color in an ANSI conform way. 例文帳に追加

AF " (str)"ANSI 準拠の方法で文字の前景色を変更する。 - JM

AB " (str)" Same as 'AF', but change background color. 例文帳に追加

AB " (str)"これは 'AF' と同様だが、背景色を変更する。 - JM

Specify a string literal between double quotes ("STR"). 例文帳に追加

二重引用符 ("STR") の間で完全な文字列は指定される。 - JM

Calculate the length of string "STR", as an absolute expression. 例文帳に追加

文字列 "STR" の長さを絶対式として計算する。 - JM

Search for the first occurrence of SEG after position IX of STR. 例文帳に追加

STR の中で、位置 IX より後ろの最初に出現する SEG を探す。 - JM

The substring of STR beginning at byte number START and extending for LEN bytes. 例文帳に追加

STR の START から始まって LEN byte まで伸びている部分文字列。 - JM

The variable $str now contains HTML markup like input type="password" name="password" /. 例文帳に追加

変数 $str は今、input type="password" name="password" /のような HTML を含んでいます。 - PEAR

The general syntax for a variableis either $cP or $(str 例文帳に追加

変数の一般的な記法は、$cf\\P または $(str) である。 - XFree86

A decoder Dec 1 decodes a video stream Str.例文帳に追加

復号化装置Dec1はビデオストリームStrの復号化を行う。 - 特許庁

Instantiates the string str with the supplied parameters, where str should be a parameterized string obtained from the terminfo database. 例文帳に追加

str は terminfo データベースから得られたパラメタを持つ文字列でなければなりません。 - Python

Useful forstr(aHeader). 例文帳に追加

str(aHeader) などとすると有用でしょう。 - Python

If eof-str is omitted, there is no end of file string. 例文帳に追加

eof-str が省略された場合、ファイル終了文字列は設定されない。 - JM

replaces each occurrence of str with with , reallocating argz as necessary. 例文帳に追加

は、strをすべてwithで置き換える (必要に応じて argz の再割り当てを行う)。 - JM

reads its input from the character string pointed to by str . 例文帳に追加

は文字列ポインタstrで示された文字列からの入力を読み込む。 - JM

the string to be parsed should be specified in str. 例文帳に追加

を最初に呼び出す際には、解析対象の文字列を str に指定する。 - JM

In each subsequent call that should parse the same string, str should be NULL. 例文帳に追加

同じ文字列の解析を行うその後の呼び出しでは、str には NULL を指定する。 - JM

added, unlike in .SDATAZ) of each STR argument given, and optionally separated by commas. 例文帳に追加

コンマ区切りのそれぞれの STR 引数の連続するバイトを発行する。 - JM

Likewise if str ends and begins with angle brackets, theyare stripped off. 例文帳に追加

同様に、 str が三角括弧で囲われていた場合にも剥ぎ取ります。 - Python

Return the number of non-overlapping occurrences of substr in str[start:end]. 例文帳に追加

str[start:end] にsubstr が重複することなく出現する回数を返します。 - Python

If base is 0, the radix will be determined based on the leading characters of str: if str starts with '0x'or '0X', radix 16 will be used; if str starts with'0', radix 8 will be used; otherwise radix 10 will be used.例文帳に追加

base が 0 ならば、str の先頭の文字列に基づいて基数を決定します: もし str が '0x' または '0X'で始まっていれば、基数に 16 を使います; str が '0'で始まっていれば、基数に 8 を使います; その他の場合には基数に 10 を使います。 - Python

Return a new string which is an unquoted version of str.If str ends and begins with double quotes, they are stripped off.例文帳に追加

文字列 str を 逆クォートした新しい文字列を返します。 もし str の先頭あるいは末尾がダブルクォートだった場合、これらは単に切りおとされます。 - Python

Return a new string which is an unquoted version of str.If str ends and begins with double quotes, they are strippedoff. 例文帳に追加

str の 逆クオートされた 新たな文字列を返します。 str が二重引用符で囲われていた場合、二重引用符を剥ぎ取ります。 - Python

The processor 3 generates a new data stream STR by switching received data streams STR_-a and STR_-b.例文帳に追加

撮像信号処理装置3は、受信したデータストリームSTR_a,STR_bをスイッチングして新たなデータストリームSTRを生成する。 - 特許庁

XC " (str)" Describe a translation of characters to strings depending on the current font. 例文帳に追加

XC " (str)"現在のフォントに基づく、複数個の文字から文字列への変換を記述する。 - JM

is similar, but splits the string str into substrings separated by the delimiter delim . 例文帳に追加

も同様の動作をするが、区切り文字delimにしたがって文字列strを複数の文字列に分割する点が異なる。 - JM

str should point to the string to be parsed, and the value of saveptr is ignored. 例文帳に追加

を最初に呼び出す際には、strは解析対象の文字列を指していなければならず、saveptrの値は無視される。 - JM

In subsequent calls, str should be NULL, and saveptr should be unchanged since the previous call. 例文帳に追加

それ以降の呼び出しでは、strは NULL とし、saveptrは前回の呼び出し以降変更しないようにしなければならない。 - JM

Return true if str is data and false if it might be a section boundary.例文帳に追加

str がデータの場合に真を返し、セクション分割子の可能性がある場合には偽を返します。 - Python

Equivalent to tputs(str, 1, putchar); emits the value of a specified terminfo capability for the current terminal.例文帳に追加

tputs(str, 1, putchar) と等価です; 現在の端末における、指定された terminfo 機能の値を出力します。 - Python

Paint the string str at (y, x) with attributes attr, overwriting anything previously on the display.例文帳に追加

(y, x) に文字列 str を属性 attr で描画します。 以前ディスプレイにあった内容はすべて上書きされます。 - Python

will point to the first character in str which follows the representation of the number.例文帳に追加

str 中で数が表現されている部分以後の先頭の文字のアドレスを指しています。 - Python

Displays a modal dialog with the message text str, which should beat most 255 characters long. 例文帳に追加

メッセージテキストstr付きのモーダルダイアログを表示します。 テキストの長さは最大255文字です。 - Python

例文

Likewise if str ends and begins with angle brackets, they are stripped off.例文帳に追加

同様にもし str の先頭あるいは末尾が角ブラケット (、) だった場合も切りおとされます。 - Python

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS