1016万例文収録!

「し間」に関連した英語例文の一覧と使い方(989ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > し間に関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

し間の部分一致の例文一覧と使い方

該当件数 : 50000



例文

ファイルの I/O はユーザー空バッファに対して直接行われる。例文帳に追加

File I/O is done directly to/from user space buffers.  - JM

パイプは関連するプロセスの通信を作成するのに使用できる。例文帳に追加

Pipes can be used to create a communication channel between related processes; see pipe (2)  - JM

が停止する時の上限を設定するもので、ミリ秒単位で指定する。例文帳に追加

will block, in milliseconds.  - JM

スレッドでfcntl (2) を使って作成されるレコード・ロックを共有しない。例文帳に追加

Threads do not share record locks created using fcntl (2).  - JM

例文

bufがプロセスに割り当てられたアドレス空の外を指している。例文帳に追加

buf extends outside the process's allocated address space.  - JM


例文

はファイルの名前を変更し、必要ならばディレクトリの移動を行なう。例文帳に追加

renames a file, moving it between directories if required.  - JM

setが指しているメモリが、プロセスのアドレス空の有効な部分ではない。例文帳に追加

set points to memory which is not a valid part of the process address space.  - JM

が禁止されているに生成された場合で、そのシグナルがkill (2),例文帳に追加

are generated while they are blocked, the result is undefined, unless the signal was generated by the kill (2),  - JM

maskが指しているメモリが、プロセスのアドレス空の有効な部分ではない。例文帳に追加

mask points to memory which is not a valid part of the process address space.  - JM

例文

は効率的でなく違いを起こしやすいと考えるプログラマもいるだろう。例文帳に追加

to be inefficient and error prone. If the programmer knows (i.  - JM

例文

は現在のプロセス時をbufが指している"struct tms" に格納する。例文帳に追加

stores the current process times in the "struct tms" that buf points to.  - JM

pathがプロセスに割り当てられているアドレス空外を指している。例文帳に追加

Path points outside the process's allocated address space.  - JM

ソケットの抽象名前空は Linux による拡張であり、移植性はない。例文帳に追加

The abstract socket namespace is a non-portable Linux extension.  - JM

警告: この XDR ストリームは中レコード・ストリームを実装している。例文帳に追加

Warning: this XDR stream implements an intermediate record stream.  - JM

フィールドは、連続した任意の個数の空白文字によって区切られる。例文帳に追加

Fields are separated from one another by any number of white space characters.  - JM

現在のすべての設定を人に読める形式で出力する。例文帳に追加

Print all current settings in human-readable form.  - JM

プロジェクト参照を作成するには、次の手順に従います。例文帳に追加

To establish a reference between the projects:  - NetBeans

「了解」をクリックします。 form タグのに HTML input タグが追加されます。例文帳に追加

An HTML input tag is added between the form tags. - NetBeans

実装リンクは、クラスとインタフェースの関係を表します。例文帳に追加

An implementation link denotes a relationship between a class and an interface.  - NetBeans

この節では、Groovy ファイルと Java クラスのの関係をコーディングします。例文帳に追加

In this section, we code the interaction between the Groovy file and the Java class.  - NetBeans

この書式は、「Order Editor」とメインフォームとので効果的に渡されます。例文帳に追加

The format is effectivelypassed between the Order Editor and the main form.  - NetBeans

データベースとエンティティークラスのの接続を定義します。例文帳に追加

The META-INF/persistence.xml file, which defines a connection betweenthe database and the entity class.  - NetBeans

次のコード (ボールド部分) を body タグに追加します。例文帳に追加

Add the following code (in bold) between the body tags to call FilmHelper.java and retrieve the list of film titles.  - NetBeans

アプリケーションのメソッドに使用されている CPU 時を特定する例文帳に追加

Determine the CPU time used by an application's methods  - NetBeans

ソースエディタで、login.jsp の body タグのに次のコードを挿入します。例文帳に追加

In the Source Editor, insert the following code between the body tags of login.jsp.  - NetBeans

各生存線要素は、特定のオブジェクトの存在期を表します。例文帳に追加

Each Lifeline element represents the life of a given object.  - NetBeans

インポートを実行している WSDL ファイルと、名前空の互換性がない。例文帳に追加

The namespace is incompatible with the WSDL file that is doing the import.  - NetBeans

あるパッケージが、長いほったらかしにされていることがあります。例文帳に追加

Sometimes a package is left without care for a long time.  - PEAR

ボタン要素の内容、つまりbutton/button タグのに追加する HTMLを設定します。例文帳に追加

Sets the contents of the button element: HTML to add between button/button tags.Parameter  - PEAR

インストーラが、パッケージの依存性をきちんと考慮してくれるからです。例文帳に追加

The installer takes care of the dependencies between packages.  - PEAR

子要素 ($path,$pos)をツリーから削除し、名前空の整合性を保ちます。例文帳に追加

Removes a child ($path,$pos) from tree and maintains namespace integrity  - PEAR

1 個よりも引数が多い場合、引数で最大のものを返します。例文帳に追加

With more than one argument, return the largest of the arguments. - Python

二つの数値の除算を行い、結果の整数部を返します。例文帳に追加

Divides two numbers and returns the integer part of the result.  - Python

list 内の、low から high の の オブジェクトからなるリストを返します。例文帳に追加

Returns a list of the objects in list containing the objectsbetween low and high.  - Python

list 内の、low から high ののオブジェクトを、itemlist の内容にします。例文帳に追加

Sets the slice of list between low and high to the contents of itemlist. - Python

このルーチンの実行に要する時はlen(fragment)に比例します。例文帳に追加

The fragments should both contain 2-byte samples.The time taken by this routine is proportional tolen(fragment).  - Python

このルーチンの実行に要する時はlen(fragment)に比例します。例文帳に追加

The fragments should both contain 2-byte samples.The routine takes time proportional to len(fragment). - Python

バージョンの互換性についての注意: CompileとCommandCompilerはPython 2.2で導入されました。例文帳に追加

A note on version compatibility: the Compile and CommandCompiler are new in Python 2.2. - Python

false: 名前空宣言で用いられている属性を通知しない。例文帳に追加

false: Do not report attributes used for Namespace declarations, and optionally do not report original prefixed names (default).access: (parsing) read-only; (not parsing) read/write - Python

プログレスバーの通常のアクセスのメソッドによってcurvalを0とmaxvalのにします。例文帳に追加

The normal access methods coerce curval between0 and maxval.  - Python

このような時、最適化は二乗の実行時の低減をもたらします。例文帳に追加

When applicable, this optimization makesquadratic run-time much less likely.  - Python

while 文は、式の値が真である、実行を繰り返すために使われます:例文帳に追加

The while statement is used for repeated execution as long as an expression is true: - Python

少なくとも blankline 空行分の隔か、空行そのもので段落を分割します。例文帳に追加

Produce a paragraph separation of at least blankline blank lines, or the equivalent. - Python

update (class Interval)時を再表示する周期を秒単位で指定する。例文帳に追加

update (class Interval) Specifies the frequency in seconds at which the time should be redisplayed. - XFree86

2007年(平成19年)3月25日:紀北東道路・高野口IC~かつらぎIC着工例文帳に追加

March 25, 2007: The construction of Kihoku Higashi Road between Koyaguchi IC and Katsuragi IC was launched.  - Wikipedia日英京都関連文書対訳コーパス

おおむね、この延伸区は新丸太町通とも呼ばれる。例文帳に追加

Most of these extended sections are referred to as Shin-marutamachi-dori Street (new Marutamachi-dori Street).  - Wikipedia日英京都関連文書対訳コーパス

寺町通から烏丸通のは家具屋街として有名である。例文帳に追加

The section between Teramachi-dori Street and Karasuma-dori Street is famous for its furniture dealer district.  - Wikipedia日英京都関連文書対訳コーパス

四条通以南の一部区では中新道とも呼ばれる。例文帳に追加

A section from Shijo-dori Street in the south is called Nakashinmichi.  - Wikipedia日英京都関連文書対訳コーパス

1886年3月1日、支線部分:武豊駅-大府駅-熱田駅例文帳に追加

March 1, 1886, the segment of the branch line connecting Taketoyo Station and Atsuta Station with a stop at Obu Station was opened.  - Wikipedia日英京都関連文書対訳コーパス

例文

2009年(平成21年)4月1日:舞鶴-神戸の高速バスを1往復増発。例文帳に追加

April 1, 2009: It increased one round-trip service for the highway bus that ran between Maizuru and Kobe.  - Wikipedia日英京都関連文書対訳コーパス

索引トップ用語の索引



  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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