1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

srcを含む例文一覧と使い方

該当件数 : 383



例文

On the Source Package Folders page of the wizard, click Add Folder, navigate to the /JavaGames/ folder, and add the BlackJackLib/src,BlackJackUI/src, and BlackJackUI/resources folders to the project.例文帳に追加

ウィザードの「ソースパッケージフォルダ」ページで「フォルダを追加」をクリックし、/JavaGames/ フォルダに移動して、BlackJackLib/src、BlackJackUI/src、および BlackJackUI/resources フォルダをプロジェクトに追加します。 - NetBeans

Create a hard link pointing to src named dst.Availability: Unix. 例文帳に追加

src を指しているハードリンク dst を作成します。 利用できる環境: Unix。 - Python

Recursively copy a file tree from src to dst, creatingfolders as needed. src and dst should be specified as pathnames.例文帳に追加

srcからdstへ再帰的にファイルのツリーをコピーします。 必要に応じてフォルダを作成してゆきます.srcとdstはパス名で指定しなければなりません。 - Python

src Specifies the source context. 例文帳に追加

\\f2src\\fPコピー元のコンテクストを指定する。 - XFree86

例文

This information (Vendor ID or chip value) needs adding to the file /usr/src/sys/dev/sio/sio_isa.c. 例文帳に追加

この情報はファイル /usr/src/sys/isa/sio.c に追加する必要があります。 - FreeBSD


例文

In addition, there are files that should be in /etc that are not in /usr/src/etc. 例文帳に追加

また、/etc にあるべきファイルのうちで /usr/src/etc にないものもあります。 - FreeBSD

There is a single large collection src-all which will give us all of that. 例文帳に追加

すべてを含む src-all という単一の大きなコレクションがあります。 - FreeBSD

In this example, we will put the source files directly into our main source tree, /usr/src. 例文帳に追加

この例では、ソースファイルを直接メインのソースツリー /usr/srcに置きます。 - FreeBSD

# cd /usr/src/linux# make menuconfig 例文帳に追加

注意:/usr/src/linuxはあなたが使用予定のソースへのシンボリックリンクという前提です。 - Gentoo Linux

例文

In the above example, the new kernel sources will be installed at /usr/src/linux-2.6.9-gentoo-r2.例文帳に追加

上の例では、新しいカーネルソースは/usr/src/linux-2.6.9-gentoo-r2にインストールされます。 - Gentoo Linux

例文

So manoeuvre to /usr/src/linux and run make menuconfig to enter the kernel configuration.例文帳に追加

/usr/src/linuxへ移動して、カーネル設定を行うためにmakemenuconfigを実行します。 - Gentoo Linux

For the function of the assigned values, see /usr/src/linux/drivers/scsi/ncr53c8xx. 例文帳に追加

これらのオプションの機能については/usr/src/linux/drivers/scsi/README53c8xxを参照すること。 - JM

Syntax: riscom=iobase1[,iobase2[,iobase3[,iobase4]]] More details can be found in /usr/src/linux/Documentation/riscom8. 例文帳に追加

構文は以下の通り。 riscom=iobase1[,iobase2[,iobase3[,iobase4]]]詳細は/usr/src/linux/Documentation/riscom8を参照のこと。 - JM

An explicit IPv4-mapped IPv6 address must be supplied in src instead. 例文帳に追加

代わりに IPv4 アドレスをマッピングした IPv6 アドレスをsrcに与えなければならない。 - JM

writes n+1 characters to dest (n from src plus the terminating null byte). 例文帳に追加

は dest に n+1 文字を書き込む(src からの n 文字と終端のヌルバイトである)。 - JM

Ensure that the Parent Folder is set to src and press Enter. 例文帳に追加

親フォルダが src に設定されていることを確認して、Enter キーを押します。 - NetBeans

Create a symbolic link pointing to src named dst.Availability: Unix. 例文帳に追加

src を指しているシンボリックリンクを dst に作成します。 利用できる環境: Unix。 - Python

# cd /usr/src/linux# make menuconfig Note: The above example assumes that /usr/src/linux symlink points to the kernel sources you want to use.例文帳に追加

注意:上記の例では/usr/src/linuxのシンボリックリンクが使用したいカーネルをさしていると仮定しています。 - Gentoo Linux

Utilities and libraries from outside the FreeBSD project, used relatively unmodified (/usr/src/contrib). 例文帳に追加

FreeBSD プロジェクト外部からの ユーティリティおよびライブラリ、 比較的無修正 (/usr/src/contrib)。 - FreeBSD

# See /proc/acpi/ibm/brightness for available values# Please read /usr/src/linux/Documentation/thinkpad-acpi.txt 例文帳に追加

#利用可能な値は/proc/acpi/ibm/brightnessを見てください #/usr/src/linux/Documentation/ibm-acpi.txtを読んでください - Gentoo Linux

The memory areas may overlap: copying takes place as though the bytes in src are first copied into a temporary array that does not overlap src or dest , 例文帳に追加

コピー元とコピー先の領域が重なっていてもよい。 - JM

function converts the wide-character string src to a multibyte string starting at dest. 例文帳に追加

関数はワイド文字列 src を dest から始まるマルチバイト文字列に変換する。 - JM

Type Actor.hbm for the File Name and check that the Folder is src/sakila/entity. 例文帳に追加

「ファイル名」に「Actor.hbm」と入力し、フォルダが「src/sakila/entity」であることを確認します。 - NetBeans

Copy the contents of the file named src to a file nameddst. 例文帳に追加

srcで指定されたファイル内容をdstで指定されたファイルへとコピーします。 - Python

The explicit syntax for the kernel configuration of every supported sound driver can also be found in the /usr/src/sys/conf/NOTES file. 例文帳に追加

カーネルコンフィグレーションファイルにおける サウンドドライバの構文に関する情報は、 /usr/src/sys/conf/NOTES (FreeBSD4.X では /usr/src/sys/i386/conf/LINT) にもあります。 - FreeBSD

TEMPORARY ASSEMBLING MACHINE OF COLUMN SHAFT FOR SRC例文帳に追加

SRC用柱シャフトの仮組機 - 特許庁

See the bktr(4) manual page and the /usr/src/sys/conf/NOTES file for more details on the available options. 例文帳に追加

利用可能なオプションの詳細については bktr(4) マニュアルページおよび /usr/src/sys/conf/NOTES ファイルを参照してください(FreeBSD4.X を使用しているのなら、 /usr/src/sys/conf/NOTES を /usr/src/sys/i386/conf/LINT に置き換えてください)。 - FreeBSD

Note that all package.xml files must specify a baseinstalldir of "/" for the src/ directory: contents dir name="/" dir name="src" baseinstalldir="/" .../contentsRequirementExceptions may be made to this rule with approval from the PEAR Group 例文帳に追加

すべての package.xml ファイルでは、src/ ディレクトリのbaseinstalldir に "/" を指定しなければなりません。 contentsdir name="/"dir name="src" baseinstalldir="/".../contents要件このルールに対して例外を認めるには PEAR Group の許可が必要です。 - PEAR

Put the /usr/src and /usr/obj directories on separate file systems held on separate disks. 例文帳に追加

/usr/src と /usr/objディレクトリを、 異なるディスク上の別のファイルシステムに置いてください。 - FreeBSD

ctm-cvs-cur supports the entire CVS tree. ctm-src-cur supports the head of the development branch. 例文帳に追加

ctm-cvs-cur は完全な CVS ツリー、 ctm-src-cur は開発先端ブランチに対応しています。 - FreeBSD

Any file updates will instead land in /var/tmp/dest/usr/src. 例文帳に追加

かわりに /var/tmp/dest/usr/srcに更新されたすべてのファイルが置かれるようになります。 - FreeBSD

We will now update our /usr/src/linux link to point at the kernel sources we just installed.例文帳に追加

では先ほどインストールしたカーネルを示すように/usr/src/linuxを更新しましょう。 - Gentoo Linux

The nvidia-drivers ebuild automatically discovers your kernel versionbased on the /usr/src/linux symlink. 例文帳に追加

nvidia-driversのebuildは/usr/src/linuxのシンボリックリンクに基づき、カーネルのバージョンを自動判別します。 - Gentoo Linux

Copy the permission bits, last access time, and last modification time from src to dst.例文帳に追加

srcからdstへパーミッション最終アクセス時間、最終更新時間をコピーします。 - Python

Change to the /usr/src directory: # 例文帳に追加

config -g KERNELCONFIGとしてビルドディレクトリを設定します。 - FreeBSD

Code Listing4.4: Recompile the kernel # cd /usr/src/linux/# make menuconfig# make 例文帳に追加

コード表示4.4:カーネルの再コンパイル - Gentoo Linux

PRECAST SRC-COLUMN JOINING SECTION STRUCTURE例文帳に追加

プレキャストSRC柱接合部構造 - 特許庁

SRC STRUCTURE AND ITS CONSTRUCTION METHOD例文帳に追加

SRC構造及びその構築方法 - 特許庁

Tip: Storing your kernel configuration file directly under /usr/src can be a bad idea. 例文帳に追加

Tip: カーネルコンフィグレーションファイルを、直に /usr/src の下に置くのはよい考えとはいえません。 - FreeBSD

The file system holding /usr/src can be mounted (or remounted) with the noatime option. 例文帳に追加

/usr/src のある ファイルシステムを、noatime オプションを付けてマウント (もしくは再マウント)してください。 - FreeBSD

Warning: The example assumes /usr/src is on its own file system. 例文帳に追加

Warning上の例は、 /usr/src自身が独立したファイルシステムで あることを想定しています。 - FreeBSD

The directory /usr/share/sendmail/cf/cf contains a few examples. 例文帳に追加

/usr/src/usr.sbin/sendmail/cf/cf にいくつか例があります。 - FreeBSD

# cd /usr/src/linux# make menuconfig You should get a grey and blue GUI that offers a safe alternative to manually editing the /usr/src/linux/.config file.例文帳に追加

/usr/src/linux/.configを手作業で編集する代わりに、安全に編集できるグレーとブルーのGUIのメニューが出てきたと思います。 - Gentoo Linux

# cd /usr/src# ln -sfn linux-2.6.10-gentoo-r4 linux 例文帳に追加

Linux2.6移行手順での既知の落とし穴 - Gentoo Linux

You now need to install those modules, which will compile against the2.6 sources found at /usr/src/linux. 例文帳に追加

/usr/src/linuxにある2.6ソース向けにコンパイルしたモジュールをインストールする必要があります。 - Gentoo Linux

For further information, see man mount and the kernel documentation at/usr/src/linux/Documentation/filesystems/vfat.txt.例文帳に追加

これ以上の情報は、manmountや/usr/src/linux/Documentation/filesystems/vfat.txtにあるカーネルドキュメントを読んでください。 - Gentoo Linux

function is similar, except that at most n bytes of src are copied. 例文帳に追加

関数も同様だが、src のうち最大でも n バイトしかコピーされない点が異なる。 - JM

This synovial sarcoma-treating agent comprises a Src family tyrosine kinase inhibitor as an active ingredient.例文帳に追加

Srcファミリーチロシンキナーゼ阻害剤を有効成分とする滑膜肉腫治療剤。 - 特許庁

If you are experiencing problems it can be tempting to just delete /usr/src and start again. 例文帳に追加

なにか問題が起きたときに、 /usr/srcを消してやり直したいと思うかもしれません。 - FreeBSD

例文

This will save a significant transfer of data. You can recognize these starter deltas by the X appended to the number (src-cur.3210XEmpty.gz for instance). 例文帳に追加

移行デルタは番号の後ろに X をつけたものがそうです (たとえばsrc-cur.3210XEmpty.gz)。 - FreeBSD




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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.
  
© 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 1994-2010 The FreeBSD Project. All rights reserved. license
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS